DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
ActionTakeASip.c
См. документацию.
1
class
ActionTakeASip
:
ActionTakeABite
2
{
3
void
ActionTakeASip
()
4
{
5
m_CommandUID
=
DayZPlayerConstants
.CMD_ACTIONMOD_DRINK;
6
m_Text =
"#take_a_sip"
;
7
}
8
9
override
bool
ActionCondition
(
PlayerBase
player,
ActionTarget
target,
ItemBase
item )
10
{
11
return
false
;
12
}
13
};
m_CommandUID
int m_CommandUID
Определения
ActionBase.c:31
ActionTakeABite
ActionTakeABiteCB ActionSingleUseBaseCB ActionTakeABite()
Определения
ActionTakeABite.c:13
ActionTarget
class ActionTargets ActionTarget
ActionTakeASip::ActionCondition
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
Определения
ActionTakeASip.c:9
ActionTakeASip::ActionTakeASip
void ActionTakeASip()
Определения
ActionTakeASip.c:3
ItemBase
Определения
InventoryItem.c:731
PlayerBase
Определения
PlayerBaseClient.c:2
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Определения
dayzplayer.c:602
Ishodniki
scripts
4_World
Classes
UserActionsComponent
Actions
SingleUse
ActionTakeASip.c
Создано системой
1.13.2