bluespacedrive

Vars | |
STATE_BROKEN | Indicates whether the drive should show effects. |
---|---|
STATE_UNSTABLE | Indicates whether the drive should use the unstable core effect. |
drive_sound | The token for the drive's idle loop |
state | A field of STATE_* flags related to the drive. |
Procs | |
explode | Final death act handler for the drive where it explodes. You really shouldn't call this directly or you'll make weird broken things regarding health tracking. Use kill_health() instead, the death handler calls this. |
Var Details
STATE_BROKEN

Indicates whether the drive should show effects.
STATE_UNSTABLE

Indicates whether the drive should use the unstable core effect.
drive_sound

The token for the drive's idle loop
state

A field of STATE_* flags related to the drive.
Proc Details
explode
Final death act handler for the drive where it explodes. You really shouldn't call this directly or you'll make weird broken things regarding health tracking. Use kill_health()
instead, the death handler calls this.