Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseFactionManagerComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_BaseFactionManagerComponentClass

Functions

SCR_BaseFactionManagerComponentClass ScriptComponentClass OnFactionsInit (array< Faction > factions)
 Base class for components attached to SCR_FactionManager.
void SCR_BaseFactionManagerComponent (IEntityComponentSource src, IEntity ent, IEntity parent)

Function Documentation

◆ OnFactionsInit()

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.