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
sword.c
Go to the documentation of this file.
1
class
Sword
extends
ToolBase
2
{
3
void
Sword()
4
{
5
}
6
7
override
bool
IsMeleeFinisher()
8
{
9
return
false
;
10
}
11
12
override
void
SetActions
()
13
{
14
super.SetActions();
15
16
AddAction
(
ActionUnrestrainTarget
);
17
AddAction
(
ActionSkinning
);
18
AddAction
(
ActionMineBush
);
19
AddAction
(
ActionMineTreeBark
);
20
}
21
}
ActionUnrestrainTarget
Definition:
actionunrestraintarget.c:55
ActionMineTreeBark
Definition:
actionminetreebark.c:1
ActionSkinning
ActionSortAmmoPileCB ActionSkinning
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
ToolBase
Definition:
boneknife.c:1
SetActions
void SetActions()
Definition:
advancedcommunication.c:79
ActionMineBush
Definition:
actionminebush.c:11
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
sword.c
Generated by
1.8.17