Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Functions
extensions_native::HTTPChannel_extensions Namespace Reference

Functions

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

Function Documentation

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 Enumerations Enumerator Properties