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

◆ EconomyOutput()

proto native void EconomyOutput ( string sOutputType,
float fRange )
private

Outputs debug logs into server log or rpt.

Заметки
DEVELOPER/DIAG ONLY
Аргументы
sOutputTypestring One of the strings specified in EconomyOutputStrings
fRangefloat Range parameter used for some of the options
GetCEApi().EconomyOutput(EconomyOutputStrings.CLOSE, 3);
proto native CEApi GetCEApi()
Get the CE API.
const string CLOSE
Lists loot spawns that are not abandoned and within the supplied range (< fRange, not equal)
Определения CentralEconomy.c:193
Special strings for CEApi.EconomyOutput.
Определения CentralEconomy.c:159