Skip to content

Commit

Permalink
gdextension: Sync with upstream commit 92bee43adba8d2401ef40e2480e530…
Browse files Browse the repository at this point in the history
…87bcb1eaf1 (4.0-stable)
  • Loading branch information
akien-mga committed Mar 1, 2023
1 parent e31e15b commit 9d1c396
Showing 1 changed file with 2 additions and 107 deletions.
109 changes: 2 additions & 107 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": 0,
"version_patch": 0,
"version_status": "rc6",
"version_status": "stable",
"version_build": "official",
"version_full_name": "Godot Engine v4.0.rc6.official"
"version_full_name": "Godot Engine v4.0.stable.official"
},
"builtin_class_sizes": [
{
Expand Down Expand Up @@ -97833,31 +97833,6 @@
}
]
},
{
"name": "get_skeleton_to_node",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 2382534195,
"return_value": {
"type": "Dictionary"
}
},
{
"name": "set_skeleton_to_node",
"is_const": false,
"is_vararg": false,
"is_static": false,
"is_virtual": false,
"hash": 4155329257,
"arguments": [
{
"name": "skeleton_to_node",
"type": "Dictionary"
}
]
},
{
"name": "get_create_animations",
"is_const": false,
Expand Down Expand Up @@ -98128,12 +98103,6 @@
"setter": "set_skeletons",
"getter": "get_skeletons"
},
{
"type": "Dictionary",
"name": "skeleton_to_node",
"setter": "set_skeleton_to_node",
"getter": "get_skeleton_to_node"
},
{
"type": "bool",
"name": "create_animations",
Expand Down Expand Up @@ -202102,22 +202071,6 @@
"type": "String"
}
},
{
"name": "_execute_file",
"is_const": false,
"is_static": false,
"is_vararg": false,
"is_virtual": true,
"return_value": {
"type": "enum::Error"
},
"arguments": [
{
"name": "path",
"type": "String"
}
]
},
{
"name": "_finish",
"is_const": false,
Expand Down Expand Up @@ -202855,64 +202808,6 @@
}
]
},
{
"name": "_alloc_instance_binding_data",
"is_const": false,
"is_static": false,
"is_vararg": false,
"is_virtual": true,
"return_value": {
"type": "void*"
},
"arguments": [
{
"name": "object",
"type": "Object"
}
]
},
{
"name": "_free_instance_binding_data",
"is_const": false,
"is_static": false,
"is_vararg": false,
"is_virtual": true,
"arguments": [
{
"name": "data",
"type": "void*"
}
]
},
{
"name": "_refcount_incremented_instance_binding",
"is_const": false,
"is_static": false,
"is_vararg": false,
"is_virtual": true,
"arguments": [
{
"name": "object",
"type": "Object"
}
]
},
{
"name": "_refcount_decremented_instance_binding",
"is_const": false,
"is_static": false,
"is_vararg": false,
"is_virtual": true,
"return_value": {
"type": "bool"
},
"arguments": [
{
"name": "object",
"type": "Object"
}
]
},
{
"name": "_frame",
"is_const": false,
Expand Down

0 comments on commit 9d1c396

Please sign in to comment.