AGS.Plugin.Lua.InvokeLua.lua_getallocf C# (CSharp) Метод

lua_getallocf() приватный Метод

private lua_getallocf ( IntPtr L, IntPtr &ud ) : lua_Alloc
L System.IntPtr
ud System.IntPtr
Результат lua_Alloc
        public static extern lua_Alloc lua_getallocf(lua_State L, ref IntPtr ud);
InvokeLua