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

Go to the source code of this file.

Data Structures

class  ActionDigOutStashCB
 
class  DigOutStashLambda
 

Functions

ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash ()
 
override void CreateActionComponent ()
 
override void CreateConditionComponents ()
 
override bool Can (PlayerBase player, ActionTarget target, ItemBase item, int condition_mask)
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void OnExecuteClient (ActionData action_data)
 
override void OnExecuteServer (ActionData action_data)
 
void SpawnParticleShovelRaise (ActionData action_data)
 
override void OnFinishProgressServer (ActionData action_data)
 
override string GetAdminLogMessage (ActionData action_data)
 

Function Documentation

◆ ActionCondition()

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

Definition at line 36 of file actiondigoutstash.c.

◆ ActionDigOutStash()

Definition at line 11 of file actiondigoutstash.c.

◆ Can()

override bool Can ( PlayerBase  player,
ActionTarget  target,
ItemBase  item,
int  condition_mask 
)

Definition at line 27 of file actiondigoutstash.c.

◆ CreateActionComponent()

override void ActionDigOutStash::CreateActionComponent ( )

Definition at line 2 of file actiondigoutstash.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 21 of file actiondigoutstash.c.

◆ GetAdminLogMessage()

override string GetAdminLogMessage ( ActionData  action_data)

Definition at line 107 of file actiondigoutstash.c.

◆ OnExecuteClient()

override void OnExecuteClient ( ActionData  action_data)

Definition at line 50 of file actiondigoutstash.c.

◆ OnExecuteServer()

override void OnExecuteServer ( ActionData  action_data)

Definition at line 57 of file actiondigoutstash.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 72 of file actiondigoutstash.c.

◆ SpawnParticleShovelRaise()

void SpawnParticleShovelRaise ( ActionData  action_data)

Definition at line 67 of file actiondigoutstash.c.