From b572af12873f517be1932c04510d810e316c68ce Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 10 Sep 2023 08:30:35 +0200 Subject: [PATCH] Small fixes to ScriptServer's docs. --- doc/classes/ScriptServer.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/classes/ScriptServer.xml b/doc/classes/ScriptServer.xml index 21f0917fb..844bd0e48 100644 --- a/doc/classes/ScriptServer.xml +++ b/doc/classes/ScriptServer.xml @@ -8,7 +8,7 @@ [b]Note:[/b] This class shouldn't be instantiated directly. Instead, access the singleton through a global variable. - https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_basics.html#classes + https://github.com/Relintai/pandemonium_engine_docs/blob/master/tutorials/scripting/gdscript/gdscript_basics.md @@ -47,21 +47,21 @@ - + Returns the loaded [Script] named [code]class[/code]. - + Returns a new instance of the scripted type defined by the script named [code]class[/code]. - + Returns [code]true[/code] if the name [code]class[/code] is a global script class.