Panda3D
Functions

Package extensions_native.HTTPChannel_extensions

Functions

def doTask
def spawnTask
 Dtool_funcToMethod(func, class) del func.

Function Documentation

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