DayZ 1.26
DayZ Explorer by KGB
|
Закрытые статические члены | |
static void | OpenAndSwitch (ItemBase item_tool, ItemBase item_target, PlayerBase player, float specialty_weight=0) |
WIll open the 'item_target' by spawning a new entity and transferring item variables to the new one. | |
static void | SwitchItems (EntityAI old_item, PlayerBase player, float spill_modificator, float specialty_weight) |
Will switch the 'item' for a new game entity, the new entity's classname will be formed by adding the 'suffix' to the classname of the old 'item'. | |
|
inlinestaticprivate |
WIll open the 'item_target' by spawning a new entity and transferring item variables to the new one.
Перекрестные ссылки Error(), Debug::LogError(), Math::RandomIntInclusive() и SwitchItems().
Используется в RecipeBase::Do().
|
inlinestaticprivate |
Will switch the 'item' for a new game entity, the new entity's classname will be formed by adding the 'suffix' to the classname of the old 'item'.
Используется в OpenAndSwitch().