![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_GroupIdentityComponentClass |
Typedefs | |
| typedef func | SCR_GroupIdentityComponent_OnChange |
Functions | |
| void | SCR_GroupIdentityComponent_OnChange (SCR_MilitarySymbol symbol, LocalizedString name) |
| SCR_GroupIdentityComponentClass ScriptComponentClass | Attribute ()] protected ref SCR_MilitarySymbol m_MilitarySymbol |
| Post-process effect of scripted camera. More... | |
| SCR_MilitarySymbol | GetMilitarySymbol () |
| LocalizedString | GetGroupName () |
| ScriptInvokerBase< SCR_GroupIdentityComponent_OnChange > | GetOnIdentityChange () |
| void | UpdateIdentity () |
| Update group identity based on its current state. More... | |
| protected void | UpdateIdentityBroadcast (int nameID, SCR_MilitarySymbol symbol) |
| protected void | OnGroupInit (SCR_AIGroup aiGroup) |
| protected void | OnAgentAdded () |
| protected void | OnAgentRemoved () |
| override bool | RplSave (ScriptBitWriter writer) |
| override bool | RplLoad (ScriptBitReader reader) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. More... | |
| override void | OnDelete (IEntity owner) |
Variables | |
| protected bool | m_bForced |
| protected SCR_AIGroup | m_Group |
| protected int | m_iNameID = -1 |
| protected LocalizedString | m_sName |
| protected ref ScriptInvokerBase< SCR_GroupIdentityComponent_OnChange > | m_OnIdentityChange = new ScriptInvokerBase<SCR_GroupIdentityComponent_OnChange>() |
Definition at line 2 of file SCR_GroupIdentityComponent.c.
| LocalizedString GetGroupName | ( | ) |
| SCR_MilitarySymbol GetMilitarySymbol | ( | ) |
Get group's symbol data.
Definition at line 25 of file SCR_GroupIdentityComponent.c.
| ScriptInvokerBase<SCR_GroupIdentityComponent_OnChange> GetOnIdentityChange | ( | ) |
Definition at line 40 of file SCR_GroupIdentityComponent.c.
| protected void OnAgentAdded | ( | ) |
Definition at line 99 of file SCR_GroupIdentityComponent.c.
| protected void OnAgentRemoved | ( | ) |
Definition at line 105 of file SCR_GroupIdentityComponent.c.
| protected void OnGroupInit | ( | SCR_AIGroup | aiGroup | ) |
Definition at line 90 of file SCR_GroupIdentityComponent.c.
| override bool RplLoad | ( | ScriptBitReader | reader | ) |
Definition at line 121 of file SCR_GroupIdentityComponent.c.
| override bool RplSave | ( | ScriptBitWriter | writer | ) |
Definition at line 111 of file SCR_GroupIdentityComponent.c.
| void SCR_GroupIdentityComponent_OnChange | ( | SCR_MilitarySymbol | symbol, |
| LocalizedString | name | ||
| ) |
| void UpdateIdentity | ( | ) |
Update group identity based on its current state.
Definition at line 47 of file SCR_GroupIdentityComponent.c.
| protected void UpdateIdentityBroadcast | ( | int | nameID, |
| SCR_MilitarySymbol | symbol | ||
| ) |
Definition at line 77 of file SCR_GroupIdentityComponent.c.
|
attribute |
Definition at line 15 of file SCR_GroupIdentityComponent.c.
| protected SCR_AIGroup m_Group |
Definition at line 17 of file SCR_GroupIdentityComponent.c.
| protected int m_iNameID = -1 |
Definition at line 18 of file SCR_GroupIdentityComponent.c.
| protected ref ScriptInvokerBase<SCR_GroupIdentityComponent_OnChange> m_OnIdentityChange = new ScriptInvokerBase<SCR_GroupIdentityComponent_OnChange>() |
Definition at line 20 of file SCR_GroupIdentityComponent.c.
| protected LocalizedString m_sName |
Definition at line 19 of file SCR_GroupIdentityComponent.c.