DayZ
1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Закрытые члены
Класс InteractActionInput
Граф наследования:InteractActionInput:
Закрытые члены
void
InteractActionInput
(
PlayerBase
player
)
override
void
OnActionStart
()
override
bool
WasEnded
()
Подробное описание
Конструктор(ы)
◆
InteractActionInput()
void
InteractActionInput
(
PlayerBase
player
)
inline
private
537
{
538
m_InputType =
ActionInputType
.AIT_SINGLE;
539
m_Priority = 80;
540
}
ActionInputType
ActionInputType
Definition
ActionInput.c:2
Методы
◆
OnActionStart()
override
void
OnActionStart
(
)
inline
private
543
{
544
super
.OnActionStart();
545
m_Active =
false
;
546
}
Param3
Definition
EntityAI.c:95
◆
WasEnded()
override
bool
WasEnded
(
)
inline
private
549
{
550
return
false
;
551
}
Объявления и описания членов класса находятся в файле:
D:/Ishodniki/scripts/4_World/Classes/UserActionsComponent/
ActionInput.c
InteractActionInput
Создано системой
1.10.0