Esempio n. 1
0
 public static int AbsIndex(LuaStatePtr l, int idx)
 {
     return(LuaDelegates.lua_absindex(l, idx));
 }