Ui::displayCash

From RAGE Multiplayer Wiki
Revision as of 21:33, 6 May 2017 by Marty uploader (talk | contribs) (yay)

'DISPLAY_CASH(false);' makes the cash amount render on the screen when appropriate
'DISPLAY_CASH(true);' disables cash amount rendering

Syntax

mp.game.ui.displayCash(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

// todo

See also