Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionwashhandssnow.c
Go to the documentation of this file.
2{
3 override void CreateActionComponent()
4 {
5 m_ActionData.m_ActionComponent = new CAContinuousRepeat(UATimeSpent.WASH_HANDS);
6 }
7}
8
10{
12 {
13 m_CallbackClass = ActionWashHandsSnowCB;
14 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_WASHHANDSPOND;
15 m_FullBody = true;
16 m_StanceMask = DayZPlayerConstants.STANCEMASK_CROUCH;
17 m_Text = "#wash_hands";
18 }
19
21 {
22 m_ConditionItem = new CCINone();
23 m_ConditionTarget = new CCTWaterSurfaceEx(UAMaxDistances.DEFAULT, LIQUID_SNOW);
24 }
25}
override void CreateConditionComponents()
int m_CommandUID
Definition actionbase.c:31
int m_StanceMask
Definition actionbase.c:33
ActionWashHandsSnowCB ActionContinuousBaseCB ActionWashHandsSnow()
ActionWashHandsWaterCB ActionContinuousBaseCB ActionWashHandsWater()
#define LIQUID_SNOW
void CCTWaterSurfaceEx(float maximal_target_distance, int allowedLiquidSource)
ActionData m_ActionData
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602