Difference between revisions of "love.graphics.isCreated"

m (The silly story of the boolean called True.)
Line 1: Line 1:
Checks if the display has been set.
+
Checks if the window has been created.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 8: Line 8:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|boolean|True|if display has been set, false otherwise.}}
+
{{param|boolean|created|True if the window has been created, false otherwise.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

Revision as of 13:12, 10 December 2011

Checks if the window has been created.

Function

Synopsis

True = love.graphics.isCreated( )

Arguments

None.

Returns

boolean created
True if the window has been created, false otherwise.

See Also


Other Languages