Skip to content

Commit 48b92ac

Browse files
committed
gdextension: Sync with upstream commit 399c9dc393f6f84c0b4e4d4117906c70c048ecf2 (4.1.2-stable)
1 parent 4eed2d7 commit 48b92ac

File tree

1 file changed

+153
-2
lines changed

1 file changed

+153
-2
lines changed

gdextension/extension_api.json

Lines changed: 153 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"header": {
33
"version_major": 4,
44
"version_minor": 1,
5-
"version_patch": 1,
5+
"version_patch": 2,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.1.1.stable.official"
8+
"version_full_name": "Godot Engine v4.1.2.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -113089,6 +113089,29 @@
113089113089
}
113090113090
]
113091113091
},
113092+
{
113093+
"name": "should_ignore_device",
113094+
"is_const": true,
113095+
"is_vararg": false,
113096+
"is_static": false,
113097+
"is_virtual": false,
113098+
"hash": 2522259332,
113099+
"return_value": {
113100+
"type": "bool"
113101+
},
113102+
"arguments": [
113103+
{
113104+
"name": "vendor_id",
113105+
"type": "int",
113106+
"meta": "int32"
113107+
},
113108+
{
113109+
"name": "product_id",
113110+
"type": "int",
113111+
"meta": "int32"
113112+
}
113113+
]
113114+
},
113092113115
{
113093113116
"name": "get_connected_joypads",
113094113117
"is_const": false,
@@ -122009,6 +122032,10 @@
122009122032
{
122010122033
"name": "BAKE_ERROR_USER_ABORTED",
122011122034
"value": 8
122035+
},
122036+
{
122037+
"name": "BAKE_ERROR_TEXTURE_SIZE_TOO_SMALL",
122038+
"value": 9
122012122039
}
122013122040
]
122014122041
},
@@ -149258,6 +149285,93 @@
149258149285
}
149259149286
]
149260149287
},
149288+
{
149289+
"name": "OpenXRInteractionProfileMetadata",
149290+
"is_refcounted": false,
149291+
"is_instantiable": true,
149292+
"inherits": "Object",
149293+
"api_type": "core",
149294+
"methods": [
149295+
{
149296+
"name": "register_top_level_path",
149297+
"is_const": false,
149298+
"is_vararg": false,
149299+
"is_static": false,
149300+
"is_virtual": false,
149301+
"hash": 254767734,
149302+
"arguments": [
149303+
{
149304+
"name": "display_name",
149305+
"type": "String"
149306+
},
149307+
{
149308+
"name": "openxr_path",
149309+
"type": "String"
149310+
},
149311+
{
149312+
"name": "openxr_extension_name",
149313+
"type": "String"
149314+
}
149315+
]
149316+
},
149317+
{
149318+
"name": "register_interaction_profile",
149319+
"is_const": false,
149320+
"is_vararg": false,
149321+
"is_static": false,
149322+
"is_virtual": false,
149323+
"hash": 254767734,
149324+
"arguments": [
149325+
{
149326+
"name": "display_name",
149327+
"type": "String"
149328+
},
149329+
{
149330+
"name": "openxr_path",
149331+
"type": "String"
149332+
},
149333+
{
149334+
"name": "openxr_extension_name",
149335+
"type": "String"
149336+
}
149337+
]
149338+
},
149339+
{
149340+
"name": "register_io_path",
149341+
"is_const": false,
149342+
"is_vararg": false,
149343+
"is_static": false,
149344+
"is_virtual": false,
149345+
"hash": 3443511926,
149346+
"arguments": [
149347+
{
149348+
"name": "interaction_profile",
149349+
"type": "String"
149350+
},
149351+
{
149352+
"name": "display_name",
149353+
"type": "String"
149354+
},
149355+
{
149356+
"name": "toplevel_path",
149357+
"type": "String"
149358+
},
149359+
{
149360+
"name": "openxr_path",
149361+
"type": "String"
149362+
},
149363+
{
149364+
"name": "openxr_extension_name",
149365+
"type": "String"
149366+
},
149367+
{
149368+
"name": "action_type",
149369+
"type": "enum::OpenXRAction.ActionType"
149370+
}
149371+
]
149372+
}
149373+
]
149374+
},
149261149375
{
149262149376
"name": "OpenXRInterface",
149263149377
"is_refcounted": true,
@@ -251426,6 +251540,43 @@
251426251540
}
251427251541
]
251428251542
},
251543+
{
251544+
"name": "set_text_overrun_behavior",
251545+
"is_const": false,
251546+
"is_vararg": false,
251547+
"is_static": false,
251548+
"is_virtual": false,
251549+
"hash": 1940772195,
251550+
"arguments": [
251551+
{
251552+
"name": "column",
251553+
"type": "int",
251554+
"meta": "int32"
251555+
},
251556+
{
251557+
"name": "overrun_behavior",
251558+
"type": "enum::TextServer.OverrunBehavior"
251559+
}
251560+
]
251561+
},
251562+
{
251563+
"name": "get_text_overrun_behavior",
251564+
"is_const": true,
251565+
"is_vararg": false,
251566+
"is_static": false,
251567+
"is_virtual": false,
251568+
"hash": 3782727860,
251569+
"return_value": {
251570+
"type": "enum::TextServer.OverrunBehavior"
251571+
},
251572+
"arguments": [
251573+
{
251574+
"name": "column",
251575+
"type": "int",
251576+
"meta": "int32"
251577+
}
251578+
]
251579+
},
251429251580
{
251430251581
"name": "set_structured_text_bidi_override",
251431251582
"is_const": false,

0 commit comments

Comments
 (0)