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

#include <sol.hpp>

Public Member Functions

 probe (bool s, int l)
 
 operator bool () const
 

Public Attributes

bool success
 
int levels
 

Constructor & Destructor Documentation

§ probe()

sol::stack::probe::probe ( bool  s,
int  l 
)
inline
7634  : success(s), levels(l) {
7635  }
bool success
Definition: sol.hpp:7630
int levels
Definition: sol.hpp:7631

Member Function Documentation

§ operator bool()

sol::stack::probe::operator bool ( ) const
inline
7637  {
7638  return success;
7639  };
bool success
Definition: sol.hpp:7630

Member Data Documentation

§ levels

int sol::stack::probe::levels

§ success

bool sol::stack::probe::success

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