Difference between revisions of "love.graphics.isCreated"
m (The silly story of the boolean called True.) |
|||
Line 1: | Line 1: | ||
− | Checks if the | + | Checks if the window has been created. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 8: | Line 8: | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param|boolean|True | + | {{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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info