@@ -976,9 +976,15 @@ return {
}
},
variants = {
- arguments = {},
- returns = {
- "type"
+ {
+ arguments = {},
+ returns = {
+ name = "type",
+ type = "string",
+ description = "The type of the object."
+ }
@@ -9,8 +9,10 @@ return {
- returns = { 'type' }
+ returns = { 'type' }
example = [[
function isTexture(obj)