DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
ActionCloseCarDoorsOutside.c
Go to the documentation of this file.
1
class
ActionCloseCarDoorsOutside
:
ActionCarDoorsOutside
2
{
3
void
ActionCloseCarDoorsOutside
()
4
{
5
m_IsOpening
=
false
;
6
7
FillCommandUIDPerCrewIdx
(
DayZPlayerConstants
.CMD_ACTIONMOD_DRIVER_DOOR_CLOSE,
DayZPlayerConstants
.CMD_ACTIONMOD_CODRIVER_DOORCLOSE);
8
m_Text
=
"#close"
;
9
}
10
};
m_Text
protected string m_Text
Definition
ActionBase.c:49
ActionCarDoorsOutside
Definition
ActionCarDoorsOutside.c:2
ActionCarDoorsOutside::m_IsOpening
protected bool m_IsOpening
Definition
ActionCarDoorsOutside.c:4
ActionCarDoorsOutside::FillCommandUIDPerCrewIdx
protected void FillCommandUIDPerCrewIdx(int crewIdx0, int crewIdx1, int crewIdx2, int crewIdx3)
Definition
ActionCarDoorsOutside.c:117
ActionCloseCarDoorsOutside
Definition
ActionCloseCarDoorsOutside.c:2
ActionCloseCarDoorsOutside::ActionCloseCarDoorsOutside
void ActionCloseCarDoorsOutside()
Definition
ActionCloseCarDoorsOutside.c:3
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602