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

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

void ActionTakeASip ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 

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

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

◆ ActionTakeASip()

void ActionTakeASip ( )
inlineprivate
4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_DRINK;
6 m_Text = "#take_a_sip";
7 }
string m_Text
Definition ActionBase.c:49
int m_CommandUID
Definition AnimatedActionBase.c:135
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602

Перекрестные ссылки AnimatedActionBase::m_CommandUID и m_Text.

Методы

◆ ActionCondition()

override bool ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate
10 {
11 return false;
12 }

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