arcticPigs release V1.0 helpefiles |
![]() |
Starts an async download of an action file (.model)
This method will return immediately without waiting for the download to complete. In fact the download may well be queued if there are other downloads still running. So a successful return from this function does not indicate that the file exists or that the file has now been loaded. Use the onModelLoaded event if you want to run any code on a successful download.
Syntax: |
modelFile loadModel(filePathas String) |
Return: | If successfull, this functions returns an instance of the modelFile |
Parameters: |
|
See also:
Last Updated: 06/22/02 |