Difference between revisions of "love.graphics.isCreated"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Checks if the display has been set. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 13: | Line 13: | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Checks if the display has been set.}} |
Revision as of 16:17, 14 February 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.