button ![code/game/machinery/buttons.dm 1](git.png)
Vars | |
can_alter_skin | Whether it is possible to change the panel skin |
---|---|
skin | Icon suffix for the skin of the front pannel that is added to base_icon_state |
Procs | |
Initialize | INITIALIZATION |
examine | INFORMATION |
item_interaction | INTERACTION |
on_deconstruction | DECONSTRUCTION |
update_icon_state | APPEARANCE |
Var Details
can_alter_skin ![code/game/machinery/buttons.dm 19](git.png)
Whether it is possible to change the panel skin
skin ![code/game/machinery/buttons.dm 17](git.png)
Icon suffix for the skin of the front pannel that is added to base_icon_state
Proc Details
Initialize
INITIALIZATION
examine
INFORMATION
item_interaction
INTERACTION
on_deconstruction
DECONSTRUCTION
update_icon_state
APPEARANCE