Skip to content

Commit

Permalink
gdextension: Sync with upstream commit a013481b0911e59cc3f3dea7ebb732…
Browse files Browse the repository at this point in the history
…450c3e1460 (4.4-beta2)
  • Loading branch information
dsnopek committed Feb 2, 2025
1 parent 3c55ca7 commit f06af65
Showing 1 changed file with 103 additions and 2 deletions.
105 changes: 103 additions & 2 deletions gdextension/extension_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version_major": 4,
"version_minor": 4,
"version_patch": 0,
"version_status": "beta1",
"version_status": "beta2",
"version_build": "official",
"version_full_name": "Godot Engine v4.4.beta1.official"
"version_full_name": "Godot Engine v4.4.beta2.official"
},
"builtin_class_sizes": [
{
Expand Down Expand Up @@ -57485,6 +57485,31 @@
"type": "enum::CSGPolygon3D.PathRotation"
}
},
{
"name": "set_path_rotation_accurate",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2586408642,
"arguments": [
{
"name": "enable",
"type": "bool"
}
]
},
{
"name": "get_path_rotation_accurate",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 36873697,
"return_value": {
"type": "bool"
}
},
{
"name": "set_path_local",
"is_const": false,
Expand Down Expand Up @@ -57699,6 +57724,12 @@
"setter": "set_path_rotation",
"getter": "get_path_rotation"
},
{
"type": "bool",
"name": "path_rotation_accurate",
"setter": "set_path_rotation_accurate",
"getter": "get_path_rotation_accurate"
},
{
"type": "bool",
"name": "path_local",
Expand Down Expand Up @@ -71599,6 +71630,56 @@
"type": "bool"
}
},
{
"name": "set_debug_color",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2920490490,
"arguments": [
{
"name": "color",
"type": "Color"
}
]
},
{
"name": "get_debug_color",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 3444240500,
"return_value": {
"type": "Color"
}
},
{
"name": "set_enable_debug_fill",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2586408642,
"arguments": [
{
"name": "enable",
"type": "bool"
}
]
},
{
"name": "get_enable_debug_fill",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 36873697,
"return_value": {
"type": "bool"
}
},
{
"name": "set_margin",
"is_const": false,
Expand Down Expand Up @@ -71651,6 +71732,18 @@
"name": "margin",
"setter": "set_margin",
"getter": "get_margin"
},
{
"type": "Color",
"name": "debug_color",
"setter": "set_debug_color",
"getter": "get_debug_color"
},
{
"type": "bool",
"name": "debug_fill",
"setter": "set_enable_debug_fill",
"getter": "get_enable_debug_fill"
}
]
},
Expand Down Expand Up @@ -80987,6 +81080,10 @@
{
"name": "MOUSE_MODE_CONFINED_HIDDEN",
"value": 4
},
{
"name": "MOUSE_MODE_MAX",
"value": 5
}
]
},
Expand Down Expand Up @@ -129399,6 +129496,10 @@
{
"name": "MOUSE_MODE_CONFINED_HIDDEN",
"value": 4
},
{
"name": "MOUSE_MODE_MAX",
"value": 5
}
]
},
Expand Down

0 comments on commit f06af65

Please sign in to comment.