Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
actionturnonchemlight.c
Go to the documentation of this file.
1
2
class
ActionTurnOnChemlight
:
ActionTurnOnWhileInHands
3
{
4
void
ActionTurnOnChemlight
()
5
{
6
m_CommandUID
=
DayZPlayerConstants
.CMD_ACTIONMOD_LITCHEMLIGHT;
7
m_Text
=
"#activate"
;
8
}
9
};
ActionBase::m_Text
string m_Text
Definition
actionbase.c:64
ActionTurnOnChemlight::ActionTurnOnChemlight
void ActionTurnOnChemlight()
Definition
actionturnonchemlight.c:4
ActionTurnOnWhileInHands::ActionTurnOnWhileInHands
void ActionTurnOnWhileInHands()
Definition
actionturnonwhileinhands.c:3
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
animatedactionbase.c:143
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Games
Dayz
scripts
4_world
classes
useractionscomponent
actions
singleuse
actionturnonchemlight.c
Generated by
1.17.0