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

◆ SpawnPerfTest()

proto native void SpawnPerfTest ( string sClassName,
int iCount )
private

Spawn an entity through CE, x amount of times in a grid.

Заметки
DEVELOPER/DIAG ONLY
The name may imply it does something else, but a profiler is needed to actually benchmark it
The position starts at 0 0 0
Аргументы
sClassNamestring The entity to spawn
iCountint The amount of items
GetCEApi().SpawnPerfTest("Deagle", 30);
proto native CEApi GetCEApi()
Get the CE API.