Space Station 13 - Baystation 12 - Modules - TypesVar Details - Proc Details

bluespacedrive

Vars

STATE_BROKENIndicates whether the drive should show effects.
STATE_UNSTABLEIndicates whether the drive should use the unstable core effect.
drive_soundThe token for the drive's idle loop
stateA field of STATE_* flags related to the drive.

Procs

explodeFinal 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.