/tg/ Station 13 - Modules - TypesVar Details - Proc Details

ar

Vars

modeThe current operating mode
modesSets a list of modes to cycle through
modes_msgDefines messages that will be shown to the user upon switching modes (e.g. turning it on)
modeswitch_soundDefines sound to be played upon mode switching
off_stateIconstate for when the status is off (TODO: off_state --> modes_states list for expandability)

Procs

InitializeReuse logic from engine_goggles.dm
freeze_animationCreate 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 :)