/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_clothing.dm

COMSIG_CLOTHING_VISOR_TOGGLE(/obj/item/clothing, visor_state) - When a clothing gets it's visor toggled.
COMSIG_CLOTHING_UNDER_ADJUSTEDFrom an undersuit being adjusted: ()
COMSIG_CLOTHING_ACCESSORY_ATTACHED/obj/item/clothing/accessory/successful_attach : (obj/item/clothing/under/attached_to) The accessory, at the point of signal sent, is in the clothing's accessory list / loc
COMSIG_CLOTHING_ACCESSORY_DETACHED/obj/item/clothing/accessory/detach : (obj/item/clothing/under/detach_from) The accessory, at the point of signal sent, is no longer in the accessory list but may still be in the loc
COMSIG_ACCESSORY_ATTACHED/obj/item/clothing/accessory/successful_attach : (obj/item/clothing/under/attached_to) The accessory, at the point of signal sent, is in the clothing's accessory list / loc
COMSIG_ACCESSORY_DETACHED/obj/item/clothing/accessory/detach : (obj/item/clothing/under/detach_from) The accessory, at the point of signal sent, is no longer in the accessory list but may still be in the loc

Define Details

COMSIG_ACCESSORY_ATTACHED

/obj/item/clothing/accessory/successful_attach : (obj/item/clothing/under/attached_to) The accessory, at the point of signal sent, is in the clothing's accessory list / loc

COMSIG_ACCESSORY_DETACHED

/obj/item/clothing/accessory/detach : (obj/item/clothing/under/detach_from) The accessory, at the point of signal sent, is no longer in the accessory list but may still be in the loc

COMSIG_CLOTHING_ACCESSORY_ATTACHED

/obj/item/clothing/accessory/successful_attach : (obj/item/clothing/under/attached_to) The accessory, at the point of signal sent, is in the clothing's accessory list / loc

COMSIG_CLOTHING_ACCESSORY_DETACHED

/obj/item/clothing/accessory/detach : (obj/item/clothing/under/detach_from) The accessory, at the point of signal sent, is no longer in the accessory list but may still be in the loc

COMSIG_CLOTHING_UNDER_ADJUSTED

From an undersuit being adjusted: ()

COMSIG_CLOTHING_VISOR_TOGGLE

(/obj/item/clothing, visor_state) - When a clothing gets it's visor toggled.