Euphoria
LuaState Struct Reference

#include <sol.h>

Public Attributes

sol::state state
 
bool has_error = false
 
std::string error
 

Detailed Description

Definition at line 18 of file sol.h.

Member Data Documentation

◆ error

std::string LuaState::error

Definition at line 22 of file sol.h.

◆ has_error

bool LuaState::has_error = false

Definition at line 21 of file sol.h.

◆ state

sol::state LuaState::state

Definition at line 20 of file sol.h.


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