Difference between revisions of "UrlLoader:close"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.2.2<br/> | '''Available since:''' Gideros 2012.2.2<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Terminates the current loading operation.<br /> | Terminates the current loading operation.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
UrlLoader:close() | UrlLoader:close() | ||
</source> | </source> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2012.2.2
Description
Terminates the current loading operation.
UrlLoader:close()