DayZ 1.26
DayZ Explorer by KGB
|
Utility class that converts init.c format type of spawn commands to a json file, fill in the SpawnInit() with your data and call SpawnDataConverter.SpawnObjects() through script editor console, result is a json file. Подробнее...
Закрытые статические члены | |
static void | SpawnObjects () |
static void | SpawnInit () |
static void | AddSpawnData (string objectName, vector position, vector orientation) |
Закрытые статические данные | |
static ref array< ref ITEM_SpawnerObject > | Objects = new array<ref ITEM_SpawnerObject> |
static string | m_Path = "$mission:myspawndata.json" |
Utility class that converts init.c format type of spawn commands to a json file, fill in the SpawnInit() with your data and call SpawnDataConverter.SpawnObjects() through script editor console, result is a json file.
|
inlinestaticprivate |
Перекрестные ссылки ITEM_SpawnerObject::name, Objects, ITEM_SpawnerObject::pos и ITEM_SpawnerObject::ypr.
Используется в SpawnInit().
Перекрестные ссылки AddSpawnData().
Используется в SpawnObjects().
|
staticprivate |
Используется в SpawnObjects().
|
staticprivate |
Используется в AddSpawnData() и SpawnObjects().