Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actiondrinkwellcontinuous.c File Reference

Go to the source code of this file.

Data Structures

class  ActionDrinkWellContinuousCB
 

Functions

ActionDrinkWellContinuousCB ActionContinuousBaseCB ActionDrinkWellContinuous ()
 
override void CreateActionComponent ()
 
override bool IsDrink ()
 
override GetInputType ()
 
override void CreateConditionComponents ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnStart (ActionData action_data)
 
override void OnEnd (ActionData action_data)
 
override void OnFinishProgressServer (ActionData action_data)
 
override void OnEndAnimationLoopServer (ActionData action_data)
 

Function Documentation

◆ ActionCondition()

override bool ActionCondition ( PlayerBase  player,
ActionTarget  target,
ItemBase  item 
)

Definition at line 37 of file actiondrinkwellcontinuous.c.

◆ ActionDrinkWellContinuous()

ActionDrinkWellContinuousCB ActionContinuousBaseCB ActionDrinkWellContinuous ( )

Definition at line 11 of file actiondrinkwellcontinuous.c.

◆ CreateActionComponent()

override void ActionDrinkWellContinuous::CreateActionComponent ( )

Definition at line 2 of file actiondrinkwellcontinuous.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 31 of file actiondrinkwellcontinuous.c.

◆ GetInputType()

override GetInputType ( )

Definition at line 26 of file actiondrinkwellcontinuous.c.

◆ IsDrink()

override bool IsDrink ( )

Definition at line 21 of file actiondrinkwellcontinuous.c.

◆ OnEnd()

override void OnEnd ( ActionData  action_data)

Definition at line 55 of file actiondrinkwellcontinuous.c.

◆ OnEndAnimationLoopServer()

override void OnEndAnimationLoopServer ( ActionData  action_data)

Definition at line 75 of file actiondrinkwellcontinuous.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 60 of file actiondrinkwellcontinuous.c.

◆ OnStart()

override void OnStart ( ActionData  action_data)

Definition at line 48 of file actiondrinkwellcontinuous.c.