Checkpoint::radius

From RAGE Multiplayer Wiki
Revision as of 12:19, 26 October 2018 by Rootcause (talk | contribs) (Replaced HTML with template)

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

Getter

  • Float

Setter

  • Float

Example

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

checkpoint.radius = 5; // set checkpoint radius

See Also