mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:00:23 +00:00
* Adds an Escape Menu (#72906) * suicide --------- Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
15 lines
536 B
Plaintext
15 lines
536 B
Plaintext
// from /client/proc/change_view() : (new_size)
|
|
#define COMSIG_VIEW_SET "view_set"
|
|
|
|
// from /client/proc/handle_popup_close() : (window_id)
|
|
#define COMSIG_POPUP_CLEARED "popup_cleared"
|
|
|
|
/// Called after one or more verbs are added: (list of verbs added)
|
|
#define COMSIG_CLIENT_VERB_ADDED "client_verb_added"
|
|
|
|
/// Called after one or more verbs are added: (list of verbs added)
|
|
#define COMSIG_CLIENT_VERB_REMOVED "client_verb_removed"
|
|
|
|
/// Called after a client logs into a mob: (mob)
|
|
#define COMSIG_CLIENT_MOB_LOGIN "client_mob_changed"
|