Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actionturnonchemlight.c
Go to the documentation of this file.
1
2class ActionTurnOnChemlight: ActionTurnOnWhileInHands
3{
4 void ActionTurnOnChemlight()
5 {
6 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_LITCHEMLIGHT;
7 m_Text = "#activate";
8 }
9};
string m_Text
Definition actionbase.c:64
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602