ar 
Vars | |
mode | The current operating mode |
---|---|
modes | Sets a list of modes to cycle through |
modes_msg | Defines messages that will be shown to the user upon switching modes (e.g. turning it on) |
modeswitch_sound | Defines sound to be played upon mode switching |
off_state | Iconstate for when the status is off (TODO: off_state --> modes_states list for expandability) |
Procs | |
Initialize | Reuse logic from engine_goggles.dm |
freeze_animation | Create new icon and worn_icon, with only the first frame of every state and setting that as icon. this practically freezes the animation :) |
Var Details
mode 
The current operating mode
modes 
Sets a list of modes to cycle through
modes_msg 
Defines messages that will be shown to the user upon switching modes (e.g. turning it on)
modeswitch_sound 
Defines sound to be played upon mode switching
off_state 
Iconstate for when the status is off (TODO: off_state --> modes_states list for expandability)
Proc Details
Initialize
Reuse logic from engine_goggles.dm
freeze_animation
Create new icon and worn_icon, with only the first frame of every state and setting that as icon. this practically freezes the animation :)