{{newinoldin|[[0.7.0]]|070|[[0.10.0]]|100|type=function|text=It has been replaced by [[Source:getType]]}}
Returns whether the Source is static.
== Function ==
=== Synopsis ===
<source lang="lua">
static = Source:isStatic( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|static|True if the Source is static, false otherwise.}}
== See Also ==
* [[parent::Source]]
* [[SourceType]]
[[Category:Functions]]
{{#set:Description=Returns whether the Source is static.}}
== Other Languages ==
{{i18n|Source:isStatic}}