Difference between revisions of "ShowChat"
From Onset Developer Wiki
Line 16: | Line 16: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
− | + | __EDIT_ME__ |
Latest revision as of 06:18, 4 December 2019
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__