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

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

private lua_pushcclosure ( IntPtr L, [ fn, [ n ) : void
L System.IntPtr
fn [
n [
Результат void
        public static extern void lua_pushcclosure(lua_State L,
            [MarshalAs(UnmanagedType.FunctionPtr)] lua_CFunction fn,
            [MarshalAs(UnmanagedType.I4)] int n);
InvokeLua