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

#include <sol.hpp>

Static Public Member Functions

static int push (lua_State *L, wchar_t c)
 

Member Function Documentation

§ push()

static int sol::stack::pusher< wchar_t >::push ( lua_State *  L,
wchar_t  c 
)
inlinestatic
11217  {
11218  const wchar_t str[2] = { c, '\0' };
11219  return stack::push(L, &str[0], 1);
11220  }
int push(lua_State *L, T &&t, Args &&... args)
Definition: sol.hpp:7770

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