(Official) LUA Scripting Documentation
set_switch
Set a switches on/off position.
Spec:
set_switch(
long x,
long y,
long z,
bool power)
Parameters
x: The x component of the map point of the switch.y: The y component of the map point of the switch.z: The z component of the map point of the switch.power: true or false
Incomplete
This documentation is incomplete