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

Go to the source code of this file.

Data Structures

class  SCR_CharacterRegistrationComponentClass
 

Functions

override void OnDelete (IEntity owner)
 
override void OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
void SCR_CharacterRegistrationComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 
void ~SCR_CharacterRegistrationComponent ()
 

Variables

SCR_CharacterRegistrationComponentClass s_aChimeraCharacters = {}
 
protected IEntity m_owner
 

Function Documentation

◆ SCR_CharacterRegistrationComponent()

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

Definition at line 48 of file SCR_CharacterRegistrationComponent.c.

◆ ~SCR_CharacterRegistrationComponent()

Variable Documentation

◆ m_owner

protected IEntity m_owner

Definition at line 10 of file SCR_CharacterRegistrationComponent.c.

◆ s_aChimeraCharacters

SCR_CharacterRegistrationComponentClass s_aChimeraCharacters = {}