Объект:тип
Возвращает тип объекта в виде строки.
Функция
Краткое описание
type = Object:type()
Аргументы
Нет.
Возвращаемое значение
string type- Тип в виде строки.
Примеры
Вывод типа объекта
image = love.graphics.newImage("test.png")
print(image:type()) -- outputs: Image
source = love.audio.newSource("test.ogg")
print(source:type()) -- outputs: Source См. также
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Object:type