mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
f481143eb4
* sadf * sdf * adeste fideles * sadf
17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
// Observer Pattern Implementation: Exited
|
|
// Registration type: /atom
|
|
//
|
|
// Raised when: An /atom/movable instance has exited an atom.
|
|
//
|
|
// Arguments that the called proc should expect:
|
|
// /atom/entered: The atom that was exited from
|
|
// /atom/movable/exitee: The instance that exited the atom
|
|
// /atom/new_loc: The atom the exitee is now residing in
|
|
//
|
|
|
|
GLOBAL_DATUM_INIT(exited_event, /singleton/observ/exited, new)
|
|
|
|
/singleton/observ/exited
|
|
name = "Exited"
|
|
expected_type = /atom
|