RAGE.Chat.Activate: Difference between revisions
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Changes chat input state. | |||
==Syntax== | ==Syntax== | ||
<pre>RAGE.Chat.Activate(bool toggle);</pre> | <pre>RAGE.Chat.Activate(bool toggle);</pre> | ||
Latest revision as of 12:34, 16 January 2019
Changes chat input state.
Syntax
RAGE.Chat.Activate(bool toggle);
Required Arguments
- toggle: Bool toggle
Example
C# Syntax
Parameters
- toggle: Bool toggle
Example
public void activateChat(bool toggle)
{
RAGE.Chat.Activate(toggle);
}