Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
actiondrinkcookingpot.c
Go to the documentation of this file.
1class ActionDrinkCookingPot: ActionDrink
2{
3 void ActionDrinkCookingPot()
4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_DRINK;
6 }
7};
int m_CommandUID
Definition actionbase.c:31
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602