Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ActionVariantManager Class Reference

Protected Member Functions

void ActionVariantManager (typename type)
void Clear ()
int GetActions (out array< ref ActionBase > variants_action)
int GetActionsCount ()
ScriptInvoker GetOnUpdateInvoker ()
void SetActionVariantCount (int count)
void UpdateVariants (Object item, Object target, int componet_index)

Protected Attributes

ref ScriptInvoker e_OnUpdate
 m_type
ref array< ref ActionBasem_VariantActions

Detailed Description

Definition at line 1 of file actionvariantsmanager.c.

Constructor & Destructor Documentation

◆ ActionVariantManager()

void ActionVariantManager ( typename type )
inlineprotected

Definition at line 7 of file actionvariantsmanager.c.

References e_OnUpdate, m_type, and m_VariantActions.

Member Function Documentation

◆ Clear()

void Clear ( )
inlineprotected

Definition at line 19 of file actionvariantsmanager.c.

References m_VariantActions.

◆ GetActions()

int GetActions ( out array< ref ActionBase > variants_action)
inlineprotected

Definition at line 40 of file actionvariantsmanager.c.

References m_VariantActions.

◆ GetActionsCount()

int GetActionsCount ( )
inlineprotected

Definition at line 46 of file actionvariantsmanager.c.

References m_VariantActions.

◆ GetOnUpdateInvoker()

ScriptInvoker GetOnUpdateInvoker ( )
inlineprotected

Definition at line 14 of file actionvariantsmanager.c.

References e_OnUpdate.

◆ SetActionVariantCount()

void SetActionVariantCount ( int count)
inlineprotected

◆ UpdateVariants()

void UpdateVariants ( Object item,
Object target,
int componet_index )
inlineprotected

Definition at line 51 of file actionvariantsmanager.c.

References e_OnUpdate.

Field Documentation

◆ e_OnUpdate

ref ScriptInvoker e_OnUpdate
protected

Definition at line 5 of file actionvariantsmanager.c.

Referenced by ActionVariantManager(), GetOnUpdateInvoker(), and UpdateVariants().

◆ m_type

m_type
protected

Definition at line 4 of file actionvariantsmanager.c.

Referenced by ActionVariantManager(), and SetActionVariantCount().

◆ m_VariantActions

ref array<ref ActionBase> m_VariantActions
protected

The documentation for this class was generated from the following file: