Checkpoint::visible

From RAGE Multiplayer Wiki
Revision as of 16:50, 17 May 2019 by RoboN1X (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This property is used to set or get the visible of the checkpoint.

Getter

  • Boolean

Setter

  • Boolean

Example

Server-Side
const visible = checkpoint.visible; // get checkpoint visible
console.log(visible);

checkpoint.visible = true; // set checkpoint visible