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_BaseFactionManagerComponentClass |
Functions | |
SCR_BaseFactionManagerComponentClass ScriptComponentClass | OnFactionsInit (array< Faction > factions) |
Base class for components attached to SCR_FactionManager. More... | |
void | SCR_BaseFactionManagerComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
SCR_BaseFactionManagerComponentClass ScriptComponentClass OnFactionsInit | ( | array< Faction > | factions | ) |
Base class for components attached to SCR_FactionManager.
Method called on every machine when factions are initialised. To be overloaded by inherited components.
[in] | factions | Available factions |
void SCR_BaseFactionManagerComponent | ( | IEntityComponentSource | src, |
IEntity | ent, | ||
IEntity | parent | ||
) |
[in] | src | |
[in] | ent | |
[in] | parent |
Definition at line 20 of file SCR_BaseFactionManagerComponent.c.