circuit
Vars | |
always_off | If we want to ignore our area's power status and just be always off Mostly for mappers doing asthetic things, or cases where the floor should be broken |
---|---|
on | If this floor is powered or not We don't consume any power, but we do require it |
Procs | |
handle_powerchange | Enables/disables our lighting based off our source area |
Var Details
always_off
If we want to ignore our area's power status and just be always off Mostly for mappers doing asthetic things, or cases where the floor should be broken
on
If this floor is powered or not We don't consume any power, but we do require it
Proc Details
handle_powerchange
Enables/disables our lighting based off our source area