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

◆ DisassembleKit() [4/4]

override void KitBase::DisassembleKit ( ItemBase item)
inlineprivate

См. определение в файле WatchtowerKit.c строка 42

43 {
44 if (!IsHologram())
45 {
46 ItemBase stick = ItemBase.Cast(GetGame().CreateObjectEx("WoodenStick",GetPosition(),ECE_PLACE_ON_SURFACE));
47 MiscGameplayFunctions.TransferItemProperties(this, stick);
48 stick.SetQuantity(4);
49 Rope rope = Rope.Cast(item);
50 CreateRope(rope);
51 }
52 }
const int ECE_PLACE_ON_SURFACE
Определения CentralEconomy.c:37
class GP5GasMask extends MaskBase ItemBase
override bool IsHologram()
Определения ItemBase.c:5753
override bool SetQuantity(float value, bool destroy_config=true, bool destroy_forced=false, bool allow_client=false, bool clamp_to_stack_max=true)
Определения PileOfWoodenPlanks.c:88
proto native CGame GetGame()
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

Перекрестные ссылки ECE_PLACE_ON_SURFACE, GetGame(), GetPosition, IsHologram() и ItemBase::SetQuantity().