SetTransferBoxVisible: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Server client function}} | {{Server client function}} | ||
{{Added feature/item | {{Added feature/item|1.5.9|1.5.8|20788|Determines whether or not the transfer box should appear to [[Player|players]].}} | ||
==Syntax== | ==Syntax== |
Revision as of 21:31, 23 September 2021
Determines whether or not the transfer box should appear to players.
Syntax
bool setTransferBoxVisible ( bool visible )
Required Arguments
- visible: The new transfer box visibility state.
Returns
Returns true if the visibility was set successfully, false otherwise.
Examples
Click to collapse [-]
ServeraddEventHandler ("onResourceStart", resourceRoot, function() setTransferBoxVisible (false) end)
Requirements
This template will be deleted.