Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
sword.c
Go to the documentation of this file.
1class 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
20 }
21}
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
void AddAction(typename actionName)
void Sword()
Definition sword.c:3
override bool IsMeleeFinisher()
Definition sword.c:7
override void SetActions()
Definition sword.c:12