ShowChat: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
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 ==
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{Template:ClientFunctions}}
__EDIT_ME__

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__