SetGlobalServerChat
Внешний вид
Toggles the global server chat.
void NAPI.Server.SetGlobalServerChat(bool toggle);
Parameters
- toggle: parameter input should be in bool type
Example
<syntaxhighlight lang="csharp"> NAPI.Server.SetGlobalServerChat(false); </syntaxhighlight>