isTransferBoxAlwaysVisible | Multi Theft Auto: Wiki Skip to content

isTransferBoxAlwaysVisible

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


Determines if the transfer box should be always visible during downloads. Players can forcefully show the transfer box through a user setting, even if disabled by scripts.

Syntax

bool isTransferBoxAlwaysVisible ( )

Returns

  • bool: value

Returns a boolean , whether the transfer box should be always visible or not.

Code Examples

Script Example Missing

Function isTransferBoxAlwaysVisible needs a script example. Help out by writing one.

Contribution guidelines