chisel ![code/modules/art/statues.dm 262](git.png)
Other Stuff
Vars | |
prepared_block | Block we're currently carving in |
---|---|
sculpting | Currently sculpting |
tracked_user | If tracked user moves we stop sculpting |
Procs | |
set_block | To setup the sculpting target for the carving block |
start_sculpting | Starts or continues the sculpting action on the carving block material |
stop_sculpting | Cancel the sculpting action |
Var Details
prepared_block ![code/modules/art/statues.dm 290](git.png)
Block we're currently carving in
sculpting ![code/modules/art/statues.dm 294](git.png)
Currently sculpting
tracked_user ![code/modules/art/statues.dm 292](git.png)
If tracked user moves we stop sculpting
Proc Details
set_block
To setup the sculpting target for the carving block
start_sculpting
Starts or continues the sculpting action on the carving block material
stop_sculpting
Cancel the sculpting action