Difference between revisions of "Source:isStatic (Español)"

(Created page with "{{newin|0.7.0|070|type=function}} Indica si la fuente es estático. Ver definición SourceType.static para tener más informaciones. == Function =...")
 
 
Line 14: Line 14:
 
{{param|boolean|static|True si la fuente es estático, False en caso de que no}}
 
{{param|boolean|static|True si la fuente es estático, False en caso de que no}}
 
== See Also ==
 
== See Also ==
* [[parent::Source]]
+
* [[parent::Source (Español)]]
* [[SourceType]]
+
* [[SourceType (Español)]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Indica si la fuente es estático.}}
 
{{#set:Description=Indica si la fuente es estático.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Source:isStatic}}
 
{{i18n|Source:isStatic}}

Latest revision as of 03:39, 26 June 2011

Available since LÖVE 0.7.0
This function is not supported in earlier versions.


Indica si la fuente es estático.

Ver definición SourceType.static para tener más informaciones.

Function

Synopsis

static = Source:isStatic( )

Arguments

None.

Returns

boolean static
True si la fuente es estático, False en caso de que no

See Also

Other Languages