pizza 
Vars | |
| boxtag | What label pizza boxes use if this pizza spawns in them. |
|---|---|
| cutting_tools | cutting tools |
| slice_type | type is spawned 6 at a time and replaces this pizza when processed by cutting tool |
| sliced | have we been sliced? like sliced and you can take it apart by hand |
| slices_left | how many slices left |
Procs | |
| produce_slice | make a slice and give it to user. no_update means no filter work is done. user is optional |
| slice | slices this pizza. all arguments optional. |
Var Details
boxtag 
What label pizza boxes use if this pizza spawns in them.
cutting_tools 
cutting tools
slice_type 
type is spawned 6 at a time and replaces this pizza when processed by cutting tool
sliced 
have we been sliced? like sliced and you can take it apart by hand
slices_left 
how many slices left
Proc Details
produce_slice
make a slice and give it to user. no_update means no filter work is done. user is optional
slice
slices this pizza. all arguments optional.