![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 ActionBase > | m_VariantActions |
Definition at line 1 of file actionvariantsmanager.c.
|
inlineprotected |
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.
|
inlineprotected |
Definition at line 40 of file actionvariantsmanager.c.
References m_VariantActions.
|
inlineprotected |
Definition at line 46 of file actionvariantsmanager.c.
References m_VariantActions.
|
inlineprotected |
Definition at line 14 of file actionvariantsmanager.c.
References e_OnUpdate.
|
inlineprotected |
Definition at line 24 of file actionvariantsmanager.c.
References ActionManagerBase(), m_type, m_VariantActions, and ActionBase::SetVariantID().
Definition at line 51 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().