![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| 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 |
| SCR_MilitarySymbol | GetMilitarySymbol () |
| LocalizedString | GetGroupName () |
| ScriptInvokerBase< SCR_GroupIdentityComponent_OnChange > | GetOnIdentityChange () |
| void | UpdateIdentity () |
| Update group identity based on its current state. | |
| void | UpdateIdentityBroadcast (int nameID, SCR_MilitarySymbol symbol) |
| void | OnGroupInit (SCR_AIGroup aiGroup) |
| void | OnAgentAdded () |
| void | OnAgentRemoved () |
| override bool | RplSave (ScriptBitWriter writer) |
| override bool | RplLoad (ScriptBitReader reader) |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | OnDelete (IEntity owner) |
Variables | |
| bool | m_bForced |
| SCR_AIGroup | m_Group |
| int | m_iNameID = -1 |
| LocalizedString | m_sName |
| ref ScriptInvokerBase< SCR_GroupIdentityComponent_OnChange > | m_OnIdentityChange = new ScriptInvokerBase<SCR_GroupIdentityComponent_OnChange>() |
Definition at line 2 of file SCR_GroupIdentityComponent.c.
|
protected |
|
protected |
Get group's symbol data.
Definition at line 25 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 40 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 99 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 105 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 150 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 90 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 121 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 111 of file SCR_GroupIdentityComponent.c.
| void SCR_GroupIdentityComponent_OnChange | ( | SCR_MilitarySymbol | symbol, |
| LocalizedString | name ) |
|
protected |
Update group identity based on its current state.
Definition at line 47 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 77 of file SCR_GroupIdentityComponent.c.
|
protectedattribute |
Definition at line 15 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 17 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 18 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 20 of file SCR_GroupIdentityComponent.c.
|
protected |
Definition at line 19 of file SCR_GroupIdentityComponent.c.