DayZ
1.24
Loading...
Searching...
No Matches
ActionOpenCarDoors.c
Go to the documentation of this file.
1
class
ActionOpenCarDoors
:
ActionCarDoors
2
{
3
void
ActionOpenCarDoors
()
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
};
m_Text
string m_Text
Definition
ActionBase.c:49
ActionCarDoors
Definition
ActionCarDoors.c:2
ActionCarDoors::FillCommandUIDPerCrewIdx
void FillCommandUIDPerCrewIdx(int crewIdx0, int crewIdx1, int crewIdx2, int crewIdx3)
Definition
ActionCarDoors.c:107
ActionCarDoors::m_IsOpening
bool m_IsOpening
Definition
ActionCarDoors.c:4
ActionOpenCarDoors
Definition
ActionOpenCarDoors.c:2
ActionOpenCarDoors::ActionOpenCarDoors
void ActionOpenCarDoors()
Definition
ActionOpenCarDoors.c:3
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:597
scripts
4_World
Classes
UserActionsComponent
Actions
Interact
Vehicles
ActionOpenCarDoors.c
Generated by
1.10.0