|
Panda3D
|
Classes | |
| class | FFIExternalObject |
Functions | |
| def | FFIInstance |
| def | funcToMethod |
| def | registerInTypeMap |
Variables | |
| dictionary | DowncastMap = {} |
| dictionary | WrapperClassMap = {} |
| 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 | ) |
| dictionary DowncastMap = {} |
| dictionary WrapperClassMap = {} |
1.7.3