1
0
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:
Rémi Verschelde
2017-11-16 18:38:18 +01:00
parent 2070b80fc0
commit 4cfc29611e
19 changed files with 1330 additions and 1327 deletions

View File

@@ -6,9 +6,9 @@ def configure(env):
def get_doc_classes():
return [
"GDFunctionState",
"GDNativeClass",
"GDScript",
"GDScriptFunctionState",
"GDScriptNativeClass",
]
def get_doc_path():