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

SetLogRemoteEventParamParserExceptions

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

Toggles the log remote event param parser exceptions.


void NAPI.Server.SetLogRemoteEventParamParserExceptions(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

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