![]() |
3DCoat Python API
The 3DCoat Python API documentation.
|
This is the complete list of members for coat.ui, including all inherited members.
| addExtension(str roomID, str section, any obj) | coat.ui | static |
| addTranslation(str id, str text) | coat.ui | static |
| apply() | coat.ui | static |
| checkIfExtensionPresent(str extension_ID) | coat.ui | static |
| checkIfMenuItemInserted(str ID_in_menu) | coat.ui | static |
| cmd(str id, any fn=None) | coat.ui | static |
| currentRoom() | coat.ui | static |
| enablePenChannel(int i, bool enabled) | coat.ui | static |
| getBoolField(str id) | coat.ui | static |
| getCurrentLanguage() | coat.ui | static |
| getEditBoxValue(str id, any result) | coat.ui | static |
| getEditBoxValue(str id) | coat.ui | static |
| getIdTranslation(str id) | coat.ui | static |
| getOption(str id) | coat.ui | static |
| getSliderValue(str id) | coat.ui | static |
| hideDontShowAgainMessage(str id) | coat.ui | static |
| highlight(str id, float milliseconds) | coat.ui | static |
| inputFloat(float initial_value) | coat.ui | static |
| inputInt(int initial_value) | coat.ui | static |
| inputString(str text, int min_length=0) | coat.ui | static |
| insertInMenu(str Menu, str ID_in_menu, str script_path) | coat.ui | static |
| insertInToolset(str roomID, str section, str toolID, str script_path="") | coat.ui | static |
| isEnabledPenChannel(int i) | coat.ui | static |
| isInRoom(str name) | coat.ui | static |
| presentInUI(str id) | coat.ui | static |
| removeCommandFromMenu(str ID_in_menu) | coat.ui | static |
| roomID(int index) | coat.ui | static |
| roomName(int index) | coat.ui | static |
| roomsCount() | coat.ui | static |
| scale() | coat.ui | static |
| setBoolValue(str id, bool value) | coat.ui | static |
| setEditBoxValue(str id, str value) | coat.ui | static |
| setEditBoxValue(str id, int value) | coat.ui | static |
| setEditBoxValue(str id, float value) | coat.ui | static |
| setFileForFileDialog(str filename) | coat.ui | static |
| setOption(str id, str value) | coat.ui | static |
| setOption(str id, bool value) | coat.ui | static |
| setOption(str id, float value) | coat.ui | static |
| setSliderValue(str id, float value) | coat.ui | static |
| showInfoMessage(str infoID, int milliseconds) | coat.ui | static |
| switchToLanguage(str language) | coat.ui | static |
| toRoom(str name, bool Force=False) | coat.ui | static |
| wait(str id, float max_seconds) | coat.ui | static |