All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)<syntaxhighlight lang="cpp" line>
u8 state = 0;
V-ID/142:99 {
   if (opt(0)==0xff){//pressing the element in the interface
       if (state==0) state = 1;
       else state = 0;
       setStatus(142:99,state);//for correct displaying in the interface
   }
}
</syntaxhighlight>
 h русский (ru)<syntaxhighlight lang="cpp" line>
u8 state = 0;
V-ID/142:99 {
   if (opt(0)==0xff){//нажатие элемента в интерфейсе
       if (state==0) state = 1;
       else state = 0;
       setStatus(142:99,state);//для корректного отображения в интерфейсе
   }
}
</syntaxhighlight>