code/__DEFINES/flags.dm 
ALL_CARDINALS | All the cardinal direction bitflags. |
---|---|
EMOTE_AUDIBLE | Is the emote audible |
EMOTE_VISIBLE | Is the emote visible |
EMOTE_IMPORTANT | Is it an emote that should be shown regardless of blindness/deafness |
EMOTE_NO_MESSAGE | Does the emote not have a message? |
EMOTE_FORCED_AUDIO | Can only code call this event instead of the player. |
WORKING_JOE_EMOTE | Working Joe emote |
HAZARD_JOE_EMOTE | Hazard Joe emote |
UPP_JOE_EMOTE | UPP Joe emote |
Define Details
ALL_CARDINALS 
All the cardinal direction bitflags.
EMOTE_AUDIBLE 
Is the emote audible
EMOTE_FORCED_AUDIO 
Can only code call this event instead of the player.
EMOTE_IMPORTANT 
Is it an emote that should be shown regardless of blindness/deafness
EMOTE_NO_MESSAGE 
Does the emote not have a message?
EMOTE_VISIBLE 
Is the emote visible
HAZARD_JOE_EMOTE 
Hazard Joe emote
UPP_JOE_EMOTE 
UPP Joe emote
WORKING_JOE_EMOTE 
Working Joe emote