mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
* The mob/living/Destroy() consolidation * The mob/Destroy() consolidation * The /mob/living/carbon/human consolidation * The datum/Destroy() Consolidation * The /atom/movable/Destroy() Consolidation * for human
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
// Observer Pattern Implementation: Destroyed
|
|
// Registration type: /datum
|
|
//
|
|
// Raised when: A /datum instance is destroyed.
|
|
//
|
|
// Arguments that the called proc should expect:
|
|
// /datum/destroyed_instance: The instance that was destroyed.
|
|
/*
|
|
/decl/observ/destroyed
|
|
name = "Destroyed"
|
|
*/
|
|
//Deprecated in favor of Comsigs
|