Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
actionoperatepanel.c
Go to the documentation of this file.
1
class
ActionOperatePanel
:
ActionInteractBase
2
{
3
void
ActionOperatePanel
()
4
{
5
m_CommandUID
=
DayZPlayerConstants
.CMD_ACTIONMOD_OPENDOORFW;
6
m_StanceMask
=
DayZPlayerConstants
.STANCEMASK_CROUCH |
DayZPlayerConstants
.STANCEMASK_ERECT;
7
m_Text
=
"#STR_switch"
;
8
}
9
10
override
void
CreateConditionComponents
()
11
{
12
m_ConditionItem
=
new
CCINone
();
13
m_ConditionTarget
=
new
CCTCursor
();
14
}
15
16
override
bool
IsLockTargetOnUse
()
17
{
18
return
false
;
19
}
20
}
ActionBase::m_Text
string m_Text
Definition
actionbase.c:64
ActionBase::m_ConditionItem
ref CCIBase m_ConditionItem
Definition
actionbase.c:70
ActionBase::m_ConditionTarget
ref CCTBase m_ConditionTarget
Definition
actionbase.c:71
ActionBase::m_StanceMask
int m_StanceMask
Definition
actionbase.c:68
ActionInteractBase::ActionInteractBase
void ActionInteractBase()
Definition
actioninteractbase.c:43
ActionOperatePanel::CreateConditionComponents
override void CreateConditionComponents()
Definition
actionoperatepanel.c:10
ActionOperatePanel::IsLockTargetOnUse
override bool IsLockTargetOnUse()
Definition
actionoperatepanel.c:16
ActionOperatePanel::ActionOperatePanel
void ActionOperatePanel()
Definition
actionoperatepanel.c:3
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
animatedactionbase.c:143
CCINone
Definition
ccinone.c:2
CCTCursor
Definition
cctcursor.c:2
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Games
Dayz
scripts
4_world
classes
useractionscomponent
actions
interact
actionoperatepanel.c
Generated by
1.17.0