defaceable 
Lets you graffiti on an object
Vars | |
| drawing_of | String description of what you have drawn |
|---|---|
| icon | Icon file from which to draw our overlay |
| icon_states | Icon states to draw from our file, optionally use as a list key for TRUE to skip recolouring that icon state |
| ink_colour | What colour have we been drawn with? |
| on_defaced | Optional callback called when we are drawn on, we pass in the ink colour |
Procs | |
| on_cleaned | Wash it off |
| on_drawn | See if someone can draw on us |
| on_examined | See it there |
| on_hovered | Inform people that they can mess us up |
| on_update_overlays | Render our beautiful drawing |
Var Details
drawing_of 
String description of what you have drawn
icon 
Icon file from which to draw our overlay
icon_states 
Icon states to draw from our file, optionally use as a list key for TRUE to skip recolouring that icon state
ink_colour 
What colour have we been drawn with?
on_defaced 
Optional callback called when we are drawn on, we pass in the ink colour
Proc Details
on_cleaned
Wash it off
on_drawn
See if someone can draw on us
on_examined
See it there
on_hovered
Inform people that they can mess us up
on_update_overlays
Render our beautiful drawing