1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Unregister GDScriptFunctionState class

This is not user accessible anymore so it does not need to be show in
documentation.
This commit is contained in:
George Marques
2020-11-26 21:34:38 -03:00
parent ed2f84735b
commit fbb806fd68
3 changed files with 0 additions and 47 deletions

View File

@@ -10,7 +10,6 @@ def get_doc_classes():
return [
"@GDScript",
"GDScript",
"GDScriptFunctionState",
]