Difference between revisions of "SHIP:Port:glass:kick"

From Serious Documentation
Jump to: navigation, search
(Created page with "{{PortvarTableStart|}} |{{Portvar|glass|kick}}||{{DataType|Boolean}}||Read/Write||Toggling the value of '''kick''' resets the backlight timer (if set). The actual value is irr...")
 
 
Line 1: Line 1:
 
{{PortvarTableStart|}}
 
{{PortvarTableStart|}}
|{{Portvar|glass|kick}}||{{DataType|Boolean}}||Read/Write||Toggling the value of '''kick''' resets the backlight timer (if set). The actual value is irrelevant; it is the change event that resets the backlight timer. As such, '''kick''' should always be assigned to the opposite of its current value (i.e. <code>GLASS0.kick = !GLASS0.kick</code>).
+
|<onlyinclude>{{Portvar|glass|kick}}||{{DataType|Boolean}}||Read/Write||Toggling the value of '''kick''' resets the backlight timer (if set). The actual value is irrelevant; it is the change event that resets the backlight timer. As such, '''kick''' should always be assigned to the opposite of its current value (i.e. <code>GLASS0.kick = !GLASS0.kick</code>).</onlyinclude>
 
|}
 
|}

Latest revision as of 12:20, 4 February 2013

Portvar Data Type Permissions Description
kick Boolean Read/Write Toggling the value of kick resets the backlight timer (if set). The actual value is irrelevant; it is the change event that resets the backlight timer. As such, kick should always be assigned to the opposite of its current value (i.e. GLASS0.kick = !GLASS0.kick).