limbs 
Vars | |
| cached_icon | Caches the last icon we generated, see above |
|---|---|
| character_preview_view | The preview dummy |
| paths_on_last_ui_update | Records all paths that were selected the last time we updated the preview icon This is done because we have to use getflat icon (very laggy) rather than byondui as byondUI doesn't really allow layering other UI elements such as SVGs above it |
| update_needed | If TRUE update the body before next icon generation |
Procs | |
| create_character_preview_view | Initialize our character dummy. |
Var Details
cached_icon 
Caches the last icon we generated, see above
character_preview_view 
The preview dummy
paths_on_last_ui_update 
Records all paths that were selected the last time we updated the preview icon This is done because we have to use getflat icon (very laggy) rather than byondui as byondUI doesn't really allow layering other UI elements such as SVGs above it
update_needed 
If TRUE update the body before next icon generation
Proc Details
create_character_preview_view
Initialize our character dummy.