AGS.Plugin.Lua.InvokeLua.lua_getinfo C# (CSharp) Method

lua_getinfo() private method

private lua_getinfo ( IntPtr L, string what, lua_Debug ar ) : int
L System.IntPtr
what string
ar lua_Debug
return int
        public static extern int lua_getinfo(lua_State L, string what, lua_Debug ar);
InvokeLua