Exemple #1
0
 public static void SetFuncs(LuaStatePtr l, IntPtr l_, int nup)
 {
     LuaLDelegates.luaL_setfuncs(l, l_, nup);
 }