![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| int | GetFactionDelegates (notnull out map< Faction, SCR_EditableFactionComponent > outDelegates) |
| int | GetSortedFactionDelegates (notnull out SCR_SortedArray< SCR_EditableFactionComponent > outDelegates) |
| int | GetFactionDelegateCount () |
| int | GetPlayableFactionDelegates (notnull out map< Faction, SCR_EditableFactionComponent > outDelegates) |
| int | GetPlayableFactionDelegateCount () |
| SCR_EditableFactionComponent | GetFactionDelegate (Faction faction) |
| void | SetFactionDelegate (Faction faction, SCR_EditableFactionComponent delegate) |
| override void | OnFactionsInit (array< Faction > factions) |
Static Protected Member Functions | |
| static SCR_DelegateFactionManagerComponent | GetInstance () |
Protected Attributes | |
| ResourceName | m_FactionDelegatePrefab |
| ref map< Faction, SCR_EditableFactionComponent > | m_FactionDelegates = new map<Faction, SCR_EditableFactionComponent> |
Manager of faction delegates - entities representing available factions. Used so we can interact with them in the editor.
Definition at line 15 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Get delegate of the given faction.
| faction | Requested faction |
Definition at line 118 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Get number of faction delegates.
Definition at line 75 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Get all faction delegates.
| outDelegates | map to be filled with factions and their delegate entities |
Definition at line 40 of file SCR_DelegateFactionManagerComponent.c.
|
inlinestaticprotected |
Get local instance of the component.
Definition at line 27 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Get number of enabled faction delegates.
Definition at line 100 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Get number of enabled faction delegates.
Definition at line 83 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Get all faction delegates, in the same order as factions are defined in factions manager.
| outDelegates | Sorted array to be filled with delegate entities |
Definition at line 54 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Definition at line 132 of file SCR_DelegateFactionManagerComponent.c.
|
inlineprotected |
Get delegate of the given faction.
| faction | Requested faction |
| delegate | Delegate entity |
Definition at line 127 of file SCR_DelegateFactionManagerComponent.c.
|
protected |
Definition at line 18 of file SCR_DelegateFactionManagerComponent.c.
|
protected |
Definition at line 20 of file SCR_DelegateFactionManagerComponent.c.