Перейти к содержанию

Checkpoint::radius

Материал из RAGE MP Wiki Archive
Версия от 16:49, 17 мая 2019; imported>RoboN1X (cate)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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