Skip to content

Commit f06af65

Browse files
committed
gdextension: Sync with upstream commit a013481b0911e59cc3f3dea7ebb732450c3e1460 (4.4-beta2)
1 parent 3c55ca7 commit f06af65

File tree

1 file changed

+103
-2
lines changed

1 file changed

+103
-2
lines changed

gdextension/extension_api.json

Lines changed: 103 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 4,
55
"version_patch": 0,
6-
"version_status": "beta1",
6+
"version_status": "beta2",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.4.beta1.official"
8+
"version_full_name": "Godot Engine v4.4.beta2.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -57485,6 +57485,31 @@
5748557485
"type": "enum::CSGPolygon3D.PathRotation"
5748657486
}
5748757487
},
57488+
{
57489+
"name": "set_path_rotation_accurate",
57490+
"is_const": false,
57491+
"is_vararg": false,
57492+
"is_static": false,
57493+
"is_virtual": false,
57494+
"hash": 2586408642,
57495+
"arguments": [
57496+
{
57497+
"name": "enable",
57498+
"type": "bool"
57499+
}
57500+
]
57501+
},
57502+
{
57503+
"name": "get_path_rotation_accurate",
57504+
"is_const": true,
57505+
"is_vararg": false,
57506+
"is_static": false,
57507+
"is_virtual": false,
57508+
"hash": 36873697,
57509+
"return_value": {
57510+
"type": "bool"
57511+
}
57512+
},
5748857513
{
5748957514
"name": "set_path_local",
5749057515
"is_const": false,
@@ -57699,6 +57724,12 @@
5769957724
"setter": "set_path_rotation",
5770057725
"getter": "get_path_rotation"
5770157726
},
57727+
{
57728+
"type": "bool",
57729+
"name": "path_rotation_accurate",
57730+
"setter": "set_path_rotation_accurate",
57731+
"getter": "get_path_rotation_accurate"
57732+
},
5770257733
{
5770357734
"type": "bool",
5770457735
"name": "path_local",
@@ -71599,6 +71630,56 @@
7159971630
"type": "bool"
7160071631
}
7160171632
},
71633+
{
71634+
"name": "set_debug_color",
71635+
"is_const": false,
71636+
"is_vararg": false,
71637+
"is_static": false,
71638+
"is_virtual": false,
71639+
"hash": 2920490490,
71640+
"arguments": [
71641+
{
71642+
"name": "color",
71643+
"type": "Color"
71644+
}
71645+
]
71646+
},
71647+
{
71648+
"name": "get_debug_color",
71649+
"is_const": true,
71650+
"is_vararg": false,
71651+
"is_static": false,
71652+
"is_virtual": false,
71653+
"hash": 3444240500,
71654+
"return_value": {
71655+
"type": "Color"
71656+
}
71657+
},
71658+
{
71659+
"name": "set_enable_debug_fill",
71660+
"is_const": false,
71661+
"is_vararg": false,
71662+
"is_static": false,
71663+
"is_virtual": false,
71664+
"hash": 2586408642,
71665+
"arguments": [
71666+
{
71667+
"name": "enable",
71668+
"type": "bool"
71669+
}
71670+
]
71671+
},
71672+
{
71673+
"name": "get_enable_debug_fill",
71674+
"is_const": true,
71675+
"is_vararg": false,
71676+
"is_static": false,
71677+
"is_virtual": false,
71678+
"hash": 36873697,
71679+
"return_value": {
71680+
"type": "bool"
71681+
}
71682+
},
7160271683
{
7160371684
"name": "set_margin",
7160471685
"is_const": false,
@@ -71651,6 +71732,18 @@
7165171732
"name": "margin",
7165271733
"setter": "set_margin",
7165371734
"getter": "get_margin"
71735+
},
71736+
{
71737+
"type": "Color",
71738+
"name": "debug_color",
71739+
"setter": "set_debug_color",
71740+
"getter": "get_debug_color"
71741+
},
71742+
{
71743+
"type": "bool",
71744+
"name": "debug_fill",
71745+
"setter": "set_enable_debug_fill",
71746+
"getter": "get_enable_debug_fill"
7165471747
}
7165571748
]
7165671749
},
@@ -80987,6 +81080,10 @@
8098781080
{
8098881081
"name": "MOUSE_MODE_CONFINED_HIDDEN",
8098981082
"value": 4
81083+
},
81084+
{
81085+
"name": "MOUSE_MODE_MAX",
81086+
"value": 5
8099081087
}
8099181088
]
8099281089
},
@@ -129399,6 +129496,10 @@
129399129496
{
129400129497
"name": "MOUSE_MODE_CONFINED_HIDDEN",
129401129498
"value": 4
129499+
},
129500+
{
129501+
"name": "MOUSE_MODE_MAX",
129502+
"value": 5
129402129503
}
129403129504
]
129404129505
},

0 commit comments

Comments
 (0)