Checkpoint::radius

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

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