Space Station 13 - Modules - TypesVar Details - Proc Details

shuttle_beacon

Vars

activeBoolean. Whether or not the beacon has been activated.
landmarkThe shuttle landmark synced to this beacon. This is set when the beacon is activated.

Procs

activateHandles activation of the flare.
deactivateHandles deactivation of the flare.

Var Details

active

Boolean. Whether or not the beacon has been activated.

landmark

The shuttle landmark synced to this beacon. This is set when the beacon is activated.

Proc Details

activate

Handles activation of the flare.

Parameters user - The user activating the flare. Optional. Applies additional unequip processing and checks before activating the flare.

Returns boolean - FALSE if the flare was not activated, TRUE if it was.

deactivate

Handles deactivation of the flare.

Returns boolean - FALSE if the flare was not deactivated, TRUE if it was.