emitter 
Vars | |
| 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. |
Procs | |
| 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. |
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.