Difference between revisions of "love.graphics.isCreated"

m (1 revision: Importing from potato (again).)
m
Line 1: Line 1:
 
 
Checks if the display has been set.
 
Checks if the display has been set.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks if the display has been set.}}
 
{{#set:Description=Checks if the display has been set.}}
 +
== Other Languages ==
 +
{{i18n|love.graphics.isCreated}}

Revision as of 20:16, 18 November 2010

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