cardboard_cutout ![code/game/objects/items/cardboard_cutouts.dm 2](git.png)
Vars | |
deceptive | If the cutout actually appears as what it portray and not a discolored version |
---|---|
pushed_over | If the cutout is pushed over and has to be righted |
starting_cutout | What cutout datum we spawn at the start? Uses the name, not the path. |
tacticool | Reference to the tactical component that should be deleted when the cutout is toppled. |
Procs | |
change_appearance | change_appearance: Changes a skin of the cardboard cutout based on a user's choice |
check_menu | check_menu: Checks if we are allowed to interact with a radial menu |
Var Details
deceptive ![code/game/objects/items/cardboard_cutouts.dm 14](git.png)
If the cutout actually appears as what it portray and not a discolored version
pushed_over ![code/game/objects/items/cardboard_cutouts.dm 12](git.png)
If the cutout is pushed over and has to be righted
starting_cutout ![code/game/objects/items/cardboard_cutouts.dm 16](git.png)
What cutout datum we spawn at the start? Uses the name, not the path.
tacticool ![code/game/objects/items/cardboard_cutouts.dm 20](git.png)
Reference to the tactical component that should be deleted when the cutout is toppled.
Proc Details
change_appearance
change_appearance: Changes a skin of the cardboard cutout based on a user's choice
Arguments:
- crayon The crayon used to change and recolor the cardboard cutout
- user The mob choosing a skin of the cardboard cutout
check_menu
check_menu: Checks if we are allowed to interact with a radial menu
Arguments:
- user The mob interacting with a menu
- crayon The crayon used to interact with a menu