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