Panda3D
|
Classes | |
class | FFIInterrogateDatabase |
Functions | |
def | constructDowncastFile (codeDir, CModuleName) |
def | constructGlobalFile (codeDir, CModuleName) |
def | constructImportFile (codeDir, CModuleName) |
def | getTypeName (typeIndex, scoped=0) |
def | outputGlobalFileImports (file, methodList, CModuleName) |
def | outputImportFileImports (file, typeList, CModuleName) |
def direct.ffi.FFIInterrogateDatabase.constructDowncastFile | ( | codeDir, | |
CModuleName | |||
) |
Open a file that will hold the global values and functions code
def direct.ffi.FFIInterrogateDatabase.constructGlobalFile | ( | codeDir, | |
CModuleName | |||
) |
Open a file that will hold the global values and functions code
def direct.ffi.FFIInterrogateDatabase.constructImportFile | ( | codeDir, | |
CModuleName | |||
) |
Open a file that will hold the global values and functions code
def direct.ffi.FFIInterrogateDatabase.getTypeName | ( | typeIndex, | |
scoped = 0 |
|||
) |
Return a fully specified type name for this type index Return the scoped name if asked for it
def direct.ffi.FFIInterrogateDatabase.outputGlobalFileImports | ( | file, | |
methodList, | |||
CModuleName | |||
) |
def direct.ffi.FFIInterrogateDatabase.outputImportFileImports | ( | file, | |
typeList, | |||
CModuleName | |||
) |
This is the file that we will import to get all the panda modules