spaceflare

Vars | |
active | Boolean. Whether or not the spaceflare has been activated. |
---|---|
landmark | The shuttle landmark synced to this beacon. This is set when the beacon is activated. |
Procs | |
activate | Handles activation of the flare. |
deactivate | Handles deactivation of the flare. |
Var Details
active

Boolean. Whether or not the spaceflare 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.