Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionconsumesingle.c File Reference

Go to the source code of this file.

Classes

class  ActionConsumeSingle
 

Functions

ActionConsumeSingle ActionSingleUseBase CreateActionComponent ()
 DEPRECATED.
 
void ActionConsumeSingle ()
 
int GetConsumedQuantity ()
 
override bool HasProneException ()
 
override bool HasTarget ()
 
override void CreateConditionComponents ()
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnExecuteServer (ActionData action_data)
 
override void OnEndServer (ActionData action_data)
 

Variables

const int DEFAULT_CONSUMED_QUANTITY = 1
 

Function Documentation

◆ ActionCondition()

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

Definition at line 100 of file actionconsumesingle.c.

◆ ActionConsumeSingle()

void CreateActionComponent::ActionConsumeSingle ( )

Definition at line 71 of file actionconsumesingle.c.

◆ CreateActionComponent()

ActionConsumeSingle ActionSingleUseBase CreateActionComponent ( )

DEPRECATED.

Definition at line 1 of file actionconsumesingle.c.

◆ CreateConditionComponents()

override void CreateActionComponent::CreateConditionComponents ( )

Definition at line 94 of file actionconsumesingle.c.

◆ GetConsumedQuantity()

int CreateActionComponent::GetConsumedQuantity ( )

Definition at line 79 of file actionconsumesingle.c.

◆ HasProneException()

override bool CreateActionComponent::HasProneException ( )

Definition at line 84 of file actionconsumesingle.c.

◆ HasTarget()

override bool CreateActionComponent::HasTarget ( )

Definition at line 89 of file actionconsumesingle.c.

◆ OnEndServer()

override void CreateActionComponent::OnEndServer ( ActionData action_data)

Definition at line 122 of file actionconsumesingle.c.

◆ OnExecuteServer()

override void CreateActionComponent::OnExecuteServer ( ActionData action_data)

Definition at line 106 of file actionconsumesingle.c.

Variable Documentation

◆ DEFAULT_CONSUMED_QUANTITY

const int DEFAULT_CONSUMED_QUANTITY = 1

Definition at line 69 of file actionconsumesingle.c.