DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
BoneKnife.c
Go to the documentation of this file.
1class BoneKnife extends ToolBase
2{
3 override bool IsMeleeFinisher()
4 {
5 return true;
6 }
7
9 {
10 return {EMeleeHitType.FINISHER_LIVERSTAB,EMeleeHitType.FINISHER_NECKSTAB};
11 }
12
13 override void SetActions()
14 {
15 super.SetActions();
16
23 }
24}
void AddAction(typename actionName)
override array< int > GetValidFinishers()
Definition BoneKnife.c:8
override bool IsMeleeFinisher()
Definition BoneKnife.c:3
override void SetActions()
Definition BoneKnife.c:13
Result for an object found in CGame.IsBoxCollidingGeometryProxy.