Merge pull request #104376 from ProgrammerOnCoffee/update-workspace-list

Add `Game` workspace to documentation and autocomplete
This commit is contained in:
Thaddeus Crews
2025-03-19 17:46:02 -05:00
4 changed files with 7 additions and 7 deletions

View File

@@ -444,7 +444,7 @@
<return type="void" />
<param index="0" name="name" type="String" />
<description>
Sets the editor's current main screen to the one specified in [param name]. [param name] must match the title of the tab in question exactly (e.g. [code]2D[/code], [code]3D[/code], [code skip-lint]Script[/code], or [code]AssetLib[/code] for default tabs).
Sets the editor's current main screen to the one specified in [param name]. [param name] must match the title of the tab in question exactly (e.g. [code]2D[/code], [code]3D[/code], [code skip-lint]Script[/code], [code]Game[/code], or [code]AssetLib[/code] for default tabs).
</description>
</method>
<method name="set_plugin_enabled">