Object:type (한국어)

객체의 타입을 문자열로 리턴합니다.

함수

형식

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

같이 보기

다른 언어