mrdocs::lua::Value::isString
Return true if the value is a string.
Synopsis
Declared in <mrdocs/Engines/Lua/Value.hpp>
bool
isString() const noexcept;
Return Value
true if the value is a string.
Created with MrDocs