OpenMiner  0.0.1a
Voxel game engine
Static Public Member Functions | List of all members
sol::stack::pusher< new_table > Struct Template Reference

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, const new_table &nt)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< new_table >::push ( lua_State *  L,
const new_table nt 
)
inlinestatic
11316  {
11317  lua_createtable(L, nt.sequence_hint, nt.map_hint);
11318  return 1;
11319  }

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