Player::isControlOn

From RAGE Multiplayer Wiki
Revision as of 23:46, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Can the player control himself, used to disable controls for player for things like a cutscene.

---

You can't disable controls with this, use SET_PLAYER_CONTROL(...) for this.

Syntax

player.isControlOn();

Required Arguments

Return value

  • Boolean

Example

// todo

See also