Panda3D
|
Functions | |
def | doTask |
def | spawnTask |
Dtool_funcToMethod(func, class) del func. |
def extensions_native.HTTPChannel_extensions.doTask | ( | self, | |
task | |||
) |
def extensions_native.HTTPChannel_extensions.spawnTask | ( | self, | |
name = None , |
|||
callback = None , |
|||
extraArgs = [] |
|||
) |
Dtool_funcToMethod(func, class) del func.
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.