Changes

Jump to navigation Jump to search
Importing a new version from external source
<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>
3,388

edits

Navigation menu