Function roblox::function::type_of [−][src]
pub fn type_of<T>(object: T) -> String
Expand description
Equivalent to string typeof(Variant object)
in Luau.
Returns
The type of the object specified, as a string.
This function is more accurate than Lua’s native type
function, as it
does not denote Roblox-specific types as userdata
.