Panda3D
|
Classes | |
class | FFIInterrogateDatabase |
Functions | |
def | constructDowncastFile |
def | constructGlobalFile |
def | constructImportFile |
def | getTypeName |
def | outputGlobalFileImports |
def | outputImportFileImports |
def ffi.FFIInterrogateDatabase.constructDowncastFile | ( | codeDir, | |
CModuleName | |||
) |
Open a file that will hold the global values and functions code
def ffi.FFIInterrogateDatabase.constructGlobalFile | ( | codeDir, | |
CModuleName | |||
) |
Open a file that will hold the global values and functions code
def ffi.FFIInterrogateDatabase.constructImportFile | ( | codeDir, | |
CModuleName | |||
) |
Open a file that will hold the global values and functions code
def 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 ffi.FFIInterrogateDatabase.outputGlobalFileImports | ( | file, | |
methodList, | |||
CModuleName | |||
) |
def ffi.FFIInterrogateDatabase.outputImportFileImports | ( | file, | |
typeList, | |||
CModuleName | |||
) |
This is the file that we will import to get all the panda modules