mrdocs::lua::Type

Types of values.

Synopsis

Declared in <mrdocs/Support/Lua.hpp>
enum class Type : int;

Members

Name Description
nil The value is nil
boolean The value is a boolean
number The value is a number
string The value is a string
table The value is a table
function The value is a function

Created with MrDocs