Arma Reforger Script API
|
Public Member Functions | |
void | UpdateSymbol (out notnull SCR_MilitarySymbol outSymbol, SCR_Faction faction) |
Update military symbol based on faction's current state. | |
void | UpdateSymbol (out notnull SCR_MilitarySymbol outSymbol, SCR_AIGroup group) |
Update military symbol based on group's current state. | |
void | SCR_MilitarySymbolRuleSet () |
Protected Member Functions | |
void | ProcessRules (SCR_SortedArray< SCR_GroupIdentityRule > rules, out notnull SCR_MilitarySymbol outSymbol, SCR_GroupIdentityRuleData data) |
Protected Attributes | |
ref array< ref SCR_GroupIdentityRuleIdentity > | m_aRulesIdentity |
ref array< ref SCR_GroupIdentityRuleDimension > | m_aRulesDimension |
ref array< ref SCR_GroupIdentityRuleIcon > | m_aRulesIcon |
ref array< ref SCR_GroupIdentityRuleAmplifier > | m_aRulesAmplifier |
ref SCR_SortedArray< SCR_GroupIdentityRule > | m_aRulesIndentitySorted = new SCR_SortedArray<SCR_GroupIdentityRule>() |
ref SCR_SortedArray< SCR_GroupIdentityRule > | m_aRulesDimensionSorted = new SCR_SortedArray<SCR_GroupIdentityRule>() |
ref SCR_SortedArray< SCR_GroupIdentityRule > | m_aRulesIconSorted = new SCR_SortedArray<SCR_GroupIdentityRule>() |
ref SCR_SortedArray< SCR_GroupIdentityRule > | m_aRulesAmplifierSorted = new SCR_SortedArray<SCR_GroupIdentityRule>() |
void SCR_MilitarySymbolRuleSet.SCR_MilitarySymbolRuleSet | ( | ) |
|
protected |
void SCR_MilitarySymbolRuleSet.UpdateSymbol | ( | out notnull SCR_MilitarySymbol | outSymbol, |
SCR_AIGroup | group ) |
Update military symbol based on group's current state.
outSymbol | Symbol to be updated |
group | Evaluated group |
void SCR_MilitarySymbolRuleSet.UpdateSymbol | ( | out notnull SCR_MilitarySymbol | outSymbol, |
SCR_Faction | faction ) |
Update military symbol based on faction's current state.
outSymbol | Symbol to be updated |
faction | Evaluated faction |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |