RAGE.Chat.Activate: Difference between revisions

From RAGE Multiplayer Wiki
(Changes chat input state.)
 
No edit summary
 
(2 intermediate revisions 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>
Line 8: Line 10:
{{CSharpContainer|
{{CSharpContainer|
{{Parameters}}
{{Parameters}}
*'''toggle:''': Bool toggle
*'''toggle:''' Bool toggle


{{Example}}
{{Example}}

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