Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
duffelbagsmall_colorbase.c
Go to the documentation of this file.
1
class
DuffelBagSmall_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
DuffelBagSmall_Green
:
DuffelBagSmall_ColorBase
{};
13
class
DuffelBagSmall_Black
:
DuffelBagSmall_ColorBase
{};
14
class
DuffelBagSmall_Camo
:
DuffelBagSmall_ColorBase
{};
Backpack_Base
Definition:
alicebag_colorbase.c:1
DuffelBagSmall_Black
Definition:
duffelbagsmall_colorbase.c:13
DuffelBagSmall_Camo
Definition:
duffelbagsmall_colorbase.c:14
DuffelBagSmall_Green
Definition:
duffelbagsmall_colorbase.c:12
DuffelBagSmall_ColorBase
Definition:
duffelbagsmall_colorbase.c:1
EntityAI
Definition:
building.c:5
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
clothing
duffelbagsmall_colorbase.c
Generated by
1.8.17