Panda3D
|
Public Member Functions | |
def | __init__ (self) |
def | generateReturnValueWrapper (self, classTypeDesc, file, userManagesMemory, needsDowncast, nesting) |
![]() | |
def | __init__ (self) |
def | generateGlobalCode (self, dir, extensionsDir) |
def | generateReturnValueWrapper (self, classTypeDesc, file, userManagesMemory, needsDowncast, nesting) |
def | getFullNestedName (self) |
def | isAtomic (self) |
def | recordOverloadedMethods (self) |
def | recursiveTypeDescriptor (self) |
Additional Inherited Members | |
![]() | |
atomicType | |
comment | |
foreignTypeName | |
isNested | |
moduleName | |
outerType | |
parentTypes | |
prototype | |
typeIndex | |
Primitive type descriptors include int, float, char, etc. These get mapped to Python types like IntType, FloatType, StringType
def __init__ | ( | self | ) |
def generateReturnValueWrapper | ( | self, | |
classTypeDesc, | |||
file, | |||
userManagesMemory, | |||
needsDowncast, | |||
nesting | |||
) |
Write code to the file that will return a primitive to the caller. Pretty simple since there is no extra work needed here