DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ RadiusLifetimeReset()

proto native void RadiusLifetimeReset ( vector vCenter,
float fRadius )
private

Process lifetime reset to default value from DB within radius.

Аргументы
vCentervector The center point
fRadiusfloat The radius around the center point
GetCEApi().RadiusLifetimeReset(Vector(500, 0, 500), 3);
proto native CEApi GetCEApi()
Get the CE API.
proto native vector Vector(float x, float y, float z)
Vector constructor from components.