Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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
24}
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
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.