name
stringlengths 2
43
| inherits
stringclasses 130
values | brief_description
stringclasses 1
value | description
stringclasses 1
value | methods
listlengths 0
467
| members
listlengths 0
758
|
---|---|---|---|---|---|
DisplayServer
|
Object
|
[
{
"description": "",
"name": "clipboard_get",
"params": [],
"return_type": "String"
},
{
"description": "",
"name": "clipboard_get_image",
"params": [],
"return_type": "Image"
},
{
"description": "",
"name": "clipboard_get_primary",
"params": [],
"return_type": "String"
},
{
"description": "",
"name": "clipboard_has",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "clipboard_has_image",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "clipboard_set",
"params": [
{
"default": null,
"name": "clipboard",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "clipboard_set_primary",
"params": [
{
"default": null,
"name": "clipboard_primary",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "cursor_get_shape",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "cursor_set_custom_image",
"params": [
{
"default": null,
"name": "cursor",
"type": "Resource"
},
{
"default": "0",
"name": "shape",
"type": "int"
},
{
"default": "Vector2(0, 0)",
"name": "hotspot",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "cursor_set_shape",
"params": [
{
"default": null,
"name": "shape",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "dialog_input_text",
"params": [
{
"default": null,
"name": "title",
"type": "String"
},
{
"default": null,
"name": "description",
"type": "String"
},
{
"default": null,
"name": "existing_text",
"type": "String"
},
{
"default": null,
"name": "callback",
"type": "Callable"
}
],
"return_type": "int"
},
{
"description": "",
"name": "dialog_show",
"params": [
{
"default": null,
"name": "title",
"type": "String"
},
{
"default": null,
"name": "description",
"type": "String"
},
{
"default": null,
"name": "buttons",
"type": "PackedStringArray"
},
{
"default": null,
"name": "callback",
"type": "Callable"
}
],
"return_type": "int"
},
{
"description": "",
"name": "enable_for_stealing_focus",
"params": [
{
"default": null,
"name": "process_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "file_dialog_show",
"params": [
{
"default": null,
"name": "title",
"type": "String"
},
{
"default": null,
"name": "current_directory",
"type": "String"
},
{
"default": null,
"name": "filename",
"type": "String"
},
{
"default": null,
"name": "show_hidden",
"type": "bool"
},
{
"default": null,
"name": "mode",
"type": "int"
},
{
"default": null,
"name": "filters",
"type": "PackedStringArray"
},
{
"default": null,
"name": "callback",
"type": "Callable"
}
],
"return_type": "int"
},
{
"description": "",
"name": "force_process_and_drop_events",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "get_accent_color",
"params": [],
"return_type": "Color"
},
{
"description": "",
"name": "get_display_cutouts",
"params": [],
"return_type": "Rect2[]"
},
{
"description": "",
"name": "get_display_safe_area",
"params": [],
"return_type": "Rect2i"
},
{
"description": "",
"name": "get_keyboard_focus_screen",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_name",
"params": [],
"return_type": "String"
},
{
"description": "",
"name": "get_primary_screen",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_screen_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_screen_from_rect",
"params": [
{
"default": null,
"name": "rect",
"type": "Rect2"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_swap_cancel_ok",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "get_window_at_screen_position",
"params": [
{
"default": null,
"name": "position",
"type": "Vector2i"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_window_list",
"params": [],
"return_type": "PackedInt32Array"
},
{
"description": "",
"name": "global_menu_add_check_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": "Callable()",
"name": "callback",
"type": "Callable"
},
{
"default": "Callable()",
"name": "key_callback",
"type": "Callable"
},
{
"default": "null",
"name": "tag",
"type": "Variant"
},
{
"default": "0",
"name": "accelerator",
"type": "int"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_icon_check_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "icon",
"type": "Texture2D"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": "Callable()",
"name": "callback",
"type": "Callable"
},
{
"default": "Callable()",
"name": "key_callback",
"type": "Callable"
},
{
"default": "null",
"name": "tag",
"type": "Variant"
},
{
"default": "0",
"name": "accelerator",
"type": "int"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_icon_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "icon",
"type": "Texture2D"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": "Callable()",
"name": "callback",
"type": "Callable"
},
{
"default": "Callable()",
"name": "key_callback",
"type": "Callable"
},
{
"default": "null",
"name": "tag",
"type": "Variant"
},
{
"default": "0",
"name": "accelerator",
"type": "int"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_icon_radio_check_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "icon",
"type": "Texture2D"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": "Callable()",
"name": "callback",
"type": "Callable"
},
{
"default": "Callable()",
"name": "key_callback",
"type": "Callable"
},
{
"default": "null",
"name": "tag",
"type": "Variant"
},
{
"default": "0",
"name": "accelerator",
"type": "int"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": "Callable()",
"name": "callback",
"type": "Callable"
},
{
"default": "Callable()",
"name": "key_callback",
"type": "Callable"
},
{
"default": "null",
"name": "tag",
"type": "Variant"
},
{
"default": "0",
"name": "accelerator",
"type": "int"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_multistate_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": null,
"name": "max_states",
"type": "int"
},
{
"default": null,
"name": "default_state",
"type": "int"
},
{
"default": "Callable()",
"name": "callback",
"type": "Callable"
},
{
"default": "Callable()",
"name": "key_callback",
"type": "Callable"
},
{
"default": "null",
"name": "tag",
"type": "Variant"
},
{
"default": "0",
"name": "accelerator",
"type": "int"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_radio_check_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": "Callable()",
"name": "callback",
"type": "Callable"
},
{
"default": "Callable()",
"name": "key_callback",
"type": "Callable"
},
{
"default": "null",
"name": "tag",
"type": "Variant"
},
{
"default": "0",
"name": "accelerator",
"type": "int"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_separator",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_add_submenu_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "label",
"type": "String"
},
{
"default": null,
"name": "submenu",
"type": "String"
},
{
"default": "-1",
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_clear",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_get_item_accelerator",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_get_item_callback",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "Callable"
},
{
"description": "",
"name": "global_menu_get_item_count",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_get_item_icon",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "Texture2D"
},
{
"description": "",
"name": "global_menu_get_item_indentation_level",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_get_item_index_from_tag",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "tag",
"type": "Variant"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_get_item_index_from_text",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "text",
"type": "String"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_get_item_key_callback",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "Callable"
},
{
"description": "",
"name": "global_menu_get_item_max_states",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_get_item_state",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "global_menu_get_item_submenu",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "global_menu_get_item_tag",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "global_menu_get_item_text",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "global_menu_get_item_tooltip",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "global_menu_is_item_checkable",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "global_menu_is_item_checked",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "global_menu_is_item_disabled",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "global_menu_is_item_hidden",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "global_menu_is_item_radio_checkable",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "global_menu_remove_item",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_accelerator",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "keycode",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_callback",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "callback",
"type": "Callable"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_checkable",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "checkable",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_checked",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "checked",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_disabled",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "disabled",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_hidden",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "hidden",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_hover_callbacks",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "callback",
"type": "Callable"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_icon",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "icon",
"type": "Texture2D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_indentation_level",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "level",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_key_callback",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "key_callback",
"type": "Callable"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_max_states",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "max_states",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_radio_checkable",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "checkable",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_state",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "state",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_submenu",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "submenu",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_tag",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "tag",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_text",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "text",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_item_tooltip",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "idx",
"type": "int"
},
{
"default": null,
"name": "tooltip",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "global_menu_set_popup_callbacks",
"params": [
{
"default": null,
"name": "menu_root",
"type": "String"
},
{
"default": null,
"name": "open_callback",
"type": "Callable"
},
{
"default": null,
"name": "close_callback",
"type": "Callable"
}
],
"return_type": "void"
},
{
"description": "",
"name": "has_feature",
"params": [
{
"default": null,
"name": "feature",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "ime_get_selection",
"params": [],
"return_type": "Vector2i"
},
{
"description": "",
"name": "ime_get_text",
"params": [],
"return_type": "String"
},
{
"description": "",
"name": "is_dark_mode",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "is_dark_mode_supported",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "is_touchscreen_available",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "keyboard_get_current_layout",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "keyboard_get_keycode_from_physical",
"params": [
{
"default": null,
"name": "keycode",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "keyboard_get_label_from_physical",
"params": [
{
"default": null,
"name": "keycode",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "keyboard_get_layout_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "keyboard_get_layout_language",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "keyboard_get_layout_name",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "keyboard_set_current_layout",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "mouse_get_button_state",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "mouse_get_mode",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "mouse_get_position",
"params": [],
"return_type": "Vector2i"
},
{
"description": "",
"name": "mouse_set_mode",
"params": [
{
"default": null,
"name": "mouse_mode",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "process_events",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "screen_get_dpi",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "screen_get_image",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "Image"
},
{
"description": "",
"name": "screen_get_max_scale",
"params": [],
"return_type": "float"
},
{
"description": "",
"name": "screen_get_orientation",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "screen_get_pixel",
"params": [
{
"default": null,
"name": "position",
"type": "Vector2i"
}
],
"return_type": "Color"
},
{
"description": "",
"name": "screen_get_position",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "screen_get_refresh_rate",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "float"
},
{
"description": "",
"name": "screen_get_scale",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "float"
},
{
"description": "",
"name": "screen_get_size",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "screen_get_usable_rect",
"params": [
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "Rect2i"
},
{
"description": "",
"name": "screen_is_kept_on",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "screen_set_keep_on",
"params": [
{
"default": null,
"name": "enable",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "screen_set_orientation",
"params": [
{
"default": null,
"name": "orientation",
"type": "int"
},
{
"default": "-1",
"name": "screen",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_icon",
"params": [
{
"default": null,
"name": "image",
"type": "Image"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_native_icon",
"params": [
{
"default": null,
"name": "filename",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "tablet_get_current_driver",
"params": [],
"return_type": "String"
},
{
"description": "",
"name": "tablet_get_driver_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "tablet_get_driver_name",
"params": [
{
"default": null,
"name": "idx",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "tablet_set_current_driver",
"params": [
{
"default": null,
"name": "name",
"type": "String"
}
],
"return_type": "void"
},
{
"description": "",
"name": "tts_get_voices",
"params": [],
"return_type": "Dictionary[]"
},
{
"description": "",
"name": "tts_get_voices_for_language",
"params": [
{
"default": null,
"name": "language",
"type": "String"
}
],
"return_type": "PackedStringArray"
},
{
"description": "",
"name": "tts_is_paused",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "tts_is_speaking",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "tts_pause",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "tts_resume",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "tts_set_utterance_callback",
"params": [
{
"default": null,
"name": "event",
"type": "int"
},
{
"default": null,
"name": "callable",
"type": "Callable"
}
],
"return_type": "void"
},
{
"description": "",
"name": "tts_speak",
"params": [
{
"default": null,
"name": "text",
"type": "String"
},
{
"default": null,
"name": "voice",
"type": "String"
},
{
"default": "50",
"name": "volume",
"type": "int"
},
{
"default": "1.0",
"name": "pitch",
"type": "float"
},
{
"default": "1.0",
"name": "rate",
"type": "float"
},
{
"default": "0",
"name": "utterance_id",
"type": "int"
},
{
"default": "false",
"name": "interrupt",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "tts_stop",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "virtual_keyboard_get_height",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "virtual_keyboard_hide",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "virtual_keyboard_show",
"params": [
{
"default": null,
"name": "existing_text",
"type": "String"
},
{
"default": "Rect2(0, 0, 0, 0)",
"name": "position",
"type": "Rect2"
},
{
"default": "0",
"name": "type",
"type": "int"
},
{
"default": "-1",
"name": "max_length",
"type": "int"
},
{
"default": "-1",
"name": "cursor_start",
"type": "int"
},
{
"default": "-1",
"name": "cursor_end",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "warp_mouse",
"params": [
{
"default": null,
"name": "position",
"type": "Vector2i"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_can_draw",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "window_get_active_popup",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "window_get_attached_instance_id",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "window_get_current_screen",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "window_get_flag",
"params": [
{
"default": null,
"name": "flag",
"type": "int"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "window_get_max_size",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "window_get_min_size",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "window_get_mode",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "window_get_native_handle",
"params": [
{
"default": null,
"name": "handle_type",
"type": "int"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "window_get_popup_safe_rect",
"params": [
{
"default": null,
"name": "window",
"type": "int"
}
],
"return_type": "Rect2i"
},
{
"description": "",
"name": "window_get_position",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "window_get_position_with_decorations",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "window_get_safe_title_margins",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector3i"
},
{
"description": "",
"name": "window_get_size",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "window_get_size_with_decorations",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "window_get_title_size",
"params": [
{
"default": null,
"name": "title",
"type": "String"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "Vector2i"
},
{
"description": "",
"name": "window_get_vsync_mode",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "window_is_focused",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "window_is_maximize_allowed",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "window_maximize_on_title_dbl_click",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "window_minimize_on_title_dbl_click",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "window_move_to_foreground",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_request_attention",
"params": [
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_current_screen",
"params": [
{
"default": null,
"name": "screen",
"type": "int"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_drop_files_callback",
"params": [
{
"default": null,
"name": "callback",
"type": "Callable"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_exclusive",
"params": [
{
"default": null,
"name": "window_id",
"type": "int"
},
{
"default": null,
"name": "exclusive",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_flag",
"params": [
{
"default": null,
"name": "flag",
"type": "int"
},
{
"default": null,
"name": "enabled",
"type": "bool"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_ime_active",
"params": [
{
"default": null,
"name": "active",
"type": "bool"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_ime_position",
"params": [
{
"default": null,
"name": "position",
"type": "Vector2i"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_input_event_callback",
"params": [
{
"default": null,
"name": "callback",
"type": "Callable"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_input_text_callback",
"params": [
{
"default": null,
"name": "callback",
"type": "Callable"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_max_size",
"params": [
{
"default": null,
"name": "max_size",
"type": "Vector2i"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_min_size",
"params": [
{
"default": null,
"name": "min_size",
"type": "Vector2i"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_mode",
"params": [
{
"default": null,
"name": "mode",
"type": "int"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_mouse_passthrough",
"params": [
{
"default": null,
"name": "region",
"type": "PackedVector2Array"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_popup_safe_rect",
"params": [
{
"default": null,
"name": "window",
"type": "int"
},
{
"default": null,
"name": "rect",
"type": "Rect2i"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_position",
"params": [
{
"default": null,
"name": "position",
"type": "Vector2i"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_rect_changed_callback",
"params": [
{
"default": null,
"name": "callback",
"type": "Callable"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_size",
"params": [
{
"default": null,
"name": "size",
"type": "Vector2i"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_title",
"params": [
{
"default": null,
"name": "title",
"type": "String"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_transient",
"params": [
{
"default": null,
"name": "window_id",
"type": "int"
},
{
"default": null,
"name": "parent_window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_vsync_mode",
"params": [
{
"default": null,
"name": "vsync_mode",
"type": "int"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_window_buttons_offset",
"params": [
{
"default": null,
"name": "offset",
"type": "Vector2i"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "window_set_window_event_callback",
"params": [
{
"default": null,
"name": "callback",
"type": "Callable"
},
{
"default": "0",
"name": "window_id",
"type": "int"
}
],
"return_type": "void"
}
] |
[] |
||
XRPositionalTracker
|
RefCounted
|
[
{
"description": "",
"name": "get_input",
"params": [
{
"default": null,
"name": "name",
"type": "StringName"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "get_pose",
"params": [
{
"default": null,
"name": "name",
"type": "StringName"
}
],
"return_type": "XRPose"
},
{
"description": "",
"name": "has_pose",
"params": [
{
"default": null,
"name": "name",
"type": "StringName"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "invalidate_pose",
"params": [
{
"default": null,
"name": "name",
"type": "StringName"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_input",
"params": [
{
"default": null,
"name": "name",
"type": "StringName"
},
{
"default": null,
"name": "value",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_pose",
"params": [
{
"default": null,
"name": "name",
"type": "StringName"
},
{
"default": null,
"name": "transform",
"type": "Transform3D"
},
{
"default": null,
"name": "linear_velocity",
"type": "Vector3"
},
{
"default": null,
"name": "angular_velocity",
"type": "Vector3"
},
{
"default": null,
"name": "tracking_confidence",
"type": "int"
}
],
"return_type": "void"
}
] |
[
{
"default": "\"\"",
"getter": "get_tracker_desc",
"name": "description",
"setter": "set_tracker_desc",
"type": "String"
},
{
"default": "0",
"getter": "get_tracker_hand",
"name": "hand",
"setter": "set_tracker_hand",
"type": "int"
},
{
"default": "&\"Unknown\"",
"getter": "get_tracker_name",
"name": "name",
"setter": "set_tracker_name",
"type": "StringName"
},
{
"default": "\"\"",
"getter": "get_tracker_profile",
"name": "profile",
"setter": "set_tracker_profile",
"type": "String"
},
{
"default": "128",
"getter": "get_tracker_type",
"name": "type",
"setter": "set_tracker_type",
"type": "int"
}
] |
||
RefCounted
|
Object
|
[
{
"description": "",
"name": "get_reference_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "init_ref",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "reference",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "unreference",
"params": [],
"return_type": "bool"
}
] |
[] |
||
Node3DGizmo
|
RefCounted
|
[] |
[] |
||
Texture
|
Resource
|
[] |
[] |
||
VisualShaderNodeConstant
|
VisualShaderNode
|
[] |
[] |
||
ShapeCast3D
|
Node3D
|
[
{
"description": "",
"name": "add_exception",
"params": [
{
"default": null,
"name": "node",
"type": "CollisionObject3D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_exception_rid",
"params": [
{
"default": null,
"name": "rid",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "clear_exceptions",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "force_shapecast_update",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "get_closest_collision_safe_fraction",
"params": [],
"return_type": "float"
},
{
"description": "",
"name": "get_closest_collision_unsafe_fraction",
"params": [],
"return_type": "float"
},
{
"description": "",
"name": "get_collider",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "Object"
},
{
"description": "",
"name": "get_collider_rid",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "RID"
},
{
"description": "",
"name": "get_collider_shape",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_collision_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_collision_mask_value",
"params": [
{
"default": null,
"name": "layer_number",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "get_collision_normal",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_collision_point",
"params": [
{
"default": null,
"name": "index",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "is_colliding",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "remove_exception",
"params": [
{
"default": null,
"name": "node",
"type": "CollisionObject3D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "remove_exception_rid",
"params": [
{
"default": null,
"name": "rid",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "resource_changed",
"params": [
{
"default": null,
"name": "resource",
"type": "Resource"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_collision_mask_value",
"params": [
{
"default": null,
"name": "layer_number",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "bool"
}
],
"return_type": "void"
}
] |
[
{
"default": "false",
"getter": "is_collide_with_areas_enabled",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
"type": "bool"
},
{
"default": "true",
"getter": "is_collide_with_bodies_enabled",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
"type": "bool"
},
{
"default": "1",
"getter": "get_collision_mask",
"name": "collision_mask",
"setter": "set_collision_mask",
"type": "int"
},
{
"default": "[]",
"getter": "_get_collision_result",
"name": "collision_result",
"setter": "",
"type": "Array"
},
{
"default": "Color(0, 0, 0, 1)",
"getter": "get_debug_shape_custom_color",
"name": "debug_shape_custom_color",
"setter": "set_debug_shape_custom_color",
"type": "Color"
},
{
"default": "true",
"getter": "is_enabled",
"name": "enabled",
"setter": "set_enabled",
"type": "bool"
},
{
"default": "true",
"getter": "get_exclude_parent_body",
"name": "exclude_parent",
"setter": "set_exclude_parent_body",
"type": "bool"
},
{
"default": "0.0",
"getter": "get_margin",
"name": "margin",
"setter": "set_margin",
"type": "float"
},
{
"default": "32",
"getter": "get_max_results",
"name": "max_results",
"setter": "set_max_results",
"type": "int"
},
{
"default": "",
"getter": "get_shape",
"name": "shape",
"setter": "set_shape",
"type": "Shape3D"
},
{
"default": "Vector3(0, -1, 0)",
"getter": "get_target_position",
"name": "target_position",
"setter": "set_target_position",
"type": "Vector3"
}
] |
||
RDShaderSPIRV
|
Resource
|
[
{
"description": "",
"name": "get_stage_bytecode",
"params": [
{
"default": null,
"name": "stage",
"type": "int"
}
],
"return_type": "PackedByteArray"
},
{
"description": "",
"name": "get_stage_compile_error",
"params": [
{
"default": null,
"name": "stage",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "set_stage_bytecode",
"params": [
{
"default": null,
"name": "stage",
"type": "int"
},
{
"default": null,
"name": "bytecode",
"type": "PackedByteArray"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_stage_compile_error",
"params": [
{
"default": null,
"name": "stage",
"type": "int"
},
{
"default": null,
"name": "compile_error",
"type": "String"
}
],
"return_type": "void"
}
] |
[
{
"default": "PackedByteArray()",
"getter": "get_stage_bytecode",
"name": "bytecode_compute",
"setter": "set_stage_bytecode",
"type": "PackedByteArray"
},
{
"default": "PackedByteArray()",
"getter": "get_stage_bytecode",
"name": "bytecode_fragment",
"setter": "set_stage_bytecode",
"type": "PackedByteArray"
},
{
"default": "PackedByteArray()",
"getter": "get_stage_bytecode",
"name": "bytecode_tesselation_control",
"setter": "set_stage_bytecode",
"type": "PackedByteArray"
},
{
"default": "PackedByteArray()",
"getter": "get_stage_bytecode",
"name": "bytecode_tesselation_evaluation",
"setter": "set_stage_bytecode",
"type": "PackedByteArray"
},
{
"default": "PackedByteArray()",
"getter": "get_stage_bytecode",
"name": "bytecode_vertex",
"setter": "set_stage_bytecode",
"type": "PackedByteArray"
},
{
"default": "\"\"",
"getter": "get_stage_compile_error",
"name": "compile_error_compute",
"setter": "set_stage_compile_error",
"type": "String"
},
{
"default": "\"\"",
"getter": "get_stage_compile_error",
"name": "compile_error_fragment",
"setter": "set_stage_compile_error",
"type": "String"
},
{
"default": "\"\"",
"getter": "get_stage_compile_error",
"name": "compile_error_tesselation_control",
"setter": "set_stage_compile_error",
"type": "String"
},
{
"default": "\"\"",
"getter": "get_stage_compile_error",
"name": "compile_error_tesselation_evaluation",
"setter": "set_stage_compile_error",
"type": "String"
},
{
"default": "\"\"",
"getter": "get_stage_compile_error",
"name": "compile_error_vertex",
"setter": "set_stage_compile_error",
"type": "String"
}
] |
||
JSON
|
Resource
|
[
{
"description": "",
"name": "get_error_line",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_error_message",
"params": [],
"return_type": "String"
},
{
"description": "",
"name": "get_parsed_text",
"params": [],
"return_type": "String"
},
{
"description": "",
"name": "parse",
"params": [
{
"default": null,
"name": "json_text",
"type": "String"
},
{
"default": "false",
"name": "keep_text",
"type": "bool"
}
],
"return_type": "int"
},
{
"description": "",
"name": "parse_string",
"params": [
{
"default": null,
"name": "json_string",
"type": "String"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "stringify",
"params": [
{
"default": null,
"name": "data",
"type": "Variant"
},
{
"default": "\"\"",
"name": "indent",
"type": "String"
},
{
"default": "true",
"name": "sort_keys",
"type": "bool"
},
{
"default": "false",
"name": "full_precision",
"type": "bool"
}
],
"return_type": "String"
}
] |
[
{
"default": "null",
"getter": "get_data",
"name": "data",
"setter": "set_data",
"type": "Variant"
}
] |
||
AudioStreamWAV
|
AudioStream
|
[
{
"description": "",
"name": "save_to_wav",
"params": [
{
"default": null,
"name": "path",
"type": "String"
}
],
"return_type": "int"
}
] |
[
{
"default": "PackedByteArray()",
"getter": "get_data",
"name": "data",
"setter": "set_data",
"type": "PackedByteArray"
},
{
"default": "0",
"getter": "get_format",
"name": "format",
"setter": "set_format",
"type": "int"
},
{
"default": "0",
"getter": "get_loop_begin",
"name": "loop_begin",
"setter": "set_loop_begin",
"type": "int"
},
{
"default": "0",
"getter": "get_loop_end",
"name": "loop_end",
"setter": "set_loop_end",
"type": "int"
},
{
"default": "0",
"getter": "get_loop_mode",
"name": "loop_mode",
"setter": "set_loop_mode",
"type": "int"
},
{
"default": "44100",
"getter": "get_mix_rate",
"name": "mix_rate",
"setter": "set_mix_rate",
"type": "int"
},
{
"default": "false",
"getter": "is_stereo",
"name": "stereo",
"setter": "set_stereo",
"type": "bool"
}
] |
||
SplitContainer
|
Container
|
[
{
"description": "",
"name": "clamp_split_offset",
"params": [],
"return_type": "void"
}
] |
[
{
"default": "false",
"getter": "is_collapsed",
"name": "collapsed",
"setter": "set_collapsed",
"type": "bool"
},
{
"default": "0",
"getter": "get_dragger_visibility",
"name": "dragger_visibility",
"setter": "set_dragger_visibility",
"type": "int"
},
{
"default": "0",
"getter": "get_split_offset",
"name": "split_offset",
"setter": "set_split_offset",
"type": "int"
},
{
"default": "false",
"getter": "is_vertical",
"name": "vertical",
"setter": "set_vertical",
"type": "bool"
}
] |
||
AnimationNodeBlendSpace2D
|
AnimationRootNode
|
[
{
"description": "",
"name": "add_blend_point",
"params": [
{
"default": null,
"name": "node",
"type": "AnimationRootNode"
},
{
"default": null,
"name": "pos",
"type": "Vector2"
},
{
"default": "-1",
"name": "at_index",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_triangle",
"params": [
{
"default": null,
"name": "x",
"type": "int"
},
{
"default": null,
"name": "y",
"type": "int"
},
{
"default": null,
"name": "z",
"type": "int"
},
{
"default": "-1",
"name": "at_index",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "get_blend_point_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_blend_point_node",
"params": [
{
"default": null,
"name": "point",
"type": "int"
}
],
"return_type": "AnimationRootNode"
},
{
"description": "",
"name": "get_blend_point_position",
"params": [
{
"default": null,
"name": "point",
"type": "int"
}
],
"return_type": "Vector2"
},
{
"description": "",
"name": "get_triangle_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_triangle_point",
"params": [
{
"default": null,
"name": "triangle",
"type": "int"
},
{
"default": null,
"name": "point",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "remove_blend_point",
"params": [
{
"default": null,
"name": "point",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "remove_triangle",
"params": [
{
"default": null,
"name": "triangle",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_blend_point_node",
"params": [
{
"default": null,
"name": "point",
"type": "int"
},
{
"default": null,
"name": "node",
"type": "AnimationRootNode"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_blend_point_position",
"params": [
{
"default": null,
"name": "point",
"type": "int"
},
{
"default": null,
"name": "pos",
"type": "Vector2"
}
],
"return_type": "void"
}
] |
[
{
"default": "true",
"getter": "get_auto_triangles",
"name": "auto_triangles",
"setter": "set_auto_triangles",
"type": "bool"
},
{
"default": "0",
"getter": "get_blend_mode",
"name": "blend_mode",
"setter": "set_blend_mode",
"type": "int"
},
{
"default": "Vector2(1, 1)",
"getter": "get_max_space",
"name": "max_space",
"setter": "set_max_space",
"type": "Vector2"
},
{
"default": "Vector2(-1, -1)",
"getter": "get_min_space",
"name": "min_space",
"setter": "set_min_space",
"type": "Vector2"
},
{
"default": "Vector2(0.1, 0.1)",
"getter": "get_snap",
"name": "snap",
"setter": "set_snap",
"type": "Vector2"
},
{
"default": "false",
"getter": "is_using_sync",
"name": "sync",
"setter": "set_use_sync",
"type": "bool"
},
{
"default": "\"x\"",
"getter": "get_x_label",
"name": "x_label",
"setter": "set_x_label",
"type": "String"
},
{
"default": "\"y\"",
"getter": "get_y_label",
"name": "y_label",
"setter": "set_y_label",
"type": "String"
}
] |
||
Joint2D
|
Node2D
|
[
{
"description": "",
"name": "get_rid",
"params": [],
"return_type": "RID"
}
] |
[
{
"default": "0.0",
"getter": "get_bias",
"name": "bias",
"setter": "set_bias",
"type": "float"
},
{
"default": "true",
"getter": "get_exclude_nodes_from_collision",
"name": "disable_collision",
"setter": "set_exclude_nodes_from_collision",
"type": "bool"
},
{
"default": "NodePath(\"\")",
"getter": "get_node_a",
"name": "node_a",
"setter": "set_node_a",
"type": "NodePath"
},
{
"default": "NodePath(\"\")",
"getter": "get_node_b",
"name": "node_b",
"setter": "set_node_b",
"type": "NodePath"
}
] |
||
Marker3D
|
Node3D
|
[] |
[
{
"default": "0.25",
"getter": "get_gizmo_extents",
"name": "gizmo_extents",
"setter": "set_gizmo_extents",
"type": "float"
}
] |
||
VisualShaderNodeVarying
|
VisualShaderNode
|
[] |
[
{
"default": "\"[None]\"",
"getter": "get_varying_name",
"name": "varying_name",
"setter": "set_varying_name",
"type": "String"
},
{
"default": "0",
"getter": "get_varying_type",
"name": "varying_type",
"setter": "set_varying_type",
"type": "int"
}
] |
||
PhysicsShapeQueryParameters3D
|
RefCounted
|
[] |
[
{
"default": "false",
"getter": "is_collide_with_areas_enabled",
"name": "collide_with_areas",
"setter": "set_collide_with_areas",
"type": "bool"
},
{
"default": "true",
"getter": "is_collide_with_bodies_enabled",
"name": "collide_with_bodies",
"setter": "set_collide_with_bodies",
"type": "bool"
},
{
"default": "4294967295",
"getter": "get_collision_mask",
"name": "collision_mask",
"setter": "set_collision_mask",
"type": "int"
},
{
"default": "[]",
"getter": "get_exclude",
"name": "exclude",
"setter": "set_exclude",
"type": "RID[]"
},
{
"default": "0.0",
"getter": "get_margin",
"name": "margin",
"setter": "set_margin",
"type": "float"
},
{
"default": "Vector3(0, 0, 0)",
"getter": "get_motion",
"name": "motion",
"setter": "set_motion",
"type": "Vector3"
},
{
"default": "",
"getter": "get_shape",
"name": "shape",
"setter": "set_shape",
"type": "Resource"
},
{
"default": "RID()",
"getter": "get_shape_rid",
"name": "shape_rid",
"setter": "set_shape_rid",
"type": "RID"
},
{
"default": "Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0)",
"getter": "get_transform",
"name": "transform",
"setter": "set_transform",
"type": "Transform3D"
}
] |
||
TorusMesh
|
PrimitiveMesh
|
[] |
[
{
"default": "0.5",
"getter": "get_inner_radius",
"name": "inner_radius",
"setter": "set_inner_radius",
"type": "float"
},
{
"default": "1.0",
"getter": "get_outer_radius",
"name": "outer_radius",
"setter": "set_outer_radius",
"type": "float"
},
{
"default": "32",
"getter": "get_ring_segments",
"name": "ring_segments",
"setter": "set_ring_segments",
"type": "int"
},
{
"default": "64",
"getter": "get_rings",
"name": "rings",
"setter": "set_rings",
"type": "int"
}
] |
||
LightmapProbe
|
Node3D
|
[] |
[] |
||
SkeletonModification2D
|
Resource
|
[
{
"description": "",
"name": "_draw_editor_gizmo",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "_execute",
"params": [
{
"default": null,
"name": "delta",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "_setup_modification",
"params": [
{
"default": null,
"name": "modification_stack",
"type": "SkeletonModificationStack2D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "clamp_angle",
"params": [
{
"default": null,
"name": "angle",
"type": "float"
},
{
"default": null,
"name": "min",
"type": "float"
},
{
"default": null,
"name": "max",
"type": "float"
},
{
"default": null,
"name": "invert",
"type": "bool"
}
],
"return_type": "float"
},
{
"description": "",
"name": "get_editor_draw_gizmo",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "get_is_setup",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "get_modification_stack",
"params": [],
"return_type": "SkeletonModificationStack2D"
},
{
"description": "",
"name": "set_editor_draw_gizmo",
"params": [
{
"default": null,
"name": "draw_gizmo",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_is_setup",
"params": [
{
"default": null,
"name": "is_setup",
"type": "bool"
}
],
"return_type": "void"
}
] |
[
{
"default": "true",
"getter": "get_enabled",
"name": "enabled",
"setter": "set_enabled",
"type": "bool"
},
{
"default": "0",
"getter": "get_execution_mode",
"name": "execution_mode",
"setter": "set_execution_mode",
"type": "int"
}
] |
||
NavigationAgent3D
|
Node
|
[
{
"description": "",
"name": "distance_to_target",
"params": [],
"return_type": "float"
},
{
"description": "",
"name": "get_avoidance_layer_value",
"params": [
{
"default": null,
"name": "layer_number",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "get_avoidance_mask_value",
"params": [
{
"default": null,
"name": "mask_number",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "get_current_navigation_path",
"params": [],
"return_type": "PackedVector3Array"
},
{
"description": "",
"name": "get_current_navigation_path_index",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_current_navigation_result",
"params": [],
"return_type": "NavigationPathQueryResult3D"
},
{
"description": "",
"name": "get_final_position",
"params": [],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_navigation_layer_value",
"params": [
{
"default": null,
"name": "layer_number",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "get_navigation_map",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "get_next_path_position",
"params": [],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_rid",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "is_navigation_finished",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "is_target_reachable",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "is_target_reached",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "set_avoidance_layer_value",
"params": [
{
"default": null,
"name": "layer_number",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_avoidance_mask_value",
"params": [
{
"default": null,
"name": "mask_number",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_navigation_layer_value",
"params": [
{
"default": null,
"name": "layer_number",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_navigation_map",
"params": [
{
"default": null,
"name": "navigation_map",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_velocity_forced",
"params": [
{
"default": null,
"name": "velocity",
"type": "Vector3"
}
],
"return_type": "void"
}
] |
[
{
"default": "false",
"getter": "get_avoidance_enabled",
"name": "avoidance_enabled",
"setter": "set_avoidance_enabled",
"type": "bool"
},
{
"default": "1",
"getter": "get_avoidance_layers",
"name": "avoidance_layers",
"setter": "set_avoidance_layers",
"type": "int"
},
{
"default": "1",
"getter": "get_avoidance_mask",
"name": "avoidance_mask",
"setter": "set_avoidance_mask",
"type": "int"
},
{
"default": "1.0",
"getter": "get_avoidance_priority",
"name": "avoidance_priority",
"setter": "set_avoidance_priority",
"type": "float"
},
{
"default": "false",
"getter": "get_debug_enabled",
"name": "debug_enabled",
"setter": "set_debug_enabled",
"type": "bool"
},
{
"default": "Color(1, 1, 1, 1)",
"getter": "get_debug_path_custom_color",
"name": "debug_path_custom_color",
"setter": "set_debug_path_custom_color",
"type": "Color"
},
{
"default": "4.0",
"getter": "get_debug_path_custom_point_size",
"name": "debug_path_custom_point_size",
"setter": "set_debug_path_custom_point_size",
"type": "float"
},
{
"default": "false",
"getter": "get_debug_use_custom",
"name": "debug_use_custom",
"setter": "set_debug_use_custom",
"type": "bool"
},
{
"default": "1.0",
"getter": "get_height",
"name": "height",
"setter": "set_height",
"type": "float"
},
{
"default": "true",
"getter": "get_keep_y_velocity",
"name": "keep_y_velocity",
"setter": "set_keep_y_velocity",
"type": "bool"
},
{
"default": "10",
"getter": "get_max_neighbors",
"name": "max_neighbors",
"setter": "set_max_neighbors",
"type": "int"
},
{
"default": "10.0",
"getter": "get_max_speed",
"name": "max_speed",
"setter": "set_max_speed",
"type": "float"
},
{
"default": "1",
"getter": "get_navigation_layers",
"name": "navigation_layers",
"setter": "set_navigation_layers",
"type": "int"
},
{
"default": "50.0",
"getter": "get_neighbor_distance",
"name": "neighbor_distance",
"setter": "set_neighbor_distance",
"type": "float"
},
{
"default": "1.0",
"getter": "get_path_desired_distance",
"name": "path_desired_distance",
"setter": "set_path_desired_distance",
"type": "float"
},
{
"default": "0.0",
"getter": "get_path_height_offset",
"name": "path_height_offset",
"setter": "set_path_height_offset",
"type": "float"
},
{
"default": "5.0",
"getter": "get_path_max_distance",
"name": "path_max_distance",
"setter": "set_path_max_distance",
"type": "float"
},
{
"default": "7",
"getter": "get_path_metadata_flags",
"name": "path_metadata_flags",
"setter": "set_path_metadata_flags",
"type": "int"
},
{
"default": "0",
"getter": "get_path_postprocessing",
"name": "path_postprocessing",
"setter": "set_path_postprocessing",
"type": "int"
},
{
"default": "0",
"getter": "get_pathfinding_algorithm",
"name": "pathfinding_algorithm",
"setter": "set_pathfinding_algorithm",
"type": "int"
},
{
"default": "0.5",
"getter": "get_radius",
"name": "radius",
"setter": "set_radius",
"type": "float"
},
{
"default": "1.0",
"getter": "get_target_desired_distance",
"name": "target_desired_distance",
"setter": "set_target_desired_distance",
"type": "float"
},
{
"default": "Vector3(0, 0, 0)",
"getter": "get_target_position",
"name": "target_position",
"setter": "set_target_position",
"type": "Vector3"
},
{
"default": "1.0",
"getter": "get_time_horizon_agents",
"name": "time_horizon_agents",
"setter": "set_time_horizon_agents",
"type": "float"
},
{
"default": "0.0",
"getter": "get_time_horizon_obstacles",
"name": "time_horizon_obstacles",
"setter": "set_time_horizon_obstacles",
"type": "float"
},
{
"default": "false",
"getter": "get_use_3d_avoidance",
"name": "use_3d_avoidance",
"setter": "set_use_3d_avoidance",
"type": "bool"
},
{
"default": "Vector3(0, 0, 0)",
"getter": "get_velocity",
"name": "velocity",
"setter": "set_velocity",
"type": "Vector3"
}
] |
||
EditorUndoRedoManager
|
Object
|
[
{
"description": "",
"name": "add_do_method",
"params": [
{
"default": null,
"name": "object",
"type": "Object"
},
{
"default": null,
"name": "method",
"type": "StringName"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_do_property",
"params": [
{
"default": null,
"name": "object",
"type": "Object"
},
{
"default": null,
"name": "property",
"type": "StringName"
},
{
"default": null,
"name": "value",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_do_reference",
"params": [
{
"default": null,
"name": "object",
"type": "Object"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_undo_method",
"params": [
{
"default": null,
"name": "object",
"type": "Object"
},
{
"default": null,
"name": "method",
"type": "StringName"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_undo_property",
"params": [
{
"default": null,
"name": "object",
"type": "Object"
},
{
"default": null,
"name": "property",
"type": "StringName"
},
{
"default": null,
"name": "value",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_undo_reference",
"params": [
{
"default": null,
"name": "object",
"type": "Object"
}
],
"return_type": "void"
},
{
"description": "",
"name": "commit_action",
"params": [
{
"default": "true",
"name": "execute",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "create_action",
"params": [
{
"default": null,
"name": "name",
"type": "String"
},
{
"default": "0",
"name": "merge_mode",
"type": "int"
},
{
"default": "null",
"name": "custom_context",
"type": "Object"
},
{
"default": "false",
"name": "backward_undo_ops",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "get_history_undo_redo",
"params": [
{
"default": null,
"name": "id",
"type": "int"
}
],
"return_type": "UndoRedo"
},
{
"description": "",
"name": "get_object_history_id",
"params": [
{
"default": null,
"name": "object",
"type": "Object"
}
],
"return_type": "int"
},
{
"description": "",
"name": "is_committing_action",
"params": [],
"return_type": "bool"
}
] |
[] |
||
EditorSelection
|
Object
|
[
{
"description": "",
"name": "add_node",
"params": [
{
"default": null,
"name": "node",
"type": "Node"
}
],
"return_type": "void"
},
{
"description": "",
"name": "clear",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "get_selected_nodes",
"params": [],
"return_type": "Node[]"
},
{
"description": "",
"name": "get_transformable_selected_nodes",
"params": [],
"return_type": "Node[]"
},
{
"description": "",
"name": "remove_node",
"params": [
{
"default": null,
"name": "node",
"type": "Node"
}
],
"return_type": "void"
}
] |
[] |
||
ResourceLoader
|
Object
|
[
{
"description": "",
"name": "add_resource_format_loader",
"params": [
{
"default": null,
"name": "format_loader",
"type": "ResourceFormatLoader"
},
{
"default": "false",
"name": "at_front",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "exists",
"params": [
{
"default": null,
"name": "path",
"type": "String"
},
{
"default": "\"\"",
"name": "type_hint",
"type": "String"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "get_dependencies",
"params": [
{
"default": null,
"name": "path",
"type": "String"
}
],
"return_type": "PackedStringArray"
},
{
"description": "",
"name": "get_recognized_extensions_for_type",
"params": [
{
"default": null,
"name": "type",
"type": "String"
}
],
"return_type": "PackedStringArray"
},
{
"description": "",
"name": "get_resource_uid",
"params": [
{
"default": null,
"name": "path",
"type": "String"
}
],
"return_type": "int"
},
{
"description": "",
"name": "has_cached",
"params": [
{
"default": null,
"name": "path",
"type": "String"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "load",
"params": [
{
"default": null,
"name": "path",
"type": "String"
},
{
"default": "\"\"",
"name": "type_hint",
"type": "String"
},
{
"default": "1",
"name": "cache_mode",
"type": "int"
}
],
"return_type": "Resource"
},
{
"description": "",
"name": "load_threaded_get",
"params": [
{
"default": null,
"name": "path",
"type": "String"
}
],
"return_type": "Resource"
},
{
"description": "",
"name": "load_threaded_get_status",
"params": [
{
"default": null,
"name": "path",
"type": "String"
},
{
"default": "[]",
"name": "progress",
"type": "Array"
}
],
"return_type": "int"
},
{
"description": "",
"name": "load_threaded_request",
"params": [
{
"default": null,
"name": "path",
"type": "String"
},
{
"default": "\"\"",
"name": "type_hint",
"type": "String"
},
{
"default": "false",
"name": "use_sub_threads",
"type": "bool"
},
{
"default": "1",
"name": "cache_mode",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "remove_resource_format_loader",
"params": [
{
"default": null,
"name": "format_loader",
"type": "ResourceFormatLoader"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_abort_on_missing_resources",
"params": [
{
"default": null,
"name": "abort",
"type": "bool"
}
],
"return_type": "void"
}
] |
[] |
||
PhysicsServer2D
|
Object
|
[
{
"description": "",
"name": "area_add_shape",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "shape",
"type": "RID"
},
{
"default": "Transform2D(1, 0, 0, 1, 0, 0)",
"name": "transform",
"type": "Transform2D"
},
{
"default": "false",
"name": "disabled",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_attach_canvas_instance_id",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_attach_object_instance_id",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_clear_shapes",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "area_get_canvas_instance_id",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "area_get_collision_layer",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "area_get_collision_mask",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "area_get_object_instance_id",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "area_get_param",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "area_get_shape",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
}
],
"return_type": "RID"
},
{
"description": "",
"name": "area_get_shape_count",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "area_get_shape_transform",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
}
],
"return_type": "Transform2D"
},
{
"description": "",
"name": "area_get_space",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "RID"
},
{
"description": "",
"name": "area_get_transform",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
}
],
"return_type": "Transform2D"
},
{
"description": "",
"name": "area_remove_shape",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_area_monitor_callback",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "callback",
"type": "Callable"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_collision_layer",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "layer",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_collision_mask",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "mask",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_monitor_callback",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "callback",
"type": "Callable"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_monitorable",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "monitorable",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_param",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_shape",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
},
{
"default": null,
"name": "shape",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_shape_disabled",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
},
{
"default": null,
"name": "disabled",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_shape_transform",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
},
{
"default": null,
"name": "transform",
"type": "Transform2D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_space",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "space",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "area_set_transform",
"params": [
{
"default": null,
"name": "area",
"type": "RID"
},
{
"default": null,
"name": "transform",
"type": "Transform2D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_add_collision_exception",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "excepted_body",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_add_constant_central_force",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "force",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_add_constant_force",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "force",
"type": "Vector2"
},
{
"default": "Vector2(0, 0)",
"name": "position",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_add_constant_torque",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "torque",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_add_shape",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape",
"type": "RID"
},
{
"default": "Transform2D(1, 0, 0, 1, 0, 0)",
"name": "transform",
"type": "Transform2D"
},
{
"default": "false",
"name": "disabled",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_apply_central_force",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "force",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_apply_central_impulse",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "impulse",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_apply_force",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "force",
"type": "Vector2"
},
{
"default": "Vector2(0, 0)",
"name": "position",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_apply_impulse",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "impulse",
"type": "Vector2"
},
{
"default": "Vector2(0, 0)",
"name": "position",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_apply_torque",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "torque",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_apply_torque_impulse",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "impulse",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_attach_canvas_instance_id",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_attach_object_instance_id",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "id",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_clear_shapes",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "body_get_canvas_instance_id",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_collision_layer",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_collision_mask",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_collision_priority",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "float"
},
{
"description": "",
"name": "body_get_constant_force",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "Vector2"
},
{
"description": "",
"name": "body_get_constant_torque",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "float"
},
{
"description": "",
"name": "body_get_continuous_collision_detection_mode",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_direct_state",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "PhysicsDirectBodyState2D"
},
{
"description": "",
"name": "body_get_max_contacts_reported",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_mode",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_object_instance_id",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_param",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "body_get_shape",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
}
],
"return_type": "RID"
},
{
"description": "",
"name": "body_get_shape_count",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "body_get_shape_transform",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
}
],
"return_type": "Transform2D"
},
{
"description": "",
"name": "body_get_space",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "RID"
},
{
"description": "",
"name": "body_get_state",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "state",
"type": "int"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "body_is_omitting_force_integration",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "body_remove_collision_exception",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "excepted_body",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_remove_shape",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_reset_mass_properties",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_axis_velocity",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "axis_velocity",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_collision_layer",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "layer",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_collision_mask",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "mask",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_collision_priority",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "priority",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_constant_force",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "force",
"type": "Vector2"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_constant_torque",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "torque",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_continuous_collision_detection_mode",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "mode",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_force_integration_callback",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "callable",
"type": "Callable"
},
{
"default": "null",
"name": "userdata",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_max_contacts_reported",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "amount",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_mode",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "mode",
"type": "int"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_omit_force_integration",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "enable",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_param",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_shape",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
},
{
"default": null,
"name": "shape",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_shape_as_one_way_collision",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
},
{
"default": null,
"name": "enable",
"type": "bool"
},
{
"default": null,
"name": "margin",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_shape_disabled",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
},
{
"default": null,
"name": "disabled",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_shape_transform",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "shape_idx",
"type": "int"
},
{
"default": null,
"name": "transform",
"type": "Transform2D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_space",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "space",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_set_state",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "state",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "body_test_motion",
"params": [
{
"default": null,
"name": "body",
"type": "RID"
},
{
"default": null,
"name": "parameters",
"type": "PhysicsTestMotionParameters2D"
},
{
"default": "null",
"name": "result",
"type": "PhysicsTestMotionResult2D"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "capsule_shape_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "circle_shape_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "concave_polygon_shape_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "convex_polygon_shape_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "damped_spring_joint_get_param",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
}
],
"return_type": "float"
},
{
"description": "",
"name": "damped_spring_joint_set_param",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "free_rid",
"params": [
{
"default": null,
"name": "rid",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "get_process_info",
"params": [
{
"default": null,
"name": "process_info",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "joint_clear",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "joint_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "joint_disable_collisions_between_bodies",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "disable",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "joint_get_param",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
}
],
"return_type": "float"
},
{
"description": "",
"name": "joint_get_type",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "joint_is_disabled_collisions_between_bodies",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "joint_make_damped_spring",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "anchor_a",
"type": "Vector2"
},
{
"default": null,
"name": "anchor_b",
"type": "Vector2"
},
{
"default": null,
"name": "body_a",
"type": "RID"
},
{
"default": "RID()",
"name": "body_b",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "joint_make_groove",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "groove1_a",
"type": "Vector2"
},
{
"default": null,
"name": "groove2_a",
"type": "Vector2"
},
{
"default": null,
"name": "anchor_b",
"type": "Vector2"
},
{
"default": "RID()",
"name": "body_a",
"type": "RID"
},
{
"default": "RID()",
"name": "body_b",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "joint_make_pin",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "anchor",
"type": "Vector2"
},
{
"default": null,
"name": "body_a",
"type": "RID"
},
{
"default": "RID()",
"name": "body_b",
"type": "RID"
}
],
"return_type": "void"
},
{
"description": "",
"name": "joint_set_param",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "pin_joint_get_flag",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "flag",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "pin_joint_get_param",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
}
],
"return_type": "float"
},
{
"description": "",
"name": "pin_joint_set_flag",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "flag",
"type": "int"
},
{
"default": null,
"name": "enabled",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "pin_joint_set_param",
"params": [
{
"default": null,
"name": "joint",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "rectangle_shape_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "segment_shape_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "separation_ray_shape_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "set_active",
"params": [
{
"default": null,
"name": "active",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "shape_get_data",
"params": [
{
"default": null,
"name": "shape",
"type": "RID"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "shape_get_type",
"params": [
{
"default": null,
"name": "shape",
"type": "RID"
}
],
"return_type": "int"
},
{
"description": "",
"name": "shape_set_data",
"params": [
{
"default": null,
"name": "shape",
"type": "RID"
},
{
"default": null,
"name": "data",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "space_create",
"params": [],
"return_type": "RID"
},
{
"description": "",
"name": "space_get_direct_state",
"params": [
{
"default": null,
"name": "space",
"type": "RID"
}
],
"return_type": "PhysicsDirectSpaceState2D"
},
{
"description": "",
"name": "space_get_param",
"params": [
{
"default": null,
"name": "space",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
}
],
"return_type": "float"
},
{
"description": "",
"name": "space_is_active",
"params": [
{
"default": null,
"name": "space",
"type": "RID"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "space_set_active",
"params": [
{
"default": null,
"name": "space",
"type": "RID"
},
{
"default": null,
"name": "active",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "space_set_param",
"params": [
{
"default": null,
"name": "space",
"type": "RID"
},
{
"default": null,
"name": "param",
"type": "int"
},
{
"default": null,
"name": "value",
"type": "float"
}
],
"return_type": "void"
},
{
"description": "",
"name": "world_boundary_shape_create",
"params": [],
"return_type": "RID"
}
] |
[] |
||
QuadMesh
|
PlaneMesh
|
[] |
[
{
"default": "2",
"getter": "get_orientation",
"name": "orientation",
"setter": "set_orientation",
"type": "int"
},
{
"default": "Vector2(1, 1)",
"getter": "get_size",
"name": "size",
"setter": "set_size",
"type": "Vector2"
}
] |
||
TabContainer
|
Container
|
[
{
"description": "",
"name": "get_current_tab_control",
"params": [],
"return_type": "Control"
},
{
"description": "",
"name": "get_popup",
"params": [],
"return_type": "Popup"
},
{
"description": "",
"name": "get_previous_tab",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_tab_bar",
"params": [],
"return_type": "TabBar"
},
{
"description": "",
"name": "get_tab_button_icon",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
}
],
"return_type": "Texture2D"
},
{
"description": "",
"name": "get_tab_control",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
}
],
"return_type": "Control"
},
{
"description": "",
"name": "get_tab_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_tab_icon",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
}
],
"return_type": "Texture2D"
},
{
"description": "",
"name": "get_tab_idx_at_point",
"params": [
{
"default": null,
"name": "point",
"type": "Vector2"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_tab_idx_from_control",
"params": [
{
"default": null,
"name": "control",
"type": "Control"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_tab_metadata",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
}
],
"return_type": "Variant"
},
{
"description": "",
"name": "get_tab_title",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
}
],
"return_type": "String"
},
{
"description": "",
"name": "is_tab_disabled",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "is_tab_hidden",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
}
],
"return_type": "bool"
},
{
"description": "",
"name": "select_next_available",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "select_previous_available",
"params": [],
"return_type": "bool"
},
{
"description": "",
"name": "set_popup",
"params": [
{
"default": null,
"name": "popup",
"type": "Node"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_tab_button_icon",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
},
{
"default": null,
"name": "icon",
"type": "Texture2D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_tab_disabled",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
},
{
"default": null,
"name": "disabled",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_tab_hidden",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
},
{
"default": null,
"name": "hidden",
"type": "bool"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_tab_icon",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
},
{
"default": null,
"name": "icon",
"type": "Texture2D"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_tab_metadata",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
},
{
"default": null,
"name": "metadata",
"type": "Variant"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_tab_title",
"params": [
{
"default": null,
"name": "tab_idx",
"type": "int"
},
{
"default": null,
"name": "title",
"type": "String"
}
],
"return_type": "void"
}
] |
[
{
"default": "false",
"getter": "is_all_tabs_in_front",
"name": "all_tabs_in_front",
"setter": "set_all_tabs_in_front",
"type": "bool"
},
{
"default": "true",
"getter": "get_clip_tabs",
"name": "clip_tabs",
"setter": "set_clip_tabs",
"type": "bool"
},
{
"default": "0",
"getter": "get_current_tab",
"name": "current_tab",
"setter": "set_current_tab",
"type": "int"
},
{
"default": "false",
"getter": "get_drag_to_rearrange_enabled",
"name": "drag_to_rearrange_enabled",
"setter": "set_drag_to_rearrange_enabled",
"type": "bool"
},
{
"default": "0",
"getter": "get_tab_alignment",
"name": "tab_alignment",
"setter": "set_tab_alignment",
"type": "int"
},
{
"default": "2",
"getter": "get_tab_focus_mode",
"name": "tab_focus_mode",
"setter": "set_tab_focus_mode",
"type": "int"
},
{
"default": "-1",
"getter": "get_tabs_rearrange_group",
"name": "tabs_rearrange_group",
"setter": "set_tabs_rearrange_group",
"type": "int"
},
{
"default": "true",
"getter": "are_tabs_visible",
"name": "tabs_visible",
"setter": "set_tabs_visible",
"type": "bool"
},
{
"default": "false",
"getter": "get_use_hidden_tabs_for_min_size",
"name": "use_hidden_tabs_for_min_size",
"setter": "set_use_hidden_tabs_for_min_size",
"type": "bool"
}
] |
||
PhysicsDirectBodyState3D
|
Object
|
[
{
"description": "",
"name": "add_constant_central_force",
"params": [
{
"default": "Vector3(0, 0, 0)",
"name": "force",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_constant_force",
"params": [
{
"default": null,
"name": "force",
"type": "Vector3"
},
{
"default": "Vector3(0, 0, 0)",
"name": "position",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "add_constant_torque",
"params": [
{
"default": null,
"name": "torque",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "apply_central_force",
"params": [
{
"default": "Vector3(0, 0, 0)",
"name": "force",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "apply_central_impulse",
"params": [
{
"default": "Vector3(0, 0, 0)",
"name": "impulse",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "apply_force",
"params": [
{
"default": null,
"name": "force",
"type": "Vector3"
},
{
"default": "Vector3(0, 0, 0)",
"name": "position",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "apply_impulse",
"params": [
{
"default": null,
"name": "impulse",
"type": "Vector3"
},
{
"default": "Vector3(0, 0, 0)",
"name": "position",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "apply_torque",
"params": [
{
"default": null,
"name": "torque",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "apply_torque_impulse",
"params": [
{
"default": null,
"name": "impulse",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "get_constant_force",
"params": [],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_constant_torque",
"params": [],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_contact_collider",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "RID"
},
{
"description": "",
"name": "get_contact_collider_id",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_contact_collider_object",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "Object"
},
{
"description": "",
"name": "get_contact_collider_position",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_contact_collider_shape",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_contact_collider_velocity_at_position",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_contact_count",
"params": [],
"return_type": "int"
},
{
"description": "",
"name": "get_contact_impulse",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_contact_local_normal",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_contact_local_position",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_contact_local_shape",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "int"
},
{
"description": "",
"name": "get_contact_local_velocity_at_position",
"params": [
{
"default": null,
"name": "contact_idx",
"type": "int"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "get_space_state",
"params": [],
"return_type": "PhysicsDirectSpaceState3D"
},
{
"description": "",
"name": "get_velocity_at_local_position",
"params": [
{
"default": null,
"name": "local_position",
"type": "Vector3"
}
],
"return_type": "Vector3"
},
{
"description": "",
"name": "integrate_forces",
"params": [],
"return_type": "void"
},
{
"description": "",
"name": "set_constant_force",
"params": [
{
"default": null,
"name": "force",
"type": "Vector3"
}
],
"return_type": "void"
},
{
"description": "",
"name": "set_constant_torque",
"params": [
{
"default": null,
"name": "torque",
"type": "Vector3"
}
],
"return_type": "void"
}
] |
[
{
"default": "",
"getter": "get_angular_velocity",
"name": "angular_velocity",
"setter": "set_angular_velocity",
"type": "Vector3"
},
{
"default": "",
"getter": "get_center_of_mass",
"name": "center_of_mass",
"setter": "",
"type": "Vector3"
},
{
"default": "",
"getter": "get_center_of_mass_local",
"name": "center_of_mass_local",
"setter": "",
"type": "Vector3"
},
{
"default": "",
"getter": "get_inverse_inertia",
"name": "inverse_inertia",
"setter": "",
"type": "Vector3"
},
{
"default": "",
"getter": "get_inverse_inertia_tensor",
"name": "inverse_inertia_tensor",
"setter": "",
"type": "Basis"
},
{
"default": "",
"getter": "get_inverse_mass",
"name": "inverse_mass",
"setter": "",
"type": "float"
},
{
"default": "",
"getter": "get_linear_velocity",
"name": "linear_velocity",
"setter": "set_linear_velocity",
"type": "Vector3"
},
{
"default": "",
"getter": "get_principal_inertia_axes",
"name": "principal_inertia_axes",
"setter": "",
"type": "Basis"
},
{
"default": "",
"getter": "is_sleeping",
"name": "sleeping",
"setter": "set_sleep_state",
"type": "bool"
},
{
"default": "",
"getter": "get_step",
"name": "step",
"setter": "",
"type": "float"
},
{
"default": "",
"getter": "get_total_angular_damp",
"name": "total_angular_damp",
"setter": "",
"type": "float"
},
{
"default": "",
"getter": "get_total_gravity",
"name": "total_gravity",
"setter": "",
"type": "Vector3"
},
{
"default": "",
"getter": "get_total_linear_damp",
"name": "total_linear_damp",
"setter": "",
"type": "float"
},
{
"default": "",
"getter": "get_transform",
"name": "transform",
"setter": "set_transform",
"type": "Transform3D"
}
] |
||
CurveTexture
|
Texture2D
|
[] |
[
{
"default": "",
"getter": "get_curve",
"name": "curve",
"setter": "set_curve",
"type": "Curve"
},
{
"default": "false",
"getter": "is_local_to_scene",
"name": "resource_local_to_scene",
"setter": "set_local_to_scene",
"type": "bool"
},
{
"default": "0",
"getter": "get_texture_mode",
"name": "texture_mode",
"setter": "set_texture_mode",
"type": "int"
},
{
"default": "256",
"getter": "get_width",
"name": "width",
"setter": "set_width",
"type": "int"
}
] |
||
InputEventGesture
|
InputEventWithModifiers
|
[] |
[
{
"default": "Vector2(0, 0)",
"getter": "get_position",
"name": "position",
"setter": "set_position",
"type": "Vector2"
}
] |
||
ResourceImporterScene
|
ResourceImporter
|
[] |
[
{
"default": "{}",
"getter": "",
"name": "_subresources",
"setter": "",
"type": "Dictionary"
},
{
"default": "30",
"getter": "",
"name": "animation/fps",
"setter": "",
"type": "float"
},
{
"default": "true",
"getter": "",
"name": "animation/import",
"setter": "",
"type": "bool"
},
{
"default": "true",
"getter": "",
"name": "animation/remove_immutable_tracks",
"setter": "",
"type": "bool"
},
{
"default": "false",
"getter": "",
"name": "animation/trimming",
"setter": "",
"type": "bool"
},
{
"default": "\"\"",
"getter": "",
"name": "import_script/path",
"setter": "",
"type": "String"
},
{
"default": "true",
"getter": "",
"name": "meshes/create_shadow_meshes",
"setter": "",
"type": "bool"
},
{
"default": "true",
"getter": "",
"name": "meshes/ensure_tangents",
"setter": "",
"type": "bool"
},
{
"default": "false",
"getter": "",
"name": "meshes/force_disable_compression",
"setter": "",
"type": "bool"
},
{
"default": "true",
"getter": "",
"name": "meshes/generate_lods",
"setter": "",
"type": "bool"
},
{
"default": "1",
"getter": "",
"name": "meshes/light_baking",
"setter": "",
"type": "int"
},
{
"default": "0.2",
"getter": "",
"name": "meshes/lightmap_texel_size",
"setter": "",
"type": "float"
},
{
"default": "true",
"getter": "",
"name": "nodes/apply_root_scale",
"setter": "",
"type": "bool"
},
{
"default": "\"\"",
"getter": "",
"name": "nodes/root_name",
"setter": "",
"type": "String"
},
{
"default": "1.0",
"getter": "",
"name": "nodes/root_scale",
"setter": "",
"type": "float"
},
{
"default": "\"\"",
"getter": "",
"name": "nodes/root_type",
"setter": "",
"type": "String"
},
{
"default": "true",
"getter": "",
"name": "skins/use_named_skins",
"setter": "",
"type": "bool"
}
] |
||
PhysicsMaterial
|
Resource
|
[] |
[
{
"default": "false",
"getter": "is_absorbent",
"name": "absorbent",
"setter": "set_absorbent",
"type": "bool"
},
{
"default": "0.0",
"getter": "get_bounce",
"name": "bounce",
"setter": "set_bounce",
"type": "float"
},
{
"default": "1.0",
"getter": "get_friction",
"name": "friction",
"setter": "set_friction",
"type": "float"
},
{
"default": "false",
"getter": "is_rough",
"name": "rough",
"setter": "set_rough",
"type": "bool"
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.