Cursor.show

From RAGE Multiplayer Wiki
Revision as of 03:12, 13 June 2018 by MrPancakers (talk | contribs) (Added description, example and see also section)

Show or hide the cursor on your screen

Syntax

Client-Side
mp.gui.cursor.show(visibility, freezeControls);

Required arguments

  • visibility: boolean
  • freezeControls: boolean

Example

Client-Side
mp.gui.cursor.show(true, true); //Shows the cursor and disables the players controls

See also