Перейти к содержанию

SetLogCommandParamParserExceptions

Материал из RAGE MP Wiki Archive
Версия от 10:50, 12 декабря 2019; imported>Bonus (Created page with "Toggles the log command param parser exceptions. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Server.SetLogCommandParamParserExceptions(bool tog...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Toggles the log command param parser exceptions.


void NAPI.Server.SetLogCommandParamParserExceptions(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

<syntaxhighlight lang="csharp"> NAPI.Server.SetLogCommandParamParserExceptions(false); </syntaxhighlight>