Signature
#define SPEAK_NORMAL 0 // Normal behavior, client follows alltalk rules#define SPEAK_MUTED 1 // Client can not talk#define SPEAK_ALL 2 // Client can talk to every other client#define SPEAK_LISTENALL 4 // Client can listen to every other client
Description
Flags for the [set|get]_speak() natives.
Notes
-
These do not correspond to any HLSDK constants and are only relevant to
the custom functionality provided by the engine module.