OpenMiner  0.0.1a
Voxel game engine
Public Member Functions | Public Attributes | List of all members
sol::absolute_index Struct Reference

#include <sol.hpp>

Public Member Functions

 absolute_index (lua_State *L, int idx)
 
 operator int () const
 

Public Attributes

int index
 

Constructor & Destructor Documentation

§ absolute_index()

sol::absolute_index::absolute_index ( lua_State *  L,
int  idx 
)
inline
4824  : index(lua_absindex(L, idx)) {
4825  }
int index
Definition: sol.hpp:4822

Member Function Documentation

§ operator int()

sol::absolute_index::operator int ( ) const
inline
4827  {
4828  return index;
4829  }
int index
Definition: sol.hpp:4822

Member Data Documentation

§ index

int sol::absolute_index::index

The documentation for this struct was generated from the following file: