Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
lockpick.c
Go to the documentation of this file.
2 {
3  void Lockpick()
4  {
5  m_MineDisarmRate = 90;
6  }
7 
8  override void SetActions()
9  {
10  super.SetActions();
11 
17  }
18 };
ActionUnrestrainTarget
Definition: actionunrestraintarget.c:55
ActionDisarmExplosive
ActionDisarmExplosiveCB ActionContinuousBaseCB ActionDisarmExplosive()
Definition: actiondisarmexplosive.c:11
ActionDisarmMine
ActionDisinfectPlantCB ActionDisarmMine
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
ToolBase
Definition: boneknife.c:1
ActionUnlockDoors
Definition: actionunlockdoors.c:9
ActionLockDoors
Definition: actionlockdoors.c:9
Lockpick
Definition: lockpick.c:1