IGameFXFunction Class Reference
 
 
 
IGameFXFunction Class Reference

#include <IGameFX.h>

Inheritance diagram for IGameFXFunction:
MaxHeapOperators

Class Description

Access function data contained in the effect file.

Public Member Functions

virtual  ~IGameFXFunction ()
  Destructor.
virtual const MCHAR *  GetFunctionBody ()=0
  Access the code that makes the function.
virtual const MCHAR *  GetFunctionName ()=0
  Access the name of the function.

Constructor & Destructor Documentation

virtual ~IGameFXFunction ( ) [inline, virtual]

Destructor.

{;}

Member Function Documentation

virtual const MCHAR* GetFunctionBody ( ) [pure virtual]

Access the code that makes the function.

virtual const MCHAR* GetFunctionName ( ) [pure virtual]

Access the name of the function.