Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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
27}
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
void AddAction(typename actionName)
void Machete()
override array< int > GetValidFinishers()
override bool IsMeleeFinisher()
override void SetActions()
Result for an object found in CGame.IsBoxCollidingGeometryProxy.