ShowChat

From Onset Developer Wiki
Revision as of 05:18, 4 December 2019 by 28days (talk | contribs)
ShowChat

Type: Function
Context: Client
Introduced: v1.0

Description

To toggle the chat for the client.

Syntax

ShowChat(show)

Parameters

  • show
    The boolean status (true/ false)

Return Value

  • __EDIT_ME__

Example

ShowChat(false) -- hides the chat for the player

See also

__EDIT_ME__