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

emote

Variant of bodypart_overlay for displaying emote overlays. See /datum/emote/living/blush/run_emote for an example on how to use one of these.

Vars

attached_body_zoneThe body zone to attach the overlay to, overlay won't be added if no bodypart can be found with this
attached_bodypartThe bodypart that the overlay is currently applied to
feature_offsetDatum giving us details about what offset to apply to the limb
offset_keyThe feature key used to figure out what specific bodily feature we offset this to follow

Procs

DestroyRemoves the overlay from the attached bodypart and updates the necessary sprites

Var Details

attached_body_zone

The body zone to attach the overlay to, overlay won't be added if no bodypart can be found with this

attached_bodypart

The bodypart that the overlay is currently applied to

feature_offset

Datum giving us details about what offset to apply to the limb

offset_key

The feature key used to figure out what specific bodily feature we offset this to follow

Proc Details

Destroy

Removes the overlay from the attached bodypart and updates the necessary sprites