DayZ
1.24
Toggle main menu visibility
Main Page
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
x
y
z
~
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
Files
File List
File Members
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
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Loading...
Searching...
No Matches
BoxCerealCrunchin.c
Go to the documentation of this file.
1
class
BoxCerealCrunchin
extends
Edible_Base
2
{
3
void
BoxCerealCrunchin
()
4
{
5
}
3
void
BoxCerealCrunchin
() {
…
}
6
7
override
void
SetActions
()
8
{
9
super
.SetActions();
10
11
AddAction
(ActionForceFeed);
12
AddAction
(
ActionEat
);
13
}
7
override
void
SetActions
() {
…
}
14
}
15
AddAction
void AddAction(typename actionName)
Definition
AdvancedCommunication.c:212
ActionEat
Definition
ActionEat.c:63
Edible_Base
Definition
Edible_Base.c:2
Edible_Base::BoxCerealCrunchin
void BoxCerealCrunchin()
Definition
BoxCerealCrunchin.c:3
Edible_Base::SetActions
override void SetActions()
Definition
BoxCerealCrunchin.c:7
Param3
Definition
EntityAI.c:95
scripts
4_World
Entities
ItemBase
Edible_Base
BoxCerealCrunchin.c
Generated by
1.10.0