3DCoat Python API
The 3DCoat Python API documentation.
|
This is the complete list of members for coat.settings, including all inherited members.
getBool(str ID) | coat.settings | static |
getFloat(str ID) | coat.settings | static |
getInt(str ID) | coat.settings | static |
getString(str ID) | coat.settings | static |
listAllSettings() | coat.settings | static |
pressButton(str button_name) | coat.settings | static |
resetSettings(bool ResetGeneralSettings=True, bool ResetHiddenSet=True, bool ResetHotkeys=True, bool RestNavigation=True, bool ResetPresets=True, bool ResetTheme=True, bool ResetWindows=True) | coat.settings | static |
saveSettings() | coat.settings | static |
setBool(str ID, bool value) | coat.settings | static |
setFloat(str ID, float value) | coat.settings | static |
setInt(str ID, int value) | coat.settings | static |
setString(str ID, str value) | coat.settings | static |
valueExists(str ID) | coat.settings | static |