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. |
Procs | |
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.) |
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.
Proc Details
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.)