mirror of
https://github.com/godotengine/godot-headers.git
synced 2025-12-31 01:49:36 +03:00
Update files to Godot 3.4.5-stable (3.4 branch)
This commit is contained in:
4
api.json
4
api.json
@@ -6,7 +6,7 @@
|
||||
"singleton": true,
|
||||
"singleton_name": "GlobalConstants",
|
||||
"instanciable": false,
|
||||
"is_reference": false,
|
||||
"is_reference": true,
|
||||
"constants": {
|
||||
"BUTTON_LEFT": 1,
|
||||
"BUTTON_MASK_LEFT": 1,
|
||||
@@ -60576,7 +60576,7 @@
|
||||
},
|
||||
{
|
||||
"name": "handle_menu_selected",
|
||||
"return_type": "void",
|
||||
"return_type": "bool",
|
||||
"is_editor": false,
|
||||
"is_noscript": false,
|
||||
"is_const": false,
|
||||
|
||||
@@ -145,7 +145,7 @@ typedef struct {
|
||||
} godot_method_attributes;
|
||||
|
||||
typedef struct {
|
||||
// instance pointer, method data, user data, num args, args - return result as varaint
|
||||
// instance pointer, method data, user data, num args, args - return result as variant
|
||||
GDCALLINGCONV godot_variant (*method)(godot_object *, void *, void *, int, godot_variant **);
|
||||
void *method_data;
|
||||
GDCALLINGCONV void (*free_func)(void *);
|
||||
|
||||
Reference in New Issue
Block a user