Closed
Description
Tested versions
4.4.1
System information
MACOSX
Issue description
https://github.com/godotengine/godot-cpp/blob/master/gdextension/extension_api.json
or the the one generated with
godot --dump-extension-api-with-docs
doesn't mention "PI", "TAU", etc global constants from https://docs.godotengine.org/en/stable/classes/class_@gdscript.html
assert method is also not described.
I am working on a Rider integration for Godot GDScript and I have got a suggestion to use extension_api.json
as a source of truth about the built-in types.
godotengine/godot-proposals#12641