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

Go to the source code of this file.

Classes

class  SCR_CharacterRegistrationComponentClass

Functions

override void OnDelete (IEntity owner)
override void OnPostInit (IEntity owner)
 Editable Mine.
void SCR_CharacterRegistrationComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
void ~SCR_CharacterRegistrationComponent ()

Variables

SCR_CharacterRegistrationComponentClass s_aChimeraCharacters = {}
IEntity m_owner

Function Documentation

◆ OnDelete()

override void OnDelete ( IEntity owner)
protected

Definition at line 20 of file SCR_CharacterRegistrationComponent.c.

◆ SCR_CharacterRegistrationComponent()

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

Definition at line 48 of file SCR_CharacterRegistrationComponent.c.

◆ ~SCR_CharacterRegistrationComponent()

Definition at line 54 of file SCR_CharacterRegistrationComponent.c.

Variable Documentation

◆ m_owner

IEntity m_owner
protected

Definition at line 10 of file SCR_CharacterRegistrationComponent.c.

◆ s_aChimeraCharacters

SCR_CharacterRegistrationComponentClass s_aChimeraCharacters = {}