Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
beaniehat_colorbase.c
Go to the documentation of this file.
1
class
BeanieHat_ColorBase
extends
HeadGear_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
AddAction
(
ActionWringClothes
);
7
}
8
};
9
class
BeanieHat_Beige
extends
BeanieHat_ColorBase
{};
10
class
BeanieHat_Black
extends
BeanieHat_ColorBase
{};
11
class
BeanieHat_Blue
extends
BeanieHat_ColorBase
{};
12
class
BeanieHat_Brown
extends
BeanieHat_ColorBase
{};
13
class
BeanieHat_Green
extends
BeanieHat_ColorBase
{};
14
class
BeanieHat_Grey
extends
BeanieHat_ColorBase
{};
15
class
BeanieHat_Pink
extends
BeanieHat_ColorBase
{};
16
class
BeanieHat_Red
extends
BeanieHat_ColorBase
{};
HeadGear_Base
hard helmet base
Definition:
baseballcap_colorbase.c:1
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
SetActions
void SetActions()
Definition:
advancedcommunication.c:79
BeanieHat_ColorBase
Definition:
beaniehat_colorbase.c:9
ActionWringClothes
Definition:
actionwringclothes.c:12
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
clothing
beaniehat_colorbase.c
Generated by
1.8.17