Difference between revisions of "Object"
m |
|||
Line 9: | Line 9: | ||
[[Category:Types]] | [[Category:Types]] | ||
{{#set:Description=The superclass of all LÖVE types.}} | {{#set:Description=The superclass of all LÖVE types.}} | ||
+ | == Other Languages == | ||
+ | {{i18n|Object}} |
Revision as of 19:57, 25 October 2010
The superclass of all LÖVE types.
Functions
Object:release | Immediately destroys the object's Lua reference. |
Object:type | Gets the type of the object as a string. |
Object:typeOf | Checks whether an object is of a certain type. |
See Also
Other Languages
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