Space Station 13 - Modules - TypesVar Details - Proc Details

accessory

Vars

acc_overlayOverlay used when the accessory is attached to the clothing.
allow_duplicatesAllow accessories of the same type.
has_suitthe suit the tie may be attached to

Procs

attached_equipIf we need to do something special when clothing with accessory is equipped by the user.
attached_examineAdditional info when examine accessory on the suit
attached_unequipIf we need to do something special when clothing with accessory is removed from the user
on_attachedAccessory being attached to passed suit.
on_removedAccessory being removed from the suit. But still stays inside it's contents. You need to forceMove it separetly.

Var Details

acc_overlay

Overlay used when the accessory is attached to the clothing.

allow_duplicates

Allow accessories of the same type.

has_suit

the suit the tie may be attached to

Proc Details

attached_equip

If we need to do something special when clothing with accessory is equipped by the user.

attached_examine

Additional info when examine accessory on the suit

attached_unequip

If we need to do something special when clothing with accessory is removed from the user

on_attached

Accessory being attached to passed suit.

Arguments:

Returns the suit we are attached to.

on_removed

Accessory being removed from the suit. But still stays inside it's contents. You need to forceMove it separetly.

Arguments:

Returns the suit we were detached from.