| 6761 | |
| 6762 | |
| 6763 | void ScriptingApi::Content::beginInitialization() |
| 6764 | { |
| 6765 | allowGuiCreation = true; |
| 6766 | |
| 6767 | updateWatcher = nullptr; |
| 6768 | guides.clear(); |
| 6769 | registeredKeyPresses.clear(); |
| 6770 | } |
| 6771 | |
| 6772 | |
| 6773 | void ScriptingApi::Content::setHeight(int newHeight) noexcept |