RAGE.Chat.SafeMode: Difference between revisions
(Created page with "Enables HTML filter to prevent chat XSS. ==Syntax== <pre>Bool RAGE.Chat.SafeMode;</pre> === Required Arguments === *'''toggle:''' Bool toggle ==Example== {{CSharpContainer|...") |
(→Syntax) |
||
| Line 2: | Line 2: | ||
==Syntax== | ==Syntax== | ||
<pre>Bool RAGE.Chat.SafeMode | <pre>Bool RAGE.Chat.SafeMode</pre> | ||
=== Required Arguments === | === Required Arguments === | ||
Revision as of 11:35, 16 January 2019
Enables HTML filter to prevent chat XSS.
Syntax
Bool RAGE.Chat.SafeMode
Required Arguments
- toggle: Bool toggle
Example
C# Syntax
Parameters
- toggle: Bool toggle
Example
public void safeModeChat(bool toggle)
{
RAGE.Chat.SafeMode = toggle;
}