SetLogCommandParamParserExceptions

From RAGE Multiplayer Wiki
Revision as of 10:50, 12 December 2019 by Bonus (talk | contribs) (Created page with "Toggles the log command param parser exceptions. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Server.SetLogCommandParamParserExceptions(bool tog...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Toggles the log command param parser exceptions.


C# Syntax

void NAPI.Server.SetLogCommandParamParserExceptions(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

NAPI.Server.SetLogCommandParamParserExceptions(false);