Difference between revisions of "Switch on"
From Unofficial QEdit Wiki Guide
(No difference)
|
Revision as of 08:03, 23 May 2014
Contents
Syntax
Syntax: switch_on xxxxxxxx/register
- xxxxxxxx = Integer of switch id to toggle on. (A register can also be used)
Use
Used to toggle a switch on based on its switch ID.
Example
100: switch_on 00000001 //Switch on switch with ID 1.
ret