DayZ 1.24
Loading...
Searching...
No Matches
OrientalMachete.c
Go to the documentation of this file.
1class OrientalMachete extends ToolBase
2{
3 void Machete()
4 {
5 }
6
7 override bool IsMeleeFinisher()
8 {
9 return true;
10 }
11
13 {
14 return {EMeleeHitType.FINISHER_LIVERSTAB, EMeleeHitType.FINISHER_NECKSTAB};
15 }
16
29}
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
void AddAction(typename actionName)
override array< int > GetValidFinishers()
void Machete()
override void SetActions()
override bool IsMeleeFinisher()