Exemple #1
0
 public static int GC(LuaStatePtr l, GCOption what, int data)
 {
     return(LuaDelegates.lua_gc(l, (int)what, data));
 }