Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
pliers.c
Go to the documentation of this file.
1class 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}
ActionDisarmExplosiveCB ActionContinuousBaseCB ActionDisarmExplosive()
void AddAction(typename actionName)
void SetActions()