• gmod_src: Added requests to ILuaInterface
    0 replies, posted
[B]Revision 759[/B] [INDENT]Added requests to ILuaInterface virtual int GetStack( int i, void* lua_Debug ) = 0; virtual int GetInfo( const char* strWhat, void* lua_Debug ) = 0; virtual const char* GetLocal( void* lua_Debug, int n ) = 0; virtual const char* GetUpvalue( int funcindex, int n ) = 0; virtual void CreateTable( int nArray, int nRec ) = 0;[/INDENT] [B]Changed Files:[/B] [LIST] [*]trunk/src_garrysmod/garrysmod/g_lua/CLuaInterface.cpp [*]trunk/src_garrysmod/garrysmod/g_lua/ILuaInterface.h [/LIST] Committed By [B]Garry Newman[/B]
Sorry, you need to Log In to post a reply to this thread.