Difference between revisions of "Object"

(Added page about Object.)
 
m
Line 8: Line 8:
 
* [[parent::love]]
 
* [[parent::love]]
 
[[Category:Types]]
 
[[Category:Types]]
{{#set:Description=The superclass of all LÖVE types..}}
+
{{#set:Description=The superclass of all LÖVE types.}}

Revision as of 17:09, 14 February 2010

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