Difference between revisions of "Image"

m
Line 13: Line 13:
 
}}
 
}}
 
== Supertypes ==
 
== Supertypes ==
[[Drawable]]
+
* [[parent::Drawable]]
[[Object]]
+
* [[parent::Object]]
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

Revision as of 21:34, 26 May 2011

Drawable image type.

Constructors

love.graphics.newImageCreates a new Image.

Functions

These functions have parentheses in odd places. This is because the Image: namespace is reserved in Mediawiki.

Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

See Also


Other Languages