ShowChat: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 8: Line 8:
{{FuncParam|show|The boolean status (true/ false)}}
{{FuncParam|show|The boolean status (true/ false)}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns '''true'''.}}


== Example ==
== Example ==

Latest revision as of 11:00, 1 September 2020

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__