Checkpoint::visible
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