Gets the type of the object as a string.
type = Object:type()
None.
string type
image = love.graphics.newImage("test.png") print(image:type()) -- outputs: Image source = love.audio.newSource("test.ogg") print(source:type()) -- outputs: Source