DayZ 1.24
Loading...
Searching...
No Matches
ActionForceFeedMeat Class Reference
Inheritance diagram for ActionForceFeedMeat:
[legend]
Collaboration diagram for ActionForceFeedMeat:
[legend]

Private Member Functions

void ActionForceFeedMeat ()
 
override void CreateConditionComponents ()
 

Detailed Description

Definition at line 9 of file ActionForceFeedMeat.c.

Constructor & Destructor Documentation

◆ ActionForceFeedMeat()

void ActionForceFeedMeat::ActionForceFeedMeat ( )
inlineprivate

Definition at line 11 of file ActionForceFeedMeat.c.

12 {
13 m_CallbackClass = ActionForceFeedMeatCB;
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_FORCEFEED;
15 m_FullBody = true;
16 m_StanceMask = DayZPlayerConstants.STANCEMASK_ERECT | DayZPlayerConstants.STANCEMASK_CROUCH;
17 m_Text = "#feed";
18 }
bool m_FullBody
Definition ActionBase.c:52
string m_Text
Definition ActionBase.c:49
int m_StanceMask
Definition ActionBase.c:53
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:597

References m_FullBody, m_StanceMask, and m_Text.

Member Function Documentation

◆ CreateConditionComponents()

override void ActionForceFeedMeat::CreateConditionComponents ( )
inlineprivate

Definition at line 20 of file ActionForceFeedMeat.c.

21 {
24 }
ref CCIBase m_ConditionItem
Definition ActionBase.c:55
ref CCTBase m_ConditionTarget
Definition ActionBase.c:56
Definition CCTMan.c:2
const float DEFAULT

References UAMaxDistances::DEFAULT, m_ConditionItem, and m_ConditionTarget.


The documentation for this class was generated from the following file: