Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2010, 6:09:10 PM (14 years ago)
Author:
rgrieder
Message:

Using our own error handler (including the debugger) for Lua code executed through CEGUILuaFunctor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/LuaState.h

    r6746 r6763  
    100100        static void closeToluaInterfaces(lua_State* state);
    101101
     102        static const std::string ERROR_HANDLER_NAME;
     103
    102104    private:
    103105        shared_ptr<ResourceInfo> getFileInfo(const std::string& filename);
Note: See TracChangeset for help on using the changeset viewer.