Checkpoint::radius: Difference between revisions
m (Replaced HTML with template) |
m (cate) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
==Getter== | ==Getter== | ||
* | * {{RageType|Number}} in float | ||
==Setter== | ==Setter== | ||
* | * {{RageType|Number}} | ||
== Example == | == Example == | ||
| Line 16: | Line 16: | ||
}} | }} | ||
[[Category:Checkpoint API]] | |||
[[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