Exemple #1
0
 public static void luaL_unref(LuaState state, int index, int refVal)
 {
     LuaNativeBinding.luaL_unref(state, index, refVal);
 }