Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
ActionVariantManager Class Reference

Protected Member Functions

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

Protected Attributes

ref array< ref ActionBasem_VariantActions
 
 m_type
 
ref ScriptInvoker e_OnUpdate
 

Detailed Description

Definition at line 1 of file actionvariantsmanager.c.

Constructor & Destructor Documentation

◆ ActionVariantManager()

void ActionVariantManager::ActionVariantManager ( typename type )
protected

Definition at line 7 of file actionvariantsmanager.c.

Member Function Documentation

◆ Clear()

void ActionVariantManager::Clear ( )
protected

Definition at line 19 of file actionvariantsmanager.c.

◆ GetActions()

int ActionVariantManager::GetActions ( out array< ref ActionBase > variants_action)
protected

Definition at line 40 of file actionvariantsmanager.c.

◆ GetActionsCount()

int ActionVariantManager::GetActionsCount ( )
protected

Definition at line 46 of file actionvariantsmanager.c.

◆ GetOnUpdateInvoker()

ScriptInvoker ActionVariantManager::GetOnUpdateInvoker ( )
protected

Definition at line 14 of file actionvariantsmanager.c.

◆ SetActionVariantCount()

void ActionVariantManager::SetActionVariantCount ( int count)
protected

Definition at line 24 of file actionvariantsmanager.c.

◆ UpdateVariants()

void ActionVariantManager::UpdateVariants ( Object item,
Object target,
int componet_index )
protected

Definition at line 51 of file actionvariantsmanager.c.

Member Data Documentation

◆ e_OnUpdate

ref ScriptInvoker ActionVariantManager::e_OnUpdate
protected

Definition at line 5 of file actionvariantsmanager.c.

◆ m_type

ActionVariantManager::m_type
protected

Definition at line 4 of file actionvariantsmanager.c.

◆ m_VariantActions

ref array<ref ActionBase> ActionVariantManager::m_VariantActions
protected

Definition at line 3 of file actionvariantsmanager.c.


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