DayZ 1.24
Loading...
Searching...
No Matches
Screwdriver.c
Go to the documentation of this file.
1class Screwdriver extends ToolBase
2{
4 {
5 m_MineDisarmRate = 80;
6 }
7
8 override bool IsMeleeFinisher()
9 {
10 return true;
11 }
12
14 {
15 return {EMeleeHitType.FINISHER_LIVERSTAB, EMeleeHitType.FINISHER_NECKSTAB};
16 }
17
32}
ActionDisarmExplosiveCB ActionContinuousBaseCB ActionDisarmExplosive()
ActionDisarmMineCB ActionContinuousBaseCB ActionDisarmMine()
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
void AddAction(typename actionName)
override array< int > GetValidFinishers()
Definition Screwdriver.c:13
override void SetActions()
Definition Screwdriver.c:18
override bool IsMeleeFinisher()
Definition Screwdriver.c:8
void Screwdriver()
Definition Screwdriver.c:3