RAGE.Chat.Show

From RAGE Multiplayer Wiki
Revision as of 11:23, 16 January 2019 by Frosty (talk | contribs) (Created page with "Changes chat visibility state. ==Syntax== <pre>RAGE.Chat.Show(bool toggle);</pre> === Required Arguments === *'''toggle:''' Bool toggle ==Example== {{CSharpContainer| {{Par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Changes chat visibility state.

Syntax

RAGE.Chat.Show(bool toggle);

Required Arguments

  • toggle: Bool toggle

Example

C# Syntax

Parameters

  • toggle: Bool toggle

Example

public void showChat(bool toggle)
{
    RAGE.Chat.Show(toggle);
}



See also