Checkpoint::radius

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

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

Getter

  • Number in float

Setter

  • Number

Example

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

checkpoint.radius = 5; // set checkpoint radius