// Basic Stack Manipulation public static int lua_absindex(LuaState state, int index) { return(LuaNativeBinding.lua_absindex(state, index)); }