Arma Reforger Script API
|
Public Member Functions | |
void | InitChildServer (notnull SCR_EffectsModuleComponent effectModule, notnull SCR_EffectsModule effectConfig) |
void | InitChild (notnull SCR_EffectsModuleComponent effectModule, notnull SCR_EffectsModule effectConfig) |
void | RPC_UpdatePosition (vector position) |
override void | OnDelete (IEntity owner) |
Protected Member Functions | |
void | OnParentEffectsModuleUpdate (notnull SCR_EffectsModuleComponent effectModule, notnull SCR_EffectsModule effectConfig) |
void | EditorOnParentRemoved (SCR_EffectsModuleComponent effectModule, SCR_EffectsModule effectConfig) |
Protected Attributes | |
vector | m_vParentPosition |
bool | m_bIsMaster |
SCR_EffectsModuleComponent | m_Parent |
bool | m_bOnDeleteCalled |
|
protected |
Implemented in SCR_EffectsModuleParticleChildComponent.
void SCR_EffectsModuleChildComponent.InitChild | ( | notnull SCR_EffectsModuleComponent | effectModule, |
notnull SCR_EffectsModule | effectConfig ) |
void SCR_EffectsModuleChildComponent.InitChildServer | ( | notnull SCR_EffectsModuleComponent | effectModule, |
notnull SCR_EffectsModule | effectConfig ) |
override void SCR_EffectsModuleChildComponent.OnDelete | ( | IEntity | owner | ) |
Implemented in SCR_EffectsModuleParticleChildComponent.
|
protected |
void SCR_EffectsModuleChildComponent.RPC_UpdatePosition | ( | vector | position | ) |
|
protected |
|
protected |
|
protected |
|
protected |