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

Go to the source code of this file.

Classes

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 UseMainItem ()
 
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 78 of file actionpacktent.c.

◆ ActionConditionContinue()

override bool ActionConditionContinue ( ActionData action_data)

Definition at line 52 of file actionpacktent.c.

◆ ActionPackTent()

Definition at line 1 of file actionpacktent.c.

◆ CreateActionComponent()

override void ActionPackTent::CreateActionComponent ( )

Definition at line 12 of file actionpacktent.c.

◆ CreateActionData()

override ActionData CreateActionData ( )

Definition at line 59 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 123 of file actionpacktent.c.

◆ OnExecute()

override void OnExecute ( ActionData action_data)

Definition at line 116 of file actionpacktent.c.

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData action_data)

Definition at line 131 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 65 of file actionpacktent.c.

◆ Start()

override void Start ( ActionData action_data)

Definition at line 109 of file actionpacktent.c.

◆ UseMainItem()

override bool UseMainItem ( )

Definition at line 47 of file actionpacktent.c.