An AI LLM, such as ChatGPT has access to #Godot source code, so they can derive answers by directly inspecting the engine repository on GitHub!
An AI LLM, such as ChatGPT has access to #Godot source code, so they can derive answers by directly inspecting the engine repository on GitHub!
#Godot scripts are generally disconnected from the editor, unless they are decorated with [Tool]. A [Tool] script cannot see other scripts unless they are also [Tool] scripts.