RAGE.Chat.Activate: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 20: Line 20:
</syntaxhighlight>
</syntaxhighlight>
}}
}}


==See also==
==See also==
{{Gui_definition_c}}
{{Gui_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]

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);
}


See also