Types of values.
<mrdocs/Support/Lua.hpp>
enum class Type : int;
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 |