Example #1
0
 public static void GC(ScriptState luaState, GCOptions gcOptions, int data)
 {
     ScriptApi.GC(luaState, (int)gcOptions, data);
 }