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

◆ SpawnAnalyze()

proto native bool SpawnAnalyze ( string sClassName)
private

Will emulate the spawning of the item which is being looked at and generate images (.tga) in storage/lmap and output logs.

Заметки
DEVELOPER/DIAG ONLY
This will only work if the loot spawner is active
Аргументы
sClassNamestring The class name of the desired item to analyze
Заметки
When using "*" as class name, instead of generating images, it will generate a .csv in storage/log containing the output of all spawnable items
Возвращает
bool Whether the operation was successful, it might fail in certain scenarios if the CE doesn't update in time
GetCEApi().SpawnAnalyze("FlatCap_Grey");
proto native CEApi GetCEApi()
Get the CE API.