Difference between revisions of "love.graphics.isCreated"

m
m
Line 1: Line 1:
 +
{{oldin|[[0.9.0]]|090|type=function|text=Moved to the [[love.window]] module as [[love.window.isCreated]]}}
 +
 
Checks if the window has been created.
 
Checks if the window has been created.
 
== Function ==
 
== Function ==

Revision as of 00:41, 25 May 2013

Removed in LÖVE 0.9.0
Moved to the love.window module as love.window.isCreated.


Checks if the window has been created.

Function

Synopsis

created = love.graphics.isCreated( )

Arguments

None.

Returns

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

See Also


Other Languages