DayZ 1.29
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(g_Game.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
DayZGame g_Game
Определения DayZGame.c:3942
class GP5GasMask extends MaskBase ItemBase
override bool IsHologram()
Определения ItemBase.c:5885
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
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473

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