RAGE.Chat.Activate: Difference between revisions

From RAGE Multiplayer Wiki
(Changes chat input state.)
 
Line 8: Line 8:
{{CSharpContainer|
{{CSharpContainer|
{{Parameters}}
{{Parameters}}
*'''toggle:''': Bool toggle
*'''toggle:''' Bool toggle


{{Example}}
{{Example}}

Revision as of 11:12, 16 January 2019

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