ref_holder_t
This type acts as a proxy for reference variables that are used internally. Since Lua is a value-only language, it does not support references. Instead, an instance of this type is used to preserve interoperability with C++.
val
Type: <type>
Value holder. Use as the source value, or override it to change internally.
Last updated