ShowChat

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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

  • Returns true.

Example

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

See also

__EDIT_ME__