RAGE.Chat.Activate

From RAGE Multiplayer Wiki
Revision as of 11:18, 16 January 2019 by Frosty (talk | contribs)

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