Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс ActionOpenCarDoorsOutside
+ Граф наследования:ActionOpenCarDoorsOutside:

Закрытые члены

void ActionOpenCarDoorsOutside ()
 
- Закрытые члены унаследованные от ActionCarDoorsOutside
void ActionCarDoorsOutside ()
 
override void CreateConditionComponents ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnStartServer (ActionData action_data)
 
override void OnEndServer (ActionData action_data)
 
void FillCommandUIDPerCrewIdx (int crewIdx0, int crewIdx1, int crewIdx2, int crewIdx3)
 
void FillCommandUIDPerCrewIdx (int evenCrewIdx0, int unevenCrewIdx1)
 

Дополнительные унаследованные члены

- Закрытые данные унаследованные от ActionCarDoorsOutside
int m_CommandUIDPerCrewIdx [4]
 
bool m_IsOpening = true
 

Подробное описание

Конструктор(ы)

◆ ActionOpenCarDoorsOutside()

void ActionOpenCarDoorsOutside ( )
inlineprivate
4 {
5 m_IsOpening = true;
6
7 FillCommandUIDPerCrewIdx(DayZPlayerConstants.CMD_ACTIONMOD_DRIVER_DOOR_OPEN, DayZPlayerConstants.CMD_ACTIONMOD_CODRIVER_DOOROPEN);
8 m_Text = "#open";
9 }
string m_Text
Definition ActionBase.c:49
bool m_IsOpening
Definition ActionCarDoorsOutside.c:4
void FillCommandUIDPerCrewIdx(int crewIdx0, int crewIdx1, int crewIdx2, int crewIdx3)
Definition ActionCarDoorsOutside.c:117
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602

Перекрестные ссылки ActionCarDoorsOutside::FillCommandUIDPerCrewIdx(), ActionCarDoorsOutside::m_IsOpening и m_Text.


Объявления и описания членов класса находятся в файле: