|
Panda3D
|
Functions | |
| def | doTask |
| def | spawnTask |
| def extensions.HTTPChannel-extensions.doTask | ( | self, | |
| task | |||
| ) |
| def extensions.HTTPChannel-extensions.spawnTask | ( | self, | |
name = None, |
|||
callback = None, |
|||
extraArgs = [] |
|||
| ) |
Spawns a task to service the download recently requested via beginGetDocument(), etc., and/or downloadToFile() or downloadToRam(). If a callback is specified, that function is called when the download is complete, passing in the extraArgs given. Returns the newly-spawned task.
1.7.3