gdextension: Sync with upstream commit fe0e8e55752b0c2e64997025717b491703e0f8ad (4.1.4-stable)
parent
e4978558e6
commit
4b0ee13327
|
@ -2,10 +2,10 @@
|
|||
"header": {
|
||||
"version_major": 4,
|
||||
"version_minor": 1,
|
||||
"version_patch": 3,
|
||||
"version_patch": 4,
|
||||
"version_status": "stable",
|
||||
"version_build": "official",
|
||||
"version_full_name": "Godot Engine v4.1.3.stable.official"
|
||||
"version_full_name": "Godot Engine v4.1.4.stable.official"
|
||||
},
|
||||
"builtin_class_sizes": [
|
||||
{
|
||||
|
@ -95246,13 +95246,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FramebufferCacheRD",
|
||||
"is_refcounted": false,
|
||||
"is_instantiable": false,
|
||||
"inherits": "Object",
|
||||
"api_type": "core"
|
||||
},
|
||||
{
|
||||
"name": "GDExtension",
|
||||
"is_refcounted": true,
|
||||
|
@ -198993,6 +198986,23 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "debug_canvas_item_get_rect",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 624227424,
|
||||
"return_value": {
|
||||
"type": "Rect2"
|
||||
},
|
||||
"arguments": [
|
||||
{
|
||||
"name": "item",
|
||||
"type": "RID"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "canvas_light_create",
|
||||
"is_const": false,
|
||||
|
@ -255227,13 +255237,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UniformSetCacheRD",
|
||||
"is_refcounted": false,
|
||||
"is_instantiable": false,
|
||||
"inherits": "Object",
|
||||
"api_type": "core"
|
||||
},
|
||||
{
|
||||
"name": "VBoxContainer",
|
||||
"is_refcounted": false,
|
||||
|
|
Loading…
Reference in New Issue