Difference between revisions of "love.graphics.isCreated"

m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks if the display has been set.}}
 
{{#set:Description=Checks if the display has been set.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.graphics.isCreated}}
 
{{i18n|love.graphics.isCreated}}

Revision as of 10:17, 25 March 2011

Checks if the display has been set.

Function

Synopsis

True = love.graphics.isCreated( )

Arguments

None.

Returns

boolean True
if display has been set, false otherwise.

See Also


Other Languages