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

Go to the source code of this file.

Data Structures

class  ActionDisinfectSelfCB
 
class  ActionDisinfectBase
 

Functions

void ActionDisinfectSelf ()
 
override void CreateConditionComponents ()
 
override bool HasTarget ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnFinishProgressServer (ActionData action_data)
 

Variables

ActionDisinfectBase m_GramsConsumedPerUse
 

Function Documentation

◆ ActionCondition()

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

Definition at line 45 of file actiondisinfectself.c.

◆ ActionDisinfectSelf()

void ActionDisinfectSelf ( )

Definition at line 24 of file actiondisinfectself.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 34 of file actiondisinfectself.c.

◆ HasTarget()

override bool HasTarget ( )

Definition at line 40 of file actiondisinfectself.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 51 of file actiondisinfectself.c.

Variable Documentation

◆ m_GramsConsumedPerUse

ActionDisinfectBase m_GramsConsumedPerUse