loadFinished
Type
message
Summary
This message is sent when all the tiles in the image list have finished loading. Parameters:
Syntax
on loadFinished <pLoaded>, <pTotal>, <pUnresolvedImages>
Description
Use the loadFinished message if you want to do something when all the tiles in the image list finish loading.
Parameters
Name | Type | Description |
---|---|---|
pLoaded | integer | The number of tiles that have been loaded. |
pTotal | integer | Total number of elements that the list of images has. |
pUnresolvedImages | integer | Number of tiles for which the image cannot be resolved. |
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web