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

Private Member Functions

void ActionEatPillFromBottle ()
 

Detailed Description

Definition at line 1 of file ActionEatPillFromBottle.c.

Constructor & Destructor Documentation

◆ ActionEatPillFromBottle()

void ActionEatPillFromBottle::ActionEatPillFromBottle ( )
inlineprivate

Definition at line 3 of file ActionEatPillFromBottle.c.

4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_EAT_PILL;
6 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_EAT_PILL;
7
8 m_Text = "#eat";
9 }
string m_Text
Definition ActionBase.c:49
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:597

References AnimatedActionBase::m_CommandUID, AnimatedActionBase::m_CommandUIDProne, and m_Text.


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