Space Station 13 - Nebula13 - Modules - TypesVar Details - Proc Details

emitter

Vars

anchoredWhether the emitter is anchored to the floor in this state.
down_stateThe state entered when the emitter is fastened down further, if any.
panel_openWhether the maintenance hatch is open in this state.
panel_stateThe state entered when the maintenance hatch is toggled via screwdriver. Null if the emitter has no hatch.
up_stateThe state entered when the emitter is loosened, if any.

Procs

welder_interactionHandles a welding tool applied to the emitter in this state. Return TRUE if the interaction was handled.
wrench_interactionHandles a wrench applied to the emitter in this state. Return TRUE if the interaction was handled.

Var Details

anchored

Whether the emitter is anchored to the floor in this state.

down_state

The state entered when the emitter is fastened down further, if any.

panel_open

Whether the maintenance hatch is open in this state.

panel_state

The state entered when the maintenance hatch is toggled via screwdriver. Null if the emitter has no hatch.

up_state

The state entered when the emitter is loosened, if any.

Proc Details

welder_interaction

Handles a welding tool applied to the emitter in this state. Return TRUE if the interaction was handled.

wrench_interaction

Handles a wrench applied to the emitter in this state. Return TRUE if the interaction was handled.