SetTransferBoxVisible
Jump to navigation
Jump to search
Determines whether or not the transferbox should appear to players.
Syntax
bool setTransferBoxVisible ( bool visible )
Required Arguments
- visible: The new 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.