#include "lugre_input.h"#include <list>


Go to the source code of this file.
Namespaces | |
| namespace | Lugre |
Classes | |
| class | Lugre::cScriptingPlugin |
| class | Lugre::cScripting |
Defines | |
| #define | LUGRE_TRY try {\ |
| #define | LUGRE_CATCH |
| #define LUGRE_CATCH |
Value:
} catch ( Ogre::Exception& e ) {\ MyShowError((std::string("Ogre::exception occurred, see console\n") + e.getFullDescription()).c_str(),__FILE__,__LINE__,__FUNCTION__);\ }\
Definition at line 38 of file lugre_scripting.h.
Referenced by l_Client_AttachLight(), l_Client_DetatchLight(), l_Client_SetLightAttenuation(), l_Client_SetLightDiffuseColor(), l_Client_SetLightDirection(), l_Client_SetLightPosition(), l_Client_SetLightPowerScale(), l_Client_SetLightSpecularColor(), and l_Light_SetCastShadows().
| #define LUGRE_TRY try {\ |
Definition at line 35 of file lugre_scripting.h.
Referenced by l_Client_AttachLight(), l_Client_DetatchLight(), l_Client_SetLightAttenuation(), l_Client_SetLightDiffuseColor(), l_Client_SetLightDirection(), l_Client_SetLightPosition(), l_Client_SetLightPowerScale(), l_Client_SetLightSpecularColor(), and l_Light_SetCastShadows().
1.5.6