Panda3D
Classes | Functions | Variables

Package ffi.FFIExternalObject

Classes

class  FFIExternalObject

Functions

def FFIInstance
def funcToMethod
def registerInTypeMap

Variables

dictionary DowncastMap = {}
dictionary WrapperClassMap = {}

Function Documentation

def ffi.FFIExternalObject.FFIInstance (   classdef,
  this = 0,
  userManagesMemory = 0 
)
def ffi.FFIExternalObject.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 ffi.FFIExternalObject.registerInTypeMap (   pythonClass)

Variable Documentation

dictionary DowncastMap = {}
dictionary WrapperClassMap = {}
 All Classes Namespaces Functions Variables Properties