Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_EffectsModuleChildComponent Interface Reference
Inheritance diagram for SCR_EffectsModuleChildComponent:
SCR_EffectsModuleParticleChildComponent

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
 

Member Function Documentation

◆ EditorOnParentRemoved()

void SCR_EffectsModuleChildComponent.EditorOnParentRemoved ( SCR_EffectsModuleComponent effectModule,
SCR_EffectsModule effectConfig )
protected

◆ InitChild()

void SCR_EffectsModuleChildComponent.InitChild ( notnull SCR_EffectsModuleComponent effectModule,
notnull SCR_EffectsModule effectConfig )

◆ InitChildServer()

void SCR_EffectsModuleChildComponent.InitChildServer ( notnull SCR_EffectsModuleComponent effectModule,
notnull SCR_EffectsModule effectConfig )

◆ OnDelete()

override void SCR_EffectsModuleChildComponent.OnDelete ( IEntity owner)

◆ OnParentEffectsModuleUpdate()

void SCR_EffectsModuleChildComponent.OnParentEffectsModuleUpdate ( notnull SCR_EffectsModuleComponent effectModule,
notnull SCR_EffectsModule effectConfig )
protected

◆ RPC_UpdatePosition()

void SCR_EffectsModuleChildComponent.RPC_UpdatePosition ( vector position)

Member Data Documentation

◆ m_bIsMaster

bool SCR_EffectsModuleChildComponent.m_bIsMaster
protected

◆ m_bOnDeleteCalled

bool SCR_EffectsModuleChildComponent.m_bOnDeleteCalled
protected

◆ m_Parent

SCR_EffectsModuleComponent SCR_EffectsModuleChildComponent.m_Parent
protected

◆ m_vParentPosition

vector SCR_EffectsModuleChildComponent.m_vParentPosition
protected

The documentation for this interface was generated from the following file: