intercom
Procs | |
AreaPowerCheck | Proc called whenever the intercom's area loses or gains power. Responsible for setting the on variable and calling update_appearance() . |
---|
Proc Details
AreaPowerCheck
Proc called whenever the intercom's area loses or gains power. Responsible for setting the on
variable and calling update_appearance()
.
Normally called after the intercom's area recieves the COMSIG_AREA_POWER_CHANGE
signal, but it can also be called directly.
Arguments:
- source - the area that just had a power change.