Checkpoint::visible

From RAGE Multiplayer Wiki
Revision as of 11:15, 8 October 2017 by Kemperrr (talk | contribs) (Created page with "This property is used to set or get the visible of the checkpoint. ==Getter== * '''<span style="color:#008017">Boolean</span>''' ==Setter== * '''<span style="color:#008017">B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 = 5; // set checkpoint visible

See Also