Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
armypouch_colorbase.c
Go to the documentation of this file.
1
class
ArmyPouch_ColorBase
:
Backpack_Base
2
{
3
override
void
OnDebugSpawn
()
4
{
5
GetInventory().CreateInInventory(
"Chemlight_Red"
);
6
EntityAI
item = GetInventory().CreateInInventory(
"GPSReceiver"
);
7
item.GetInventory().CreateInInventory(
"Battery9V"
);
8
item = GetInventory().CreateEntityInCargo(
"PersonalRadio"
);
9
item.GetInventory().CreateInInventory(
"Battery9V"
);
10
}
11
};
12
class
ArmyPouch_Green
:
ArmyPouch_ColorBase
{};
13
class
ArmyPouch_Black
:
ArmyPouch_ColorBase
{};
14
class
ArmyPouch_Camo
:
ArmyPouch_ColorBase
{};
ArmyPouch_Black
Definition
armypouch_colorbase.c:13
ArmyPouch_Camo
Definition
armypouch_colorbase.c:14
ArmyPouch_ColorBase
Definition
armypouch_colorbase.c:2
ArmyPouch_ColorBase::OnDebugSpawn
override void OnDebugSpawn()
Definition
armypouch_colorbase.c:3
ArmyPouch_Green
Definition
armypouch_colorbase.c:12
Backpack_Base
Definition
alicebag_colorbase.c:1
EntityAI
Definition
inventoryitem.c:2
Games
Dayz
scripts
4_world
entities
itembase
clothing
armypouch_colorbase.c
Generated by
1.17.0