Checkpoint::radius: Difference between revisions

From RAGE Multiplayer Wiki
m (Replaced HTML with template)
m (category)
Line 16: Line 16:
}}
}}


==See Also==
[[Category:Checkpoint]]
{{Checkpoint_function}}
[[Category:Server-side Property]]

Revision as of 11:23, 30 April 2019

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