Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actioneatsmall.c
Go to the documentation of this file.
1class ActionEatSmallCB : ActionEatCB
2{
3 override void CreateActionComponent()
4 {
5 m_ActionData.m_ActionComponent = new CAContinuousQuantityEdible(UAQuantityConsumed.EAT_SMALL,UATimeSpent.DEFAULT);
6 }
7};
8
10{
11 void ActionEatSmall()
12 {
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_EAT;
15 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_EAT;
16 }
17};
int m_CommandUIDProne
Definition actionbase.c:32
int m_CommandUID
Definition actionbase.c:31
ActionData m_ActionData
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602