mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Works generally better and will allow for better customization and emote display. --------- Co-authored-by: realmattatlas <liermattia@gmail.com>
6 lines
319 B
Plaintext
6 lines
319 B
Plaintext
/// Called when something is added to a client's screen : /client/proc/add_to_screen(screen_add)
|
|
#define COMSIG_CLIENT_SCREEN_ADD "client_screen_add"
|
|
|
|
/// Called when something is removed from a client's screen : /client/proc/remove_from_screen(screen_remove)
|
|
#define COMSIG_CLIENT_SCREEN_REMOVE "client_screen_remove"
|