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

Go to the source code of this file.

Classes

class  FactionAffiliationComponentClass

Functions

BaseAimingComponentClass GameComponentClass GetOwner ()
 This component takes care of sending chat messages.
proto external Faction GetAffiliatedFaction ()
 Returns the affiliated faction or null if none.
proto external Faction GetDefaultAffiliatedFaction ()
 Returns the default affiliated faction or null if none.
proto external void SetAffiliatedFaction (Faction faction)
proto external void SetAffiliatedFactionByKey (FactionKey factionKey)
proto external FactionKey GetDefaultFactionKey ()
proto external FactionKey GetAffiliatedFactionKey ()
void OnPostInit (IEntity owner)
 Editable Mine.
void OnCompartmentEntering (IEntity vehicle, IEntity occupant, BaseCompartmentSlot compartment, bool move)
void OnCompartmentEntered (IEntity vehicle, IEntity occupant, BaseCompartmentSlot compartment, bool move)
void OnCompartmentLeft (IEntity vehicle, IEntity occupant, BaseCompartmentSlot compartment, bool move)
void OnFactionChanged (Faction previous, Faction current)