Arma Reforger Script API
|
Base class for components attached to SCR_FactionManager. More...
Public Member Functions | |
void | OnFactionsInit (array< Faction > factions) |
Method called on every machine when factions are initialised. | |
void | SCR_BaseFactionManagerComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
Base class for components attached to SCR_FactionManager.
void SCR_BaseFactionManagerComponent.SCR_BaseFactionManagerComponent | ( | IEntityComponentSource | src, |
IEntity | ent, | ||
IEntity | parent | ||
) |
[in] | src | |
[in] | ent | |
[in] | parent |
void SCR_BaseFactionManagerComponent.OnFactionsInit | ( | array< Faction > | factions | ) |
Method called on every machine when factions are initialised.
To be overloaded by inherited components.
[in] | factions | Available factions |
Implemented in SCR_DelegateFactionManagerComponent.