Exemple #1
0
 public static int Ref(LuaStatePtr l, int t)
 {
     return(LuaLDelegates.luaL_ref(l, t));
 }