Difference between revisions of "Drawable"

Line 16: Line 16:
 
[[Category:Types]]
 
[[Category:Types]]
 
{{#set:Description=Superclass for all things that can be drawn on screen.}}
 
{{#set:Description=Superclass for all things that can be drawn on screen.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Drawable}}
 
{{i18n|Drawable}}

Revision as of 09:53, 25 March 2011

Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.

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.

Supertypes

Object

Subtypes

See Also


Other Languages