RAGE.Chat.Activate

From RAGE Multiplayer Wiki
Revision as of 12:34, 16 January 2019 by Frosty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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