Difference between revisions of "UrlLoader:close"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
+
'''Available since:''' Gideros 2012.2.2<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/UrlLoader|UrlLoader]]<br/>
+
'''Class:''' [[UrlLoader]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Terminates the current loading operation.<br />
+
Terminates the current loading operation.
<br /></translate>
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
UrlLoader:close()
UrlLoader:close()
 
 
</source>
 
</source>
 +
 +
{{UrlLoader}}

Latest revision as of 15:32, 13 July 2023

Available since: Gideros 2012.2.2
Class: UrlLoader

Description

Terminates the current loading operation. <syntaxhighlight lang="lua"> UrlLoader:close() </source>