Update workspace list in various files

This commit is contained in:
ProgrammerOnCoffee
2025-03-10 13:29:29 -04:00
parent 30bb49ec1f
commit abe1b4b799
4 changed files with 7 additions and 7 deletions

View File

@@ -438,7 +438,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">