OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
This struct is a base class for events which can be thrown by the compilers and caught by subscribers. More...
#include <OgreScriptCompiler.h>
Public Member Functions | |
ScriptCompilerEvent (const String &type) | |
virtual | ~ScriptCompilerEvent () |
Public Attributes | |
String | mType |
This struct is a base class for events which can be thrown by the compilers and caught by subscribers.
There are a set number of standard events which are used by Ogre's core. New event types may be derived for more custom compiler processing.
|
inlinevirtual |
String Ogre::ScriptCompilerEvent::mType |