mirror of
https://github.com/godotengine/godot-headers.git
synced 2025-12-31 01:49:36 +03:00
Update file(s) to Godot 4.0.3
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
"header": {
|
||||
"version_major": 4,
|
||||
"version_minor": 0,
|
||||
"version_patch": 2,
|
||||
"version_patch": 3,
|
||||
"version_status": "stable",
|
||||
"version_build": "official",
|
||||
"version_full_name": "Godot Engine v4.0.2.stable.official"
|
||||
"version_full_name": "Godot Engine v4.0.3.stable.official"
|
||||
},
|
||||
"builtin_class_sizes": [
|
||||
{
|
||||
@@ -12366,7 +12366,7 @@
|
||||
"hash": 88913544,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "with",
|
||||
"name": "to",
|
||||
"type": "Vector4"
|
||||
}
|
||||
]
|
||||
@@ -94078,6 +94078,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "FramebufferCacheRD",
|
||||
"is_refcounted": false,
|
||||
"is_instantiable": false,
|
||||
"inherits": "Object",
|
||||
"api_type": "core"
|
||||
},
|
||||
{
|
||||
"name": "GDExtension",
|
||||
"is_refcounted": true,
|
||||
@@ -108631,6 +108638,14 @@
|
||||
{
|
||||
"name": "COMPRESS_BPTC",
|
||||
"value": 3
|
||||
},
|
||||
{
|
||||
"name": "COMPRESS_ASTC",
|
||||
"value": 4
|
||||
},
|
||||
{
|
||||
"name": "COMPRESS_MAX",
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -127877,6 +127892,27 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "_get_packet_channel",
|
||||
"is_const": true,
|
||||
"is_static": false,
|
||||
"is_vararg": false,
|
||||
"is_virtual": true,
|
||||
"return_value": {
|
||||
"type": "int",
|
||||
"meta": "int32"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "_get_packet_mode",
|
||||
"is_const": true,
|
||||
"is_static": false,
|
||||
"is_vararg": false,
|
||||
"is_virtual": true,
|
||||
"return_value": {
|
||||
"type": "enum::MultiplayerPeer.TransferMode"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "_set_transfer_channel",
|
||||
"is_const": false,
|
||||
@@ -128026,6 +128062,16 @@
|
||||
"type": "bool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "_is_server_relay_supported",
|
||||
"is_const": true,
|
||||
"is_static": false,
|
||||
"is_vararg": false,
|
||||
"is_virtual": true,
|
||||
"return_value": {
|
||||
"type": "bool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "_get_connection_status",
|
||||
"is_const": true,
|
||||
@@ -128876,6 +128922,56 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_pathfinding_algorithm",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 2783519915,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "pathfinding_algorithm",
|
||||
"type": "enum::NavigationPathQueryParameters2D.PathfindingAlgorithm"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_pathfinding_algorithm",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 3000421146,
|
||||
"return_value": {
|
||||
"type": "enum::NavigationPathQueryParameters2D.PathfindingAlgorithm"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_path_postprocessing",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 2864409082,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "path_postprocessing",
|
||||
"type": "enum::NavigationPathQueryParameters2D.PathPostProcessing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_path_postprocessing",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 3798118993,
|
||||
"return_value": {
|
||||
"type": "enum::NavigationPathQueryParameters2D.PathPostProcessing"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_path_metadata_flags",
|
||||
"is_const": false,
|
||||
@@ -129265,6 +129361,18 @@
|
||||
"setter": "set_navigation_layers",
|
||||
"getter": "get_navigation_layers"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "pathfinding_algorithm",
|
||||
"setter": "set_pathfinding_algorithm",
|
||||
"getter": "get_pathfinding_algorithm"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "path_postprocessing",
|
||||
"setter": "set_path_postprocessing",
|
||||
"getter": "get_path_postprocessing"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "path_metadata_flags",
|
||||
@@ -129714,6 +129822,56 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "set_pathfinding_algorithm",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 394560454,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "pathfinding_algorithm",
|
||||
"type": "enum::NavigationPathQueryParameters3D.PathfindingAlgorithm"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_pathfinding_algorithm",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 3398491350,
|
||||
"return_value": {
|
||||
"type": "enum::NavigationPathQueryParameters3D.PathfindingAlgorithm"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_path_postprocessing",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 2267362344,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "path_postprocessing",
|
||||
"type": "enum::NavigationPathQueryParameters3D.PathPostProcessing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_path_postprocessing",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 3883858360,
|
||||
"return_value": {
|
||||
"type": "enum::NavigationPathQueryParameters3D.PathPostProcessing"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_path_metadata_flags",
|
||||
"is_const": false,
|
||||
@@ -130082,6 +130240,18 @@
|
||||
"setter": "set_navigation_layers",
|
||||
"getter": "get_navigation_layers"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "pathfinding_algorithm",
|
||||
"setter": "set_pathfinding_algorithm",
|
||||
"getter": "get_pathfinding_algorithm"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "path_postprocessing",
|
||||
"setter": "set_path_postprocessing",
|
||||
"getter": "get_path_postprocessing"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "path_metadata_flags",
|
||||
@@ -137945,6 +138115,17 @@
|
||||
"is_virtual": false,
|
||||
"hash": 3218959716
|
||||
},
|
||||
{
|
||||
"name": "is_node_ready",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 36873697,
|
||||
"return_value": {
|
||||
"type": "bool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_multiplayer_authority",
|
||||
"is_const": false,
|
||||
@@ -180944,6 +181125,27 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sampler_is_format_supported_for_filter",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 2247922238,
|
||||
"return_value": {
|
||||
"type": "bool"
|
||||
},
|
||||
"arguments": [
|
||||
{
|
||||
"name": "format",
|
||||
"type": "enum::RenderingDevice.DataFormat"
|
||||
},
|
||||
{
|
||||
"name": "sampler_filter",
|
||||
"type": "enum::RenderingDevice.SamplerFilter"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vertex_buffer_create",
|
||||
"is_const": false,
|
||||
@@ -189068,6 +189270,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "viewport_get_render_target",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 3814569979,
|
||||
"return_value": {
|
||||
"type": "RID"
|
||||
},
|
||||
"arguments": [
|
||||
{
|
||||
"name": "viewport",
|
||||
"type": "RID"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "viewport_get_texture",
|
||||
"is_const": true,
|
||||
@@ -225044,6 +225263,10 @@
|
||||
{
|
||||
"name": "GRAPHEME_IS_SAFE_TO_INSERT_TATWEEL",
|
||||
"value": 2048
|
||||
},
|
||||
{
|
||||
"name": "GRAPHEME_IS_EMBEDDED_OBJECT",
|
||||
"value": 4096
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -248183,6 +248406,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UniformSetCacheRD",
|
||||
"is_refcounted": false,
|
||||
"is_instantiable": false,
|
||||
"inherits": "Object",
|
||||
"api_type": "core"
|
||||
},
|
||||
{
|
||||
"name": "VBoxContainer",
|
||||
"is_refcounted": false,
|
||||
|
||||
Reference in New Issue
Block a user