RAGE.Chat.Activate

From RAGE Multiplayer Wiki
Revision as of 11:09, 16 January 2019 by Frosty (talk | contribs) (Changes chat input state.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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