Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pliers.c
Go to the documentation of this file.
1 class Pliers extends ToolBase
2 {
3  void Pliers()
4  {
5  m_MineDisarmRate = 100;
6  }
7 
8  override void SetActions()
9  {
10  super.SetActions();
11 
19  }
20 }
ActionUnrestrainTarget
Definition: actionunrestraintarget.c:55
ActionDismantlePart
Definition: actiondismantlepart.c:26
ActionUnmountBarbedWire
Definition: actionunmountbarbedwire.c:9
ActionBuildPart
Definition: actionbuildpart.c:25
ActionDisarmExplosive
ActionDisarmExplosiveCB ActionContinuousBaseCB ActionDisarmExplosive()
Definition: actiondisarmexplosive.c:11
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
ToolBase
Definition: boneknife.c:1
SetActions
void SetActions()
Definition: advancedcommunication.c:79
ActionMountBarbedWire
Definition: actionmountbarbedwire.c:9
ActionLockAttachment
Definition: actionlockattachment.c:20