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

◆ ListCloseProxy()

proto native void ListCloseProxy ( float fRadius)
private

Outputs a list of all loot points closer than specified radius.

Заметки
This will automatically be checking all points against all points
This is a better way of handling it than the above two methods, as it can be then be removed manually from the xmls
Is the same as CEApi.EconomyOutput(EconomyOutputStrings.CLOSE, fRadius)
Аргументы
fRadiusfloat The minimum desired distance in meters between loot spawn points
GetCEApi().ListCloseProxy(0.3);
proto native CEApi GetCEApi()
Get the CE API.