Difference between revisions of "Source:isStatic (Deutsch)"

(Created page with "{{newin (Deutsch)|0.7.0|070|type=Funktion}} Gibt zurück, ob die Quelle statisch ist. Siehe SourceType.static für mehr Informationen. == Funktion...")
 
(Update german translation.)
 
Line 1: Line 1:
{{newin (Deutsch)|[[0.7.0]]|070|type=Funktion}}
+
{{newin|[[0.7.0]]|070|type=function}}
 +
Gibt zurück, ob die [[Source (Deutsch)|Quelle]] statisch ist.
  
Gibt zurück, ob die Quelle statisch ist.
+
Siehe [[SourceType (Deutsch)|SourceType]] für mehr Informationen.
 
 
Siehe [[SourceType (Deutsch)|SourceType.static]] für mehr Informationen.
 
  
 
== Funktion ==
 
== Funktion ==
=== Übersicht===
+
=== Übersicht ===
 
<source lang="lua">
 
<source lang="lua">
 
static = Source:isStatic( )
 
static = Source:isStatic( )
 
</source>
 
</source>
 
=== Argumente ===
 
=== Argumente ===
Keine
+
Keine.
=== Rückgabewert ===
+
=== Rückgabewerte ===
{{param|boolean|static|Wahr, wenn sich die Quelle statisch ist.}}
+
{{param|boolean (Deutsch)|static|Wahr, wenn die Quelle statisch ist.}}
 
== Siehe auch ==
 
== Siehe auch ==
* [[parent::Source (Deutsch)]]
+
* [[parent::Source (Deutsch)|Source]]
* [[SourceType (Deutsch)]]
+
* [[SourceType (Deutsch)|SourceType]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Gibt zurück, ob die Quelle statisch ist}}
+
{{#set:Description=Gibt zurück, ob die [[Source (Deutsch)|Quelle]] statisch ist.}}
 
== Andere Sprachen ==
 
== Andere Sprachen ==
 
{{i18n|Source:isStatic}}
 
{{i18n|Source:isStatic}}

Latest revision as of 14:08, 22 December 2014

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

Gibt zurück, ob die Quelle statisch ist.

Siehe SourceType für mehr Informationen.

Funktion

Übersicht

static = Source:isStatic( )

Argumente

Keine.

Rückgabewerte

boolean (Deutsch) static
Wahr, wenn die Quelle statisch ist.

Siehe auch

Andere Sprachen