Skip to content

Commit f398ebb

Browse files
committed
gdextension: Sync with upstream commit 06acfccf89ad6b900ae694a4d58ceade1967a85f (4.4-beta3)
1 parent 560f786 commit f398ebb

File tree

1 file changed

+146
-4
lines changed

1 file changed

+146
-4
lines changed

gdextension/extension_api.json

Lines changed: 146 additions & 4 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": "beta2",
6+
"version_status": "beta3",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.4.beta2.official"
8+
"version_full_name": "Godot Engine v4.4.beta3.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -96897,6 +96897,31 @@
9689796897
"return_value": {
9689896898
"type": "bool"
9689996899
}
96900+
},
96901+
{
96902+
"name": "set_editing_integer",
96903+
"is_const": false,
96904+
"is_vararg": false,
96905+
"is_static": false,
96906+
"is_virtual": false,
96907+
"hash": 2586408642,
96908+
"arguments": [
96909+
{
96910+
"name": "editing_integer",
96911+
"type": "bool"
96912+
}
96913+
]
96914+
},
96915+
{
96916+
"name": "is_editing_integer",
96917+
"is_const": true,
96918+
"is_vararg": false,
96919+
"is_static": false,
96920+
"is_virtual": false,
96921+
"hash": 36873697,
96922+
"return_value": {
96923+
"type": "bool"
96924+
}
9690096925
}
9690196926
],
9690296927
"signals": [
@@ -96946,6 +96971,12 @@
9694696971
"name": "hide_slider",
9694796972
"setter": "set_hide_slider",
9694896973
"getter": "is_hiding_slider"
96974+
},
96975+
{
96976+
"type": "bool",
96977+
"name": "editing_integer",
96978+
"setter": "set_editing_integer",
96979+
"getter": "is_editing_integer"
9694996980
}
9695096981
]
9695196982
},
@@ -117990,6 +118021,70 @@
117990118021
"type": "enum::GPUParticlesCollisionHeightField3D.UpdateMode"
117991118022
}
117992118023
},
118024+
{
118025+
"name": "set_heightfield_mask",
118026+
"is_const": false,
118027+
"is_vararg": false,
118028+
"is_static": false,
118029+
"is_virtual": false,
118030+
"hash": 1286410249,
118031+
"arguments": [
118032+
{
118033+
"name": "heightfield_mask",
118034+
"type": "int",
118035+
"meta": "uint32"
118036+
}
118037+
]
118038+
},
118039+
{
118040+
"name": "get_heightfield_mask",
118041+
"is_const": true,
118042+
"is_vararg": false,
118043+
"is_static": false,
118044+
"is_virtual": false,
118045+
"hash": 3905245786,
118046+
"return_value": {
118047+
"type": "int",
118048+
"meta": "uint32"
118049+
}
118050+
},
118051+
{
118052+
"name": "set_heightfield_mask_value",
118053+
"is_const": false,
118054+
"is_vararg": false,
118055+
"is_static": false,
118056+
"is_virtual": false,
118057+
"hash": 300928843,
118058+
"arguments": [
118059+
{
118060+
"name": "layer_number",
118061+
"type": "int",
118062+
"meta": "int32"
118063+
},
118064+
{
118065+
"name": "value",
118066+
"type": "bool"
118067+
}
118068+
]
118069+
},
118070+
{
118071+
"name": "get_heightfield_mask_value",
118072+
"is_const": true,
118073+
"is_vararg": false,
118074+
"is_static": false,
118075+
"is_virtual": false,
118076+
"hash": 1116898809,
118077+
"return_value": {
118078+
"type": "bool"
118079+
},
118080+
"arguments": [
118081+
{
118082+
"name": "layer_number",
118083+
"type": "int",
118084+
"meta": "int32"
118085+
}
118086+
]
118087+
},
117993118088
{
117994118089
"name": "set_follow_camera_enabled",
117995118090
"is_const": false,
@@ -118040,6 +118135,12 @@
118040118135
"name": "follow_camera_enabled",
118041118136
"setter": "set_follow_camera_enabled",
118042118137
"getter": "is_follow_camera_enabled"
118138+
},
118139+
{
118140+
"type": "int",
118141+
"name": "heightfield_mask",
118142+
"setter": "set_heightfield_mask",
118143+
"getter": "get_heightfield_mask"
118043118144
}
118044118145
]
118045118146
},
@@ -229350,6 +229451,25 @@
229350229451
}
229351229452
]
229352229453
},
229454+
{
229455+
"name": "particles_collision_set_height_field_mask",
229456+
"is_const": false,
229457+
"is_vararg": false,
229458+
"is_static": false,
229459+
"is_virtual": false,
229460+
"hash": 3411492887,
229461+
"arguments": [
229462+
{
229463+
"name": "particles_collision",
229464+
"type": "RID"
229465+
},
229466+
{
229467+
"name": "mask",
229468+
"type": "int",
229469+
"meta": "uint32"
229470+
}
229471+
]
229472+
},
229353229473
{
229354229474
"name": "fog_volume_create",
229355229475
"is_const": false,
@@ -267187,8 +267307,9 @@
267187267307
"is_vararg": false,
267188267308
"is_static": false,
267189267309
"is_virtual": false,
267190-
"hash": 239517838,
267310+
"hash": 3472935744,
267191267311
"hash_compatibility": [
267312+
239517838,
267192267313
850652858
267193267314
],
267194267315
"return_value": {
@@ -267200,7 +267321,12 @@
267200267321
"type": "Vector2i"
267201267322
},
267202267323
{
267203-
"name": "allow_out_of_bounds",
267324+
"name": "clamp_line",
267325+
"type": "bool",
267326+
"default_value": "true"
267327+
},
267328+
{
267329+
"name": "clamp_column",
267204267330
"type": "bool",
267205267331
"default_value": "true"
267206267332
}
@@ -302838,6 +302964,22 @@
302838302964
}
302839302965
]
302840302966
},
302967+
{
302968+
"name": "notify_mouse_entered",
302969+
"is_const": false,
302970+
"is_vararg": false,
302971+
"is_static": false,
302972+
"is_virtual": false,
302973+
"hash": 3218959716
302974+
},
302975+
{
302976+
"name": "notify_mouse_exited",
302977+
"is_const": false,
302978+
"is_vararg": false,
302979+
"is_static": false,
302980+
"is_virtual": false,
302981+
"hash": 3218959716
302982+
},
302841302983
{
302842302984
"name": "get_mouse_position",
302843302985
"is_const": true,

0 commit comments

Comments
 (0)