Panda3D
|
This class is used as a namespace to group several global properties of Panda. Application developers can use this class to query the runtime version or capabilities of the current Panda environment. More...
Public Member Functions | |
addSystem (str system) | |
int | getNumSystems () |
str | getSystem (int n) |
list | getSystems () |
str | getSystemTag (str system, str tag) |
bool | hasSystem (str system) |
bool | heapTrim (size_t pad) |
output (Ostream out) | |
setSystemTag (str system, str tag, str value) | |
write (Ostream out) | |
Static Public Member Functions | |
static str | getBuildDate () |
static TypeHandle | getClassType () |
static str | getCompiler () |
static str | getDistributor () |
static str | getGitCommit () |
static PandaSystem | getGlobalPtr () |
static int | getMajorVersion () |
static int | getMinorVersion () |
static str | getP3dCoreapiVersionString () |
static str | getPackageHostUrl () |
static str | getPackageVersionString () |
static str | getPlatform () |
static int | getSequenceVersion () |
static str | getVersionString () |
static bool | isOfficialVersion () |
This class is used as a namespace to group several global properties of Panda. Application developers can use this class to query the runtime version or capabilities of the current Panda environment.
addSystem | ( | str | system | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int getNumSystems | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
str getSystem | ( | int | n | ) |
list getSystems | ( | ) |
str getSystemTag | ( | str | system, |
str | tag | ||
) |
|
static |
bool hasSystem | ( | str | system | ) |
bool heapTrim | ( | size_t | pad | ) |
|
static |
output | ( | Ostream | out | ) |
setSystemTag | ( | str | system, |
str | tag, | ||
str | value | ||
) |
write | ( | Ostream | out | ) |