Panda3D
Functions | Variables

Package extensions_native.extension_native_helpers

Functions

def Dtool_funcToMethod
def Dtool_ObjectToDict
def Dtool_PreloadDLL

Variables

list __all__ = ["Dtool_ObjectToDict", "Dtool_funcToMethod", "Dtool_PreloadDLL"]
 Tools.
string dll_ext = '.dll'
string dll_suffix = ''
string filename = "libpandaexpress%s%s"
tuple lib = os.path.join(dir, filename)
string message = "Cannot find %s"
list path = os.environ["PATH"]
 target = None

Function Documentation

def extensions_native.extension_native_helpers.Dtool_funcToMethod (   func,
  clas,
  method_name = None 
)
Adds func to class so it is an accessible method; use method_name to specify the name to be used for calling the method.
The new method is accessible to any instance immediately.
def extensions_native.extension_native_helpers.Dtool_ObjectToDict (   clas,
  name,
  obj 
)
def extensions_native.extension_native_helpers.Dtool_PreloadDLL (   module)

Variable Documentation

list __all__ = ["Dtool_ObjectToDict", "Dtool_funcToMethod", "Dtool_PreloadDLL"]

Tools.

string dll_ext = '.dll'
string dll_suffix = ''
string filename = "libpandaexpress%s%s"
tuple lib = os.path.join(dir, filename)
string message = "Cannot find %s"
list path = os.environ["PATH"]
target = None
 All Classes Namespaces Functions Variables Properties