Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseFactionManagerComponent.c File Reference

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)
 

Function Documentation

◆ OnFactionsInit()

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.

Parameters
[in]factionsAvailable factions

◆ SCR_BaseFactionManagerComponent()

void SCR_BaseFactionManagerComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 20 of file SCR_BaseFactionManagerComponent.c.