Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
screwdriver.c
Go to the documentation of this file.
1
class
Screwdriver
extends
ToolBase
2
{
3
void
Screwdriver
()
4
{
5
m_MineDisarmRate = 80;
6
}
7
8
override
bool
IsMeleeFinisher
()
9
{
10
return
true
;
11
}
12
13
override
array<int>
GetValidFinishers
()
14
{
15
return
{
EMeleeHitType
.FINISHER_LIVERSTAB,
EMeleeHitType
.FINISHER_NECKSTAB};
16
}
17
18
override
void
SetActions
()
19
{
20
super.SetActions();
21
22
AddAction
(
ActionUnrestrainTarget
);
23
AddAction
(
ActionMineTreeBark
);
24
AddAction
(
ActionSkinning
);
25
AddAction
(
ActionLockAttachment
);
26
AddAction
(
ActionDisarmMine
);
27
AddAction
(
ActionDisarmExplosive
);
28
AddAction
(
ActionMineRock1H
);
29
}
30
}
ActionDisarmExplosive
ActionDisarmExplosiveCB ActionContinuousBaseCB ActionDisarmExplosive()
Definition
actiondisarmexplosive.c:11
ActionDisarmMine
ActionDisarmMineCB ActionContinuousBaseCB ActionDisarmMine()
Definition
actiondisarmmine.c:11
ActionSkinning
ActionSkinningCB ActionContinuousBaseCB ActionSkinning()
Definition
actionskinning.c:31
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
ActionLockAttachment
Definition
actionlockattachment.c:21
ActionMineRock1H
Definition
actionminerock.c:61
ActionMineTreeBark
Definition
actionminetreebark.c:2
ActionUnrestrainTarget
Definition
actionunrestraintarget.c:56
ToolBase
Definition
boneknife.c:2
ToolBase::GetValidFinishers
override array< int > GetValidFinishers()
Definition
screwdriver.c:13
ToolBase::IsMeleeFinisher
override bool IsMeleeFinisher()
Definition
screwdriver.c:8
ToolBase::Screwdriver
void Screwdriver()
Definition
screwdriver.c:3
ToolBase::SetActions
override void SetActions()
Definition
screwdriver.c:18
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Definition
isboxcollidinggeometryproxyclasses.c:28
EMeleeHitType
EMeleeHitType
Definition
dayzplayerimplementmeleecombat.c:2
Games
Dayz
scripts
4_world
entities
itembase
screwdriver.c
Generated by
1.17.0