We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18cbde9 + cecb68c commit 182d09cCopy full SHA for 182d09c
gdextension/extension_api.json
@@ -4,9 +4,9 @@
4
"version_minor": 3,
5
"version_patch": 1,
6
"version_status": "alpha",
7
- "version_status_version": 1,
+ "version_status_version": 2,
8
"version_build": "official",
9
- "version_full_name": "Redot Engine v4.3.1.alpha.1.official"
+ "version_full_name": "Redot Engine v4.3.1.alpha.2.official"
10
},
11
"builtin_class_sizes": [
12
{
@@ -103397,6 +103397,13 @@
103397
}
103398
]
103399
103400
+ {
103401
+ "name": "GDScriptSyntaxHighlighter",
103402
+ "is_refcounted": true,
103403
+ "is_instantiable": true,
103404
+ "inherits": "EditorSyntaxHighlighter",
103405
+ "api_type": "editor"
103406
+ },
103407
103408
"name": "GLTFAccessor",
103409
"is_refcounted": true,
0 commit comments