RAGE.Chat.Activate: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
Changes chat input state. | |||
==Syntax== | ==Syntax== | ||
<pre>RAGE.Chat.Activate(bool toggle);</pre> | <pre>RAGE.Chat.Activate(bool toggle);</pre> | ||
| Line 18: | Line 20: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | }} | ||
==See also== | ==See also== | ||
{{Gui_definition_c}} | {{Gui_definition_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
Revision as of 11:18, 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);
}