Difference between revisions of "UrlLoader:close"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Terminates the current loading operation.<br /> <br /> <source lang="lua"> = UrlLoader:close(...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | UrlLoader:close() | |
</source> | </source> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2012.2.2
Description
Terminates the current loading operation.
UrlLoader:close()