Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_BaseEffectParticleAction Interface Reference
Inheritance diagram for SCR_BaseEffectParticleAction:
[legend]

Public Member Functions

void Init (notnull SCR_EffectModule module)
 
void DeInit ()
 
void Update ()
 

Protected Member Functions

void PerformAction ()
 

Protected Attributes

SCR_EmitterParam m_Parameter
 
float m_fValue
 
SCR_EffectModule m_Module
 
bool m_bPerformed = false
 

Member Function Documentation

◆ DeInit()

void SCR_BaseEffectParticleAction.DeInit ( )

◆ Init()

void SCR_BaseEffectParticleAction.Init ( notnull SCR_EffectModule  module)

◆ PerformAction()

void SCR_BaseEffectParticleAction.PerformAction ( )
protected

◆ Update()

void SCR_BaseEffectParticleAction.Update ( )

Member Data Documentation

◆ m_bPerformed

bool SCR_BaseEffectParticleAction.m_bPerformed = false
protected

◆ m_fValue

float SCR_BaseEffectParticleAction.m_fValue
protected

◆ m_Module

SCR_EffectModule SCR_BaseEffectParticleAction.m_Module
protected

◆ m_Parameter

SCR_EmitterParam SCR_BaseEffectParticleAction.m_Parameter
protected

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