DayZ 1.24
|
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 ActionBase > | m_VariantActions |
m_type | |
ref ScriptInvoker | e_OnUpdate |
Definition at line 1 of file ActionVariantsManager.c.
Definition at line 7 of file ActionVariantsManager.c.
References e_OnUpdate, m_type, and m_VariantActions.
|
inlineprotected |
Definition at line 19 of file ActionVariantsManager.c.
References m_VariantActions.
Referenced by CraftingManager::OnUpdate(), ConstructionActionData::OnUpdateActions(), and ConstructionActionData::OnUpdateActionsNoTool().
|
inlineprotected |
Definition at line 38 of file ActionVariantsManager.c.
References m_VariantActions.
|
inlineprotected |
Definition at line 44 of file ActionVariantsManager.c.
References m_VariantActions.
|
inlineprotected |
Definition at line 14 of file ActionVariantsManager.c.
References e_OnUpdate.
Referenced by ConstructionActionData::ConstructionActionData(), and CraftingManager::CraftingManager().
Definition at line 24 of file ActionVariantsManager.c.
References m_type, and m_VariantActions.
Referenced by CraftingManager::OnUpdate(), ConstructionActionData::OnUpdateActions(), and ConstructionActionData::OnUpdateActionsNoTool().
|
inlineprotected |
Definition at line 49 of file ActionVariantsManager.c.
References e_OnUpdate.
|
protected |
Definition at line 5 of file ActionVariantsManager.c.
Referenced by ActionVariantManager(), GetOnUpdateInvoker(), and UpdateVariants().
|
protected |
Definition at line 4 of file ActionVariantsManager.c.
Referenced by ActionVariantManager(), and SetActionVariantCount().
|
protected |
Definition at line 3 of file ActionVariantsManager.c.
Referenced by ActionVariantManager(), Clear(), GetActions(), GetActionsCount(), and SetActionVariantCount().