Difference between revisions of "UrlLoader:close"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Terminates the current loading operation.
 
Terminates the current loading operation.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
UrlLoader:close()
 
UrlLoader:close()
 
</source>
 
</source>
  
 
{{UrlLoader}}
 
{{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>