RAGE.Ui.Cursor.Visible

From RAGE Multiplayer Wiki
Revision as of 11:12, 3 February 2019 by Frosty (talk | contribs) (Created page with "Changes cursor visibility state. ==Syntax== <pre>Bool RAGE.Ui.Cursor.Visible;</pre> === Required Arguments === *'''toggle:''' Bool toggle ==Example== {{CSharpContainer| {{P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Changes cursor visibility state.

Syntax

Bool RAGE.Ui.Cursor.Visible;

Required Arguments

  • toggle: Bool toggle

Example

C# Syntax

Parameters

  • toggle: Bool toggle

Example

public void cursorVisible(bool toggle)
{
    RAGE.Ui.Cursor.Visible = toggle;
}