Checkpoint::radius: Difference between revisions
mNo edit summary |
m (cate) |
||
| Line 16: | Line 16: | ||
}} | }} | ||
[[Category:Checkpoint]] | [[Category:Checkpoint API]] | ||
[[Category:Server-side Property]] | [[Category:Server-side Property]] | ||
Latest revision as of 16:49, 17 May 2019
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