Panda3D
Functions

Package extensions.HTTPChannel-extensions

Functions

def doTask
def spawnTask

Function Documentation

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.
 All Classes Namespaces Functions Variables Properties