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

Go to the source code of this file.

Classes

class  SCR_ArmoryComponentClass

Functions

bool IsProxy ()
void ChangeOwningFaction (notnull Faction faction)
void OnLinkedEntitiesSpawned (SCR_EditorLinkComponent link)
void FindFactionComponentsInHiearchy (IEntity entity)
override void EOnInit (IEntity owner)
override void OnPostInit (IEntity owner)
 Editable Mine.

Variables

SCR_ArmoryComponentClass m_aFactionAffiliationComponents = {}
RplComponent m_RplComponent

Function Documentation

◆ ChangeOwningFaction()

void ChangeOwningFaction ( notnull Faction faction)
protected
Parameters
[in]faction

Definition at line 21 of file SCR_ArmoryComponent.c.

◆ FindFactionComponentsInHiearchy()

void FindFactionComponentsInHiearchy ( IEntity entity)
protected

Goes though entity children (recursively) and finds all faction control components

Parameters
[in]entitycannot be null

Definition at line 44 of file SCR_ArmoryComponent.c.

◆ OnLinkedEntitiesSpawned()

void OnLinkedEntitiesSpawned ( SCR_EditorLinkComponent link)
protected

Definition at line 35 of file SCR_ArmoryComponent.c.

Variable Documentation

◆ m_aFactionAffiliationComponents

SCR_ArmoryComponentClass m_aFactionAffiliationComponents = {}

◆ m_RplComponent

RplComponent m_RplComponent
protected

Definition at line 9 of file SCR_ArmoryComponent.c.