DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.FX.AssignedEffectList Class Reference

List of effects which are assigned to some other object. More...

Inheritance diagram for DirectOutput.FX.AssignedEffectList:
Collaboration diagram for DirectOutput.FX.AssignedEffectList:

Public Member Functions

void Add (string EffectName)
 Adds the specified effect to the list. More...
 
void Trigger (TableElementData TableElementData)
 Triggers all AssignedEffect objects in the list. More...
 
void Init (Table.Table Table)
 Initializes the AssignedEffect objects in the list. More...
 
void Finish ()
 Fnishes the AssignedEffect objects in the list. More...
 
 AssignedEffectList ()
 Initializes a new instance of the class. More...
 

Detailed Description

List of effects which are assigned to some other object.

Constructor & Destructor Documentation

DirectOutput.FX.AssignedEffectList.AssignedEffectList ( )

Initializes a new instance of the class.

Member Function Documentation

void DirectOutput.FX.AssignedEffectList.Add ( string  EffectName)

Adds the specified effect to the list.

Parameters
EffectNameName of the effect.
void DirectOutput.FX.AssignedEffectList.Finish ( )

Fnishes the AssignedEffect objects in the list.

void DirectOutput.FX.AssignedEffectList.Init ( Table.Table  Table)

Initializes the AssignedEffect objects in the list.

Parameters
TableThe table contining the AssignedEffectList.
void DirectOutput.FX.AssignedEffectList.Trigger ( TableElementData  TableElementData)

Triggers all AssignedEffect objects in the list.

Parameters
TableElementDataThe table element data.

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