|
Panda3D
|
This class emulates the old dconfig-style interface to our Panda config system. More...
Static Public Member Functions | |
| static bool | GetBool (string sym, bool def) |
| static bool | GetBool (string sym) |
| static double | GetDouble (string sym) |
| static double | GetDouble (string sym, double def) |
| static float | GetFloat (string sym, float def) |
| static float | GetFloat (string sym) |
| static int | GetInt (string sym) |
| static int | GetInt (string sym, int def) |
| static string | GetString (string sym) |
| static string | GetString (string sym, string def) |
This class emulates the old dconfig-style interface to our Panda config system.
It exists only to provide backward-compatible support, and it is used primarily by Python code. For modern code, use the new ConfigVariable* interface instead of this deprecated interface.
| static bool GetBool | ( | string | sym, |
| bool | def | ||
| ) | [static] |
| static bool GetBool | ( | string | sym | ) | [static] |
| static double GetDouble | ( | string | sym | ) | [static] |
| static double GetDouble | ( | string | sym, |
| double | def | ||
| ) | [static] |
| static float GetFloat | ( | string | sym, |
| float | def | ||
| ) | [static] |
| static float GetFloat | ( | string | sym | ) | [static] |
| static int GetInt | ( | string | sym | ) | [static] |
| static string GetString | ( | string | sym | ) | [static] |
| static string GetString | ( | string | sym, |
| string | def | ||
| ) | [static] |
1.7.3