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

◆ ExportProxyData()

proto native void ExportProxyData ( vector vCenter = vector.Zero,
float fRadius = 0 )
private

Generates "storage/export/mapgrouppos.xml".

Аргументы
vCentervector Center of area to generate from
Заметки
When using a zero vector, this will automatically get the world center
Аргументы
fRadiusfloat Radius in meters of area to generate from
Заметки
When 0, this will automatically get a radius covering the map
// Export for whole map
GetCEApi().ExportProxyData();
proto native CEApi GetCEApi()
Get the CE API.