DayZ 1.24
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
21}
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
void AddAction(typename actionName)
void Sword()
Definition Sword.c:3
override void SetActions()
Definition Sword.c:12
override bool IsMeleeFinisher()
Definition Sword.c:7