/tg/ Station 13 - Modules - TypesVar Details - Proc Details

defaceable

Lets you graffiti on an object

Vars

drawing_ofString description of what you have drawn
iconIcon file from which to draw our overlay
icon_statesIcon states to draw from our file, optionally use as a list key for TRUE to skip recolouring that icon state
ink_colourWhat colour have we been drawn with?
on_defacedOptional callback called when we are drawn on, we pass in the ink colour

Procs

on_cleanedWash it off
on_drawnSee if someone can draw on us
on_examinedSee it there
on_hoveredInform people that they can mess us up
on_update_overlaysRender 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