You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
GDScript: Refactor "GD" class prefix to "GDScript"
This commit is contained in:
@@ -6,9 +6,9 @@ def configure(env):
|
||||
|
||||
def get_doc_classes():
|
||||
return [
|
||||
"GDFunctionState",
|
||||
"GDNativeClass",
|
||||
"GDScript",
|
||||
"GDScriptFunctionState",
|
||||
"GDScriptNativeClass",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
||||
Reference in New Issue
Block a user