Difference between revisions of "UrlLoader:close"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2012.2.2<br/> | |
− | ''' | + | '''Class:''' [[UrlLoader]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Terminates the current loading operation. | |
− | Terminates the current loading operation. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | UrlLoader:close() | |
</source> | </source> | ||
{{UrlLoader}} | {{UrlLoader}} |
Revision as of 12:19, 12 March 2023
Available since: Gideros 2012.2.2
Class: UrlLoader
Description
Terminates the current loading operation.
UrlLoader:close()