You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume these classes should have documentation pages even if they don't have methods - similar to TextServerDummy. Weirdly enough, GDScriptNative is also not in autocomplete.
GDScriptNativeClass is not exposed, but you can obtain it in GDScript. And this is a problem, as there is confusion between static methods of a class and non-static methods of a class object.
Godot version
4.0.2
System information
Ubuntu 22.04.1 LTS
Issue description
I found two classes are exposed to scripting. They are highlighted as such:
But they are undocumented - nothing in F1, and Ctrl+LMB leads here:
I also noticed that GodotSharp is listed in GlobalScope's documentation, yet leads to a similar empty documentation page, but it might not be related.
I know that the GDScriptNative class can show up like this:
I know nothing about the other class, though.
Steps to reproduce
Here are all such classes I discovered:
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: