Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
void SCR_CharacterRegistrationComponent | ( | IEntityComponentSource | src, |
IEntity | ent, | ||
IEntity | parent | ||
) |
[in] | src | |
[in] | ent | |
[in] | parent |
Definition at line 48 of file SCR_CharacterRegistrationComponent.c.
void ~SCR_CharacterRegistrationComponent | ( | ) |
Definition at line 54 of file SCR_CharacterRegistrationComponent.c.
protected IEntity m_owner |
Definition at line 10 of file SCR_CharacterRegistrationComponent.c.
SCR_CharacterRegistrationComponentClass s_aChimeraCharacters = {} |