Difference between revisions of "Object"

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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Object}}
 
{{i18n|Object}}

Revision as of 18:05, 25 March 2011

The superclass of all LÖVE types.

Functions

Object:releaseImmediately destroys the object's Lua reference.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

See Also


Other Languages