Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
actionopencardoorsoutside.c
Go to the documentation of this file.
1
class
ActionOpenCarDoorsOutside
:
ActionCarDoorsOutside
2
{
3
void
ActionOpenCarDoorsOutside
()
4
{
5
m_IsOpening
=
true
;
6
7
FillCommandUIDPerCrewIdx
(
DayZPlayerConstants
.CMD_ACTIONMOD_DRIVER_DOOR_OPEN,
DayZPlayerConstants
.CMD_ACTIONMOD_CODRIVER_DOOROPEN);
8
m_Text
=
"#open"
;
9
}
10
};
ActionBase::m_Text
string m_Text
Definition
actionbase.c:58
ActionCarDoorsOutside
Definition
actioncardoorsoutside.c:2
ActionCarDoorsOutside::m_IsOpening
bool m_IsOpening
Definition
actioncardoorsoutside.c:4
ActionCarDoorsOutside::FillCommandUIDPerCrewIdx
void FillCommandUIDPerCrewIdx(int crewIdx0, int crewIdx1, int crewIdx2, int crewIdx3)
Definition
actioncardoorsoutside.c:121
ActionOpenCarDoorsOutside
Definition
actionopencardoorsoutside.c:2
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Daten
4_world
classes
useractionscomponent
actions
interact
vehicles
actionopencardoorsoutside.c
Generated by
1.12.0