/tg/ Station 13 - Modules - TypesDefine Details

code/__DEFINES/dcs/signals/signals_leash.dm

COMSIG_LEASH_FORCE_TELEPORTCalled when a /datum/component/leash must forcibly teleport the parent to the owner. Fired on the object with the leash component.
COMSIG_LEASH_PATH_STARTEDCalled when a /datum/component/leash plans on pathfinding to the target, if out of range. Fired on the object with the leash component.
COMSIG_LEASH_PATH_COMPLETECalled when a /datum/component/leash finishes its pathfinding to the target. Fired on the object with the leash component.

Define Details

COMSIG_LEASH_FORCE_TELEPORT

Called when a /datum/component/leash must forcibly teleport the parent to the owner. Fired on the object with the leash component.

COMSIG_LEASH_PATH_COMPLETE

Called when a /datum/component/leash finishes its pathfinding to the target. Fired on the object with the leash component.

COMSIG_LEASH_PATH_STARTED

Called when a /datum/component/leash plans on pathfinding to the target, if out of range. Fired on the object with the leash component.