Object:type (Italiano)
Restituisce il tipo dell'oggetto come stringa.
Contents
Funzione
Sinossi
type = Object:type()
Argomenti
Nessuno.
Restituisce
string (Italiano) type
- Una stringa che riporta il nome del tipo.
Esempi
Stampare il tipo di un oggetto
image = love.graphics.newImage("test.png")
print(image:type()) -- output: Image
source = love.audio.newSource("test.ogg")
print(source:type()) -- output: Source
Vedi anche
In altre lingue
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info