decal
Vars | |
base_icon_state | The base icon state that this decal was initialized with. |
---|---|
cleanable | Whether this decal can be cleaned. |
description | A description this decal appends to the target's examine message. |
directional | If true this was initialized with no set direction - will follow the parent dir. |
pic | The overlay applied by this decal to the target. |
smoothing | What smoothing junction this was initialized with. |
Procs | |
generate_appearance | |
smooth_react | Reacts to the source atom smoothing. |
Var Details
base_icon_state
The base icon state that this decal was initialized with.
cleanable
Whether this decal can be cleaned.
description
A description this decal appends to the target's examine message.
directional
If true this was initialized with no set direction - will follow the parent dir.
pic
The overlay applied by this decal to the target.
smoothing
What smoothing junction this was initialized with.
Proc Details
generate_appearance
generate_appearance
If the decal was not given an appearance, it will generate one based on the other given arguments. element won't be compatible if it cannot do either all args are fed into creating an image, they are byond vars for images you'll recognize in the byond docs (except source, source is the object whose appearance we're copying.)
smooth_react
Reacts to the source atom smoothing.
Arguments:
- source: The source of the signal and recently smoothed atom.