Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_BaseFactionManagerComponent Interface Reference

Base class for components attached to SCR_FactionManager. More...

Inheritance diagram for SCR_BaseFactionManagerComponent:
SCR_DelegateFactionManagerComponent

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)
 

Detailed Description

Base class for components attached to SCR_FactionManager.

Constructor & Destructor Documentation

◆ SCR_BaseFactionManagerComponent()

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

Member Function Documentation

◆ OnFactionsInit()

void SCR_BaseFactionManagerComponent.OnFactionsInit ( array< Faction > factions)

Method called on every machine when factions are initialised.

To be overloaded by inherited components.

Parameters
[in]factionsAvailable factions

Implemented in SCR_DelegateFactionManagerComponent.


The documentation for this interface was generated from the following file: