code/__DEFINES/dcs/leash_signals.dm 
| 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_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. |
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_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.