Example #1
0
 public static int PCallk(LuaStatePtr l, int nargs, int nresults, int errfunc, int ctx, LuaCFunction k)
 {
     System.GC.KeepAlive(k);
     return(LuaDelegates.lua_pcallk(l, nargs, nresults, errfunc, ctx, k));
 }