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

Go to the source code of this file.

Data Structures

class  ActionPackTentCB
 

Functions

ActionPackTentCB ActionContinuousBaseCB ActionPackTent ()
 
override void CreateActionComponent ()
 
override void CreateConditionComponents ()
 
override GetInputType ()
 
override bool IsUsingProxies ()
 
override bool HasProgress ()
 
override bool HasAlternativeInterrupt ()
 
override bool ActionConditionContinue (ActionData action_data)
 
override ActionData CreateActionData ()
 
override bool SetupAction (PlayerBase player, ActionTarget target, ItemBase item, out ActionData action_data, Param extra_data=NULL)
 
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
 
override void Start (ActionData action_data)
 
override void OnExecute (ActionData action_data)
 
override void OnEnd (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 73 of file actionpacktent.c.

◆ ActionConditionContinue()

override bool ActionConditionContinue ( ActionData  action_data)

Definition at line 47 of file actionpacktent.c.

◆ ActionPackTent()

Definition at line 11 of file actionpacktent.c.

◆ CreateActionComponent()

override void ActionPackTent::CreateActionComponent ( )

Definition at line 2 of file actionpacktent.c.

◆ CreateActionData()

override ActionData CreateActionData ( )

Definition at line 54 of file actionpacktent.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 21 of file actionpacktent.c.

◆ GetAdminLogMessage()

override string GetAdminLogMessage ( ActionData  action_data)

Definition at line 140 of file actionpacktent.c.

◆ GetInputType()

override GetInputType ( )

Definition at line 27 of file actionpacktent.c.

◆ HasAlternativeInterrupt()

override bool HasAlternativeInterrupt ( )

Definition at line 42 of file actionpacktent.c.

◆ HasProgress()

override bool HasProgress ( )

Definition at line 37 of file actionpacktent.c.

◆ IsUsingProxies()

override bool IsUsingProxies ( )

Definition at line 32 of file actionpacktent.c.

◆ OnEnd()

override void OnEnd ( ActionData  action_data)

Definition at line 118 of file actionpacktent.c.

◆ OnExecute()

override void OnExecute ( ActionData  action_data)

Definition at line 111 of file actionpacktent.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData  action_data)

Definition at line 126 of file actionpacktent.c.

◆ SetupAction()

override bool SetupAction ( PlayerBase  player,
ActionTarget  target,
ItemBase  item,
out ActionData  action_data,
Param  extra_data = NULL 
)

Definition at line 60 of file actionpacktent.c.

◆ Start()

override void Start ( ActionData  action_data)

Definition at line 104 of file actionpacktent.c.