|
Panda3D
|
Public Member Functions | |
| def | __init__ |
| def | thislessArgTypes |
Public Attributes | |
| argumentTypes | |
| isVirtual | |
| moduleName | |
| returnType | |
| returnValueDestructor | |
| userManagesMemory | |
| wrapperName | |
A C++ function type. It knows its returnType, arguments, etc.
| def __init__ | ( | self | ) |
Reimplemented from BaseTypeDescriptor.
| def thislessArgTypes | ( | self | ) |
It is often useful to know the list of arguments excluding the this parameter (if there was one)
Reimplemented from BaseTypeDescriptor.
1.7.3