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

Private Member Functions

void ActionDrinkCan ()
 

Detailed Description

Definition at line 1 of file ActionDrinkCan.c.

Constructor & Destructor Documentation

◆ ActionDrinkCan()

void ActionDrinkCan::ActionDrinkCan ( )
inlineprivate

Definition at line 3 of file ActionDrinkCan.c.

4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_DRINK;
6 m_CommandUIDProne = DayZPlayerConstants.CMD_ACTIONFB_DRINK;
7 m_Text = "#drink";
8 }
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: