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 | + | {{newin|[[0.7.0]]|070|type=function}} |
+ | Gibt zurück, ob die [[Source (Deutsch)|Quelle]] statisch ist. | ||
− | + | Siehe [[SourceType (Deutsch)|SourceType]] für mehr Informationen. | |
− | |||
− | Siehe [[SourceType (Deutsch)|SourceType | ||
== Funktion == | == Funktion == | ||
− | === Übersicht=== | + | === Übersicht === |
<source lang="lua"> | <source lang="lua"> | ||
static = Source:isStatic( ) | static = Source:isStatic( ) | ||
</source> | </source> | ||
=== Argumente === | === Argumente === | ||
− | Keine | + | Keine. |
− | === | + | === Rückgabewerte === |
− | {{param|boolean|static|Wahr, wenn | + | {{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
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