Skip to content

Commit

Permalink
gdextension: Sync with upstream commit e8d57afaeccf0d9f9726746f49936e…
Browse files Browse the repository at this point in the history
…b93aa0039b (4.2-beta3)
  • Loading branch information
akien-mga committed Oct 24, 2023
1 parent 1ab9469 commit f79bd79
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 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": 2,
"version_patch": 0,
"version_status": "beta2",
"version_status": "beta3",
"version_build": "official",
"version_full_name": "Godot Engine v4.2.beta2.official"
"version_full_name": "Godot Engine v4.2.beta3.official"
},
"builtin_class_sizes": [
{
Expand Down Expand Up @@ -135376,6 +135376,31 @@
"type": "bool"
}
},
{
"name": "set_keep_y_velocity",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2586408642,
"arguments": [
{
"name": "enabled",
"type": "bool"
}
]
},
{
"name": "get_keep_y_velocity",
"is_const": true,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 36873697,
"return_value": {
"type": "bool"
}
},
{
"name": "set_neighbor_distance",
"is_const": false,
Expand Down Expand Up @@ -136278,6 +136303,12 @@
"setter": "set_use_3d_avoidance",
"getter": "get_use_3d_avoidance"
},
{
"type": "bool",
"name": "keep_y_velocity",
"setter": "set_keep_y_velocity",
"getter": "get_keep_y_velocity"
},
{
"type": "int",
"name": "avoidance_layers",
Expand Down

0 comments on commit f79bd79

Please sign in to comment.