示例#1
0
 public static int LuaGC(LuaState luaState, GCOptions what, int data)
 {
     return(LuaCore.LuaGC(luaState, (int)what, data));
 }