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

sign

Vars

buildable_signDetermines if a sign is unwrenchable.
is_editableThis determines if you can select this sign type when using a pen on a sign backing. False by default, set to true per sign type to override.
knock_down_callbackCallback to the knock down proc for wallmounting behavior.
sign_change_namesign_change_name is used to make nice looking, alphebetized and categorized names when you use a pen on any sign item or structure which is_editable.

Procs

attack_handCannot be unfastened regardless.
knock_downThis is called when a sign is removed from a wall, either through deconstruction or being knocked down. @param mob/living/user The user who removed the sign, if it was knocked down by a mob.

Var Details

buildable_sign

Determines if a sign is unwrenchable.

is_editable

This determines if you can select this sign type when using a pen on a sign backing. False by default, set to true per sign type to override.

knock_down_callback

Callback to the knock down proc for wallmounting behavior.

sign_change_name

sign_change_name is used to make nice looking, alphebetized and categorized names when you use a pen on any sign item or structure which is_editable.

Proc Details

attack_hand

Cannot be unfastened regardless.

knock_down

This is called when a sign is removed from a wall, either through deconstruction or being knocked down. @param mob/living/user The user who removed the sign, if it was knocked down by a mob.