AGS.Plugin.Lua.InvokeLua.lua_getinfo C# (CSharp) 메소드

lua_getinfo() 개인적인 메소드

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