Difference between revisions of "UrlLoader:close"

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