Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
huntingknife.c
Go to the documentation of this file.
1 class HuntingKnife 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 
29  }
30 }
ActionUnrestrainTarget
Definition: actionunrestraintarget.c:55
GetValidFinishers
array< int > GetValidFinishers()
returns an array of possible finishers
Definition: itembase.c:4618
ActionDisarmExplosive
ActionDisarmExplosiveCB ActionContinuousBaseCB ActionDisarmExplosive()
Definition: actiondisarmexplosive.c:11
ActionBurnSewSelf
Definition: actionburnsewself.c:9
ActionShaveTarget
Definition: actionshavetarget.c:9
ActionDisarmMine
ActionDisinfectPlantCB ActionDisarmMine
ActionMineTreeBark
Definition: actionminetreebark.c:1
ActionSkinning
ActionSortAmmoPileCB ActionSkinning
ActionDigWorms
Definition: actiondigworms.c:14
ActionShave
Definition: actionshave.c:9
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
ToolBase
Definition: boneknife.c:1
SetActions
void SetActions()
Definition: advancedcommunication.c:79
ActionBurnSewTarget
Definition: actionburnsewtarget.c:9
EMeleeHitType
EMeleeHitType
Definition: dayzplayerimplementmeleecombat.c:1
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Definition: isboxcollidinggeometryproxyclasses.c:27
ActionMineBush
Definition: actionminebush.c:11
ActionCraftBolts
Definition: actioncraftbolts.c:11