RAGE.Chat.Show

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)
Jump to navigation Jump to search

Changes chat visibility state.

Syntax

RAGE.Chat.Show(bool toggle);

Required Arguments

  • toggle: Bool toggle

Example

C# Syntax
C.png

Parameters

  • toggle: Bool toggle

Example

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


See also