SetGlobalDefaultCommandMessages

From RAGE Multiplayer Wiki
Revision as of 10:48, 12 December 2019 by Bonus (talk | contribs) (Created page with "Toggles the global default command messages (e.g. on wrong parameters). False => no default command message anymore. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serv...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Toggles the global default command messages (e.g. on wrong parameters). False => no default command message anymore.


C# Syntax

void NAPI.Server.SetGlobalDefaultCommandMessages(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

NAPI.Server.SetGlobalDefaultCommandMessages(false);