Files
fulpstation/code/__DEFINES/dcs/signals/signals_leash.dm
SgtHunk 26a9e97803 August TGU: Wall leaning, ponies, cardboard IDs, smoothbore disablers and MUCH MORE! (#1032)
* this shit is like the ship of theseus bruh

* forgor dme

* updates maps

* some fixes just halfway through

* guhh

* ok

* whoops

* this one too

* that was such a stupid fix WHY

* fixes fulp ruin
2023-08-20 16:42:16 -07:00

12 lines
587 B
Plaintext

/// Called when a /datum/component/leash must forcibly teleport the parent to the owner.
/// Fired on the object with the leash component.
#define COMSIG_LEASH_FORCE_TELEPORT "leash_force_teleport"
/// 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 COMSIG_LEASH_PATH_STARTED "leash_path_started"
/// Called when a /datum/component/leash finishes its pathfinding to the target.
/// Fired on the object with the leash component.
#define COMSIG_LEASH_PATH_COMPLETE "leash_path_complete"