Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Static Public Member Functions | List of all members
EffectList Class Reference

Public Member Functions

 EffectList (Part hostPart)
 
List< string > EffectsStartingWith (string effectName)
 Returns a list of Effects in the list with a name starting with effectName. More...
 
void Event (string eventName, int transformIdx)
 
void Event (string eventName, float power, int transformIdx)
 
void Initialize ()
 
void OnLoad (ConfigNode node)
 
void OnSave (ConfigNode node)
 
void PlayRandomEffect ()
 Plays one of the FX in the list at random More...
 

Static Public Member Functions

static void CreateEffectTypes ()
 

Constructor & Destructor Documentation

EffectList.EffectList ( Part  hostPart)
inline

Member Function Documentation

static void EffectList.CreateEffectTypes ( )
inlinestatic
List<string> EffectList.EffectsStartingWith ( string  effectName)
inline

Returns a list of Effects in the list with a name starting with effectName.

Parameters
effectName
Returns
void EffectList.Event ( string  eventName,
int  transformIdx 
)
inline
void EffectList.Event ( string  eventName,
float  power,
int  transformIdx 
)
inline
void EffectList.Initialize ( )
inline
void EffectList.OnLoad ( ConfigNode  node)
inline
void EffectList.OnSave ( ConfigNode  node)
inline
void EffectList.PlayRandomEffect ( )
inline

Plays one of the FX in the list at random


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