Difference between revisions of "love.window.isCreated"

(Created page)
 
(Document rename)
 
Line 1: Line 1:
{{newin|[[0.9.0]]|090|type=function}}
+
{{newinoldin|[[0.9.0]]|090|[[0.10.0]]|0100|type=function|text=This function has been renamed to [[love.window.isOpen]]}}
  
 
Checks if the window has been created.
 
Checks if the window has been created.

Latest revision as of 17:51, 16 September 2016

Available since LÖVE 0.9.0 and removed in LÖVE 0.10.0
This function has been renamed to love.window.isOpen.


Checks if the window has been created.

Function

Synopsis

created = love.window.isCreated( )

Arguments

None.

Returns

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

See Also

Other Languages