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

#include <sol.hpp>

Public Member Functions

 push_popper_at (lua_State *luastate, int index=-1, int count=1)
 
 ~push_popper_at ()
 

Public Attributes

lua_State * L
 
int index
 
int count
 

Constructor & Destructor Documentation

§ push_popper_at()

sol::stack::push_popper_at::push_popper_at ( lua_State *  luastate,
int  index = -1,
int  count = 1 
)
inline
6607  : L(luastate), index(index), count(count) {
6608  }
lua_State * L
Definition: sol.hpp:6603
int count
Definition: sol.hpp:6605
int index
Definition: sol.hpp:6604

§ ~push_popper_at()

sol::stack::push_popper_at::~push_popper_at ( )
inline
6609  {
6610  remove(L, index, count);
6611  }
lua_State * L
Definition: sol.hpp:6603
int count
Definition: sol.hpp:6605
int index
Definition: sol.hpp:6604

Member Data Documentation

§ count

int sol::stack::push_popper_at::count

§ index

int sol::stack::push_popper_at::index

§ L

lua_State* sol::stack::push_popper_at::L

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