diff --git a/extension_api.json b/extension_api.json index 949723b..13f5b07 100644 --- a/extension_api.json +++ b/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 0, "version_patch": 0, - "version_status": "alpha4", - "version_build": "official", - "version_full_name": "Godot Engine v4.0.alpha4.official" + "version_status": "alpha", + "version_build": "custom_build", + "version_full_name": "Godot Engine v4.0.alpha.custom_build" }, "builtin_class_sizes": [ { @@ -793,19 +793,19 @@ "name": "Color", "members": [ { - "member": "x", + "member": "r", "offset": 0 }, { - "member": "y", + "member": "g", "offset": 4 }, { - "member": "z", + "member": "b", "offset": 8 }, { - "member": "w", + "member": "a", "offset": 12 } ] @@ -999,19 +999,19 @@ "name": "Color", "members": [ { - "member": "x", + "member": "r", "offset": 0 }, { - "member": "y", + "member": "g", "offset": 4 }, { - "member": "z", + "member": "b", "offset": 8 }, { - "member": "w", + "member": "a", "offset": 12 } ] @@ -1205,19 +1205,19 @@ "name": "Color", "members": [ { - "member": "x", + "member": "r", "offset": 0 }, { - "member": "y", + "member": "g", "offset": 4 }, { - "member": "z", + "member": "b", "offset": 8 }, { - "member": "w", + "member": "a", "offset": 12 } ] @@ -1411,19 +1411,19 @@ "name": "Color", "members": [ { - "member": "x", + "member": "r", "offset": 0 }, { - "member": "y", + "member": "g", "offset": 4 }, { - "member": "z", + "member": "b", "offset": 8 }, { - "member": "w", + "member": "a", "offset": 12 } ] @@ -1436,15 +1436,23 @@ ], "global_enums": [ { - "name": "ClockDirection", + "name": "Side", "values": [ { - "name": "CLOCKWISE", + "name": "SIDE_LEFT", "value": 0 }, { - "name": "COUNTERCLOCKWISE", + "name": "SIDE_TOP", "value": 1 + }, + { + "name": "SIDE_RIGHT", + "value": 2 + }, + { + "name": "SIDE_BOTTOM", + "value": 3 } ] }, @@ -1470,203 +1478,28 @@ ] }, { - "name": "Error", + "name": "Orientation", "values": [ { - "name": "OK", - "value": 0 - }, - { - "name": "FAILED", + "name": "VERTICAL", "value": 1 }, { - "name": "ERR_UNAVAILABLE", - "value": 2 + "name": "HORIZONTAL", + "value": 0 + } + ] + }, + { + "name": "ClockDirection", + "values": [ + { + "name": "CLOCKWISE", + "value": 0 }, { - "name": "ERR_UNCONFIGURED", - "value": 3 - }, - { - "name": "ERR_UNAUTHORIZED", - "value": 4 - }, - { - "name": "ERR_PARAMETER_RANGE_ERROR", - "value": 5 - }, - { - "name": "ERR_OUT_OF_MEMORY", - "value": 6 - }, - { - "name": "ERR_FILE_NOT_FOUND", - "value": 7 - }, - { - "name": "ERR_FILE_BAD_DRIVE", - "value": 8 - }, - { - "name": "ERR_FILE_BAD_PATH", - "value": 9 - }, - { - "name": "ERR_FILE_NO_PERMISSION", - "value": 10 - }, - { - "name": "ERR_FILE_ALREADY_IN_USE", - "value": 11 - }, - { - "name": "ERR_FILE_CANT_OPEN", - "value": 12 - }, - { - "name": "ERR_FILE_CANT_WRITE", - "value": 13 - }, - { - "name": "ERR_FILE_CANT_READ", - "value": 14 - }, - { - "name": "ERR_FILE_UNRECOGNIZED", - "value": 15 - }, - { - "name": "ERR_FILE_CORRUPT", - "value": 16 - }, - { - "name": "ERR_FILE_MISSING_DEPENDENCIES", - "value": 17 - }, - { - "name": "ERR_FILE_EOF", - "value": 18 - }, - { - "name": "ERR_CANT_OPEN", - "value": 19 - }, - { - "name": "ERR_CANT_CREATE", - "value": 20 - }, - { - "name": "ERR_QUERY_FAILED", - "value": 21 - }, - { - "name": "ERR_ALREADY_IN_USE", - "value": 22 - }, - { - "name": "ERR_LOCKED", - "value": 23 - }, - { - "name": "ERR_TIMEOUT", - "value": 24 - }, - { - "name": "ERR_CANT_CONNECT", - "value": 25 - }, - { - "name": "ERR_CANT_RESOLVE", - "value": 26 - }, - { - "name": "ERR_CONNECTION_ERROR", - "value": 27 - }, - { - "name": "ERR_CANT_ACQUIRE_RESOURCE", - "value": 28 - }, - { - "name": "ERR_CANT_FORK", - "value": 29 - }, - { - "name": "ERR_INVALID_DATA", - "value": 30 - }, - { - "name": "ERR_INVALID_PARAMETER", - "value": 31 - }, - { - "name": "ERR_ALREADY_EXISTS", - "value": 32 - }, - { - "name": "ERR_DOES_NOT_EXIST", - "value": 33 - }, - { - "name": "ERR_DATABASE_CANT_READ", - "value": 34 - }, - { - "name": "ERR_DATABASE_CANT_WRITE", - "value": 35 - }, - { - "name": "ERR_COMPILATION_FAILED", - "value": 36 - }, - { - "name": "ERR_METHOD_NOT_FOUND", - "value": 37 - }, - { - "name": "ERR_LINK_FAILED", - "value": 38 - }, - { - "name": "ERR_SCRIPT_FAILED", - "value": 39 - }, - { - "name": "ERR_CYCLIC_LINK", - "value": 40 - }, - { - "name": "ERR_INVALID_DECLARATION", - "value": 41 - }, - { - "name": "ERR_DUPLICATE_SYMBOL", - "value": 42 - }, - { - "name": "ERR_PARSE_ERROR", - "value": 43 - }, - { - "name": "ERR_BUSY", - "value": 44 - }, - { - "name": "ERR_SKIP", - "value": 45 - }, - { - "name": "ERR_HELP", - "value": 46 - }, - { - "name": "ERR_BUG", - "value": 47 - }, - { - "name": "ERR_PRINTER_ON_FIRE", - "value": 48 + "name": "COUNTERCLOCKWISE", + "value": 1 } ] }, @@ -1691,6 +1524,27 @@ } ] }, + { + "name": "VerticalAlignment", + "values": [ + { + "name": "VERTICAL_ALIGNMENT_TOP", + "value": 0 + }, + { + "name": "VERTICAL_ALIGNMENT_CENTER", + "value": 1 + }, + { + "name": "VERTICAL_ALIGNMENT_BOTTOM", + "value": 2 + }, + { + "name": "VERTICAL_ALIGNMENT_FILL", + "value": 3 + } + ] + }, { "name": "InlineAlignment", "values": [ @@ -1744,148 +1598,6 @@ } ] }, - { - "name": "JoyAxis", - "values": [ - { - "name": "JOY_AXIS_INVALID", - "value": -1 - }, - { - "name": "JOY_AXIS_LEFT_X", - "value": 0 - }, - { - "name": "JOY_AXIS_LEFT_Y", - "value": 1 - }, - { - "name": "JOY_AXIS_RIGHT_X", - "value": 2 - }, - { - "name": "JOY_AXIS_RIGHT_Y", - "value": 3 - }, - { - "name": "JOY_AXIS_TRIGGER_LEFT", - "value": 4 - }, - { - "name": "JOY_AXIS_TRIGGER_RIGHT", - "value": 5 - }, - { - "name": "JOY_AXIS_SDL_MAX", - "value": 6 - }, - { - "name": "JOY_AXIS_MAX", - "value": 10 - } - ] - }, - { - "name": "JoyButton", - "values": [ - { - "name": "JOY_BUTTON_INVALID", - "value": -1 - }, - { - "name": "JOY_BUTTON_A", - "value": 0 - }, - { - "name": "JOY_BUTTON_B", - "value": 1 - }, - { - "name": "JOY_BUTTON_X", - "value": 2 - }, - { - "name": "JOY_BUTTON_Y", - "value": 3 - }, - { - "name": "JOY_BUTTON_BACK", - "value": 4 - }, - { - "name": "JOY_BUTTON_GUIDE", - "value": 5 - }, - { - "name": "JOY_BUTTON_START", - "value": 6 - }, - { - "name": "JOY_BUTTON_LEFT_STICK", - "value": 7 - }, - { - "name": "JOY_BUTTON_RIGHT_STICK", - "value": 8 - }, - { - "name": "JOY_BUTTON_LEFT_SHOULDER", - "value": 9 - }, - { - "name": "JOY_BUTTON_RIGHT_SHOULDER", - "value": 10 - }, - { - "name": "JOY_BUTTON_DPAD_UP", - "value": 11 - }, - { - "name": "JOY_BUTTON_DPAD_DOWN", - "value": 12 - }, - { - "name": "JOY_BUTTON_DPAD_LEFT", - "value": 13 - }, - { - "name": "JOY_BUTTON_DPAD_RIGHT", - "value": 14 - }, - { - "name": "JOY_BUTTON_MISC1", - "value": 15 - }, - { - "name": "JOY_BUTTON_PADDLE1", - "value": 16 - }, - { - "name": "JOY_BUTTON_PADDLE2", - "value": 17 - }, - { - "name": "JOY_BUTTON_PADDLE3", - "value": 18 - }, - { - "name": "JOY_BUTTON_PADDLE4", - "value": 19 - }, - { - "name": "JOY_BUTTON_TOUCHPAD", - "value": 20 - }, - { - "name": "JOY_BUTTON_SDL_MAX", - "value": 21 - }, - { - "name": "JOY_BUTTON_MAX", - "value": 128 - } - ] - }, { "name": "Key", "values": [ @@ -2069,6 +1781,82 @@ "name": "KEY_F16", "value": 16777259 }, + { + "name": "KEY_F17", + "value": 16777260 + }, + { + "name": "KEY_F18", + "value": 16777261 + }, + { + "name": "KEY_F19", + "value": 16777262 + }, + { + "name": "KEY_F20", + "value": 16777263 + }, + { + "name": "KEY_F21", + "value": 16777264 + }, + { + "name": "KEY_F22", + "value": 16777265 + }, + { + "name": "KEY_F23", + "value": 16777266 + }, + { + "name": "KEY_F24", + "value": 16777267 + }, + { + "name": "KEY_F25", + "value": 16777268 + }, + { + "name": "KEY_F26", + "value": 16777269 + }, + { + "name": "KEY_F27", + "value": 16777270 + }, + { + "name": "KEY_F28", + "value": 16777271 + }, + { + "name": "KEY_F29", + "value": 16777272 + }, + { + "name": "KEY_F30", + "value": 16777273 + }, + { + "name": "KEY_F31", + "value": 16777274 + }, + { + "name": "KEY_F32", + "value": 16777275 + }, + { + "name": "KEY_F33", + "value": 16777276 + }, + { + "name": "KEY_F34", + "value": 16777277 + }, + { + "name": "KEY_F35", + "value": 16777278 + }, { "name": "KEY_KP_MULTIPLY", "value": 16777345 @@ -2131,196 +1919,196 @@ }, { "name": "KEY_SUPER_L", - "value": 16777260 - }, - { - "name": "KEY_SUPER_R", - "value": 16777261 - }, - { - "name": "KEY_MENU", - "value": 16777262 - }, - { - "name": "KEY_HYPER_L", - "value": 16777263 - }, - { - "name": "KEY_HYPER_R", - "value": 16777264 - }, - { - "name": "KEY_HELP", - "value": 16777265 - }, - { - "name": "KEY_DIRECTION_L", - "value": 16777266 - }, - { - "name": "KEY_DIRECTION_R", - "value": 16777267 - }, - { - "name": "KEY_BACK", "value": 16777280 }, { - "name": "KEY_FORWARD", + "name": "KEY_SUPER_R", "value": 16777281 }, { - "name": "KEY_STOP", + "name": "KEY_MENU", "value": 16777282 }, { - "name": "KEY_REFRESH", + "name": "KEY_HYPER_L", "value": 16777283 }, { - "name": "KEY_VOLUMEDOWN", + "name": "KEY_HYPER_R", "value": 16777284 }, { - "name": "KEY_VOLUMEMUTE", + "name": "KEY_HELP", "value": 16777285 }, { - "name": "KEY_VOLUMEUP", + "name": "KEY_DIRECTION_L", "value": 16777286 }, { - "name": "KEY_BASSBOOST", + "name": "KEY_DIRECTION_R", "value": 16777287 }, { - "name": "KEY_BASSUP", + "name": "KEY_BACK", "value": 16777288 }, { - "name": "KEY_BASSDOWN", + "name": "KEY_FORWARD", "value": 16777289 }, { - "name": "KEY_TREBLEUP", + "name": "KEY_STOP", "value": 16777290 }, { - "name": "KEY_TREBLEDOWN", + "name": "KEY_REFRESH", "value": 16777291 }, { - "name": "KEY_MEDIAPLAY", + "name": "KEY_VOLUMEDOWN", "value": 16777292 }, { - "name": "KEY_MEDIASTOP", + "name": "KEY_VOLUMEMUTE", "value": 16777293 }, { - "name": "KEY_MEDIAPREVIOUS", + "name": "KEY_VOLUMEUP", "value": 16777294 }, { - "name": "KEY_MEDIANEXT", + "name": "KEY_BASSBOOST", "value": 16777295 }, { - "name": "KEY_MEDIARECORD", + "name": "KEY_BASSUP", "value": 16777296 }, { - "name": "KEY_HOMEPAGE", + "name": "KEY_BASSDOWN", "value": 16777297 }, { - "name": "KEY_FAVORITES", + "name": "KEY_TREBLEUP", "value": 16777298 }, { - "name": "KEY_SEARCH", + "name": "KEY_TREBLEDOWN", "value": 16777299 }, { - "name": "KEY_STANDBY", + "name": "KEY_MEDIAPLAY", "value": 16777300 }, { - "name": "KEY_OPENURL", + "name": "KEY_MEDIASTOP", "value": 16777301 }, { - "name": "KEY_LAUNCHMAIL", + "name": "KEY_MEDIAPREVIOUS", "value": 16777302 }, { - "name": "KEY_LAUNCHMEDIA", + "name": "KEY_MEDIANEXT", "value": 16777303 }, { - "name": "KEY_LAUNCH0", + "name": "KEY_MEDIARECORD", "value": 16777304 }, { - "name": "KEY_LAUNCH1", + "name": "KEY_HOMEPAGE", "value": 16777305 }, { - "name": "KEY_LAUNCH2", + "name": "KEY_FAVORITES", "value": 16777306 }, { - "name": "KEY_LAUNCH3", + "name": "KEY_SEARCH", "value": 16777307 }, { - "name": "KEY_LAUNCH4", + "name": "KEY_STANDBY", "value": 16777308 }, { - "name": "KEY_LAUNCH5", + "name": "KEY_OPENURL", "value": 16777309 }, { - "name": "KEY_LAUNCH6", + "name": "KEY_LAUNCHMAIL", "value": 16777310 }, { - "name": "KEY_LAUNCH7", + "name": "KEY_LAUNCHMEDIA", "value": 16777311 }, { - "name": "KEY_LAUNCH8", + "name": "KEY_LAUNCH0", "value": 16777312 }, { - "name": "KEY_LAUNCH9", + "name": "KEY_LAUNCH1", "value": 16777313 }, { - "name": "KEY_LAUNCHA", + "name": "KEY_LAUNCH2", "value": 16777314 }, { - "name": "KEY_LAUNCHB", + "name": "KEY_LAUNCH3", "value": 16777315 }, { - "name": "KEY_LAUNCHC", + "name": "KEY_LAUNCH4", "value": 16777316 }, { - "name": "KEY_LAUNCHD", + "name": "KEY_LAUNCH5", "value": 16777317 }, { - "name": "KEY_LAUNCHE", + "name": "KEY_LAUNCH6", "value": 16777318 }, { - "name": "KEY_LAUNCHF", + "name": "KEY_LAUNCH7", "value": 16777319 }, + { + "name": "KEY_LAUNCH8", + "value": 16777320 + }, + { + "name": "KEY_LAUNCH9", + "value": 16777321 + }, + { + "name": "KEY_LAUNCHA", + "value": 16777322 + }, + { + "name": "KEY_LAUNCHB", + "value": 16777323 + }, + { + "name": "KEY_LAUNCHC", + "value": 16777324 + }, + { + "name": "KEY_LAUNCHD", + "value": 16777325 + }, + { + "name": "KEY_LAUNCHE", + "value": 16777326 + }, + { + "name": "KEY_LAUNCHF", + "value": 16777327 + }, { "name": "KEY_UNKNOWN", "value": 33554431 @@ -2876,7 +2664,7 @@ }, { "name": "KEY_MODIFIER_MASK", - "value": -16777216 + "value": 2130706432 }, { "name": "KEY_MASK_SHIFT", @@ -2908,6 +2696,213 @@ } ] }, + { + "name": "MouseButton", + "values": [ + { + "name": "MOUSE_BUTTON_NONE", + "value": 0 + }, + { + "name": "MOUSE_BUTTON_LEFT", + "value": 1 + }, + { + "name": "MOUSE_BUTTON_RIGHT", + "value": 2 + }, + { + "name": "MOUSE_BUTTON_MIDDLE", + "value": 3 + }, + { + "name": "MOUSE_BUTTON_WHEEL_UP", + "value": 4 + }, + { + "name": "MOUSE_BUTTON_WHEEL_DOWN", + "value": 5 + }, + { + "name": "MOUSE_BUTTON_WHEEL_LEFT", + "value": 6 + }, + { + "name": "MOUSE_BUTTON_WHEEL_RIGHT", + "value": 7 + }, + { + "name": "MOUSE_BUTTON_XBUTTON1", + "value": 8 + }, + { + "name": "MOUSE_BUTTON_XBUTTON2", + "value": 9 + }, + { + "name": "MOUSE_BUTTON_MASK_LEFT", + "value": 1 + }, + { + "name": "MOUSE_BUTTON_MASK_RIGHT", + "value": 2 + }, + { + "name": "MOUSE_BUTTON_MASK_MIDDLE", + "value": 4 + }, + { + "name": "MOUSE_BUTTON_MASK_XBUTTON1", + "value": 128 + }, + { + "name": "MOUSE_BUTTON_MASK_XBUTTON2", + "value": 256 + } + ] + }, + { + "name": "JoyButton", + "values": [ + { + "name": "JOY_BUTTON_INVALID", + "value": -1 + }, + { + "name": "JOY_BUTTON_A", + "value": 0 + }, + { + "name": "JOY_BUTTON_B", + "value": 1 + }, + { + "name": "JOY_BUTTON_X", + "value": 2 + }, + { + "name": "JOY_BUTTON_Y", + "value": 3 + }, + { + "name": "JOY_BUTTON_BACK", + "value": 4 + }, + { + "name": "JOY_BUTTON_GUIDE", + "value": 5 + }, + { + "name": "JOY_BUTTON_START", + "value": 6 + }, + { + "name": "JOY_BUTTON_LEFT_STICK", + "value": 7 + }, + { + "name": "JOY_BUTTON_RIGHT_STICK", + "value": 8 + }, + { + "name": "JOY_BUTTON_LEFT_SHOULDER", + "value": 9 + }, + { + "name": "JOY_BUTTON_RIGHT_SHOULDER", + "value": 10 + }, + { + "name": "JOY_BUTTON_DPAD_UP", + "value": 11 + }, + { + "name": "JOY_BUTTON_DPAD_DOWN", + "value": 12 + }, + { + "name": "JOY_BUTTON_DPAD_LEFT", + "value": 13 + }, + { + "name": "JOY_BUTTON_DPAD_RIGHT", + "value": 14 + }, + { + "name": "JOY_BUTTON_MISC1", + "value": 15 + }, + { + "name": "JOY_BUTTON_PADDLE1", + "value": 16 + }, + { + "name": "JOY_BUTTON_PADDLE2", + "value": 17 + }, + { + "name": "JOY_BUTTON_PADDLE3", + "value": 18 + }, + { + "name": "JOY_BUTTON_PADDLE4", + "value": 19 + }, + { + "name": "JOY_BUTTON_TOUCHPAD", + "value": 20 + }, + { + "name": "JOY_BUTTON_SDL_MAX", + "value": 21 + }, + { + "name": "JOY_BUTTON_MAX", + "value": 128 + } + ] + }, + { + "name": "JoyAxis", + "values": [ + { + "name": "JOY_AXIS_INVALID", + "value": -1 + }, + { + "name": "JOY_AXIS_LEFT_X", + "value": 0 + }, + { + "name": "JOY_AXIS_LEFT_Y", + "value": 1 + }, + { + "name": "JOY_AXIS_RIGHT_X", + "value": 2 + }, + { + "name": "JOY_AXIS_RIGHT_Y", + "value": 3 + }, + { + "name": "JOY_AXIS_TRIGGER_LEFT", + "value": 4 + }, + { + "name": "JOY_AXIS_TRIGGER_RIGHT", + "value": 5 + }, + { + "name": "JOY_AXIS_SDL_MAX", + "value": 6 + }, + { + "name": "JOY_AXIS_MAX", + "value": 10 + } + ] + }, { "name": "MIDIMessage", "values": [ @@ -2990,125 +2985,203 @@ ] }, { - "name": "MethodFlags", + "name": "Error", "values": [ { - "name": "METHOD_FLAG_NORMAL", - "value": 1 - }, - { - "name": "METHOD_FLAG_EDITOR", - "value": 2 - }, - { - "name": "METHOD_FLAG_NOSCRIPT", - "value": 4 - }, - { - "name": "METHOD_FLAG_CONST", - "value": 8 - }, - { - "name": "METHOD_FLAG_REVERSE", - "value": 16 - }, - { - "name": "METHOD_FLAG_VIRTUAL", - "value": 32 - }, - { - "name": "METHOD_FLAG_FROM_SCRIPT", - "value": 64 - }, - { - "name": "METHOD_FLAG_STATIC", - "value": 256 - }, - { - "name": "METHOD_FLAG_OBJECT_CORE", - "value": 512 - }, - { - "name": "METHOD_FLAGS_DEFAULT", - "value": 1 - } - ] - }, - { - "name": "MouseButton", - "values": [ - { - "name": "MOUSE_BUTTON_NONE", + "name": "OK", "value": 0 }, { - "name": "MOUSE_BUTTON_LEFT", + "name": "FAILED", "value": 1 }, { - "name": "MOUSE_BUTTON_RIGHT", + "name": "ERR_UNAVAILABLE", "value": 2 }, { - "name": "MOUSE_BUTTON_MIDDLE", + "name": "ERR_UNCONFIGURED", "value": 3 }, { - "name": "MOUSE_BUTTON_WHEEL_UP", + "name": "ERR_UNAUTHORIZED", "value": 4 }, { - "name": "MOUSE_BUTTON_WHEEL_DOWN", + "name": "ERR_PARAMETER_RANGE_ERROR", "value": 5 }, { - "name": "MOUSE_BUTTON_WHEEL_LEFT", + "name": "ERR_OUT_OF_MEMORY", "value": 6 }, { - "name": "MOUSE_BUTTON_WHEEL_RIGHT", + "name": "ERR_FILE_NOT_FOUND", "value": 7 }, { - "name": "MOUSE_BUTTON_XBUTTON1", + "name": "ERR_FILE_BAD_DRIVE", "value": 8 }, { - "name": "MOUSE_BUTTON_XBUTTON2", + "name": "ERR_FILE_BAD_PATH", "value": 9 }, { - "name": "MOUSE_BUTTON_MASK_LEFT", - "value": 1 + "name": "ERR_FILE_NO_PERMISSION", + "value": 10 }, { - "name": "MOUSE_BUTTON_MASK_RIGHT", - "value": 2 + "name": "ERR_FILE_ALREADY_IN_USE", + "value": 11 }, { - "name": "MOUSE_BUTTON_MASK_MIDDLE", - "value": 4 + "name": "ERR_FILE_CANT_OPEN", + "value": 12 }, { - "name": "MOUSE_BUTTON_MASK_XBUTTON1", - "value": 128 + "name": "ERR_FILE_CANT_WRITE", + "value": 13 }, { - "name": "MOUSE_BUTTON_MASK_XBUTTON2", - "value": 256 - } - ] - }, - { - "name": "Orientation", - "values": [ - { - "name": "VERTICAL", - "value": 1 + "name": "ERR_FILE_CANT_READ", + "value": 14 }, { - "name": "HORIZONTAL", - "value": 0 + "name": "ERR_FILE_UNRECOGNIZED", + "value": 15 + }, + { + "name": "ERR_FILE_CORRUPT", + "value": 16 + }, + { + "name": "ERR_FILE_MISSING_DEPENDENCIES", + "value": 17 + }, + { + "name": "ERR_FILE_EOF", + "value": 18 + }, + { + "name": "ERR_CANT_OPEN", + "value": 19 + }, + { + "name": "ERR_CANT_CREATE", + "value": 20 + }, + { + "name": "ERR_QUERY_FAILED", + "value": 21 + }, + { + "name": "ERR_ALREADY_IN_USE", + "value": 22 + }, + { + "name": "ERR_LOCKED", + "value": 23 + }, + { + "name": "ERR_TIMEOUT", + "value": 24 + }, + { + "name": "ERR_CANT_CONNECT", + "value": 25 + }, + { + "name": "ERR_CANT_RESOLVE", + "value": 26 + }, + { + "name": "ERR_CONNECTION_ERROR", + "value": 27 + }, + { + "name": "ERR_CANT_ACQUIRE_RESOURCE", + "value": 28 + }, + { + "name": "ERR_CANT_FORK", + "value": 29 + }, + { + "name": "ERR_INVALID_DATA", + "value": 30 + }, + { + "name": "ERR_INVALID_PARAMETER", + "value": 31 + }, + { + "name": "ERR_ALREADY_EXISTS", + "value": 32 + }, + { + "name": "ERR_DOES_NOT_EXIST", + "value": 33 + }, + { + "name": "ERR_DATABASE_CANT_READ", + "value": 34 + }, + { + "name": "ERR_DATABASE_CANT_WRITE", + "value": 35 + }, + { + "name": "ERR_COMPILATION_FAILED", + "value": 36 + }, + { + "name": "ERR_METHOD_NOT_FOUND", + "value": 37 + }, + { + "name": "ERR_LINK_FAILED", + "value": 38 + }, + { + "name": "ERR_SCRIPT_FAILED", + "value": 39 + }, + { + "name": "ERR_CYCLIC_LINK", + "value": 40 + }, + { + "name": "ERR_INVALID_DECLARATION", + "value": 41 + }, + { + "name": "ERR_DUPLICATE_SYMBOL", + "value": 42 + }, + { + "name": "ERR_PARSE_ERROR", + "value": 43 + }, + { + "name": "ERR_BUSY", + "value": 44 + }, + { + "name": "ERR_SKIP", + "value": 45 + }, + { + "name": "ERR_HELP", + "value": 46 + }, + { + "name": "ERR_BUG", + "value": 47 + }, + { + "name": "ERR_PRINTER_ON_FIRE", + "value": 48 } ] }, @@ -3136,63 +3209,63 @@ "value": 4 }, { - "name": "PROPERTY_HINT_LENGTH", + "name": "PROPERTY_HINT_LINK", "value": 5 }, { - "name": "PROPERTY_HINT_KEY_ACCEL", + "name": "PROPERTY_HINT_FLAGS", "value": 6 }, { - "name": "PROPERTY_HINT_FLAGS", + "name": "PROPERTY_HINT_LAYERS_2D_RENDER", "value": 7 }, { - "name": "PROPERTY_HINT_LAYERS_2D_RENDER", + "name": "PROPERTY_HINT_LAYERS_2D_PHYSICS", "value": 8 }, { - "name": "PROPERTY_HINT_LAYERS_2D_PHYSICS", + "name": "PROPERTY_HINT_LAYERS_2D_NAVIGATION", "value": 9 }, { - "name": "PROPERTY_HINT_LAYERS_2D_NAVIGATION", + "name": "PROPERTY_HINT_LAYERS_3D_RENDER", "value": 10 }, { - "name": "PROPERTY_HINT_LAYERS_3D_RENDER", + "name": "PROPERTY_HINT_LAYERS_3D_PHYSICS", "value": 11 }, { - "name": "PROPERTY_HINT_LAYERS_3D_PHYSICS", + "name": "PROPERTY_HINT_LAYERS_3D_NAVIGATION", "value": 12 }, { - "name": "PROPERTY_HINT_LAYERS_3D_NAVIGATION", + "name": "PROPERTY_HINT_FILE", "value": 13 }, { - "name": "PROPERTY_HINT_FILE", + "name": "PROPERTY_HINT_DIR", "value": 14 }, { - "name": "PROPERTY_HINT_DIR", + "name": "PROPERTY_HINT_GLOBAL_FILE", "value": 15 }, { - "name": "PROPERTY_HINT_GLOBAL_FILE", + "name": "PROPERTY_HINT_GLOBAL_DIR", "value": 16 }, { - "name": "PROPERTY_HINT_GLOBAL_DIR", + "name": "PROPERTY_HINT_RESOURCE_TYPE", "value": 17 }, { - "name": "PROPERTY_HINT_RESOURCE_TYPE", + "name": "PROPERTY_HINT_MULTILINE_TEXT", "value": 18 }, { - "name": "PROPERTY_HINT_MULTILINE_TEXT", + "name": "PROPERTY_HINT_EXPRESSION", "value": 19 }, { @@ -3268,24 +3341,36 @@ "value": 37 }, { - "name": "PROPERTY_HINT_INT_IS_OBJECTID", + "name": "PROPERTY_HINT_GLOBAL_SAVE_FILE", "value": 38 }, { - "name": "PROPERTY_HINT_INT_IS_POINTER", - "value": 40 - }, - { - "name": "PROPERTY_HINT_ARRAY_TYPE", + "name": "PROPERTY_HINT_INT_IS_OBJECTID", "value": 39 }, { - "name": "PROPERTY_HINT_LOCALE_ID", + "name": "PROPERTY_HINT_INT_IS_POINTER", "value": 41 }, { - "name": "PROPERTY_HINT_MAX", + "name": "PROPERTY_HINT_ARRAY_TYPE", + "value": 40 + }, + { + "name": "PROPERTY_HINT_LOCALE_ID", "value": 42 + }, + { + "name": "PROPERTY_HINT_LOCALIZABLE_STRING", + "value": 43 + }, + { + "name": "PROPERTY_HINT_NODE_TYPE", + "value": 44 + }, + { + "name": "PROPERTY_HINT_MAX", + "value": 45 } ] }, @@ -3298,131 +3383,164 @@ }, { "name": "PROPERTY_USAGE_STORAGE", - "value": 1 - }, - { - "name": "PROPERTY_USAGE_EDITOR", "value": 2 }, { - "name": "PROPERTY_USAGE_NETWORK", + "name": "PROPERTY_USAGE_EDITOR", "value": 4 }, { - "name": "PROPERTY_USAGE_EDITOR_HELPER", + "name": "PROPERTY_USAGE_CHECKABLE", "value": 8 }, { - "name": "PROPERTY_USAGE_CHECKABLE", + "name": "PROPERTY_USAGE_CHECKED", "value": 16 }, { - "name": "PROPERTY_USAGE_CHECKED", + "name": "PROPERTY_USAGE_INTERNATIONALIZED", "value": 32 }, { - "name": "PROPERTY_USAGE_INTERNATIONALIZED", + "name": "PROPERTY_USAGE_GROUP", "value": 64 }, { - "name": "PROPERTY_USAGE_GROUP", + "name": "PROPERTY_USAGE_CATEGORY", "value": 128 }, { - "name": "PROPERTY_USAGE_CATEGORY", + "name": "PROPERTY_USAGE_SUBGROUP", "value": 256 }, { - "name": "PROPERTY_USAGE_SUBGROUP", + "name": "PROPERTY_USAGE_CLASS_IS_BITFIELD", "value": 512 }, { "name": "PROPERTY_USAGE_NO_INSTANCE_STATE", - "value": 2048 + "value": 1024 }, { "name": "PROPERTY_USAGE_RESTART_IF_CHANGED", - "value": 4096 + "value": 2048 }, { "name": "PROPERTY_USAGE_SCRIPT_VARIABLE", - "value": 8192 + "value": 4096 }, { "name": "PROPERTY_USAGE_STORE_IF_NULL", - "value": 16384 + "value": 8192 }, { "name": "PROPERTY_USAGE_ANIMATE_AS_TRIGGER", - "value": 32768 + "value": 16384 }, { "name": "PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED", - "value": 65536 + "value": 32768 }, { "name": "PROPERTY_USAGE_SCRIPT_DEFAULT_VALUE", - "value": 131072 + "value": 65536 }, { "name": "PROPERTY_USAGE_CLASS_IS_ENUM", - "value": 262144 + "value": 131072 }, { "name": "PROPERTY_USAGE_NIL_IS_VARIANT", - "value": 524288 + "value": 262144 }, { "name": "PROPERTY_USAGE_INTERNAL", - "value": 1048576 + "value": 524288 }, { "name": "PROPERTY_USAGE_DO_NOT_SHARE_ON_DUPLICATE", - "value": 2097152 + "value": 1048576 }, { "name": "PROPERTY_USAGE_HIGH_END_GFX", - "value": 4194304 + "value": 2097152 }, { "name": "PROPERTY_USAGE_NODE_PATH_FROM_SCENE_ROOT", - "value": 8388608 + "value": 4194304 }, { "name": "PROPERTY_USAGE_RESOURCE_NOT_PERSISTENT", - "value": 16777216 + "value": 8388608 }, { "name": "PROPERTY_USAGE_KEYING_INCREMENTS", - "value": 33554432 + "value": 16777216 }, { "name": "PROPERTY_USAGE_DEFERRED_SET_RESOURCE", - "value": 67108864 + "value": 33554432 }, { "name": "PROPERTY_USAGE_EDITOR_INSTANTIATE_OBJECT", - "value": 134217728 + "value": 67108864 }, { "name": "PROPERTY_USAGE_EDITOR_BASIC_SETTING", - "value": 268435456 + "value": 134217728 }, { "name": "PROPERTY_USAGE_ARRAY", - "value": 1073741824 + "value": 536870912 }, { "name": "PROPERTY_USAGE_DEFAULT", - "value": 7 + "value": 6 }, { "name": "PROPERTY_USAGE_DEFAULT_INTL", - "value": 71 + "value": 38 }, { "name": "PROPERTY_USAGE_NO_EDITOR", - "value": 5 + "value": 2 + } + ] + }, + { + "name": "MethodFlags", + "values": [ + { + "name": "METHOD_FLAG_NORMAL", + "value": 1 + }, + { + "name": "METHOD_FLAG_EDITOR", + "value": 2 + }, + { + "name": "METHOD_FLAG_CONST", + "value": 4 + }, + { + "name": "METHOD_FLAG_VIRTUAL", + "value": 8 + }, + { + "name": "METHOD_FLAG_VARARG", + "value": 16 + }, + { + "name": "METHOD_FLAG_STATIC", + "value": 32 + }, + { + "name": "METHOD_FLAG_OBJECT_CORE", + "value": 64 + }, + { + "name": "METHOD_FLAGS_DEFAULT", + "value": 1 } ] }, @@ -3438,32 +3556,11 @@ "value": 1 }, { - "name": "RPC_MODE_AUTH", + "name": "RPC_MODE_AUTHORITY", "value": 2 } ] }, - { - "name": "Side", - "values": [ - { - "name": "SIDE_LEFT", - "value": 0 - }, - { - "name": "SIDE_TOP", - "value": 1 - }, - { - "name": "SIDE_RIGHT", - "value": 2 - }, - { - "name": "SIDE_BOTTOM", - "value": 3 - } - ] - }, { "name": "TransferMode", "values": [ @@ -3481,111 +3578,6 @@ } ] }, - { - "name": "Variant.Operator", - "values": [ - { - "name": "OP_EQUAL", - "value": 0 - }, - { - "name": "OP_NOT_EQUAL", - "value": 1 - }, - { - "name": "OP_LESS", - "value": 2 - }, - { - "name": "OP_LESS_EQUAL", - "value": 3 - }, - { - "name": "OP_GREATER", - "value": 4 - }, - { - "name": "OP_GREATER_EQUAL", - "value": 5 - }, - { - "name": "OP_ADD", - "value": 6 - }, - { - "name": "OP_SUBTRACT", - "value": 7 - }, - { - "name": "OP_MULTIPLY", - "value": 8 - }, - { - "name": "OP_DIVIDE", - "value": 9 - }, - { - "name": "OP_NEGATE", - "value": 10 - }, - { - "name": "OP_POSITIVE", - "value": 11 - }, - { - "name": "OP_MODULE", - "value": 12 - }, - { - "name": "OP_SHIFT_LEFT", - "value": 13 - }, - { - "name": "OP_SHIFT_RIGHT", - "value": 14 - }, - { - "name": "OP_BIT_AND", - "value": 15 - }, - { - "name": "OP_BIT_OR", - "value": 16 - }, - { - "name": "OP_BIT_XOR", - "value": 17 - }, - { - "name": "OP_BIT_NEGATE", - "value": 18 - }, - { - "name": "OP_AND", - "value": 19 - }, - { - "name": "OP_OR", - "value": 20 - }, - { - "name": "OP_XOR", - "value": 21 - }, - { - "name": "OP_NOT", - "value": 22 - }, - { - "name": "OP_IN", - "value": 23 - }, - { - "name": "OP_MAX", - "value": 24 - } - ] - }, { "name": "Variant.Type", "values": [ @@ -3736,23 +3728,111 @@ ] }, { - "name": "VerticalAlignment", + "name": "Variant.Operator", "values": [ { - "name": "VERTICAL_ALIGNMENT_TOP", + "name": "OP_EQUAL", "value": 0 }, { - "name": "VERTICAL_ALIGNMENT_CENTER", + "name": "OP_NOT_EQUAL", "value": 1 }, { - "name": "VERTICAL_ALIGNMENT_BOTTOM", + "name": "OP_LESS", "value": 2 }, { - "name": "VERTICAL_ALIGNMENT_FILL", + "name": "OP_LESS_EQUAL", "value": 3 + }, + { + "name": "OP_GREATER", + "value": 4 + }, + { + "name": "OP_GREATER_EQUAL", + "value": 5 + }, + { + "name": "OP_ADD", + "value": 6 + }, + { + "name": "OP_SUBTRACT", + "value": 7 + }, + { + "name": "OP_MULTIPLY", + "value": 8 + }, + { + "name": "OP_DIVIDE", + "value": 9 + }, + { + "name": "OP_NEGATE", + "value": 10 + }, + { + "name": "OP_POSITIVE", + "value": 11 + }, + { + "name": "OP_MODULE", + "value": 12 + }, + { + "name": "OP_POWER", + "value": 13 + }, + { + "name": "OP_SHIFT_LEFT", + "value": 14 + }, + { + "name": "OP_SHIFT_RIGHT", + "value": 15 + }, + { + "name": "OP_BIT_AND", + "value": 16 + }, + { + "name": "OP_BIT_OR", + "value": 17 + }, + { + "name": "OP_BIT_XOR", + "value": 18 + }, + { + "name": "OP_BIT_NEGATE", + "value": 19 + }, + { + "name": "OP_AND", + "value": 20 + }, + { + "name": "OP_OR", + "value": 21 + }, + { + "name": "OP_XOR", + "value": 22 + }, + { + "name": "OP_NOT", + "value": 23 + }, + { + "name": "OP_IN", + "value": 24 + }, + { + "name": "OP_MAX", + "value": 25 } ] } @@ -3763,7 +3843,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "angle_rad", @@ -3776,7 +3856,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "angle_rad", @@ -3789,7 +3869,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "angle_rad", @@ -3802,7 +3882,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3815,7 +3895,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3828,7 +3908,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3841,7 +3921,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3854,7 +3934,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3867,7 +3947,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3880,7 +3960,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "y", @@ -3897,7 +3977,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3910,7 +3990,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "x", @@ -3927,7 +4007,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "x", @@ -3944,7 +4024,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 133316302, + "hash": 3133453818, "arguments": [ { "name": "x", @@ -3961,7 +4041,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3974,7 +4054,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -3987,7 +4067,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -4000,7 +4080,7 @@ "return_type": "Variant", "category": "math", "is_vararg": false, - "hash": 134188199, + "hash": 4776452, "arguments": [ { "name": "x", @@ -4013,7 +4093,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -4026,7 +4106,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 134190379, + "hash": 2157319888, "arguments": [ { "name": "x", @@ -4039,7 +4119,7 @@ "return_type": "Variant", "category": "math", "is_vararg": false, - "hash": 134188199, + "hash": 4776452, "arguments": [ { "name": "x", @@ -4052,7 +4132,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -4065,7 +4145,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 134190379, + "hash": 2157319888, "arguments": [ { "name": "x", @@ -4078,7 +4158,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "base", @@ -4095,7 +4175,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -4108,7 +4188,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "x", @@ -4121,7 +4201,7 @@ "return_type": "bool", "category": "math", "is_vararg": false, - "hash": 134189291, + "hash": 3569215213, "arguments": [ { "name": "x", @@ -4134,7 +4214,7 @@ "return_type": "bool", "category": "math", "is_vararg": false, - "hash": 134189291, + "hash": 3569215213, "arguments": [ { "name": "x", @@ -4147,7 +4227,7 @@ "return_type": "bool", "category": "math", "is_vararg": false, - "hash": 133280399, + "hash": 1400789633, "arguments": [ { "name": "a", @@ -4164,7 +4244,7 @@ "return_type": "bool", "category": "math", "is_vararg": false, - "hash": 134189291, + "hash": 3569215213, "arguments": [ { "name": "x", @@ -4177,7 +4257,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "x", @@ -4194,20 +4274,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 134190380, - "arguments": [ - { - "name": "x", - "type": "float" - } - ] - }, - { - "name": "range_step_decimals", - "return_type": "int", - "category": "math", - "is_vararg": false, - "hash": 134190380, + "hash": 2780425386, "arguments": [ { "name": "x", @@ -4220,7 +4287,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "x", @@ -4237,7 +4304,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 105693653, + "hash": 998901048, "arguments": [ { "name": "from", @@ -4258,7 +4325,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 3509509309, + "hash": 1090965791, "arguments": [ { "name": "from", @@ -4282,12 +4349,41 @@ } ] }, + { + "name": "bezier_interpolate", + "return_type": "float", + "category": "math", + "is_vararg": false, + "hash": 1090965791, + "arguments": [ + { + "name": "start", + "type": "float" + }, + { + "name": "control_1", + "type": "float" + }, + { + "name": "control_2", + "type": "float" + }, + { + "name": "end", + "type": "float" + }, + { + "name": "t", + "type": "float" + } + ] + }, { "name": "lerp_angle", "return_type": "float", "category": "math", "is_vararg": false, - "hash": 105693653, + "hash": 998901048, "arguments": [ { "name": "from", @@ -4308,7 +4404,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 105693653, + "hash": 998901048, "arguments": [ { "name": "from", @@ -4329,7 +4425,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 3509509309, + "hash": 1090965791, "arguments": [ { "name": "value", @@ -4358,7 +4454,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 105693653, + "hash": 998901048, "arguments": [ { "name": "from", @@ -4379,7 +4475,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 105693653, + "hash": 998901048, "arguments": [ { "name": "from", @@ -4400,7 +4496,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "deg", @@ -4413,7 +4509,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "rad", @@ -4426,7 +4522,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "lin", @@ -4439,7 +4535,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 134191469, + "hash": 2140049587, "arguments": [ { "name": "db", @@ -4447,12 +4543,33 @@ } ] }, + { + "name": "wrap", + "return_type": "Variant", + "category": "math", + "is_vararg": false, + "hash": 3389874542, + "arguments": [ + { + "name": "value", + "type": "Variant" + }, + { + "name": "min", + "type": "Variant" + }, + { + "name": "max", + "type": "Variant" + } + ] + }, { "name": "wrapi", "return_type": "int", "category": "math", "is_vararg": false, - "hash": 104506609, + "hash": 650295447, "arguments": [ { "name": "value", @@ -4473,7 +4590,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 105693653, + "hash": 998901048, "arguments": [ { "name": "value", @@ -4494,7 +4611,7 @@ "return_type": "Variant", "category": "math", "is_vararg": true, - "hash": 172379753, + "hash": 3896050336, "arguments": [ { "name": "arg1", @@ -4511,7 +4628,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 133316302, + "hash": 3133453818, "arguments": [ { "name": "a", @@ -4528,7 +4645,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "a", @@ -4545,7 +4662,7 @@ "return_type": "Variant", "category": "math", "is_vararg": true, - "hash": 172379753, + "hash": 3896050336, "arguments": [ { "name": "arg1", @@ -4562,7 +4679,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 133316302, + "hash": 3133453818, "arguments": [ { "name": "a", @@ -4579,7 +4696,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "a", @@ -4596,7 +4713,7 @@ "return_type": "Variant", "category": "math", "is_vararg": false, - "hash": 102132521, + "hash": 3389874542, "arguments": [ { "name": "value", @@ -4617,7 +4734,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 104506609, + "hash": 650295447, "arguments": [ { "name": "value", @@ -4638,7 +4755,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 105693653, + "hash": 998901048, "arguments": [ { "name": "value", @@ -4659,7 +4776,7 @@ "return_type": "int", "category": "math", "is_vararg": false, - "hash": 134190379, + "hash": 2157319888, "arguments": [ { "name": "value", @@ -4672,7 +4789,7 @@ "return_type": "float", "category": "math", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "value", @@ -4688,28 +4805,28 @@ "name": "randomize", "category": "random", "is_vararg": false, - "hash": 193376997 + "hash": 1691721052 }, { "name": "randi", "return_type": "int", "category": "random", "is_vararg": false, - "hash": 2086474760 + "hash": 701202648 }, { "name": "randf", "return_type": "float", "category": "random", "is_vararg": false, - "hash": 2086474793 + "hash": 2086227845 }, { "name": "randi_range", "return_type": "int", "category": "random", "is_vararg": false, - "hash": 133316302, + "hash": 3133453818, "arguments": [ { "name": "from", @@ -4726,7 +4843,7 @@ "return_type": "float", "category": "random", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "from", @@ -4743,7 +4860,7 @@ "return_type": "float", "category": "random", "is_vararg": false, - "hash": 133352273, + "hash": 92296394, "arguments": [ { "name": "mean", @@ -4759,7 +4876,7 @@ "name": "seed", "category": "random", "is_vararg": false, - "hash": 2086473640, + "hash": 382931173, "arguments": [ { "name": "base", @@ -4772,7 +4889,7 @@ "return_type": "PackedInt64Array", "category": "random", "is_vararg": false, - "hash": 134218693, + "hash": 2896379570, "arguments": [ { "name": "seed", @@ -4785,7 +4902,7 @@ "return_type": "Variant", "category": "general", "is_vararg": false, - "hash": 134188199, + "hash": 4776452, "arguments": [ { "name": "obj", @@ -4798,7 +4915,7 @@ "return_type": "int", "category": "general", "is_vararg": false, - "hash": 134190377, + "hash": 326422594, "arguments": [ { "name": "variable", @@ -4811,7 +4928,7 @@ "return_type": "String", "category": "general", "is_vararg": true, - "hash": 135378476, + "hash": 32569176, "arguments": [ { "name": "arg1", @@ -4824,7 +4941,7 @@ "return_type": "String", "category": "general", "is_vararg": false, - "hash": 134192557, + "hash": 942708242, "arguments": [ { "name": "error", @@ -4836,7 +4953,19 @@ "name": "print", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, + "arguments": [ + { + "name": "arg1", + "type": "Variant" + } + ] + }, + { + "name": "print_rich", + "category": "general", + "is_vararg": true, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4848,7 +4977,7 @@ "name": "printerr", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4860,7 +4989,7 @@ "name": "printt", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4872,7 +5001,7 @@ "name": "prints", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4884,7 +5013,7 @@ "name": "printraw", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4896,7 +5025,7 @@ "name": "print_verbose", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4908,7 +5037,7 @@ "name": "push_error", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4920,7 +5049,7 @@ "name": "push_warning", "category": "general", "is_vararg": true, - "hash": 2086509575, + "hash": 2648703342, "arguments": [ { "name": "arg1", @@ -4933,7 +5062,7 @@ "return_type": "String", "category": "general", "is_vararg": false, - "hash": 134192555, + "hash": 866625479, "arguments": [ { "name": "variable", @@ -4946,7 +5075,7 @@ "return_type": "Variant", "category": "general", "is_vararg": false, - "hash": 134188203, + "hash": 1891498491, "arguments": [ { "name": "string", @@ -4959,7 +5088,7 @@ "return_type": "PackedByteArray", "category": "general", "is_vararg": false, - "hash": 134216513, + "hash": 2923353046, "arguments": [ { "name": "variable", @@ -4972,7 +5101,7 @@ "return_type": "Variant", "category": "general", "is_vararg": false, - "hash": 134188225, + "hash": 2969765856, "arguments": [ { "name": "bytes", @@ -4985,7 +5114,7 @@ "return_type": "PackedByteArray", "category": "general", "is_vararg": false, - "hash": 134216513, + "hash": 2923353046, "arguments": [ { "name": "variable", @@ -4998,7 +5127,7 @@ "return_type": "Variant", "category": "general", "is_vararg": false, - "hash": 134188225, + "hash": 2969765856, "arguments": [ { "name": "bytes", @@ -5011,7 +5140,7 @@ "return_type": "int", "category": "general", "is_vararg": false, - "hash": 134190377, + "hash": 326422594, "arguments": [ { "name": "variable", @@ -5024,7 +5153,7 @@ "return_type": "Object", "category": "general", "is_vararg": false, - "hash": 134211070, + "hash": 1586147064, "arguments": [ { "name": "instance_id", @@ -5037,7 +5166,7 @@ "return_type": "bool", "category": "general", "is_vararg": false, - "hash": 134189290, + "hash": 2232439758, "arguments": [ { "name": "id", @@ -5050,7 +5179,7 @@ "return_type": "bool", "category": "general", "is_vararg": false, - "hash": 134189288, + "hash": 996128841, "arguments": [ { "name": "instance", @@ -5063,14 +5192,14 @@ "return_type": "int", "category": "general", "is_vararg": false, - "hash": 2086474760 + "hash": 701202648 }, { "name": "rid_from_int64", "return_type": "RID", "category": "general", "is_vararg": false, - "hash": 134209981, + "hash": 1387493036, "arguments": [ { "name": "base", @@ -5803,6 +5932,11 @@ "right_type": "int", "return_type": "int" }, + { + "name": "**", + "right_type": "int", + "return_type": "int" + }, { "name": "<<", "right_type": "int", @@ -5893,6 +6027,11 @@ "right_type": "float", "return_type": "float" }, + { + "name": "**", + "right_type": "float", + "return_type": "float" + }, { "name": "and", "right_type": "float", @@ -6134,6 +6273,11 @@ "right_type": "int", "return_type": "float" }, + { + "name": "**", + "right_type": "int", + "return_type": "float" + }, { "name": "and", "right_type": "int", @@ -6199,6 +6343,11 @@ "right_type": "float", "return_type": "float" }, + { + "name": "**", + "right_type": "float", + "return_type": "float" + }, { "name": "and", "right_type": "float", @@ -6354,6 +6503,11 @@ "right_type": "bool", "return_type": "String" }, + { + "name": "+", + "right_type": "int", + "return_type": "String" + }, { "name": "%", "right_type": "int", @@ -6597,7 +6751,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2920860731, "arguments": [ { "name": "to", @@ -6611,7 +6765,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2920860731, "arguments": [ { "name": "to", @@ -6625,7 +6779,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2920860731, "arguments": [ { "name": "to", @@ -6639,7 +6793,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "substr", @@ -6647,7 +6801,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 787537301, "arguments": [ { "name": "from", @@ -6666,7 +6820,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3535100402, "arguments": [ { "name": "delimiter", @@ -6684,7 +6838,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 787537301, "arguments": [ { "name": "delimiter", @@ -6702,7 +6856,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2920860731, "arguments": [ { "name": "delimiter", @@ -6716,7 +6870,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1760645412, "arguments": [ { "name": "what", @@ -6735,7 +6889,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2343087891, "arguments": [ { "name": "what", @@ -6759,7 +6913,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2343087891, "arguments": [ { "name": "what", @@ -6783,7 +6937,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1760645412, "arguments": [ { "name": "what", @@ -6802,7 +6956,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1760645412, "arguments": [ { "name": "what", @@ -6821,7 +6975,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1760645412, "arguments": [ { "name": "what", @@ -6840,7 +6994,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "expr", @@ -6854,7 +7008,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "expr", @@ -6868,7 +7022,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "text", @@ -6882,7 +7036,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "text", @@ -6896,7 +7050,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "text", @@ -6910,7 +7064,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "text", @@ -6924,7 +7078,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193766 + "hash": 1961294120 }, { "name": "similarity", @@ -6932,7 +7086,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2697460964, "arguments": [ { "name": "text", @@ -6946,7 +7100,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 3212199029, "arguments": [ { "name": "values", @@ -6965,7 +7119,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 1340436205, "arguments": [ { "name": "what", @@ -6983,7 +7137,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 1340436205, "arguments": [ { "name": "what", @@ -7001,7 +7155,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2162347432, "arguments": [ { "name": "count", @@ -7015,7 +7169,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 248737229, "arguments": [ { "name": "position", @@ -7033,7 +7187,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "split", @@ -7041,7 +7195,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3560105954, "arguments": [ { "name": "delimiter", @@ -7065,7 +7219,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3560105954, "arguments": [ { "name": "delimiter", @@ -7089,7 +7243,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 3133636410, "arguments": [ { "name": "delimiter", @@ -7108,7 +7262,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 31, + "hash": 2880949332, "arguments": [ { "name": "parts", @@ -7122,7 +7276,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "to_lower", @@ -7130,7 +7284,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "left", @@ -7138,10 +7292,10 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2162347432, "arguments": [ { - "name": "position", + "name": "length", "type": "int" } ] @@ -7152,10 +7306,10 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2162347432, "arguments": [ { - "name": "position", + "name": "length", "type": "int" } ] @@ -7166,7 +7320,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 907855311, "arguments": [ { "name": "left", @@ -7186,7 +7340,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "lstrip", @@ -7194,7 +7348,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 3134094431, "arguments": [ { "name": "chars", @@ -7208,7 +7362,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 3134094431, "arguments": [ { "name": "chars", @@ -7222,7 +7376,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "get_basename", @@ -7230,7 +7384,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "plus_file", @@ -7238,7 +7392,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 3134094431, "arguments": [ { "name": "file", @@ -7252,7 +7406,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "at", @@ -7266,7 +7420,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 3134094431, "arguments": [ { "name": "prefix", @@ -7280,7 +7434,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "hash", @@ -7288,7 +7442,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "md5_text", @@ -7296,7 +7450,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "sha1_text", @@ -7304,7 +7458,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "sha256_text", @@ -7312,7 +7466,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "md5_buffer", @@ -7320,7 +7474,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sha1_buffer", @@ -7328,7 +7482,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sha256_buffer", @@ -7336,7 +7490,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "is_empty", @@ -7344,7 +7498,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "contains", @@ -7352,7 +7506,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "what", @@ -7366,7 +7520,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_relative_path", @@ -7374,7 +7528,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "simplify_path", @@ -7382,7 +7536,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "get_base_dir", @@ -7390,7 +7544,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "get_file", @@ -7398,7 +7552,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "xml_escape", @@ -7406,7 +7560,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 3429816538, "arguments": [ { "name": "escape_quotes", @@ -7421,7 +7575,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "uri_encode", @@ -7429,7 +7583,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "uri_decode", @@ -7437,7 +7591,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "c_escape", @@ -7445,7 +7599,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "c_unescape", @@ -7453,7 +7607,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "json_escape", @@ -7461,7 +7615,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "validate_node_name", @@ -7469,7 +7623,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "is_valid_identifier", @@ -7477,7 +7631,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_valid_int", @@ -7485,7 +7639,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_valid_float", @@ -7493,7 +7647,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_valid_hex_number", @@ -7501,7 +7655,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 593672999, "arguments": [ { "name": "with_prefix", @@ -7516,7 +7670,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_valid_ip_address", @@ -7524,7 +7678,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_valid_filename", @@ -7532,7 +7686,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "to_int", @@ -7540,7 +7694,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "to_float", @@ -7548,7 +7702,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "hex_to_int", @@ -7556,7 +7710,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "bin_to_int", @@ -7564,7 +7718,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "lpad", @@ -7572,7 +7726,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 248737229, "arguments": [ { "name": "min_length", @@ -7591,7 +7745,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 248737229, "arguments": [ { "name": "min_length", @@ -7610,7 +7764,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2162347432, "arguments": [ { "name": "digits", @@ -7624,7 +7778,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2162347432, "arguments": [ { "name": "digits", @@ -7638,7 +7792,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 3134094431, "arguments": [ { "name": "prefix", @@ -7652,7 +7806,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 3134094431, "arguments": [ { "name": "suffix", @@ -7666,7 +7820,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "to_utf8_buffer", @@ -7674,7 +7828,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "to_utf16_buffer", @@ -7682,7 +7836,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "to_utf32_buffer", @@ -7690,7 +7844,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "num_scientific", @@ -7698,7 +7852,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 3, + "hash": 2710373411, "arguments": [ { "name": "number", @@ -7712,7 +7866,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 1555901022, "arguments": [ { "name": "number", @@ -7725,13 +7879,61 @@ } ] }, + { + "name": "num_int64", + "return_type": "String", + "is_vararg": false, + "is_const": false, + "is_static": true, + "hash": 2111271071, + "arguments": [ + { + "name": "number", + "type": "int" + }, + { + "name": "base", + "type": "int", + "default_value": "10" + }, + { + "name": "capitalize_hex", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "num_uint64", + "return_type": "String", + "is_vararg": false, + "is_const": false, + "is_static": true, + "hash": 2111271071, + "arguments": [ + { + "name": "number", + "type": "int" + }, + { + "name": "base", + "type": "int", + "default_value": "10" + }, + { + "name": "capitalize_hex", + "type": "bool", + "default_value": "false" + } + ] + }, { "name": "chr", "return_type": "String", "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 897497541, "arguments": [ { "name": "char", @@ -7745,7 +7947,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 897497541, "arguments": [ { "name": "size", @@ -7849,6 +8051,21 @@ "value": "Vector2(0, 1)" } ], + "enums": [ + { + "name": "Axis", + "values": [ + { + "name": "AXIS_X", + "value": 0 + }, + { + "name": "AXIS_Y", + "value": 1 + } + ] + } + ], "operators": [ { "name": "==", @@ -7966,7 +8183,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "angle_to", @@ -7974,7 +8191,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3819070308, "arguments": [ { "name": "to", @@ -7988,7 +8205,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3819070308, "arguments": [ { "name": "to", @@ -8002,7 +8219,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "to", @@ -8016,7 +8233,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3819070308, "arguments": [ { "name": "to", @@ -8030,7 +8247,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3819070308, "arguments": [ { "name": "to", @@ -8044,7 +8261,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "length_squared", @@ -8052,7 +8269,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "limit_length", @@ -8060,7 +8277,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 2544004089, "arguments": [ { "name": "length", @@ -8075,7 +8292,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "is_normalized", @@ -8083,7 +8300,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_equal_approx", @@ -8091,7 +8308,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3190634762, "arguments": [ { "name": "to", @@ -8105,7 +8322,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 2544004089, "arguments": [ { "name": "mod", @@ -8119,7 +8336,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "modv", @@ -8133,7 +8350,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "b", @@ -8147,7 +8364,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 4250033116, "arguments": [ { "name": "to", @@ -8165,7 +8382,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 4250033116, "arguments": [ { "name": "to", @@ -8183,7 +8400,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 193522989, "arguments": [ { "name": "b", @@ -8203,13 +8420,39 @@ } ] }, + { + "name": "bezier_interpolate", + "return_type": "Vector2", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 193522989, + "arguments": [ + { + "name": "control_1", + "type": "Vector2" + }, + { + "name": "control_2", + "type": "Vector2" + }, + { + "name": "end", + "type": "Vector2" + }, + { + "name": "t", + "type": "float" + } + ] + }, { "name": "max_axis_index", "return_type": "int", "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "min_axis_index", @@ -8217,7 +8460,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "move_toward", @@ -8225,7 +8468,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 4250033116, "arguments": [ { "name": "to", @@ -8243,10 +8486,10 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 2544004089, "arguments": [ { - "name": "phi", + "name": "angle", "type": "float" } ] @@ -8257,7 +8500,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "floor", @@ -8265,7 +8508,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "ceil", @@ -8273,7 +8516,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "round", @@ -8281,7 +8524,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "aspect", @@ -8289,7 +8532,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "dot", @@ -8297,7 +8540,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3819070308, "arguments": [ { "name": "with", @@ -8311,7 +8554,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "n", @@ -8325,7 +8568,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "n", @@ -8339,7 +8582,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "n", @@ -8353,7 +8596,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3819070308, "arguments": [ { "name": "with", @@ -8367,7 +8610,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "sign", @@ -8375,7 +8618,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "clamp", @@ -8383,7 +8626,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 318031021, "arguments": [ { "name": "min", @@ -8401,7 +8644,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "step", @@ -8415,7 +8658,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 3, + "hash": 889263119, "arguments": [ { "name": "angle", @@ -8518,6 +8761,21 @@ "value": "Vector2i(0, 1)" } ], + "enums": [ + { + "name": "Axis", + "values": [ + { + "name": "AXIS_X", + "value": 0 + }, + { + "name": "AXIS_Y", + "value": 1 + } + ] + } + ], "operators": [ { "name": "==", @@ -8635,7 +8893,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "max_axis_index", @@ -8643,7 +8901,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "min_axis_index", @@ -8651,7 +8909,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "length", @@ -8659,7 +8917,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "length_squared", @@ -8667,7 +8925,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "sign", @@ -8675,7 +8933,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192941 + "hash": 3444277866 }, { "name": "abs", @@ -8683,7 +8941,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192941 + "hash": 3444277866 }, { "name": "clamp", @@ -8691,7 +8949,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 6, + "hash": 186568249, "arguments": [ { "name": "min", @@ -8803,7 +9061,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "get_area", @@ -8811,7 +9069,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "has_no_area", @@ -8819,7 +9077,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "has_point", @@ -8827,7 +9085,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3190634762, "arguments": [ { "name": "point", @@ -8841,7 +9099,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 7, + "hash": 1908192260, "arguments": [ { "name": "rect", @@ -8855,7 +9113,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 819294880, "arguments": [ { "name": "b", @@ -8874,7 +9132,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 7, + "hash": 1908192260, "arguments": [ { "name": "b", @@ -8888,7 +9146,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 7, + "hash": 2282977743, "arguments": [ { "name": "b", @@ -8902,7 +9160,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 7, + "hash": 2282977743, "arguments": [ { "name": "b", @@ -8916,7 +9174,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 293272265, "arguments": [ { "name": "to", @@ -8930,7 +9188,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 39664498, "arguments": [ { "name": "amount", @@ -8944,7 +9202,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 4177736158, "arguments": [ { "name": "side", @@ -8962,7 +9220,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 3203390369, "arguments": [ { "name": "left", @@ -8988,7 +9246,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192974 + "hash": 3107653634 } ], "constructors": [ @@ -9106,7 +9364,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192941 + "hash": 3444277866 }, { "name": "get_area", @@ -9114,7 +9372,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "has_no_area", @@ -9122,7 +9380,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "has_point", @@ -9130,7 +9388,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 6, + "hash": 328189994, "arguments": [ { "name": "point", @@ -9144,7 +9402,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 8, + "hash": 3434691493, "arguments": [ { "name": "b", @@ -9158,7 +9416,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 8, + "hash": 3434691493, "arguments": [ { "name": "b", @@ -9172,7 +9430,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 8, + "hash": 717431873, "arguments": [ { "name": "b", @@ -9186,7 +9444,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 8, + "hash": 717431873, "arguments": [ { "name": "b", @@ -9200,7 +9458,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 6, + "hash": 1355196872, "arguments": [ { "name": "to", @@ -9214,7 +9472,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1578070074, "arguments": [ { "name": "amount", @@ -9228,7 +9486,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3191154199, "arguments": [ { "name": "side", @@ -9246,7 +9504,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1893743416, "arguments": [ { "name": "left", @@ -9272,7 +9530,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193007 + "hash": 1469025700 } ], "constructors": [ @@ -9414,6 +9672,25 @@ "value": "Vector3(0, 0, 1)" } ], + "enums": [ + { + "name": "Axis", + "values": [ + { + "name": "AXIS_X", + "value": 0 + }, + { + "name": "AXIS_Y", + "value": 1 + }, + { + "name": "AXIS_Z", + "value": 2 + } + ] + } + ], "operators": [ { "name": "==", @@ -9541,7 +9818,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "max_axis_index", @@ -9549,7 +9826,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "angle_to", @@ -9557,7 +9834,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "to", @@ -9571,7 +9848,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2781412522, "arguments": [ { "name": "to", @@ -9589,7 +9866,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "to", @@ -9603,7 +9880,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "to", @@ -9617,7 +9894,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "to", @@ -9631,7 +9908,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "length_squared", @@ -9639,7 +9916,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "limit_length", @@ -9647,7 +9924,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 514930144, "arguments": [ { "name": "length", @@ -9662,7 +9939,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "is_normalized", @@ -9670,7 +9947,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_equal_approx", @@ -9678,7 +9955,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1749054343, "arguments": [ { "name": "to", @@ -9692,7 +9969,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "clamp", @@ -9700,7 +9977,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 4145107892, "arguments": [ { "name": "min", @@ -9718,7 +9995,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "step", @@ -9732,14 +10009,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1682608829, "arguments": [ { - "name": "by_axis", + "name": "axis", "type": "Vector3" }, { - "name": "phi", + "name": "angle", "type": "float" } ] @@ -9750,7 +10027,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1682608829, "arguments": [ { "name": "to", @@ -9768,7 +10045,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1682608829, "arguments": [ { "name": "to", @@ -9786,7 +10063,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 2597922253, "arguments": [ { "name": "b", @@ -9806,13 +10083,39 @@ } ] }, + { + "name": "bezier_interpolate", + "return_type": "Vector3", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2597922253, + "arguments": [ + { + "name": "control_1", + "type": "Vector3" + }, + { + "name": "control_2", + "type": "Vector3" + }, + { + "name": "end", + "type": "Vector3" + }, + { + "name": "t", + "type": "float" + } + ] + }, { "name": "move_toward", "return_type": "Vector3", "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1682608829, "arguments": [ { "name": "to", @@ -9830,7 +10133,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "with", @@ -9844,7 +10147,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "with", @@ -9858,7 +10161,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1856095741, "arguments": [ { "name": "with", @@ -9872,7 +10175,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "floor", @@ -9880,7 +10183,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "ceil", @@ -9888,7 +10191,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "round", @@ -9896,7 +10199,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "posmod", @@ -9904,7 +10207,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 514930144, "arguments": [ { "name": "mod", @@ -9918,7 +10221,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "modv", @@ -9932,7 +10235,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "b", @@ -9946,7 +10249,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "n", @@ -9960,7 +10263,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "n", @@ -9974,7 +10277,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "n", @@ -9988,7 +10291,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "octahedron_encode", @@ -9996,7 +10299,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "octahedron_decode", @@ -10004,7 +10307,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 5, + "hash": 3991820552, "arguments": [ { "name": "uv", @@ -10130,6 +10433,25 @@ "value": "Vector3i(0, 0, 1)" } ], + "enums": [ + { + "name": "Axis", + "values": [ + { + "name": "AXIS_X", + "value": 0 + }, + { + "name": "AXIS_Y", + "value": 1 + }, + { + "name": "AXIS_Z", + "value": 2 + } + ] + } + ], "operators": [ { "name": "==", @@ -10247,7 +10569,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "max_axis_index", @@ -10255,7 +10577,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "length", @@ -10263,7 +10585,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "length_squared", @@ -10271,7 +10593,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "sign", @@ -10279,7 +10601,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193073 + "hash": 3729604559 }, { "name": "abs", @@ -10287,7 +10609,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193073 + "hash": 3729604559 }, { "name": "clamp", @@ -10295,7 +10617,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 10, + "hash": 1086892323, "arguments": [ { "name": "min", @@ -10454,7 +10776,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193106 + "hash": 1420440541 }, { "name": "affine_inverse", @@ -10462,7 +10784,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193106 + "hash": 1420440541 }, { "name": "get_rotation", @@ -10470,7 +10792,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "get_origin", @@ -10478,7 +10800,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "get_scale", @@ -10486,7 +10808,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192908 + "hash": 2428350749 }, { "name": "get_skew", @@ -10494,7 +10816,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "orthonormalized", @@ -10502,7 +10824,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193106 + "hash": 1420440541 }, { "name": "rotated", @@ -10510,10 +10832,10 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 729597514, "arguments": [ { - "name": "phi", + "name": "angle", "type": "float" } ] @@ -10524,7 +10846,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 1446323263, "arguments": [ { "name": "scale", @@ -10538,7 +10860,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 1446323263, "arguments": [ { "name": "offset", @@ -10552,7 +10874,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "v", @@ -10566,7 +10888,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 2026743667, "arguments": [ { "name": "v", @@ -10580,7 +10902,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 359399686, "arguments": [ { "name": "xform", @@ -10598,7 +10920,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 11, + "hash": 3837431929, "arguments": [ { "name": "xform", @@ -10611,7 +10933,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 833936903, "arguments": [ { "name": "rotation", @@ -10624,7 +10946,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 5, + "hash": 3790411178, "arguments": [ { "name": "scale", @@ -10637,7 +10959,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 833936903, "arguments": [ { "name": "skew", @@ -10651,7 +10973,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 1446323263, "arguments": [ { "name": "target", @@ -10817,7 +11139,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193139 + "hash": 80860099 }, { "name": "center", @@ -10825,7 +11147,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "is_equal_approx", @@ -10833,7 +11155,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 12, + "hash": 88913544, "arguments": [ { "name": "to_plane", @@ -10847,7 +11169,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1749054343, "arguments": [ { "name": "plane", @@ -10861,7 +11183,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "point", @@ -10875,7 +11197,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1258189072, "arguments": [ { "name": "point", @@ -10894,7 +11216,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "point", @@ -10908,7 +11230,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 12, + "hash": 2344379777, "arguments": [ { "name": "b", @@ -10926,7 +11248,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2048133369, "arguments": [ { "name": "from", @@ -10944,7 +11266,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2048133369, "arguments": [ { "name": "from", @@ -11162,7 +11484,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "length_squared", @@ -11170,7 +11492,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "normalized", @@ -11178,7 +11500,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193172 + "hash": 4134919947 }, { "name": "is_normalized", @@ -11186,7 +11508,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_equal_approx", @@ -11194,7 +11516,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 13, + "hash": 235582002, "arguments": [ { "name": "to", @@ -11208,7 +11530,23 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193172 + "hash": 4134919947 + }, + { + "name": "log", + "return_type": "Quaternion", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 4134919947 + }, + { + "name": "exp", + "return_type": "Quaternion", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 4134919947 }, { "name": "angle_to", @@ -11216,7 +11554,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 13, + "hash": 3446086573, "arguments": [ { "name": "to", @@ -11230,7 +11568,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 13, + "hash": 3446086573, "arguments": [ { "name": "with", @@ -11244,7 +11582,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 402613225, "arguments": [ { "name": "to", @@ -11262,7 +11600,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 402613225, "arguments": [ { "name": "to", @@ -11280,7 +11618,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 550226983, "arguments": [ { "name": "b", @@ -11306,7 +11644,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "get_axis", @@ -11314,7 +11652,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "get_angle", @@ -11322,7 +11660,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 } ], "constructors": [ @@ -11467,7 +11805,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193205 + "hash": 1051796340 }, { "name": "get_center", @@ -11475,7 +11813,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "get_volume", @@ -11483,7 +11821,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "has_no_volume", @@ -11491,7 +11829,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "has_no_surface", @@ -11499,7 +11837,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "has_point", @@ -11507,7 +11845,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1749054343, "arguments": [ { "name": "point", @@ -11521,7 +11859,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 14, + "hash": 1150170233, "arguments": [ { "name": "aabb", @@ -11535,7 +11873,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 14, + "hash": 1150170233, "arguments": [ { "name": "with", @@ -11549,7 +11887,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 14, + "hash": 1150170233, "arguments": [ { "name": "with", @@ -11563,7 +11901,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 12, + "hash": 88913544, "arguments": [ { "name": "plane", @@ -11577,7 +11915,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 14, + "hash": 2921999202, "arguments": [ { "name": "with", @@ -11591,7 +11929,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 14, + "hash": 2921999202, "arguments": [ { "name": "with", @@ -11605,7 +11943,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2486929802, "arguments": [ { "name": "to_point", @@ -11619,7 +11957,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 3307822454, "arguments": [ { "name": "by", @@ -11633,7 +11971,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2923479887, "arguments": [ { "name": "dir", @@ -11647,7 +11985,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "get_longest_axis_index", @@ -11655,7 +11993,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "get_longest_axis_size", @@ -11663,7 +12001,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "get_shortest_axis", @@ -11671,7 +12009,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "get_shortest_axis_index", @@ -11679,7 +12017,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "get_shortest_axis_size", @@ -11687,7 +12025,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "get_endpoint", @@ -11695,7 +12033,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1394941017, "arguments": [ { "name": "idx", @@ -11709,7 +12047,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2048133369, "arguments": [ { "name": "from", @@ -11727,7 +12065,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2048133369, "arguments": [ { "name": "from", @@ -11839,6 +12177,37 @@ "value": "Basis(1, 0, 0, 0, 1, 0, 0, 0, -1)" } ], + "enums": [ + { + "name": "EulerOrder", + "values": [ + { + "name": "EULER_ORDER_XYZ", + "value": 0 + }, + { + "name": "EULER_ORDER_XZY", + "value": 1 + }, + { + "name": "EULER_ORDER_YXZ", + "value": 2 + }, + { + "name": "EULER_ORDER_YZX", + "value": 3 + }, + { + "name": "EULER_ORDER_ZXY", + "value": 4 + }, + { + "name": "EULER_ORDER_ZYX", + "value": 5 + } + ] + } + ], "operators": [ { "name": "==", @@ -11898,7 +12267,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193238 + "hash": 4274879941 }, { "name": "transposed", @@ -11906,7 +12275,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193238 + "hash": 4274879941 }, { "name": "orthonormalized", @@ -11914,7 +12283,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193238 + "hash": 4274879941 }, { "name": "determinant", @@ -11922,7 +12291,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 }, { "name": "rotated", @@ -11930,14 +12299,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1892869627, "arguments": [ { "name": "axis", "type": "Vector3" }, { - "name": "phi", + "name": "angle", "type": "float" } ] @@ -11948,7 +12317,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1856095741, "arguments": [ { "name": "scale", @@ -11962,7 +12331,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193040 + "hash": 1776574132 }, { "name": "get_euler", @@ -11970,7 +12339,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1394941017, "arguments": [ { "name": "order", @@ -11985,7 +12354,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "with", @@ -11999,7 +12368,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "with", @@ -12013,7 +12382,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1047977935, "arguments": [ { "name": "with", @@ -12027,7 +12396,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "slerp", @@ -12035,7 +12404,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1773590316, "arguments": [ { "name": "to", @@ -12053,7 +12422,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 15, + "hash": 1682156903, "arguments": [ { "name": "b", @@ -12067,7 +12436,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193172 + "hash": 4134919947 }, { "name": "looking_at", @@ -12075,7 +12444,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 9, + "hash": 3100464539, "arguments": [ { "name": "target", @@ -12094,7 +12463,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 9, + "hash": 4053467903, "arguments": [ { "name": "scale", @@ -12108,7 +12477,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 1073830927, "arguments": [ { "name": "euler", @@ -12152,7 +12521,7 @@ "type": "Vector3" }, { - "name": "phi", + "name": "angle", "type": "float" } ] @@ -12281,7 +12650,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193271 + "hash": 1576868580 }, { "name": "affine_inverse", @@ -12289,7 +12658,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193271 + "hash": 1576868580 }, { "name": "orthonormalized", @@ -12297,7 +12666,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193271 + "hash": 1576868580 }, { "name": "rotated", @@ -12305,14 +12674,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 2644410444, "arguments": [ { "name": "axis", "type": "Vector3" }, { - "name": "phi", + "name": "angle", "type": "float" } ] @@ -12323,7 +12692,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2851643018, "arguments": [ { "name": "scale", @@ -12337,7 +12706,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 2851643018, "arguments": [ { "name": "offset", @@ -12351,7 +12720,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 119754521, "arguments": [ { "name": "target", @@ -12370,7 +12739,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 846906810, "arguments": [ { "name": "xform", @@ -12388,7 +12757,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 846906810, "arguments": [ { "name": "xform", @@ -12406,7 +12775,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 16, + "hash": 299946684, "arguments": [ { "name": "xform", @@ -12519,12 +12888,12 @@ { "name": "ALICE_BLUE", "type": "Color", - "value": "Color(0.94, 0.97, 1, 1)" + "value": "Color(0.941176, 0.972549, 1, 1)" }, { "name": "ANTIQUE_WHITE", "type": "Color", - "value": "Color(0.98, 0.92, 0.84, 1)" + "value": "Color(0.980392, 0.921569, 0.843137, 1)" }, { "name": "AQUA", @@ -12534,22 +12903,22 @@ { "name": "AQUAMARINE", "type": "Color", - "value": "Color(0.5, 1, 0.83, 1)" + "value": "Color(0.498039, 1, 0.831373, 1)" }, { "name": "AZURE", "type": "Color", - "value": "Color(0.94, 1, 1, 1)" + "value": "Color(0.941176, 1, 1, 1)" }, { "name": "BEIGE", "type": "Color", - "value": "Color(0.96, 0.96, 0.86, 1)" + "value": "Color(0.960784, 0.960784, 0.862745, 1)" }, { "name": "BISQUE", "type": "Color", - "value": "Color(1, 0.89, 0.77, 1)" + "value": "Color(1, 0.894118, 0.768627, 1)" }, { "name": "BLACK", @@ -12559,7 +12928,7 @@ { "name": "BLANCHED_ALMOND", "type": "Color", - "value": "Color(1, 0.92, 0.8, 1)" + "value": "Color(1, 0.921569, 0.803922, 1)" }, { "name": "BLUE", @@ -12569,52 +12938,52 @@ { "name": "BLUE_VIOLET", "type": "Color", - "value": "Color(0.54, 0.17, 0.89, 1)" + "value": "Color(0.541176, 0.168627, 0.886275, 1)" }, { "name": "BROWN", "type": "Color", - "value": "Color(0.65, 0.16, 0.16, 1)" + "value": "Color(0.647059, 0.164706, 0.164706, 1)" }, { "name": "BURLYWOOD", "type": "Color", - "value": "Color(0.87, 0.72, 0.53, 1)" + "value": "Color(0.870588, 0.721569, 0.529412, 1)" }, { "name": "CADET_BLUE", "type": "Color", - "value": "Color(0.37, 0.62, 0.63, 1)" + "value": "Color(0.372549, 0.619608, 0.627451, 1)" }, { "name": "CHARTREUSE", "type": "Color", - "value": "Color(0.5, 1, 0, 1)" + "value": "Color(0.498039, 1, 0, 1)" }, { "name": "CHOCOLATE", "type": "Color", - "value": "Color(0.82, 0.41, 0.12, 1)" + "value": "Color(0.823529, 0.411765, 0.117647, 1)" }, { "name": "CORAL", "type": "Color", - "value": "Color(1, 0.5, 0.31, 1)" + "value": "Color(1, 0.498039, 0.313726, 1)" }, { "name": "CORNFLOWER_BLUE", "type": "Color", - "value": "Color(0.39, 0.58, 0.93, 1)" + "value": "Color(0.392157, 0.584314, 0.929412, 1)" }, { "name": "CORNSILK", "type": "Color", - "value": "Color(1, 0.97, 0.86, 1)" + "value": "Color(1, 0.972549, 0.862745, 1)" }, { "name": "CRIMSON", "type": "Color", - "value": "Color(0.86, 0.08, 0.24, 1)" + "value": "Color(0.862745, 0.0784314, 0.235294, 1)" }, { "name": "CYAN", @@ -12624,122 +12993,122 @@ { "name": "DARK_BLUE", "type": "Color", - "value": "Color(0, 0, 0.55, 1)" + "value": "Color(0, 0, 0.545098, 1)" }, { "name": "DARK_CYAN", "type": "Color", - "value": "Color(0, 0.55, 0.55, 1)" + "value": "Color(0, 0.545098, 0.545098, 1)" }, { "name": "DARK_GOLDENROD", "type": "Color", - "value": "Color(0.72, 0.53, 0.04, 1)" + "value": "Color(0.721569, 0.52549, 0.0431373, 1)" }, { "name": "DARK_GRAY", "type": "Color", - "value": "Color(0.66, 0.66, 0.66, 1)" + "value": "Color(0.662745, 0.662745, 0.662745, 1)" }, { "name": "DARK_GREEN", "type": "Color", - "value": "Color(0, 0.39, 0, 1)" + "value": "Color(0, 0.392157, 0, 1)" }, { "name": "DARK_KHAKI", "type": "Color", - "value": "Color(0.74, 0.72, 0.42, 1)" + "value": "Color(0.741176, 0.717647, 0.419608, 1)" }, { "name": "DARK_MAGENTA", "type": "Color", - "value": "Color(0.55, 0, 0.55, 1)" + "value": "Color(0.545098, 0, 0.545098, 1)" }, { "name": "DARK_OLIVE_GREEN", "type": "Color", - "value": "Color(0.33, 0.42, 0.18, 1)" + "value": "Color(0.333333, 0.419608, 0.184314, 1)" }, { "name": "DARK_ORANGE", "type": "Color", - "value": "Color(1, 0.55, 0, 1)" + "value": "Color(1, 0.54902, 0, 1)" }, { "name": "DARK_ORCHID", "type": "Color", - "value": "Color(0.6, 0.2, 0.8, 1)" + "value": "Color(0.6, 0.196078, 0.8, 1)" }, { "name": "DARK_RED", "type": "Color", - "value": "Color(0.55, 0, 0, 1)" + "value": "Color(0.545098, 0, 0, 1)" }, { "name": "DARK_SALMON", "type": "Color", - "value": "Color(0.91, 0.59, 0.48, 1)" + "value": "Color(0.913725, 0.588235, 0.478431, 1)" }, { "name": "DARK_SEA_GREEN", "type": "Color", - "value": "Color(0.56, 0.74, 0.56, 1)" + "value": "Color(0.560784, 0.737255, 0.560784, 1)" }, { "name": "DARK_SLATE_BLUE", "type": "Color", - "value": "Color(0.28, 0.24, 0.55, 1)" + "value": "Color(0.282353, 0.239216, 0.545098, 1)" }, { "name": "DARK_SLATE_GRAY", "type": "Color", - "value": "Color(0.18, 0.31, 0.31, 1)" + "value": "Color(0.184314, 0.309804, 0.309804, 1)" }, { "name": "DARK_TURQUOISE", "type": "Color", - "value": "Color(0, 0.81, 0.82, 1)" + "value": "Color(0, 0.807843, 0.819608, 1)" }, { "name": "DARK_VIOLET", "type": "Color", - "value": "Color(0.58, 0, 0.83, 1)" + "value": "Color(0.580392, 0, 0.827451, 1)" }, { "name": "DEEP_PINK", "type": "Color", - "value": "Color(1, 0.08, 0.58, 1)" + "value": "Color(1, 0.0784314, 0.576471, 1)" }, { "name": "DEEP_SKY_BLUE", "type": "Color", - "value": "Color(0, 0.75, 1, 1)" + "value": "Color(0, 0.74902, 1, 1)" }, { "name": "DIM_GRAY", "type": "Color", - "value": "Color(0.41, 0.41, 0.41, 1)" + "value": "Color(0.411765, 0.411765, 0.411765, 1)" }, { "name": "DODGER_BLUE", "type": "Color", - "value": "Color(0.12, 0.56, 1, 1)" + "value": "Color(0.117647, 0.564706, 1, 1)" }, { "name": "FIREBRICK", "type": "Color", - "value": "Color(0.7, 0.13, 0.13, 1)" + "value": "Color(0.698039, 0.133333, 0.133333, 1)" }, { "name": "FLORAL_WHITE", "type": "Color", - "value": "Color(1, 0.98, 0.94, 1)" + "value": "Color(1, 0.980392, 0.941176, 1)" }, { "name": "FOREST_GREEN", "type": "Color", - "value": "Color(0.13, 0.55, 0.13, 1)" + "value": "Color(0.133333, 0.545098, 0.133333, 1)" }, { "name": "FUCHSIA", @@ -12749,27 +13118,27 @@ { "name": "GAINSBORO", "type": "Color", - "value": "Color(0.86, 0.86, 0.86, 1)" + "value": "Color(0.862745, 0.862745, 0.862745, 1)" }, { "name": "GHOST_WHITE", "type": "Color", - "value": "Color(0.97, 0.97, 1, 1)" + "value": "Color(0.972549, 0.972549, 1, 1)" }, { "name": "GOLD", "type": "Color", - "value": "Color(1, 0.84, 0, 1)" + "value": "Color(1, 0.843137, 0, 1)" }, { "name": "GOLDENROD", "type": "Color", - "value": "Color(0.85, 0.65, 0.13, 1)" + "value": "Color(0.854902, 0.647059, 0.12549, 1)" }, { "name": "GRAY", "type": "Color", - "value": "Color(0.75, 0.75, 0.75, 1)" + "value": "Color(0.745098, 0.745098, 0.745098, 1)" }, { "name": "GREEN", @@ -12779,122 +13148,122 @@ { "name": "GREEN_YELLOW", "type": "Color", - "value": "Color(0.68, 1, 0.18, 1)" + "value": "Color(0.678431, 1, 0.184314, 1)" }, { "name": "HONEYDEW", "type": "Color", - "value": "Color(0.94, 1, 0.94, 1)" + "value": "Color(0.941176, 1, 0.941176, 1)" }, { "name": "HOT_PINK", "type": "Color", - "value": "Color(1, 0.41, 0.71, 1)" + "value": "Color(1, 0.411765, 0.705882, 1)" }, { "name": "INDIAN_RED", "type": "Color", - "value": "Color(0.8, 0.36, 0.36, 1)" + "value": "Color(0.803922, 0.360784, 0.360784, 1)" }, { "name": "INDIGO", "type": "Color", - "value": "Color(0.29, 0, 0.51, 1)" + "value": "Color(0.294118, 0, 0.509804, 1)" }, { "name": "IVORY", "type": "Color", - "value": "Color(1, 1, 0.94, 1)" + "value": "Color(1, 1, 0.941176, 1)" }, { "name": "KHAKI", "type": "Color", - "value": "Color(0.94, 0.9, 0.55, 1)" + "value": "Color(0.941176, 0.901961, 0.54902, 1)" }, { "name": "LAVENDER", "type": "Color", - "value": "Color(0.9, 0.9, 0.98, 1)" + "value": "Color(0.901961, 0.901961, 0.980392, 1)" }, { "name": "LAVENDER_BLUSH", "type": "Color", - "value": "Color(1, 0.94, 0.96, 1)" + "value": "Color(1, 0.941176, 0.960784, 1)" }, { "name": "LAWN_GREEN", "type": "Color", - "value": "Color(0.49, 0.99, 0, 1)" + "value": "Color(0.486275, 0.988235, 0, 1)" }, { "name": "LEMON_CHIFFON", "type": "Color", - "value": "Color(1, 0.98, 0.8, 1)" + "value": "Color(1, 0.980392, 0.803922, 1)" }, { "name": "LIGHT_BLUE", "type": "Color", - "value": "Color(0.68, 0.85, 0.9, 1)" + "value": "Color(0.678431, 0.847059, 0.901961, 1)" }, { "name": "LIGHT_CORAL", "type": "Color", - "value": "Color(0.94, 0.5, 0.5, 1)" + "value": "Color(0.941176, 0.501961, 0.501961, 1)" }, { "name": "LIGHT_CYAN", "type": "Color", - "value": "Color(0.88, 1, 1, 1)" + "value": "Color(0.878431, 1, 1, 1)" }, { "name": "LIGHT_GOLDENROD", "type": "Color", - "value": "Color(0.98, 0.98, 0.82, 1)" + "value": "Color(0.980392, 0.980392, 0.823529, 1)" }, { "name": "LIGHT_GRAY", "type": "Color", - "value": "Color(0.83, 0.83, 0.83, 1)" + "value": "Color(0.827451, 0.827451, 0.827451, 1)" }, { "name": "LIGHT_GREEN", "type": "Color", - "value": "Color(0.56, 0.93, 0.56, 1)" + "value": "Color(0.564706, 0.933333, 0.564706, 1)" }, { "name": "LIGHT_PINK", "type": "Color", - "value": "Color(1, 0.71, 0.76, 1)" + "value": "Color(1, 0.713726, 0.756863, 1)" }, { "name": "LIGHT_SALMON", "type": "Color", - "value": "Color(1, 0.63, 0.48, 1)" + "value": "Color(1, 0.627451, 0.478431, 1)" }, { "name": "LIGHT_SEA_GREEN", "type": "Color", - "value": "Color(0.13, 0.7, 0.67, 1)" + "value": "Color(0.12549, 0.698039, 0.666667, 1)" }, { "name": "LIGHT_SKY_BLUE", "type": "Color", - "value": "Color(0.53, 0.81, 0.98, 1)" + "value": "Color(0.529412, 0.807843, 0.980392, 1)" }, { "name": "LIGHT_SLATE_GRAY", "type": "Color", - "value": "Color(0.47, 0.53, 0.6, 1)" + "value": "Color(0.466667, 0.533333, 0.6, 1)" }, { "name": "LIGHT_STEEL_BLUE", "type": "Color", - "value": "Color(0.69, 0.77, 0.87, 1)" + "value": "Color(0.690196, 0.768627, 0.870588, 1)" }, { "name": "LIGHT_YELLOW", "type": "Color", - "value": "Color(1, 1, 0.88, 1)" + "value": "Color(1, 1, 0.878431, 1)" }, { "name": "LIME", @@ -12904,12 +13273,12 @@ { "name": "LIME_GREEN", "type": "Color", - "value": "Color(0.2, 0.8, 0.2, 1)" + "value": "Color(0.196078, 0.803922, 0.196078, 1)" }, { "name": "LINEN", "type": "Color", - "value": "Color(0.98, 0.94, 0.9, 1)" + "value": "Color(0.980392, 0.941176, 0.901961, 1)" }, { "name": "MAGENTA", @@ -12919,167 +13288,167 @@ { "name": "MAROON", "type": "Color", - "value": "Color(0.69, 0.19, 0.38, 1)" + "value": "Color(0.690196, 0.188235, 0.376471, 1)" }, { "name": "MEDIUM_AQUAMARINE", "type": "Color", - "value": "Color(0.4, 0.8, 0.67, 1)" + "value": "Color(0.4, 0.803922, 0.666667, 1)" }, { "name": "MEDIUM_BLUE", "type": "Color", - "value": "Color(0, 0, 0.8, 1)" + "value": "Color(0, 0, 0.803922, 1)" }, { "name": "MEDIUM_ORCHID", "type": "Color", - "value": "Color(0.73, 0.33, 0.83, 1)" + "value": "Color(0.729412, 0.333333, 0.827451, 1)" }, { "name": "MEDIUM_PURPLE", "type": "Color", - "value": "Color(0.58, 0.44, 0.86, 1)" + "value": "Color(0.576471, 0.439216, 0.858824, 1)" }, { "name": "MEDIUM_SEA_GREEN", "type": "Color", - "value": "Color(0.24, 0.7, 0.44, 1)" + "value": "Color(0.235294, 0.701961, 0.443137, 1)" }, { "name": "MEDIUM_SLATE_BLUE", "type": "Color", - "value": "Color(0.48, 0.41, 0.93, 1)" + "value": "Color(0.482353, 0.407843, 0.933333, 1)" }, { "name": "MEDIUM_SPRING_GREEN", "type": "Color", - "value": "Color(0, 0.98, 0.6, 1)" + "value": "Color(0, 0.980392, 0.603922, 1)" }, { "name": "MEDIUM_TURQUOISE", "type": "Color", - "value": "Color(0.28, 0.82, 0.8, 1)" + "value": "Color(0.282353, 0.819608, 0.8, 1)" }, { "name": "MEDIUM_VIOLET_RED", "type": "Color", - "value": "Color(0.78, 0.08, 0.52, 1)" + "value": "Color(0.780392, 0.0823529, 0.521569, 1)" }, { "name": "MIDNIGHT_BLUE", "type": "Color", - "value": "Color(0.1, 0.1, 0.44, 1)" + "value": "Color(0.0980392, 0.0980392, 0.439216, 1)" }, { "name": "MINT_CREAM", "type": "Color", - "value": "Color(0.96, 1, 0.98, 1)" + "value": "Color(0.960784, 1, 0.980392, 1)" }, { "name": "MISTY_ROSE", "type": "Color", - "value": "Color(1, 0.89, 0.88, 1)" + "value": "Color(1, 0.894118, 0.882353, 1)" }, { "name": "MOCCASIN", "type": "Color", - "value": "Color(1, 0.89, 0.71, 1)" + "value": "Color(1, 0.894118, 0.709804, 1)" }, { "name": "NAVAJO_WHITE", "type": "Color", - "value": "Color(1, 0.87, 0.68, 1)" + "value": "Color(1, 0.870588, 0.678431, 1)" }, { "name": "NAVY_BLUE", "type": "Color", - "value": "Color(0, 0, 0.5, 1)" + "value": "Color(0, 0, 0.501961, 1)" }, { "name": "OLD_LACE", "type": "Color", - "value": "Color(0.99, 0.96, 0.9, 1)" + "value": "Color(0.992157, 0.960784, 0.901961, 1)" }, { "name": "OLIVE", "type": "Color", - "value": "Color(0.5, 0.5, 0, 1)" + "value": "Color(0.501961, 0.501961, 0, 1)" }, { "name": "OLIVE_DRAB", "type": "Color", - "value": "Color(0.42, 0.56, 0.14, 1)" + "value": "Color(0.419608, 0.556863, 0.137255, 1)" }, { "name": "ORANGE", "type": "Color", - "value": "Color(1, 0.65, 0, 1)" + "value": "Color(1, 0.647059, 0, 1)" }, { "name": "ORANGE_RED", "type": "Color", - "value": "Color(1, 0.27, 0, 1)" + "value": "Color(1, 0.270588, 0, 1)" }, { "name": "ORCHID", "type": "Color", - "value": "Color(0.85, 0.44, 0.84, 1)" + "value": "Color(0.854902, 0.439216, 0.839216, 1)" }, { "name": "PALE_GOLDENROD", "type": "Color", - "value": "Color(0.93, 0.91, 0.67, 1)" + "value": "Color(0.933333, 0.909804, 0.666667, 1)" }, { "name": "PALE_GREEN", "type": "Color", - "value": "Color(0.6, 0.98, 0.6, 1)" + "value": "Color(0.596078, 0.984314, 0.596078, 1)" }, { "name": "PALE_TURQUOISE", "type": "Color", - "value": "Color(0.69, 0.93, 0.93, 1)" + "value": "Color(0.686275, 0.933333, 0.933333, 1)" }, { "name": "PALE_VIOLET_RED", "type": "Color", - "value": "Color(0.86, 0.44, 0.58, 1)" + "value": "Color(0.858824, 0.439216, 0.576471, 1)" }, { "name": "PAPAYA_WHIP", "type": "Color", - "value": "Color(1, 0.94, 0.84, 1)" + "value": "Color(1, 0.937255, 0.835294, 1)" }, { "name": "PEACH_PUFF", "type": "Color", - "value": "Color(1, 0.85, 0.73, 1)" + "value": "Color(1, 0.854902, 0.72549, 1)" }, { "name": "PERU", "type": "Color", - "value": "Color(0.8, 0.52, 0.25, 1)" + "value": "Color(0.803922, 0.521569, 0.247059, 1)" }, { "name": "PINK", "type": "Color", - "value": "Color(1, 0.75, 0.8, 1)" + "value": "Color(1, 0.752941, 0.796078, 1)" }, { "name": "PLUM", "type": "Color", - "value": "Color(0.87, 0.63, 0.87, 1)" + "value": "Color(0.866667, 0.627451, 0.866667, 1)" }, { "name": "POWDER_BLUE", "type": "Color", - "value": "Color(0.69, 0.88, 0.9, 1)" + "value": "Color(0.690196, 0.878431, 0.901961, 1)" }, { "name": "PURPLE", "type": "Color", - "value": "Color(0.63, 0.13, 0.94, 1)" + "value": "Color(0.627451, 0.12549, 0.941176, 1)" }, { "name": "REBECCA_PURPLE", @@ -13094,97 +13463,97 @@ { "name": "ROSY_BROWN", "type": "Color", - "value": "Color(0.74, 0.56, 0.56, 1)" + "value": "Color(0.737255, 0.560784, 0.560784, 1)" }, { "name": "ROYAL_BLUE", "type": "Color", - "value": "Color(0.25, 0.41, 0.88, 1)" + "value": "Color(0.254902, 0.411765, 0.882353, 1)" }, { "name": "SADDLE_BROWN", "type": "Color", - "value": "Color(0.55, 0.27, 0.07, 1)" + "value": "Color(0.545098, 0.270588, 0.0745098, 1)" }, { "name": "SALMON", "type": "Color", - "value": "Color(0.98, 0.5, 0.45, 1)" + "value": "Color(0.980392, 0.501961, 0.447059, 1)" }, { "name": "SANDY_BROWN", "type": "Color", - "value": "Color(0.96, 0.64, 0.38, 1)" + "value": "Color(0.956863, 0.643137, 0.376471, 1)" }, { "name": "SEA_GREEN", "type": "Color", - "value": "Color(0.18, 0.55, 0.34, 1)" + "value": "Color(0.180392, 0.545098, 0.341176, 1)" }, { "name": "SEASHELL", "type": "Color", - "value": "Color(1, 0.96, 0.93, 1)" + "value": "Color(1, 0.960784, 0.933333, 1)" }, { "name": "SIENNA", "type": "Color", - "value": "Color(0.63, 0.32, 0.18, 1)" + "value": "Color(0.627451, 0.321569, 0.176471, 1)" }, { "name": "SILVER", "type": "Color", - "value": "Color(0.75, 0.75, 0.75, 1)" + "value": "Color(0.752941, 0.752941, 0.752941, 1)" }, { "name": "SKY_BLUE", "type": "Color", - "value": "Color(0.53, 0.81, 0.92, 1)" + "value": "Color(0.529412, 0.807843, 0.921569, 1)" }, { "name": "SLATE_BLUE", "type": "Color", - "value": "Color(0.42, 0.35, 0.8, 1)" + "value": "Color(0.415686, 0.352941, 0.803922, 1)" }, { "name": "SLATE_GRAY", "type": "Color", - "value": "Color(0.44, 0.5, 0.56, 1)" + "value": "Color(0.439216, 0.501961, 0.564706, 1)" }, { "name": "SNOW", "type": "Color", - "value": "Color(1, 0.98, 0.98, 1)" + "value": "Color(1, 0.980392, 0.980392, 1)" }, { "name": "SPRING_GREEN", "type": "Color", - "value": "Color(0, 1, 0.5, 1)" + "value": "Color(0, 1, 0.498039, 1)" }, { "name": "STEEL_BLUE", "type": "Color", - "value": "Color(0.27, 0.51, 0.71, 1)" + "value": "Color(0.27451, 0.509804, 0.705882, 1)" }, { "name": "TAN", "type": "Color", - "value": "Color(0.82, 0.71, 0.55, 1)" + "value": "Color(0.823529, 0.705882, 0.54902, 1)" }, { "name": "TEAL", "type": "Color", - "value": "Color(0, 0.5, 0.5, 1)" + "value": "Color(0, 0.501961, 0.501961, 1)" }, { "name": "THISTLE", "type": "Color", - "value": "Color(0.85, 0.75, 0.85, 1)" + "value": "Color(0.847059, 0.74902, 0.847059, 1)" }, { "name": "TOMATO", "type": "Color", - "value": "Color(1, 0.39, 0.28, 1)" + "value": "Color(1, 0.388235, 0.278431, 1)" }, { "name": "TRANSPARENT", @@ -13194,37 +13563,37 @@ { "name": "TURQUOISE", "type": "Color", - "value": "Color(0.25, 0.88, 0.82, 1)" + "value": "Color(0.25098, 0.878431, 0.815686, 1)" }, { "name": "VIOLET", "type": "Color", - "value": "Color(0.93, 0.51, 0.93, 1)" + "value": "Color(0.933333, 0.509804, 0.933333, 1)" }, { "name": "WEB_GRAY", "type": "Color", - "value": "Color(0.5, 0.5, 0.5, 1)" + "value": "Color(0.501961, 0.501961, 0.501961, 1)" }, { "name": "WEB_GREEN", "type": "Color", - "value": "Color(0, 0.5, 0, 1)" + "value": "Color(0, 0.501961, 0, 1)" }, { "name": "WEB_MAROON", "type": "Color", - "value": "Color(0.5, 0, 0, 1)" + "value": "Color(0.501961, 0, 0, 1)" }, { "name": "WEB_PURPLE", "type": "Color", - "value": "Color(0.5, 0, 0.5, 1)" + "value": "Color(0.501961, 0, 0.501961, 1)" }, { "name": "WHEAT", "type": "Color", - "value": "Color(0.96, 0.87, 0.7, 1)" + "value": "Color(0.960784, 0.870588, 0.701961, 1)" }, { "name": "WHITE", @@ -13234,7 +13603,7 @@ { "name": "WHITE_SMOKE", "type": "Color", - "value": "Color(0.96, 0.96, 0.96, 1)" + "value": "Color(0.960784, 0.960784, 0.960784, 1)" }, { "name": "YELLOW", @@ -13244,7 +13613,7 @@ { "name": "YELLOW_GREEN", "type": "Color", - "value": "Color(0.6, 0.8, 0.2, 1)" + "value": "Color(0.603922, 0.803922, 0.196078, 1)" } ], "operators": [ @@ -13339,7 +13708,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "to_abgr32", @@ -13347,7 +13716,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "to_rgba32", @@ -13355,7 +13724,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "to_argb64", @@ -13363,7 +13732,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "to_abgr64", @@ -13371,7 +13740,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "to_rgba64", @@ -13379,7 +13748,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "to_html", @@ -13387,7 +13756,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 3429816538, "arguments": [ { "name": "with_alpha", @@ -13402,7 +13771,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 17, + "hash": 422860107, "arguments": [ { "name": "min", @@ -13422,7 +13791,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193304 + "hash": 594669093 }, { "name": "lerp", @@ -13430,7 +13799,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 3118673011, "arguments": [ { "name": "to", @@ -13448,7 +13817,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1769245515, "arguments": [ { "name": "amount", @@ -13462,7 +13831,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1769245515, "arguments": [ { "name": "amount", @@ -13476,7 +13845,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 17, + "hash": 2776764715, "arguments": [ { "name": "over", @@ -13490,7 +13859,23 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192842 + "hash": 466405837 + }, + { + "name": "srgb_to_linear", + "return_type": "Color", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 594669093 + }, + { + "name": "linear_to_srgb", + "return_type": "Color", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 594669093 }, { "name": "is_equal_approx", @@ -13498,7 +13883,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 17, + "hash": 3165333982, "arguments": [ { "name": "to", @@ -13512,7 +13897,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 2766826397, "arguments": [ { "name": "hex", @@ -13526,7 +13911,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 2766826397, "arguments": [ { "name": "hex", @@ -13540,7 +13925,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 4, + "hash": 1265396359, "arguments": [ { "name": "rgba", @@ -13554,7 +13939,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 4, + "hash": 2942997125, "arguments": [ { "name": "color", @@ -13568,7 +13953,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 4, + "hash": 1116350977, "arguments": [ { "name": "name", @@ -13582,7 +13967,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 133243337 + "hash": 911363434 }, { "name": "get_named_color_name", @@ -13590,7 +13975,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 897497541, "arguments": [ { "name": "idx", @@ -13604,7 +13989,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 2766826397, "arguments": [ { "name": "idx", @@ -13618,7 +14003,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 17, + "hash": 3256304850, "arguments": [ { "name": "str", @@ -13636,7 +14021,7 @@ "is_vararg": false, "is_const": false, "is_static": true, - "hash": 3, + "hash": 4140820065, "arguments": [ { "name": "h", @@ -13657,13 +14042,40 @@ } ] }, + { + "name": "from_ok_hsl", + "return_type": "Color", + "is_vararg": false, + "is_const": false, + "is_static": true, + "hash": 4140820065, + "arguments": [ + { + "name": "h", + "type": "float" + }, + { + "name": "s", + "type": "float" + }, + { + "name": "l", + "type": "float" + }, + { + "name": "alpha", + "type": "float", + "default_value": "1.0" + } + ] + }, { "name": "from_rgbe9995", "return_type": "Color", "is_vararg": false, "is_const": false, "is_static": true, - "hash": 2, + "hash": 2766826397, "arguments": [ { "name": "rgbe", @@ -13841,6 +14253,16 @@ "return_type": "bool" } ], + "methods": [ + { + "name": "hash", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 3173160232 + } + ], "constructors": [ { "index": 0 @@ -13908,7 +14330,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "get_name_count", @@ -13916,7 +14338,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "get_name", @@ -13924,7 +14346,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2825896302, "arguments": [ { "name": "idx", @@ -13938,7 +14360,15 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 + }, + { + "name": "hash", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 3173160232 }, { "name": "get_subname", @@ -13946,7 +14376,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2825896302, "arguments": [ { "name": "idx", @@ -13954,13 +14384,21 @@ } ] }, + { + "name": "get_concatenated_names", + "return_type": "StringName", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 3816817146 + }, { "name": "get_concatenated_subnames", "return_type": "StringName", "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193337 + "hash": 3816817146 }, { "name": "get_as_property_path", @@ -13968,7 +14406,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193370 + "hash": 4212530932 }, { "name": "is_empty", @@ -13976,7 +14414,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 } ], "constructors": [ @@ -14056,7 +14494,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "get_id", @@ -14064,7 +14502,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 } ], "constructors": [ @@ -14125,7 +14563,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_custom", @@ -14133,7 +14571,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_standard", @@ -14141,7 +14579,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "is_valid", @@ -14149,7 +14587,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "get_object", @@ -14157,7 +14595,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193436 + "hash": 1825232092 }, { "name": "get_object_id", @@ -14165,7 +14603,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "get_method", @@ -14173,7 +14611,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193337 + "hash": 3816817146 }, { "name": "hash", @@ -14181,7 +14619,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "unbind", @@ -14189,7 +14627,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2658095274, "arguments": [ { "name": "argcount", @@ -14203,28 +14641,28 @@ "is_vararg": true, "is_const": true, "is_static": false, - "hash": 171228680 + "hash": 3643564216 }, { "name": "call_deferred", "is_vararg": true, "is_const": true, "is_static": false, - "hash": 135339239 + "hash": 3286317445 }, { "name": "rpc", "is_vararg": true, "is_const": true, "is_static": false, - "hash": 135339239 + "hash": 3286317445 }, { "name": "rpc_id", "is_vararg": true, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2270047679, "arguments": [ { "name": "peer_id", @@ -14238,7 +14676,7 @@ "is_vararg": true, "is_const": true, "is_static": false, - "hash": 171229406 + "hash": 1477590135 } ], "constructors": [ @@ -14312,7 +14750,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "get_object", @@ -14320,7 +14758,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193436 + "hash": 1825232092 }, { "name": "get_object_id", @@ -14328,7 +14766,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "get_name", @@ -14336,7 +14774,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193337 + "hash": 3816817146 }, { "name": "connect", @@ -14344,7 +14782,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 613295459, "arguments": [ { "name": "callable", @@ -14362,7 +14800,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 22, + "hash": 2152947379, "arguments": [ { "name": "callable", @@ -14376,7 +14814,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 22, + "hash": 2975383694, "arguments": [ { "name": "callable", @@ -14390,14 +14828,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193568 + "hash": 662103594 }, { "name": "emit", "is_vararg": true, "is_const": true, "is_static": false, - "hash": 135339239 + "hash": 3286317445 } ], "constructors": [ @@ -14472,7 +14910,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -14480,14 +14918,32 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "clear", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 + }, + { + "name": "merge", + "is_vararg": false, + "is_const": false, + "is_static": false, + "hash": 3756065809, + "arguments": [ + { + "name": "dictionary", + "type": "Dictionary" + }, + { + "name": "overwrite", + "type": "bool", + "default_value": "false" + } + ] }, { "name": "has", @@ -14495,7 +14951,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 0, + "hash": 3680194679, "arguments": [ { "name": "key", @@ -14509,7 +14965,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 25, + "hash": 4129521963, "arguments": [ { "name": "keys", @@ -14523,7 +14979,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 0, + "hash": 1776646889, "arguments": [ { "name": "key", @@ -14537,7 +14993,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "keys", @@ -14545,7 +15001,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193568 + "hash": 662103594 }, { "name": "values", @@ -14553,7 +15009,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193568 + "hash": 662103594 }, { "name": "duplicate", @@ -14561,7 +15017,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 4095042122, "arguments": [ { "name": "deep", @@ -14576,7 +15032,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 0, + "hash": 2205440559, "arguments": [ { "name": "key", @@ -14674,7 +15130,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -14682,14 +15138,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "clear", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "hash", @@ -14697,14 +15153,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "push_back", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 0, + "hash": 3316032543, "arguments": [ { "name": "value", @@ -14717,7 +15173,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 0, + "hash": 3316032543, "arguments": [ { "name": "value", @@ -14730,7 +15186,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 0, + "hash": 3316032543, "arguments": [ { "name": "value", @@ -14743,7 +15199,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 25, + "hash": 3470848906, "arguments": [ { "name": "array", @@ -14757,7 +15213,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "size", @@ -14771,7 +15227,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 0, + "hash": 3176316662, "arguments": [ { "name": "position", @@ -14788,7 +15244,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "position", @@ -14801,7 +15257,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 0, + "hash": 3316032543, "arguments": [ { "name": "value", @@ -14814,7 +15270,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 0, + "hash": 3316032543, "arguments": [ { "name": "value", @@ -14828,7 +15284,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192743 + "hash": 1460142086 }, { "name": "back", @@ -14836,7 +15292,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192743 + "hash": 1460142086 }, { "name": "find", @@ -14844,7 +15300,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2336346817, "arguments": [ { "name": "what", @@ -14863,7 +15319,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2336346817, "arguments": [ { "name": "what", @@ -14882,7 +15338,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 0, + "hash": 1481661226, "arguments": [ { "name": "value", @@ -14896,7 +15352,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 0, + "hash": 1481661226, "arguments": [ { "name": "value", @@ -14910,7 +15366,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 0, + "hash": 3680194679, "arguments": [ { "name": "value", @@ -14924,7 +15380,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132057350 + "hash": 1321915136 }, { "name": "pop_front", @@ -14932,7 +15388,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132057350 + "hash": 1321915136 }, { "name": "pop_at", @@ -14940,7 +15396,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3518259424, "arguments": [ { "name": "position", @@ -14953,14 +15409,14 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "sort_custom", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 22, + "hash": 2152947379, "arguments": [ { "name": "func", @@ -14973,7 +15429,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -14981,7 +15437,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 2634019015, "arguments": [ { "name": "value", @@ -15000,7 +15456,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 2806999044, "arguments": [ { "name": "value", @@ -15022,7 +15478,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "duplicate", @@ -15030,7 +15486,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 937979963, "arguments": [ { "name": "deep", @@ -15045,7 +15501,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 254552835, "arguments": [ { "name": "begin", @@ -15074,7 +15530,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 22, + "hash": 181241100, "arguments": [ { "name": "method", @@ -15088,7 +15544,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 22, + "hash": 181241100, "arguments": [ { "name": "method", @@ -15102,7 +15558,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 0, + "hash": 984346057, "arguments": [ { "name": "method", @@ -15115,13 +15571,41 @@ } ] }, + { + "name": "any", + "return_type": "bool", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2975383694, + "arguments": [ + { + "name": "method", + "type": "Callable" + } + ] + }, + { + "name": "all", + "return_type": "bool", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2975383694, + "arguments": [ + { + "name": "method", + "type": "Callable" + } + ] + }, { "name": "max", "return_type": "Variant", "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192743 + "hash": 1460142086 }, { "name": "min", @@ -15129,7 +15613,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192743 + "hash": 1460142086 } ], "constructors": [ @@ -15277,7 +15761,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -15285,14 +15769,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "index", @@ -15310,7 +15794,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 694024632, "arguments": [ { "name": "value", @@ -15324,7 +15808,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 694024632, "arguments": [ { "name": "value", @@ -15337,7 +15821,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 26, + "hash": 25380039, "arguments": [ { "name": "array", @@ -15350,7 +15834,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -15364,7 +15848,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 1487112728, "arguments": [ { "name": "at_index", @@ -15381,7 +15865,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "value", @@ -15395,7 +15879,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -15409,7 +15893,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 931488181, "arguments": [ { "name": "value", @@ -15422,7 +15906,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -15430,7 +15914,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3799101645, "arguments": [ { "name": "begin", @@ -15448,7 +15932,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -15456,7 +15940,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 3380005890, "arguments": [ { "name": "value", @@ -15475,7 +15959,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058208 + "hash": 1372952593 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2984303840, + "arguments": [ + { + "name": "value", + "type": "int" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2984303840, + "arguments": [ + { + "name": "value", + "type": "int" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 4103005248, + "arguments": [ + { + "name": "value", + "type": "int" + } + ] }, { "name": "get_string_from_ascii", @@ -15483,7 +16019,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "get_string_from_utf8", @@ -15491,7 +16027,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "get_string_from_utf16", @@ -15499,7 +16035,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "get_string_from_utf32", @@ -15507,7 +16043,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "hex_encode", @@ -15515,7 +16051,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192875 + "hash": 3942272618 }, { "name": "compress", @@ -15523,7 +16059,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1891142120, "arguments": [ { "name": "compression_mode", @@ -15538,7 +16074,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3799101645, "arguments": [ { "name": "buffer_size", @@ -15557,7 +16093,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3799101645, "arguments": [ { "name": "max_output_size", @@ -15576,7 +16112,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15590,7 +16126,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15604,7 +16140,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15618,7 +16154,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15632,7 +16168,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15646,7 +16182,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15660,7 +16196,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15674,7 +16210,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 4103005248, "arguments": [ { "name": "byte_offset", @@ -15688,7 +16224,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1401583798, "arguments": [ { "name": "byte_offset", @@ -15702,7 +16238,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1401583798, "arguments": [ { "name": "byte_offset", @@ -15716,7 +16252,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1401583798, "arguments": [ { "name": "byte_offset", @@ -15730,7 +16266,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 2914632957, "arguments": [ { "name": "byte_offset", @@ -15749,7 +16285,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 1740420038, "arguments": [ { "name": "byte_offset", @@ -15768,7 +16304,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 1, + "hash": 954237325, "arguments": [ { "name": "byte_offset", @@ -15787,7 +16323,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193634 + "hash": 2566212899 }, { "name": "to_int64_array", @@ -15795,7 +16331,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193667 + "hash": 4144163970 }, { "name": "to_float32_array", @@ -15803,7 +16339,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193700 + "hash": 247621236 }, { "name": "to_float64_array", @@ -15811,14 +16347,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193733 + "hash": 3158844420 }, { "name": "encode_u8", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15835,7 +16371,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15852,7 +16388,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15869,7 +16405,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15886,7 +16422,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15903,7 +16439,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15920,7 +16456,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15937,7 +16473,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "byte_offset", @@ -15954,7 +16490,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 1113000516, "arguments": [ { "name": "byte_offset", @@ -15971,7 +16507,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 1113000516, "arguments": [ { "name": "byte_offset", @@ -15988,7 +16524,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 1113000516, "arguments": [ { "name": "byte_offset", @@ -16006,7 +16542,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 2604460497, "arguments": [ { "name": "byte_offset", @@ -16097,7 +16633,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -16105,14 +16641,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "index", @@ -16130,7 +16666,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 694024632, "arguments": [ { "name": "value", @@ -16144,7 +16680,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 694024632, "arguments": [ { "name": "value", @@ -16157,7 +16693,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 27, + "hash": 3642266950, "arguments": [ { "name": "array", @@ -16170,7 +16706,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -16184,7 +16720,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 1487112728, "arguments": [ { "name": "at_index", @@ -16201,7 +16737,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "value", @@ -16215,7 +16751,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -16229,7 +16765,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 931488181, "arguments": [ { "name": "value", @@ -16242,7 +16778,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -16250,7 +16786,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1026564029, "arguments": [ { "name": "begin", @@ -16269,14 +16805,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -16284,7 +16820,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 3380005890, "arguments": [ { "name": "value", @@ -16303,7 +16839,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058241 + "hash": 3902894137 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2984303840, + "arguments": [ + { + "name": "value", + "type": "int" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2984303840, + "arguments": [ + { + "name": "value", + "type": "int" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 4103005248, + "arguments": [ + { + "name": "value", + "type": "int" + } + ] } ], "constructors": [ @@ -16379,7 +16967,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -16387,14 +16975,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 3638975848, "arguments": [ { "name": "index", @@ -16412,7 +17000,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 694024632, "arguments": [ { "name": "value", @@ -16426,7 +17014,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 694024632, "arguments": [ { "name": "value", @@ -16439,7 +17027,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 28, + "hash": 2307260970, "arguments": [ { "name": "array", @@ -16452,7 +17040,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -16466,7 +17054,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 1487112728, "arguments": [ { "name": "at_index", @@ -16483,7 +17071,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "value", @@ -16497,7 +17085,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -16511,7 +17099,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 931488181, "arguments": [ { "name": "value", @@ -16524,7 +17112,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -16532,7 +17120,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 3672885562, "arguments": [ { "name": "begin", @@ -16551,14 +17139,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -16566,7 +17154,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 3380005890, "arguments": [ { "name": "value", @@ -16585,7 +17173,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058274 + "hash": 2716197823 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2984303840, + "arguments": [ + { + "name": "value", + "type": "int" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2984303840, + "arguments": [ + { + "name": "value", + "type": "int" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 4103005248, + "arguments": [ + { + "name": "value", + "type": "int" + } + ] } ], "constructors": [ @@ -16661,7 +17301,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -16669,14 +17309,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 1113000516, "arguments": [ { "name": "index", @@ -16694,7 +17334,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 4094791666, "arguments": [ { "name": "value", @@ -16708,7 +17348,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 4094791666, "arguments": [ { "name": "value", @@ -16721,7 +17361,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 29, + "hash": 791097111, "arguments": [ { "name": "array", @@ -16734,7 +17374,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -16748,7 +17388,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 1379903876, "arguments": [ { "name": "at_index", @@ -16765,7 +17405,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 833936903, "arguments": [ { "name": "value", @@ -16779,7 +17419,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -16793,7 +17433,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1296369134, "arguments": [ { "name": "value", @@ -16806,7 +17446,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -16814,7 +17454,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2278869132, "arguments": [ { "name": "begin", @@ -16833,14 +17473,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -16848,7 +17488,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 1188816338, "arguments": [ { "name": "value", @@ -16867,7 +17507,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058307 + "hash": 851781288 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1343150241, + "arguments": [ + { + "name": "value", + "type": "float" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1343150241, + "arguments": [ + { + "name": "value", + "type": "float" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2859915090, + "arguments": [ + { + "name": "value", + "type": "float" + } + ] } ], "constructors": [ @@ -16943,7 +17635,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -16951,14 +17643,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 1113000516, "arguments": [ { "name": "index", @@ -16976,7 +17668,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 4094791666, "arguments": [ { "name": "value", @@ -16990,7 +17682,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 4094791666, "arguments": [ { "name": "value", @@ -17003,7 +17695,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 30, + "hash": 1087733270, "arguments": [ { "name": "array", @@ -17016,7 +17708,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -17030,7 +17722,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 1379903876, "arguments": [ { "name": "at_index", @@ -17047,7 +17739,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 3, + "hash": 833936903, "arguments": [ { "name": "value", @@ -17061,7 +17753,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -17075,7 +17767,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 3, + "hash": 1296369134, "arguments": [ { "name": "value", @@ -17088,7 +17780,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -17096,7 +17788,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1216021098, "arguments": [ { "name": "begin", @@ -17115,14 +17807,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -17130,7 +17822,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 1188816338, "arguments": [ { "name": "value", @@ -17149,7 +17841,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058340 + "hash": 1997843129 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1343150241, + "arguments": [ + { + "name": "value", + "type": "float" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1343150241, + "arguments": [ + { + "name": "value", + "type": "float" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2859915090, + "arguments": [ + { + "name": "value", + "type": "float" + } + ] } ], "constructors": [ @@ -17225,7 +17969,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -17233,14 +17977,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 4, + "hash": 725585539, "arguments": [ { "name": "index", @@ -17258,7 +18002,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 4, + "hash": 816187996, "arguments": [ { "name": "value", @@ -17272,7 +18016,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 4, + "hash": 816187996, "arguments": [ { "name": "value", @@ -17285,7 +18029,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 31, + "hash": 2090311302, "arguments": [ { "name": "array", @@ -17298,7 +18042,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -17312,7 +18056,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 4, + "hash": 2432393153, "arguments": [ { "name": "at_index", @@ -17329,7 +18073,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 4, + "hash": 3174917410, "arguments": [ { "name": "value", @@ -17343,7 +18087,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -17357,7 +18101,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 4, + "hash": 2566493496, "arguments": [ { "name": "value", @@ -17370,7 +18114,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -17378,7 +18122,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1726550804, "arguments": [ { "name": "begin", @@ -17397,14 +18141,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -17412,7 +18156,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 328976671, "arguments": [ { "name": "value", @@ -17431,7 +18175,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058373 + "hash": 2376370016 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1760645412, + "arguments": [ + { + "name": "value", + "type": "String" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1760645412, + "arguments": [ + { + "name": "value", + "type": "String" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2920860731, + "arguments": [ + { + "name": "value", + "type": "String" + } + ] } ], "constructors": [ @@ -17512,7 +18308,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -17520,14 +18316,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 5, + "hash": 635767250, "arguments": [ { "name": "index", @@ -17545,7 +18341,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 5, + "hash": 4188891560, "arguments": [ { "name": "value", @@ -17559,7 +18355,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 5, + "hash": 4188891560, "arguments": [ { "name": "value", @@ -17572,7 +18368,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 32, + "hash": 2981316639, "arguments": [ { "name": "array", @@ -17585,7 +18381,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -17599,7 +18395,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 5, + "hash": 2225629369, "arguments": [ { "name": "at_index", @@ -17616,7 +18412,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 5, + "hash": 3790411178, "arguments": [ { "name": "value", @@ -17630,7 +18426,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -17644,7 +18440,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 5, + "hash": 3190634762, "arguments": [ { "name": "value", @@ -17657,7 +18453,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -17665,7 +18461,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 1418229160, "arguments": [ { "name": "begin", @@ -17684,14 +18480,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -17699,7 +18495,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 3778035805, "arguments": [ { "name": "value", @@ -17718,7 +18514,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058406 + "hash": 831114784 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1469606149, + "arguments": [ + { + "name": "value", + "type": "Vector2" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 1469606149, + "arguments": [ + { + "name": "value", + "type": "Vector2" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 2798848307, + "arguments": [ + { + "name": "value", + "type": "Vector2" + } + ] } ], "constructors": [ @@ -17799,7 +18647,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -17807,14 +18655,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 9, + "hash": 3975343409, "arguments": [ { "name": "index", @@ -17832,7 +18680,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 9, + "hash": 3295363524, "arguments": [ { "name": "value", @@ -17846,7 +18694,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 9, + "hash": 3295363524, "arguments": [ { "name": "value", @@ -17859,7 +18707,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 33, + "hash": 792078629, "arguments": [ { "name": "array", @@ -17872,7 +18720,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -17886,7 +18734,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 9, + "hash": 3892262309, "arguments": [ { "name": "at_index", @@ -17903,7 +18751,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 9, + "hash": 3726392409, "arguments": [ { "name": "value", @@ -17917,7 +18765,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -17931,7 +18779,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 9, + "hash": 1749054343, "arguments": [ { "name": "value", @@ -17944,7 +18792,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -17952,7 +18800,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2192974324, "arguments": [ { "name": "begin", @@ -17971,14 +18819,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -17986,7 +18834,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 219263630, "arguments": [ { "name": "value", @@ -18005,7 +18853,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058439 + "hash": 949266573 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 3718155780, + "arguments": [ + { + "name": "value", + "type": "Vector3" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 3718155780, + "arguments": [ + { + "name": "value", + "type": "Vector3" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 194580386, + "arguments": [ + { + "name": "value", + "type": "Vector3" + } + ] } ], "constructors": [ @@ -18081,7 +18981,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192809 + "hash": 3173160232 }, { "name": "is_empty", @@ -18089,14 +18989,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171192776 + "hash": 3918633141 }, { "name": "set", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 17, + "hash": 2146728033, "arguments": [ { "name": "index", @@ -18114,7 +19014,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 17, + "hash": 3943567519, "arguments": [ { "name": "value", @@ -18128,7 +19028,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 17, + "hash": 3943567519, "arguments": [ { "name": "value", @@ -18141,7 +19041,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 34, + "hash": 1120103966, "arguments": [ { "name": "array", @@ -18154,7 +19054,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 2823966027, "arguments": [ { "name": "index", @@ -18168,7 +19068,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 17, + "hash": 3421243291, "arguments": [ { "name": "at_index", @@ -18185,7 +19085,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 17, + "hash": 2175550128, "arguments": [ { "name": "value", @@ -18199,7 +19099,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 2, + "hash": 848867239, "arguments": [ { "name": "new_size", @@ -18213,7 +19113,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 17, + "hash": 3165333982, "arguments": [ { "name": "value", @@ -18226,7 +19126,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "slice", @@ -18234,7 +19134,7 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 2, + "hash": 2094601407, "arguments": [ { "name": "begin", @@ -18253,14 +19153,14 @@ "is_vararg": false, "is_const": true, "is_static": false, - "hash": 171193601 + "hash": 2524027538 }, { "name": "sort", "is_vararg": false, "is_const": false, "is_static": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bsearch", @@ -18268,7 +19168,7 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 1, + "hash": 2448129598, "arguments": [ { "name": "value", @@ -18287,7 +19187,59 @@ "is_vararg": false, "is_const": false, "is_static": false, - "hash": 132058472 + "hash": 2991231410 + }, + { + "name": "find", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 555726748, + "arguments": [ + { + "name": "value", + "type": "Color" + }, + { + "name": "from", + "type": "int", + "default_value": "0" + } + ] + }, + { + "name": "rfind", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 555726748, + "arguments": [ + { + "name": "value", + "type": "Color" + }, + { + "name": "from", + "type": "int", + "default_value": "-1" + } + ] + }, + { + "name": "count", + "return_type": "int", + "is_vararg": false, + "is_const": true, + "is_static": false, + "hash": 3058720833, + "arguments": [ + { + "name": "value", + "type": "Color" + } + ] } ], "constructors": [ @@ -18326,6 +19278,7 @@ "enums": [ { "name": "Mode", + "is_bitfield": false, "values": [ { "name": "MODE_ECB_ENCRYPT", @@ -18355,8 +19308,9 @@ "name": "start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 210015899, "return_value": { "type": "enum::Error" }, @@ -18380,8 +19334,9 @@ "name": "update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3243335927, "return_value": { "type": "PackedByteArray" }, @@ -18396,8 +19351,9 @@ "name": "get_iv_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4046169648, "return_value": { "type": "PackedByteArray" } @@ -18406,456 +19362,9 @@ "name": "finish", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 - } - ] - }, - { - "name": "AStar", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "RefCounted", - "api_type": "core", - "methods": [ - { - "name": "_estimate_cost", - "is_const": true, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "float" - }, - "arguments": [ - { - "name": "from_id", - "type": "int" - }, - { - "name": "to_id", - "type": "int" - } - ] - }, - { - "name": "_compute_cost", - "is_const": true, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "float" - }, - "arguments": [ - { - "name": "from_id", - "type": "int" - }, - { - "name": "to_id", - "type": "int" - } - ] - }, - { - "name": "get_available_point_id", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "int32" - } - }, - { - "name": "add_point", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135649961, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "position", - "type": "Vector3" - }, - { - "name": "weight_scale", - "type": "float", - "meta": "float", - "default_value": "1.0" - } - ] - }, - { - "name": "get_point_position", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "Vector3" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "set_point_position", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "position", - "type": "Vector3" - } - ] - }, - { - "name": "get_point_weight_scale", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "set_point_weight_scale", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "weight_scale", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "remove_point", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "has_point", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_point_connections", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135374087, - "return_value": { - "type": "PackedInt32Array" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_point_ids", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "Array" - } - }, - { - "name": "set_point_disabled", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134464040, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "disabled", - "type": "bool", - "default_value": "true" - } - ] - }, - { - "name": "is_point_disabled", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "connect_points", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135649961, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "to_id", - "type": "int", - "meta": "int32" - }, - { - "name": "bidirectional", - "type": "bool", - "default_value": "true" - } - ] - }, - { - "name": "disconnect_points", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135649961, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "to_id", - "type": "int", - "meta": "int32" - }, - { - "name": "bidirectional", - "type": "bool", - "default_value": "true" - } - ] - }, - { - "name": "are_points_connected", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 174785387, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "id", - "type": "int", - "meta": "int32" - }, - { - "name": "to_id", - "type": "int", - "meta": "int32" - }, - { - "name": "bidirectional", - "type": "bool", - "default_value": "true" - } - ] - }, - { - "name": "get_point_count", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "int32" - } - }, - { - "name": "get_point_capacity", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "int32" - } - }, - { - "name": "reserve_space", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "num_nodes", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "clear", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, - { - "name": "get_closest_point", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 173599466, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "to_position", - "type": "Vector3" - }, - { - "name": "include_disabled", - "type": "bool", - "default_value": "false" - } - ] - }, - { - "name": "get_closest_position_in_segment", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "Vector3" - }, - "arguments": [ - { - "name": "to_position", - "type": "Vector3" - } - ] - }, - { - "name": "get_point_path", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135410024, - "return_value": { - "type": "PackedVector3Array" - }, - "arguments": [ - { - "name": "from_id", - "type": "int", - "meta": "int32" - }, - { - "name": "to_id", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_id_path", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135410024, - "return_value": { - "type": "PackedInt32Array" - }, - "arguments": [ - { - "name": "from_id", - "type": "int", - "meta": "int32" - }, - { - "name": "to_id", - "type": "int", - "meta": "int32" - } - ] + "hash": 3218959716 } ] }, @@ -18869,6 +19378,7 @@ { "name": "_estimate_cost", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -18888,6 +19398,7 @@ { "name": "_compute_cost", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -18908,24 +19419,26 @@ "name": "get_available_point_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" } }, { "name": "add_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3370185124, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "position", @@ -18943,8 +19456,9 @@ "name": "get_point_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -18952,7 +19466,7 @@ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -18960,13 +19474,14 @@ "name": "set_point_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "position", @@ -18978,8 +19493,9 @@ "name": "get_point_weight_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -18988,7 +19504,7 @@ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -18996,13 +19512,14 @@ "name": "set_point_weight_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "weight_scale", @@ -19015,13 +19532,14 @@ "name": "remove_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -19029,8 +19547,9 @@ "name": "has_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -19038,7 +19557,7 @@ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -19046,16 +19565,17 @@ "name": "get_point_connections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1171824711, "return_value": { - "type": "PackedInt32Array" + "type": "PackedInt64Array" }, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -19063,8 +19583,9 @@ "name": "get_point_ids", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -19073,13 +19594,14 @@ "name": "set_point_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 4023243586, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "disabled", @@ -19092,8 +19614,9 @@ "name": "is_point_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -19101,7 +19624,7 @@ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -19109,18 +19632,19 @@ "name": "connect_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3785370599, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "to_id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "bidirectional", @@ -19133,18 +19657,24 @@ "name": "disconnect_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3785370599, "arguments": [ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "to_id", "type": "int", - "meta": "int32" + "meta": "int64" + }, + { + "name": "bidirectional", + "type": "bool", + "default_value": "true" } ] }, @@ -19152,8 +19682,9 @@ "name": "are_points_connected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 4063588998, "return_value": { "type": "bool" }, @@ -19161,12 +19692,17 @@ { "name": "id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "to_id", "type": "int", - "meta": "int32" + "meta": "int64" + }, + { + "name": "bidirectional", + "type": "bool", + "default_value": "true" } ] }, @@ -19174,35 +19710,38 @@ "name": "get_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" } }, { "name": "get_point_capacity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" } }, { "name": "reserve_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "num_nodes", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -19210,18 +19749,20 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_closest_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2300324924, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -19239,8 +19780,9 @@ "name": "get_closest_position_in_segment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2656412154, "return_value": { "type": "Vector2" }, @@ -19255,8 +19797,9 @@ "name": "get_point_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 857689778, "return_value": { "type": "PackedVector2Array" }, @@ -19264,12 +19807,12 @@ { "name": "from_id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "to_id", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -19277,21 +19820,495 @@ "name": "get_id_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3399469839, "return_value": { - "type": "PackedInt32Array" + "type": "PackedInt64Array" }, "arguments": [ { "name": "from_id", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "to_id", "type": "int", - "meta": "int32" + "meta": "int64" + } + ] + } + ] + }, + { + "name": "AStar3D", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "RefCounted", + "api_type": "core", + "methods": [ + { + "name": "_estimate_cost", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "from_id", + "type": "int" + }, + { + "name": "to_id", + "type": "int" + } + ] + }, + { + "name": "_compute_cost", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "from_id", + "type": "int" + }, + { + "name": "to_id", + "type": "int" + } + ] + }, + { + "name": "get_available_point_id", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int64" + } + }, + { + "name": "add_point", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920922839, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + }, + { + "name": "position", + "type": "Vector3" + }, + { + "name": "weight_scale", + "type": "float", + "meta": "float", + "default_value": "1.0" + } + ] + }, + { + "name": "get_point_position", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 711720468, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "set_point_position", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1530502735, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + }, + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "get_point_weight_scale", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2339986948, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "set_point_weight_scale", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1602489585, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + }, + { + "name": "weight_scale", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "remove_point", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "has_point", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "get_point_connections", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1171824711, + "return_value": { + "type": "PackedInt64Array" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "get_point_ids", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2136241257, + "return_value": { + "type": "Array" + } + }, + { + "name": "set_point_disabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4023243586, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + }, + { + "name": "disabled", + "type": "bool", + "default_value": "true" + } + ] + }, + { + "name": "is_point_disabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "connect_points", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3785370599, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + }, + { + "name": "to_id", + "type": "int", + "meta": "int64" + }, + { + "name": "bidirectional", + "type": "bool", + "default_value": "true" + } + ] + }, + { + "name": "disconnect_points", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3785370599, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + }, + { + "name": "to_id", + "type": "int", + "meta": "int64" + }, + { + "name": "bidirectional", + "type": "bool", + "default_value": "true" + } + ] + }, + { + "name": "are_points_connected", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4063588998, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "id", + "type": "int", + "meta": "int64" + }, + { + "name": "to_id", + "type": "int", + "meta": "int64" + }, + { + "name": "bidirectional", + "type": "bool", + "default_value": "true" + } + ] + }, + { + "name": "get_point_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int64" + } + }, + { + "name": "get_point_capacity", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int64" + } + }, + { + "name": "reserve_space", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "num_nodes", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "clear", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, + { + "name": "get_closest_point", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3241074317, + "return_value": { + "type": "int", + "meta": "int64" + }, + "arguments": [ + { + "name": "to_position", + "type": "Vector3" + }, + { + "name": "include_disabled", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "get_closest_position_in_segment", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 192990374, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "to_position", + "type": "Vector3" + } + ] + }, + { + "name": "get_point_path", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2986696332, + "return_value": { + "type": "PackedVector3Array" + }, + "arguments": [ + { + "name": "from_id", + "type": "int", + "meta": "int64" + }, + { + "name": "to_id", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "get_id_path", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3399469839, + "return_value": { + "type": "PackedInt64Array" + }, + "arguments": [ + { + "name": "from_id", + "type": "int", + "meta": "int64" + }, + { + "name": "to_id", + "type": "int", + "meta": "int64" } ] } @@ -19308,8 +20325,9 @@ "name": "get_ok_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 42840791, "return_value": { "type": "Button" } @@ -19318,8 +20336,9 @@ "name": "get_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 986767070, "return_value": { "type": "Label" } @@ -19328,8 +20347,9 @@ "name": "set_hide_on_ok", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -19341,8 +20361,34 @@ "name": "get_hide_on_ok", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_close_on_escape", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "get_close_on_escape", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19351,8 +20397,9 @@ "name": "add_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1474135307, + "hash": 1761234324, "return_value": { "type": "Button" }, @@ -19377,8 +20424,9 @@ "name": "add_cancel_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1774060534, "return_value": { "type": "Button" }, @@ -19393,8 +20441,9 @@ "name": "remove_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "button", @@ -19406,8 +20455,9 @@ "name": "register_text_enter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "line_edit", @@ -19419,8 +20469,9 @@ "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -19432,8 +20483,9 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -19442,8 +20494,9 @@ "name": "set_autowrap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "autowrap", @@ -19455,19 +20508,45 @@ "name": "has_autowrap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } + }, + { + "name": "set_ok_button_text", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "text", + "type": "String" + } + ] + }, + { + "name": "get_ok_button_text", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } } ], "signals": [ { - "name": "cancelled" + "name": "confirmed" }, { - "name": "confirmed" + "name": "cancelled" }, { "name": "custom_action", @@ -19480,6 +20559,13 @@ } ], "properties": [ + { + "type": "String", + "name": "ok_button_text", + "setter": "set_ok_button_text", + "getter": "get_ok_button_text", + "index": -1 + }, { "type": "String", "name": "dialog_text", @@ -19494,6 +20580,13 @@ "getter": "get_hide_on_ok", "index": -1 }, + { + "type": "bool", + "name": "dialog_close_on_escape", + "setter": "set_close_on_escape", + "getter": "get_close_on_escape", + "index": -1 + }, { "type": "bool", "name": "dialog_autowrap", @@ -19514,8 +20607,9 @@ "name": "set_sync_to_physics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -19527,8 +20621,9 @@ "name": "is_sync_to_physics_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19555,8 +20650,9 @@ "name": "set_sync_to_physics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -19568,8 +20664,9 @@ "name": "is_sync_to_physics_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19596,8 +20693,9 @@ "name": "set_sprite_frames", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1402215485, "arguments": [ { "name": "sprite_frames", @@ -19609,8 +20707,9 @@ "name": "get_sprite_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1130282975, "return_value": { "type": "SpriteFrames" } @@ -19619,8 +20718,9 @@ "name": "set_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "animation", @@ -19632,8 +20732,9 @@ "name": "get_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -19642,8 +20743,9 @@ "name": "set_playing", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "playing", @@ -19655,8 +20757,9 @@ "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19665,8 +20768,9 @@ "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 143531945, + "hash": 3688672124, "arguments": [ { "name": "anim", @@ -19684,15 +20788,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_centered", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "centered", @@ -19704,8 +20810,9 @@ "name": "is_centered", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19714,8 +20821,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -19727,8 +20835,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -19737,8 +20846,9 @@ "name": "set_flip_h", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_h", @@ -19750,8 +20860,9 @@ "name": "is_flipped_h", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19760,8 +20871,9 @@ "name": "set_flip_v", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_v", @@ -19773,8 +20885,9 @@ "name": "is_flipped_v", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19783,8 +20896,9 @@ "name": "set_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frame", @@ -19797,8 +20911,9 @@ "name": "get_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -19808,8 +20923,9 @@ "name": "set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "speed_scale", @@ -19822,8 +20938,9 @@ "name": "get_speed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -19915,8 +21032,9 @@ "name": "set_sprite_frames", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1402215485, "arguments": [ { "name": "sprite_frames", @@ -19928,8 +21046,9 @@ "name": "get_sprite_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1130282975, "return_value": { "type": "SpriteFrames" } @@ -19938,8 +21057,9 @@ "name": "set_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "animation", @@ -19951,8 +21071,9 @@ "name": "get_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -19961,8 +21082,9 @@ "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133278119, + "hash": 3136967808, "arguments": [ { "name": "anim", @@ -19975,15 +21097,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -19992,8 +21116,9 @@ "name": "set_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frame", @@ -20006,8 +21131,9 @@ "name": "get_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -20070,8 +21196,9 @@ "name": "set_frames", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frames", @@ -20084,8 +21211,9 @@ "name": "get_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -20095,8 +21223,9 @@ "name": "set_current_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frame", @@ -20109,8 +21238,9 @@ "name": "get_current_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -20120,8 +21250,9 @@ "name": "set_pause", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pause", @@ -20133,8 +21264,9 @@ "name": "get_pause", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -20143,8 +21275,9 @@ "name": "set_oneshot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "oneshot", @@ -20156,8 +21289,9 @@ "name": "get_oneshot", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -20166,8 +21300,9 @@ "name": "set_fps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fps", @@ -20180,8 +21315,9 @@ "name": "get_fps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -20191,8 +21327,9 @@ "name": "set_frame_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "frame", @@ -20209,8 +21346,9 @@ "name": "get_frame_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -20226,8 +21364,9 @@ "name": "set_frame_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "frame", @@ -20245,8 +21384,9 @@ "name": "get_frame_delay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -23889,25 +25029,9 @@ "inherits": "Resource", "api_type": "core", "enums": [ - { - "name": "LoopMode", - "values": [ - { - "name": "LOOP_NONE", - "value": 0 - }, - { - "name": "LOOP_LINEAR", - "value": 1 - }, - { - "name": "LOOP_PINGPONG", - "value": 2 - } - ] - }, { "name": "TrackType", + "is_bitfield": false, "values": [ { "name": "TYPE_VALUE", @@ -23947,8 +25071,27 @@ } ] }, + { + "name": "InterpolationType", + "is_bitfield": false, + "values": [ + { + "name": "INTERPOLATION_NEAREST", + "value": 0 + }, + { + "name": "INTERPOLATION_LINEAR", + "value": 1 + }, + { + "name": "INTERPOLATION_CUBIC", + "value": 2 + } + ] + }, { "name": "UpdateMode", + "is_bitfield": false, "values": [ { "name": "UPDATE_CONTINUOUS", @@ -23968,8 +25111,27 @@ } ] }, + { + "name": "LoopMode", + "is_bitfield": false, + "values": [ + { + "name": "LOOP_NONE", + "value": 0 + }, + { + "name": "LOOP_LINEAR", + "value": 1 + }, + { + "name": "LOOP_PINGPONG", + "value": 2 + } + ] + }, { "name": "HandleMode", + "is_bitfield": false, "values": [ { "name": "HANDLE_MODE_FREE", @@ -23980,23 +25142,6 @@ "value": 1 } ] - }, - { - "name": "InterpolationType", - "values": [ - { - "name": "INTERPOLATION_NEAREST", - "value": 0 - }, - { - "name": "INTERPOLATION_LINEAR", - "value": 1 - }, - { - "name": "INTERPOLATION_CUBIC", - "value": 2 - } - ] } ], "methods": [ @@ -24004,8 +25149,9 @@ "name": "add_track", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2393815928, "return_value": { "type": "int", "meta": "int32" @@ -24027,8 +25173,9 @@ "name": "remove_track", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "track_idx", @@ -24041,8 +25188,9 @@ "name": "get_track_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -24052,8 +25200,9 @@ "name": "track_get_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3445944217, "return_value": { "type": "enum::Animation.TrackType" }, @@ -24069,8 +25218,9 @@ "name": "track_get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -24086,8 +25236,9 @@ "name": "track_set_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1570372531, "arguments": [ { "name": "track_idx", @@ -24104,8 +25255,9 @@ "name": "find_track", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 520067888, "return_value": { "type": "int", "meta": "int32" @@ -24125,8 +25277,9 @@ "name": "track_move_up", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "track_idx", @@ -24139,8 +25292,9 @@ "name": "track_move_down", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "track_idx", @@ -24153,8 +25307,9 @@ "name": "track_move_to", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "track_idx", @@ -24172,8 +25327,9 @@ "name": "track_swap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "track_idx", @@ -24191,8 +25347,9 @@ "name": "track_set_imported", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "track_idx", @@ -24209,8 +25366,9 @@ "name": "track_is_imported", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -24226,8 +25384,9 @@ "name": "track_set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "track_idx", @@ -24244,8 +25403,9 @@ "name": "track_is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -24261,8 +25421,9 @@ "name": "position_track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2540608232, "return_value": { "type": "int", "meta": "int32" @@ -24288,8 +25449,9 @@ "name": "rotation_track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 4115414202, "return_value": { "type": "int", "meta": "int32" @@ -24315,8 +25477,9 @@ "name": "scale_track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2540608232, "return_value": { "type": "int", "meta": "int32" @@ -24342,8 +25505,9 @@ "name": "blend_shape_track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 1534913637, "return_value": { "type": "int", "meta": "int32" @@ -24370,8 +25534,9 @@ "name": "track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 711530217, "arguments": [ { "name": "track_idx", @@ -24399,8 +25564,9 @@ "name": "track_remove_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "track_idx", @@ -24418,8 +25584,9 @@ "name": "track_remove_key_at_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "track_idx", @@ -24437,8 +25604,9 @@ "name": "track_set_key_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2060538656, "arguments": [ { "name": "track_idx", @@ -24460,8 +25628,9 @@ "name": "track_set_key_transition", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "track_idx", @@ -24484,8 +25653,9 @@ "name": "track_set_key_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "track_idx", @@ -24508,8 +25678,9 @@ "name": "track_get_key_transition", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -24531,8 +25702,9 @@ "name": "track_get_key_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -24549,8 +25721,9 @@ "name": "track_get_key_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 678354945, "return_value": { "type": "Variant" }, @@ -24571,8 +25744,9 @@ "name": "track_get_key_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "double" @@ -24594,8 +25768,9 @@ "name": "track_find_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 2119071283, "return_value": { "type": "int", "meta": "int32" @@ -24622,8 +25797,9 @@ "name": "track_set_interpolation_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4112932513, "arguments": [ { "name": "track_idx", @@ -24640,8 +25816,9 @@ "name": "track_get_interpolation_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1530756894, "return_value": { "type": "enum::Animation.InterpolationType" }, @@ -24657,8 +25834,9 @@ "name": "track_set_interpolation_loop_wrap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "track_idx", @@ -24675,8 +25853,9 @@ "name": "track_get_interpolation_loop_wrap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -24692,8 +25871,9 @@ "name": "track_is_compressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -24709,8 +25889,9 @@ "name": "value_track_set_update_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2854058312, "arguments": [ { "name": "track_idx", @@ -24727,8 +25908,9 @@ "name": "value_track_get_update_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1440326473, "return_value": { "type": "enum::Animation.UpdateMode" }, @@ -24744,8 +25926,9 @@ "name": "value_track_get_key_indices", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 488189667, "return_value": { "type": "PackedInt32Array" }, @@ -24771,8 +25954,9 @@ "name": "value_track_interpolate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 491147702, "return_value": { "type": "Variant" }, @@ -24793,8 +25977,9 @@ "name": "method_track_get_key_indices", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 488189667, "return_value": { "type": "PackedInt32Array" }, @@ -24820,8 +26005,9 @@ "name": "method_track_get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 342112179, "return_value": { "type": "StringName" }, @@ -24842,8 +26028,9 @@ "name": "method_track_get_params", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3624222292, "return_value": { "type": "Array" }, @@ -24864,8 +26051,9 @@ "name": "bezier_track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1020396879, + "hash": 3919731513, "return_value": { "type": "int", "meta": "int32" @@ -24907,8 +26095,9 @@ "name": "bezier_track_set_key_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "track_idx", @@ -24931,8 +26120,9 @@ "name": "bezier_track_set_key_in_handle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1028302688, "arguments": [ { "name": "track_idx", @@ -24960,8 +26150,9 @@ "name": "bezier_track_set_key_out_handle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1028302688, "arguments": [ { "name": "track_idx", @@ -24989,8 +26180,9 @@ "name": "bezier_track_get_key_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -25012,8 +26204,9 @@ "name": "bezier_track_get_key_in_handle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3016396712, "return_value": { "type": "Vector2" }, @@ -25034,8 +26227,9 @@ "name": "bezier_track_get_key_out_handle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3016396712, "return_value": { "type": "Vector2" }, @@ -25056,8 +26250,9 @@ "name": "bezier_track_interpolate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1900462983, "return_value": { "type": "float", "meta": "float" @@ -25079,8 +26274,9 @@ "name": "audio_track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1552406093, + "hash": 4023442673, "return_value": { "type": "int", "meta": "int32" @@ -25118,8 +26314,9 @@ "name": "audio_track_set_key_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 146818031, "arguments": [ { "name": "track_idx", @@ -25141,8 +26338,9 @@ "name": "audio_track_set_key_start_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "track_idx", @@ -25165,8 +26363,9 @@ "name": "audio_track_set_key_end_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "track_idx", @@ -25189,8 +26388,9 @@ "name": "audio_track_get_key_stream", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 287431558, "return_value": { "type": "Resource" }, @@ -25211,8 +26411,9 @@ "name": "audio_track_get_key_start_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -25234,8 +26435,9 @@ "name": "audio_track_get_key_end_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -25257,8 +26459,9 @@ "name": "bezier_track_set_key_handle_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1049703175, "arguments": [ { "name": "track_idx", @@ -25286,8 +26489,9 @@ "name": "bezier_track_get_key_handle_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -25309,8 +26513,9 @@ "name": "animation_track_insert_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 1451388546, "return_value": { "type": "int", "meta": "int32" @@ -25336,8 +26541,9 @@ "name": "animation_track_set_key_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1463572302, "arguments": [ { "name": "track_idx", @@ -25359,8 +26565,9 @@ "name": "animation_track_get_key_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 342112179, "return_value": { "type": "StringName" }, @@ -25381,8 +26588,9 @@ "name": "set_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time_sec", @@ -25395,8 +26603,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -25406,8 +26615,9 @@ "name": "set_loop_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3155355575, "arguments": [ { "name": "loop_mode", @@ -25419,8 +26629,9 @@ "name": "get_loop_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1988889481, "return_value": { "type": "enum::Animation.LoopMode" } @@ -25429,8 +26640,9 @@ "name": "set_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size_sec", @@ -25443,8 +26655,9 @@ "name": "get_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -25454,15 +26667,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "copy_track", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 746797250, "arguments": [ { "name": "track_idx", @@ -25479,8 +26694,9 @@ "name": "compress", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 39534237, + "hash": 1804059263, "arguments": [ { "name": "page_size", @@ -25532,6 +26748,146 @@ } ] }, + { + "name": "AnimationLibrary", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Resource", + "api_type": "core", + "methods": [ + { + "name": "add_animation", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3402401714, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "name", + "type": "StringName" + }, + { + "name": "animation", + "type": "Animation" + } + ] + }, + { + "name": "remove_animation", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2952846383, + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "rename_animation", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 490643558, + "arguments": [ + { + "name": "name", + "type": "StringName" + }, + { + "name": "newname", + "type": "StringName" + } + ] + }, + { + "name": "has_animation", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1538487145, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "get_animation", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4156517910, + "return_value": { + "type": "Animation" + }, + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "get_animation_list", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + } + ], + "signals": [ + { + "name": "animation_added", + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "animation_removed", + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "animation_renamed", + "arguments": [ + { + "name": "name", + "type": "StringName" + }, + { + "name": "to_name", + "type": "StringName" + } + ] + } + ] + }, { "name": "AnimationNode", "is_refcounted": true, @@ -25541,6 +26897,7 @@ "enums": [ { "name": "FilterAction", + "is_bitfield": false, "values": [ { "name": "FILTER_IGNORE", @@ -25565,6 +26922,7 @@ { "name": "_get_child_nodes", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -25574,6 +26932,7 @@ { "name": "_get_parameter_list", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -25583,6 +26942,7 @@ { "name": "_get_child_by_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -25598,6 +26958,7 @@ { "name": "_get_parameter_default_value", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -25613,6 +26974,7 @@ { "name": "_process", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -25626,12 +26988,17 @@ { "name": "seek", "type": "bool" + }, + { + "name": "seek_root", + "type": "bool" } ] }, { "name": "_get_caption", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -25641,6 +27008,7 @@ { "name": "_has_filter", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -25651,8 +27019,9 @@ "name": "get_input_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -25662,8 +27031,9 @@ "name": "get_input_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 990163283, "return_value": { "type": "String" }, @@ -25679,8 +27049,9 @@ "name": "add_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -25692,8 +27063,9 @@ "name": "remove_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -25706,8 +27078,9 @@ "name": "set_filter_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2494800894, "arguments": [ { "name": "path", @@ -25723,8 +27096,9 @@ "name": "is_path_filtered", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4265963692, "return_value": { "type": "bool" }, @@ -25739,8 +27113,9 @@ "name": "set_filter_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -25752,8 +27127,9 @@ "name": "is_filter_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -25762,8 +27138,9 @@ "name": "blend_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 139207724, + "hash": 318138421, "arguments": [ { "name": "animation", @@ -25783,6 +27160,10 @@ "name": "seeked", "type": "bool" }, + { + "name": "seek_root", + "type": "bool" + }, { "name": "blend", "type": "float", @@ -25800,8 +27181,9 @@ "name": "blend_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1630676879, + "hash": 203543851, "return_value": { "type": "float", "meta": "double" @@ -25824,6 +27206,10 @@ "name": "seek", "type": "bool" }, + { + "name": "seek_root", + "type": "bool" + }, { "name": "blend", "type": "float", @@ -25845,8 +27231,9 @@ "name": "blend_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1591541486, + "hash": 1365393708, "return_value": { "type": "float", "meta": "double" @@ -25866,6 +27253,10 @@ "name": "seek", "type": "bool" }, + { + "name": "seek_root", + "type": "bool" + }, { "name": "blend", "type": "float", @@ -25887,8 +27278,9 @@ "name": "set_parameter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "name", @@ -25904,8 +27296,9 @@ "name": "get_parameter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -25953,8 +27346,9 @@ "name": "set_use_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -25966,8 +27360,9 @@ "name": "is_using_sync", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -25994,8 +27389,9 @@ "name": "set_use_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -26007,8 +27403,9 @@ "name": "is_using_sync", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -26033,6 +27430,7 @@ "enums": [ { "name": "PlayMode", + "is_bitfield": false, "values": [ { "name": "PLAY_MODE_FORWARD", @@ -26050,8 +27448,9 @@ "name": "set_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -26063,8 +27462,9 @@ "name": "get_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -26073,8 +27473,9 @@ "name": "set_play_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3347718873, "arguments": [ { "name": "mode", @@ -26086,8 +27487,9 @@ "name": "get_play_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2061244637, "return_value": { "type": "enum::AnimationNodeAnimation.PlayMode" } @@ -26121,8 +27523,9 @@ "name": "set_use_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -26134,8 +27537,9 @@ "name": "is_using_sync", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -26162,8 +27566,9 @@ "name": "set_use_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -26175,8 +27580,9 @@ "name": "is_using_sync", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -26203,8 +27609,9 @@ "name": "add_blend_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3520896138, "arguments": [ { "name": "node", @@ -26227,8 +27634,9 @@ "name": "set_blend_point_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "point", @@ -26246,8 +27654,9 @@ "name": "get_blend_point_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -26264,8 +27673,9 @@ "name": "set_blend_point_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3891631278, "arguments": [ { "name": "point", @@ -26282,8 +27692,9 @@ "name": "get_blend_point_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 15262722, "return_value": { "type": "AnimationRootNode" }, @@ -26299,8 +27710,9 @@ "name": "remove_blend_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "point", @@ -26313,8 +27725,9 @@ "name": "get_blend_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -26324,8 +27737,9 @@ "name": "set_min_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "min_space", @@ -26338,8 +27752,9 @@ "name": "get_min_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -26349,8 +27764,9 @@ "name": "set_max_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max_space", @@ -26363,8 +27779,9 @@ "name": "get_max_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -26374,8 +27791,9 @@ "name": "set_snap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "snap", @@ -26388,8 +27806,9 @@ "name": "get_snap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -26399,8 +27818,9 @@ "name": "set_value_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -26412,8 +27832,9 @@ "name": "get_value_label", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -27355,6 +28776,7 @@ "enums": [ { "name": "BlendMode", + "is_bitfield": false, "values": [ { "name": "BLEND_MODE_INTERPOLATED", @@ -27376,8 +28798,9 @@ "name": "add_blend_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2481307940, "arguments": [ { "name": "node", @@ -27399,8 +28822,9 @@ "name": "set_blend_point_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "point", @@ -27417,8 +28841,9 @@ "name": "get_blend_point_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -27434,8 +28859,9 @@ "name": "set_blend_point_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3891631278, "arguments": [ { "name": "point", @@ -27452,8 +28878,9 @@ "name": "get_blend_point_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 15262722, "return_value": { "type": "AnimationRootNode" }, @@ -27469,8 +28896,9 @@ "name": "remove_blend_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "point", @@ -27483,8 +28911,9 @@ "name": "get_blend_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -27494,8 +28923,9 @@ "name": "add_triangle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 642454959, "arguments": [ { "name": "x", @@ -27524,8 +28954,9 @@ "name": "get_triangle_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 50157827, "return_value": { "type": "int", "meta": "int32" @@ -27547,8 +28978,9 @@ "name": "remove_triangle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "triangle", @@ -27561,8 +28993,9 @@ "name": "get_triangle_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -27572,8 +29005,9 @@ "name": "set_min_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "min_space", @@ -27585,8 +29019,9 @@ "name": "get_min_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -27595,8 +29030,9 @@ "name": "set_max_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "max_space", @@ -27608,8 +29044,9 @@ "name": "get_max_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -27618,8 +29055,9 @@ "name": "set_snap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "snap", @@ -27631,8 +29069,9 @@ "name": "get_snap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -27641,8 +29080,9 @@ "name": "set_x_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -27654,8 +29094,9 @@ "name": "get_x_label", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -27664,8 +29105,9 @@ "name": "set_y_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -27677,8 +29119,9 @@ "name": "get_y_label", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -27687,8 +29130,9 @@ "name": "set_auto_triangles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -27700,8 +29144,9 @@ "name": "get_auto_triangles", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -27710,8 +29155,9 @@ "name": "set_blend_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 81193520, "arguments": [ { "name": "mode", @@ -27723,8 +29169,9 @@ "name": "get_blend_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1398433632, "return_value": { "type": "enum::AnimationNodeBlendSpace2D.BlendMode" } @@ -28727,8 +30174,9 @@ "name": "add_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2000354067, "arguments": [ { "name": "name", @@ -28749,8 +30197,9 @@ "name": "get_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 514987727, "return_value": { "type": "AnimationNode" }, @@ -28765,8 +30214,9 @@ "name": "remove_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -28778,8 +30228,9 @@ "name": "rename_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -28795,8 +30246,9 @@ "name": "has_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -28811,8 +30263,9 @@ "name": "connect_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3001081059, "arguments": [ { "name": "input_node", @@ -28833,8 +30286,9 @@ "name": "disconnect_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 716947147, "arguments": [ { "name": "input_node", @@ -28851,8 +30305,9 @@ "name": "set_node_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1104888752, "arguments": [ { "name": "name", @@ -28868,8 +30323,9 @@ "name": "get_node_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 731284081, "return_value": { "type": "Vector2" }, @@ -28884,8 +30340,9 @@ "name": "set_graph_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -28897,8 +30354,9 @@ "name": "get_graph_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -28923,6 +30381,7 @@ "enums": [ { "name": "MixMode", + "is_bitfield": false, "values": [ { "name": "MIX_MODE_BLEND", @@ -28940,8 +30399,9 @@ "name": "set_fadein_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time", @@ -28954,8 +30414,9 @@ "name": "get_fadein_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -28965,8 +30426,9 @@ "name": "set_fadeout_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time", @@ -28979,8 +30441,9 @@ "name": "get_fadeout_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -28990,8 +30453,9 @@ "name": "set_autorestart", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -29003,8 +30467,9 @@ "name": "has_autorestart", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -29013,8 +30478,9 @@ "name": "set_autorestart_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "enable", @@ -29027,8 +30493,9 @@ "name": "get_autorestart_delay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -29038,8 +30505,9 @@ "name": "set_autorestart_random_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "enable", @@ -29052,8 +30520,9 @@ "name": "get_autorestart_random_delay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -29063,8 +30532,9 @@ "name": "set_mix_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1018899799, "arguments": [ { "name": "mode", @@ -29076,8 +30546,9 @@ "name": "get_mix_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3076550526, "return_value": { "type": "enum::AnimationNodeOneShot.MixMode" } @@ -29086,8 +30557,9 @@ "name": "set_use_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -29099,8 +30571,9 @@ "name": "is_using_sync", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -29176,8 +30649,9 @@ "name": "add_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2000354067, "arguments": [ { "name": "name", @@ -29198,8 +30672,9 @@ "name": "replace_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3410454627, "arguments": [ { "name": "name", @@ -29215,8 +30690,9 @@ "name": "get_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 514987727, "return_value": { "type": "AnimationNode" }, @@ -29231,8 +30707,9 @@ "name": "remove_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -29244,8 +30721,9 @@ "name": "rename_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -29261,8 +30739,9 @@ "name": "has_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -29277,8 +30756,9 @@ "name": "get_node_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4146732438, "return_value": { "type": "StringName" }, @@ -29293,8 +30773,9 @@ "name": "set_node_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1104888752, "arguments": [ { "name": "name", @@ -29310,8 +30791,9 @@ "name": "get_node_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 731284081, "return_value": { "type": "Vector2" }, @@ -29326,8 +30808,9 @@ "name": "has_transition", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -29346,8 +30829,9 @@ "name": "add_transition", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2850561101, "arguments": [ { "name": "from", @@ -29367,8 +30851,9 @@ "name": "get_transition", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3109402819, "return_value": { "type": "AnimationNodeStateMachineTransition" }, @@ -29384,8 +30869,9 @@ "name": "get_transition_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -29401,8 +30887,9 @@ "name": "get_transition_to", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -29418,8 +30905,9 @@ "name": "get_transition_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -29429,8 +30917,9 @@ "name": "remove_transition_by_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -29443,8 +30932,9 @@ "name": "remove_transition", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "from", @@ -29456,58 +30946,13 @@ } ] }, - { - "name": "set_start_node", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_start_node", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "set_end_node", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "name", - "type": "StringName" - } - ] - }, - { - "name": "get_end_node", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, { "name": "set_graph_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -29519,8 +30964,9 @@ "name": "get_graph_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -29538,8 +30984,9 @@ "name": "travel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "to_node", @@ -29551,8 +30998,9 @@ "name": "start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "node", @@ -29564,15 +31012,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -29581,8 +31031,9 @@ "name": "get_current_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -29591,8 +31042,9 @@ "name": "get_current_play_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -29602,8 +31054,9 @@ "name": "get_current_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -29613,8 +31066,9 @@ "name": "get_travel_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -29630,6 +31084,7 @@ "enums": [ { "name": "SwitchMode", + "is_bitfield": false, "values": [ { "name": "SWITCH_MODE_IMMEDIATE", @@ -29651,8 +31106,9 @@ "name": "set_switch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2074906633, "arguments": [ { "name": "mode", @@ -29664,8 +31120,9 @@ "name": "get_switch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2138562085, "return_value": { "type": "enum::AnimationNodeStateMachineTransition.SwitchMode" } @@ -29674,8 +31131,9 @@ "name": "set_auto_advance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "auto_advance", @@ -29687,8 +31145,9 @@ "name": "has_auto_advance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -29697,8 +31156,9 @@ "name": "set_advance_condition", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -29710,8 +31170,9 @@ "name": "get_advance_condition", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -29720,8 +31181,9 @@ "name": "set_xfade_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -29734,8 +31196,9 @@ "name": "get_xfade_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -29745,8 +31208,9 @@ "name": "set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disabled", @@ -29758,8 +31222,9 @@ "name": "is_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -29768,8 +31233,9 @@ "name": "set_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "priority", @@ -29782,12 +31248,63 @@ "name": "get_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } + }, + { + "name": "set_advance_expression", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "text", + "type": "String" + } + ] + }, + { + "name": "get_advance_expression", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_advance_expression_base_node", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3860972888, + "arguments": [ + { + "name": "path", + "type": "NodePath" + } + ] + }, + { + "name": "get_advance_expression_base_node", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2910717950, + "return_value": { + "type": "NodePath" + } } ], "signals": [ @@ -29796,6 +31313,20 @@ } ], "properties": [ + { + "type": "float", + "name": "xfade_time", + "setter": "set_xfade_time", + "getter": "get_xfade_time", + "index": -1 + }, + { + "type": "int", + "name": "priority", + "setter": "set_priority", + "getter": "get_priority", + "index": -1 + }, { "type": "int", "name": "switch_mode", @@ -29818,17 +31349,17 @@ "index": -1 }, { - "type": "float", - "name": "xfade_time", - "setter": "set_xfade_time", - "getter": "get_xfade_time", + "type": "String", + "name": "advance_expression", + "setter": "set_advance_expression", + "getter": "get_advance_expression", "index": -1 }, { - "type": "int", - "name": "priority", - "setter": "set_priority", - "getter": "get_priority", + "type": "NodePath", + "name": "advance_expression_base_node", + "setter": "set_advance_expression_base_node", + "getter": "get_advance_expression_base_node", "index": -1 }, { @@ -29865,8 +31396,9 @@ "name": "set_enabled_inputs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -29879,8 +31411,9 @@ "name": "get_enabled_inputs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -29890,8 +31423,9 @@ "name": "set_input_as_auto_advance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "input", @@ -29908,8 +31442,9 @@ "name": "is_input_set_as_auto_advance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -29925,8 +31460,9 @@ "name": "set_input_caption", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "input", @@ -29943,8 +31479,9 @@ "name": "get_input_caption", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -29960,8 +31497,9 @@ "name": "set_cross_fade_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time", @@ -29974,8 +31512,9 @@ "name": "get_cross_fade_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -30456,6 +31995,7 @@ "enums": [ { "name": "AnimationProcessCallback", + "is_bitfield": false, "values": [ { "name": "ANIMATION_PROCESS_PHYSICS", @@ -30473,6 +32013,7 @@ }, { "name": "AnimationMethodCallMode", + "is_bitfield": false, "values": [ { "name": "ANIMATION_METHOD_CALL_DEFERRED", @@ -30487,11 +32028,12 @@ ], "methods": [ { - "name": "add_animation", + "name": "add_animation_library", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1683236003, "return_value": { "type": "enum::Error" }, @@ -30501,17 +32043,18 @@ "type": "StringName" }, { - "name": "animation", - "type": "Animation" + "name": "library", + "type": "AnimationLibrary" } ] }, { - "name": "remove_animation", + "name": "remove_animation_library", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -30520,11 +32063,12 @@ ] }, { - "name": "rename_animation", + "name": "rename_animation_library", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -30536,12 +32080,58 @@ } ] }, + { + "name": "has_animation_library", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1538487145, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "get_animation_library", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3261409750, + "return_value": { + "type": "AnimationLibrary" + }, + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "get_animation_library_list", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + }, { "name": "has_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -30556,8 +32146,9 @@ "name": "get_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4156517910, "return_value": { "type": "Animation" }, @@ -30572,8 +32163,9 @@ "name": "get_animation_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -30582,8 +32174,9 @@ "name": "animation_set_next", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "anim_from", @@ -30599,8 +32192,9 @@ "name": "animation_get_next", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2223010457, "return_value": { "type": "StringName" }, @@ -30615,8 +32209,9 @@ "name": "set_blend_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 79922527, "arguments": [ { "name": "anim_from", @@ -30637,8 +32232,9 @@ "name": "get_blend_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 679549610, "return_value": { "type": "float", "meta": "float" @@ -30658,8 +32254,9 @@ "name": "set_default_blend_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sec", @@ -30672,8 +32269,9 @@ "name": "get_default_blend_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -30683,8 +32281,9 @@ "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1002166806, + "hash": 2230365551, "arguments": [ { "name": "name", @@ -30714,8 +32313,9 @@ "name": "play_backwards", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 313699832, + "hash": 4270678317, "arguments": [ { "name": "name", @@ -30734,8 +32334,9 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133279208, + "hash": 3216645846, "arguments": [ { "name": "reset", @@ -30748,8 +32349,9 @@ "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -30758,8 +32360,9 @@ "name": "set_current_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "anim", @@ -30771,8 +32374,9 @@ "name": "get_current_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -30781,8 +32385,9 @@ "name": "set_assigned_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "anim", @@ -30794,8 +32399,9 @@ "name": "get_assigned_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -30804,8 +32410,9 @@ "name": "queue", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -30817,8 +32424,9 @@ "name": "get_queue", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3851388692, "return_value": { "type": "PackedStringArray" } @@ -30827,15 +32435,17 @@ "name": "clear_queue", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -30847,8 +32457,9 @@ "name": "is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -30857,8 +32468,9 @@ "name": "set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "speed", @@ -30871,8 +32483,9 @@ "name": "get_speed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -30882,8 +32495,9 @@ "name": "get_playing_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -30893,8 +32507,9 @@ "name": "set_autoplay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -30906,8 +32521,9 @@ "name": "get_autoplay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -30916,8 +32532,9 @@ "name": "set_reset_on_save_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -30929,8 +32546,9 @@ "name": "is_reset_on_save_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -30939,8 +32557,9 @@ "name": "set_root", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -30952,8 +32571,9 @@ "name": "get_root", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -30962,8 +32582,26 @@ "name": "find_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4248498088, + "return_value": { + "type": "StringName" + }, + "arguments": [ + { + "name": "animation", + "type": "Animation" + } + ] + }, + { + "name": "find_animation_library", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4248498088, "return_value": { "type": "StringName" }, @@ -30978,15 +32616,17 @@ "name": "clear_caches", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_process_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1663839457, "arguments": [ { "name": "mode", @@ -30998,8 +32638,9 @@ "name": "get_process_callback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4207496604, "return_value": { "type": "enum::AnimationPlayer.AnimationProcessCallback" } @@ -31008,8 +32649,9 @@ "name": "set_method_call_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3413514846, "arguments": [ { "name": "mode", @@ -31021,8 +32663,9 @@ "name": "get_method_call_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3583380054, "return_value": { "type": "enum::AnimationPlayer.AnimationMethodCallMode" } @@ -31031,8 +32674,9 @@ "name": "get_current_animation_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -31042,8 +32686,9 @@ "name": "get_current_animation_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -31053,8 +32698,9 @@ "name": "seek", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2087892650, "arguments": [ { "name": "seconds", @@ -31072,8 +32718,9 @@ "name": "advance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "delta", @@ -31085,10 +32732,7 @@ ], "signals": [ { - "name": "caches_cleared" - }, - { - "name": "animation_started", + "name": "animation_finished", "arguments": [ { "name": "anim_name", @@ -31110,13 +32754,16 @@ ] }, { - "name": "animation_finished", + "name": "animation_started", "arguments": [ { "name": "anim_name", "type": "StringName" } ] + }, + { + "name": "caches_cleared" } ], "properties": [ @@ -31229,6 +32876,7 @@ "enums": [ { "name": "AnimationProcessCallback", + "is_bitfield": false, "values": [ { "name": "ANIMATION_PROCESS_PHYSICS", @@ -31250,8 +32898,9 @@ "name": "set_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -31263,8 +32912,9 @@ "name": "is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -31273,8 +32923,9 @@ "name": "set_tree_root", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3231972807, "arguments": [ { "name": "root", @@ -31286,8 +32937,9 @@ "name": "get_tree_root", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3695105461, "return_value": { "type": "AnimationNode" } @@ -31296,8 +32948,9 @@ "name": "set_process_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1723352826, "arguments": [ { "name": "mode", @@ -31309,8 +32962,9 @@ "name": "get_process_callback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 891317132, "return_value": { "type": "enum::AnimationTree.AnimationProcessCallback" } @@ -31319,8 +32973,9 @@ "name": "set_animation_player", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "root", @@ -31332,8 +32987,34 @@ "name": "get_animation_player", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, + "return_value": { + "type": "NodePath" + } + }, + { + "name": "set_advance_expression_base_node", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3860972888, + "arguments": [ + { + "name": "node", + "type": "NodePath" + } + ] + }, + { + "name": "get_advance_expression_base_node", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -31342,8 +33023,9 @@ "name": "set_root_motion_track", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -31355,8 +33037,9 @@ "name": "get_root_motion_track", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -31365,8 +33048,9 @@ "name": "get_root_motion_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -31375,8 +33059,9 @@ "name": "rename_parameter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3186203200, "arguments": [ { "name": "old_name", @@ -31392,8 +33077,9 @@ "name": "advance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "delta", @@ -31418,6 +33104,13 @@ "getter": "get_animation_player", "index": -1 }, + { + "type": "NodePath", + "name": "advance_expression_base_node", + "setter": "set_advance_expression_base_node", + "getter": "get_advance_expression_base_node", + "index": -1 + }, { "type": "bool", "name": "active", @@ -31450,6 +33143,7 @@ "enums": [ { "name": "SpaceOverride", + "is_bitfield": false, "values": [ { "name": "SPACE_OVERRIDE_DISABLED", @@ -31479,8 +33173,9 @@ "name": "set_gravity_space_override_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2879900038, "arguments": [ { "name": "space_override_mode", @@ -31492,8 +33187,9 @@ "name": "get_gravity_space_override_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3990256304, "return_value": { "type": "enum::Area2D.SpaceOverride" } @@ -31502,8 +33198,9 @@ "name": "set_gravity_is_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -31515,8 +33212,9 @@ "name": "is_gravity_a_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -31525,8 +33223,9 @@ "name": "set_gravity_point_distance_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance_scale", @@ -31539,8 +33238,9 @@ "name": "get_gravity_point_distance_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -31550,8 +33250,9 @@ "name": "set_gravity_point_center", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "center", @@ -31563,8 +33264,9 @@ "name": "get_gravity_point_center", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -31573,8 +33275,9 @@ "name": "set_gravity_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "direction", @@ -31586,8 +33289,9 @@ "name": "get_gravity_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -31596,8 +33300,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gravity", @@ -31610,8 +33315,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -31621,8 +33327,9 @@ "name": "set_linear_damp_space_override_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2879900038, "arguments": [ { "name": "space_override_mode", @@ -31634,8 +33341,9 @@ "name": "get_linear_damp_space_override_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3990256304, "return_value": { "type": "enum::Area2D.SpaceOverride" } @@ -31644,8 +33352,9 @@ "name": "set_angular_damp_space_override_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2879900038, "arguments": [ { "name": "space_override_mode", @@ -31657,8 +33366,9 @@ "name": "get_angular_damp_space_override_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3990256304, "return_value": { "type": "enum::Area2D.SpaceOverride" } @@ -31667,8 +33377,9 @@ "name": "set_linear_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "linear_damp", @@ -31681,8 +33392,9 @@ "name": "get_linear_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -31692,8 +33404,9 @@ "name": "set_angular_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angular_damp", @@ -31706,8 +33419,9 @@ "name": "get_angular_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -31717,8 +33431,9 @@ "name": "set_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "priority", @@ -31731,8 +33446,9 @@ "name": "get_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -31742,8 +33458,9 @@ "name": "set_monitoring", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -31755,8 +33472,9 @@ "name": "is_monitoring", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -31765,8 +33483,9 @@ "name": "set_monitorable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -31778,8 +33497,9 @@ "name": "is_monitorable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -31788,8 +33508,9 @@ "name": "get_overlapping_bodies", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -31798,8 +33519,9 @@ "name": "get_overlapping_areas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -31808,8 +33530,9 @@ "name": "overlaps_body", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1684645554, "return_value": { "type": "bool" }, @@ -31824,8 +33547,9 @@ "name": "overlaps_area", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1684645554, "return_value": { "type": "bool" }, @@ -31840,8 +33564,9 @@ "name": "set_audio_bus_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -31853,8 +33578,9 @@ "name": "get_audio_bus_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -31863,8 +33589,9 @@ "name": "set_audio_bus_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -31876,53 +33603,15 @@ "name": "is_overriding_audio_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } } ], "signals": [ - { - "name": "area_exited", - "arguments": [ - { - "name": "area", - "type": "Area2D" - } - ] - }, - { - "name": "area_shape_exited", - "arguments": [ - { - "name": "area_rid", - "type": "RID" - }, - { - "name": "area", - "type": "Area2D" - }, - { - "name": "area_shape_index", - "type": "int" - }, - { - "name": "local_shape_index", - "type": "int" - } - ] - }, - { - "name": "body_entered", - "arguments": [ - { - "name": "body", - "type": "Node2D" - } - ] - }, { "name": "body_shape_entered", "arguments": [ @@ -31945,11 +33634,41 @@ ] }, { - "name": "area_entered", + "name": "body_shape_exited", "arguments": [ { - "name": "area", - "type": "Area2D" + "name": "body_rid", + "type": "RID" + }, + { + "name": "body", + "type": "Node2D" + }, + { + "name": "body_shape_index", + "type": "int" + }, + { + "name": "local_shape_index", + "type": "int" + } + ] + }, + { + "name": "body_entered", + "arguments": [ + { + "name": "body", + "type": "Node2D" + } + ] + }, + { + "name": "body_exited", + "arguments": [ + { + "name": "body", + "type": "Node2D" } ] }, @@ -31975,27 +33694,18 @@ ] }, { - "name": "body_exited", + "name": "area_shape_exited", "arguments": [ { - "name": "body", - "type": "Node2D" - } - ] - }, - { - "name": "body_shape_exited", - "arguments": [ - { - "name": "body_rid", + "name": "area_rid", "type": "RID" }, { - "name": "body", - "type": "Node2D" + "name": "area", + "type": "Area2D" }, { - "name": "body_shape_index", + "name": "area_shape_index", "type": "int" }, { @@ -32003,6 +33713,24 @@ "type": "int" } ] + }, + { + "name": "area_entered", + "arguments": [ + { + "name": "area", + "type": "Area2D" + } + ] + }, + { + "name": "area_exited", + "arguments": [ + { + "name": "area", + "type": "Area2D" + } + ] } ], "properties": [ @@ -32122,6 +33850,7 @@ "enums": [ { "name": "SpaceOverride", + "is_bitfield": false, "values": [ { "name": "SPACE_OVERRIDE_DISABLED", @@ -32151,8 +33880,9 @@ "name": "set_gravity_space_override_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2311433571, "arguments": [ { "name": "space_override_mode", @@ -32164,8 +33894,9 @@ "name": "get_gravity_space_override_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 958191869, "return_value": { "type": "enum::Area3D.SpaceOverride" } @@ -32174,8 +33905,9 @@ "name": "set_gravity_is_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -32187,8 +33919,9 @@ "name": "is_gravity_a_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -32197,8 +33930,9 @@ "name": "set_gravity_point_distance_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance_scale", @@ -32211,8 +33945,9 @@ "name": "get_gravity_point_distance_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32222,8 +33957,9 @@ "name": "set_gravity_point_center", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "center", @@ -32235,8 +33971,9 @@ "name": "get_gravity_point_center", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -32245,8 +33982,9 @@ "name": "set_gravity_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "direction", @@ -32258,8 +33996,9 @@ "name": "get_gravity_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -32268,8 +34007,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gravity", @@ -32282,8 +34022,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32293,8 +34034,9 @@ "name": "set_linear_damp_space_override_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2311433571, "arguments": [ { "name": "space_override_mode", @@ -32306,8 +34048,9 @@ "name": "get_linear_damp_space_override_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 958191869, "return_value": { "type": "enum::Area3D.SpaceOverride" } @@ -32316,8 +34059,9 @@ "name": "set_angular_damp_space_override_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2311433571, "arguments": [ { "name": "space_override_mode", @@ -32329,8 +34073,9 @@ "name": "get_angular_damp_space_override_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 958191869, "return_value": { "type": "enum::Area3D.SpaceOverride" } @@ -32339,8 +34084,9 @@ "name": "set_angular_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angular_damp", @@ -32353,8 +34099,9 @@ "name": "get_angular_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32364,8 +34111,9 @@ "name": "set_linear_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "linear_damp", @@ -32378,8 +34126,9 @@ "name": "get_linear_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32389,8 +34138,9 @@ "name": "set_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "priority", @@ -32403,8 +34153,9 @@ "name": "get_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32414,8 +34165,9 @@ "name": "set_wind_force_magnitude", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "wind_force_magnitude", @@ -32428,8 +34180,9 @@ "name": "get_wind_force_magnitude", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32439,8 +34192,9 @@ "name": "set_wind_attenuation_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "wind_attenuation_factor", @@ -32453,8 +34207,9 @@ "name": "get_wind_attenuation_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32464,8 +34219,9 @@ "name": "set_wind_source_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "wind_source_path", @@ -32477,8 +34233,9 @@ "name": "get_wind_source_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -32487,8 +34244,9 @@ "name": "set_monitorable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -32500,8 +34258,9 @@ "name": "is_monitorable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -32510,8 +34269,9 @@ "name": "set_monitoring", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -32523,8 +34283,9 @@ "name": "is_monitoring", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -32533,8 +34294,9 @@ "name": "get_overlapping_bodies", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -32543,8 +34305,9 @@ "name": "get_overlapping_areas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -32553,8 +34316,9 @@ "name": "overlaps_body", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1684645554, "return_value": { "type": "bool" }, @@ -32569,8 +34333,9 @@ "name": "overlaps_area", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1684645554, "return_value": { "type": "bool" }, @@ -32585,8 +34350,9 @@ "name": "set_audio_bus_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -32598,8 +34364,9 @@ "name": "is_overriding_audio_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -32608,8 +34375,9 @@ "name": "set_audio_bus_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -32621,8 +34389,9 @@ "name": "get_audio_bus_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -32631,8 +34400,9 @@ "name": "set_use_reverb_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -32644,8 +34414,9 @@ "name": "is_using_reverb_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -32654,8 +34425,9 @@ "name": "set_reverb_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -32667,8 +34439,9 @@ "name": "get_reverb_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -32677,8 +34450,9 @@ "name": "set_reverb_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -32691,8 +34465,9 @@ "name": "get_reverb_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32702,8 +34477,9 @@ "name": "set_reverb_uniformity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -32716,8 +34492,9 @@ "name": "get_reverb_uniformity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -32725,45 +34502,6 @@ } ], "signals": [ - { - "name": "area_exited", - "arguments": [ - { - "name": "area", - "type": "Area3D" - } - ] - }, - { - "name": "area_shape_exited", - "arguments": [ - { - "name": "area_rid", - "type": "RID" - }, - { - "name": "area", - "type": "Area3D" - }, - { - "name": "area_shape_index", - "type": "int" - }, - { - "name": "local_shape_index", - "type": "int" - } - ] - }, - { - "name": "body_entered", - "arguments": [ - { - "name": "body", - "type": "Node3D" - } - ] - }, { "name": "body_shape_entered", "arguments": [ @@ -32786,11 +34524,41 @@ ] }, { - "name": "area_entered", + "name": "body_shape_exited", "arguments": [ { - "name": "area", - "type": "Area3D" + "name": "body_rid", + "type": "RID" + }, + { + "name": "body", + "type": "Node3D" + }, + { + "name": "body_shape_index", + "type": "int" + }, + { + "name": "local_shape_index", + "type": "int" + } + ] + }, + { + "name": "body_entered", + "arguments": [ + { + "name": "body", + "type": "Node3D" + } + ] + }, + { + "name": "body_exited", + "arguments": [ + { + "name": "body", + "type": "Node3D" } ] }, @@ -32816,27 +34584,18 @@ ] }, { - "name": "body_exited", + "name": "area_shape_exited", "arguments": [ { - "name": "body", - "type": "Node3D" - } - ] - }, - { - "name": "body_shape_exited", - "arguments": [ - { - "name": "body_rid", + "name": "area_rid", "type": "RID" }, { - "name": "body", - "type": "Node3D" + "name": "area", + "type": "Area3D" }, { - "name": "body_shape_index", + "name": "area_shape_index", "type": "int" }, { @@ -32844,6 +34603,24 @@ "type": "int" } ] + }, + { + "name": "area_entered", + "arguments": [ + { + "name": "area", + "type": "Area3D" + } + ] + }, + { + "name": "area_exited", + "arguments": [ + { + "name": "area", + "type": "Area3D" + } + ] } ], "properties": [ @@ -33014,8 +34791,9 @@ "name": "add_blend_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -33027,8 +34805,9 @@ "name": "get_blend_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -33038,8 +34817,9 @@ "name": "get_blend_shape_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -33055,8 +34835,9 @@ "name": "set_blend_shape_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3616898986, "arguments": [ { "name": "index", @@ -33073,15 +34854,17 @@ "name": "clear_blend_shapes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_blend_shape_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 227983991, "arguments": [ { "name": "mode", @@ -33093,8 +34876,9 @@ "name": "get_blend_shape_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 836485024, "return_value": { "type": "enum::Mesh.BlendShapeMode" } @@ -33103,8 +34887,9 @@ "name": "add_surface_from_arrays", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 253563115, + "hash": 3198117664, "arguments": [ { "name": "primitive", @@ -33136,15 +34921,17 @@ "name": "clear_surfaces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "surface_update_vertex_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1106337694, "arguments": [ { "name": "surf_idx", @@ -33166,8 +34953,9 @@ "name": "surface_update_attribute_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1106337694, "arguments": [ { "name": "surf_idx", @@ -33189,8 +34977,9 @@ "name": "surface_update_skin_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1106337694, "arguments": [ { "name": "surf_idx", @@ -33212,8 +35001,9 @@ "name": "surface_get_array_len", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -33230,8 +35020,9 @@ "name": "surface_get_array_index_len", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -33248,8 +35039,9 @@ "name": "surface_get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint32" @@ -33266,8 +35058,9 @@ "name": "surface_get_primitive_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4141943888, "return_value": { "type": "enum::Mesh.PrimitiveType" }, @@ -33283,8 +35076,9 @@ "name": "surface_find_by_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int32" @@ -33300,8 +35094,9 @@ "name": "surface_set_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "surf_idx", @@ -33318,8 +35113,9 @@ "name": "surface_get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -33335,15 +35131,17 @@ "name": "regen_normal_maps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "lightmap_unwrap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3878741377, "return_value": { "type": "enum::Error" }, @@ -33363,8 +35161,9 @@ "name": "set_custom_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3505987427, "arguments": [ { "name": "aabb", @@ -33376,8 +35175,9 @@ "name": "get_custom_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -33386,8 +35186,9 @@ "name": "set_shadow_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2714385289, "arguments": [ { "name": "mesh", @@ -33399,8 +35200,9 @@ "name": "get_shadow_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 541007884, "return_value": { "type": "ArrayMesh" } @@ -33441,8 +35243,9 @@ "name": "set_arrays", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2698583834, "arguments": [ { "name": "vertices", @@ -33458,8 +35261,9 @@ "name": "set_vertices", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2576592201, "arguments": [ { "name": "vertices", @@ -33471,8 +35275,9 @@ "name": "set_indices", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "indices", @@ -33505,25 +35310,9 @@ "inherits": "Container", "api_type": "core", "enums": [ - { - "name": "AlignmentMode", - "values": [ - { - "name": "ALIGNMENT_BEGIN", - "value": 0 - }, - { - "name": "ALIGNMENT_CENTER", - "value": 1 - }, - { - "name": "ALIGNMENT_END", - "value": 2 - } - ] - }, { "name": "StretchMode", + "is_bitfield": false, "values": [ { "name": "STRETCH_WIDTH_CONTROLS_HEIGHT", @@ -33542,6 +35331,24 @@ "value": 3 } ] + }, + { + "name": "AlignmentMode", + "is_bitfield": false, + "values": [ + { + "name": "ALIGNMENT_BEGIN", + "value": 0 + }, + { + "name": "ALIGNMENT_CENTER", + "value": 1 + }, + { + "name": "ALIGNMENT_END", + "value": 2 + } + ] } ], "methods": [ @@ -33549,8 +35356,9 @@ "name": "set_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -33563,8 +35371,9 @@ "name": "get_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -33574,8 +35383,9 @@ "name": "set_stretch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1876743467, "arguments": [ { "name": "stretch_mode", @@ -33587,8 +35397,9 @@ "name": "get_stretch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416449033, "return_value": { "type": "enum::AspectRatioContainer.StretchMode" } @@ -33597,8 +35408,9 @@ "name": "set_alignment_horizontal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2147829016, "arguments": [ { "name": "alignment_horizontal", @@ -33610,8 +35422,9 @@ "name": "get_alignment_horizontal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3838875429, "return_value": { "type": "enum::AspectRatioContainer.AlignmentMode" } @@ -33620,8 +35433,9 @@ "name": "set_alignment_vertical", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2147829016, "arguments": [ { "name": "alignment_vertical", @@ -33633,8 +35447,9 @@ "name": "get_alignment_vertical", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3838875429, "return_value": { "type": "enum::AspectRatioContainer.AlignmentMode" } @@ -33682,8 +35497,9 @@ "name": "set_atlas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "atlas", @@ -33695,8 +35511,9 @@ "name": "get_atlas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -33705,8 +35522,9 @@ "name": "set_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "region", @@ -33718,8 +35536,9 @@ "name": "get_region", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -33728,8 +35547,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "margin", @@ -33741,8 +35561,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -33751,8 +35572,9 @@ "name": "set_filter_clip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -33764,8 +35586,9 @@ "name": "has_filter_clip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -33812,9 +35635,21 @@ { "name": "AudioEffect", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Resource", - "api_type": "core" + "api_type": "core", + "methods": [ + { + "name": "_instantiate", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "AudioEffectInstance" + } + } + ] }, { "name": "AudioEffectAmplify", @@ -33827,8 +35662,9 @@ "name": "set_volume_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "volume", @@ -33841,8 +35677,9 @@ "name": "get_volume_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -33884,8 +35721,9 @@ "name": "can_get_buffer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -33901,8 +35739,9 @@ "name": "get_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 215995680, "return_value": { "type": "PackedVector2Array" }, @@ -33918,15 +35757,17 @@ "name": "clear_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_buffer_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "buffer_length_seconds", @@ -33939,8 +35780,9 @@ "name": "get_buffer_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -33950,8 +35792,9 @@ "name": "get_frames_available", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -33961,8 +35804,9 @@ "name": "get_discarded_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int64" @@ -33972,8 +35816,9 @@ "name": "get_buffer_length_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -33983,8 +35828,9 @@ "name": "get_pushed_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int64" @@ -34012,8 +35858,9 @@ "name": "set_voice_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "voices", @@ -34026,8 +35873,9 @@ "name": "get_voice_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -34037,8 +35885,9 @@ "name": "set_voice_delay_ms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "voice_idx", @@ -34056,8 +35905,9 @@ "name": "get_voice_delay_ms", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -34074,8 +35924,9 @@ "name": "set_voice_rate_hz", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "voice_idx", @@ -34093,8 +35944,9 @@ "name": "get_voice_rate_hz", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -34111,8 +35963,9 @@ "name": "set_voice_depth_ms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "voice_idx", @@ -34130,8 +35983,9 @@ "name": "get_voice_depth_ms", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -34148,8 +36002,9 @@ "name": "set_voice_level_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "voice_idx", @@ -34167,8 +36022,9 @@ "name": "get_voice_level_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -34185,8 +36041,9 @@ "name": "set_voice_cutoff_hz", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "voice_idx", @@ -34204,8 +36061,9 @@ "name": "get_voice_cutoff_hz", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -34222,8 +36080,9 @@ "name": "set_voice_pan", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "voice_idx", @@ -34241,8 +36100,9 @@ "name": "get_voice_pan", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -34259,8 +36119,9 @@ "name": "set_wet", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34273,8 +36134,9 @@ "name": "get_wet", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34284,8 +36146,9 @@ "name": "set_dry", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34298,8 +36161,9 @@ "name": "get_dry", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34509,8 +36373,9 @@ "name": "set_threshold", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "threshold", @@ -34523,8 +36388,9 @@ "name": "get_threshold", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34534,8 +36400,9 @@ "name": "set_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -34548,8 +36415,9 @@ "name": "get_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34559,8 +36427,9 @@ "name": "set_gain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gain", @@ -34573,8 +36442,9 @@ "name": "get_gain", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34584,8 +36454,9 @@ "name": "set_attack_us", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "attack_us", @@ -34598,8 +36469,9 @@ "name": "get_attack_us", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34609,8 +36481,9 @@ "name": "set_release_ms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "release_ms", @@ -34623,8 +36496,9 @@ "name": "get_release_ms", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34634,8 +36508,9 @@ "name": "set_mix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mix", @@ -34648,8 +36523,9 @@ "name": "get_mix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34659,8 +36535,9 @@ "name": "set_sidechain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "sidechain", @@ -34672,8 +36549,9 @@ "name": "get_sidechain", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -34742,8 +36620,9 @@ "name": "set_dry", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34756,8 +36635,9 @@ "name": "get_dry", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -34767,8 +36647,9 @@ "name": "set_tap1_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "amount", @@ -34780,8 +36661,9 @@ "name": "is_tap1_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -34790,8 +36672,9 @@ "name": "set_tap1_delay_ms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34804,8 +36687,9 @@ "name": "get_tap1_delay_ms", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34815,8 +36699,9 @@ "name": "set_tap1_level_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34829,8 +36714,9 @@ "name": "get_tap1_level_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34840,8 +36726,9 @@ "name": "set_tap1_pan", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34854,8 +36741,9 @@ "name": "get_tap1_pan", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34865,8 +36753,9 @@ "name": "set_tap2_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "amount", @@ -34878,8 +36767,9 @@ "name": "is_tap2_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -34888,8 +36778,9 @@ "name": "set_tap2_delay_ms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34902,8 +36793,9 @@ "name": "get_tap2_delay_ms", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34913,8 +36805,9 @@ "name": "set_tap2_level_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34927,8 +36820,9 @@ "name": "get_tap2_level_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34938,8 +36832,9 @@ "name": "set_tap2_pan", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -34952,8 +36847,9 @@ "name": "get_tap2_pan", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -34963,8 +36859,9 @@ "name": "set_feedback_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "amount", @@ -34976,8 +36873,9 @@ "name": "is_feedback_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -34986,8 +36884,9 @@ "name": "set_feedback_delay_ms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -35000,8 +36899,9 @@ "name": "get_feedback_delay_ms", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35011,8 +36911,9 @@ "name": "set_feedback_level_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -35025,8 +36926,9 @@ "name": "get_feedback_level_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35036,8 +36938,9 @@ "name": "set_feedback_lowpass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -35050,8 +36953,9 @@ "name": "get_feedback_lowpass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35161,6 +37065,7 @@ "enums": [ { "name": "Mode", + "is_bitfield": false, "values": [ { "name": "MODE_CLIP", @@ -35190,8 +37095,9 @@ "name": "set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1314744793, "arguments": [ { "name": "mode", @@ -35203,8 +37109,9 @@ "name": "get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 809118343, "return_value": { "type": "enum::AudioEffectDistortion.Mode" } @@ -35213,8 +37120,9 @@ "name": "set_pre_gain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pre_gain", @@ -35227,8 +37135,9 @@ "name": "get_pre_gain", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35238,8 +37147,9 @@ "name": "set_keep_hf_hz", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "keep_hf_hz", @@ -35252,8 +37162,9 @@ "name": "get_keep_hf_hz", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35263,8 +37174,9 @@ "name": "set_drive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "drive", @@ -35277,8 +37189,9 @@ "name": "get_drive", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35288,8 +37201,9 @@ "name": "set_post_gain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "post_gain", @@ -35302,8 +37216,9 @@ "name": "get_post_gain", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35359,8 +37274,9 @@ "name": "set_band_gain_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "band_idx", @@ -35378,8 +37294,9 @@ "name": "get_band_gain_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -35396,8 +37313,9 @@ "name": "get_band_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -35435,6 +37353,7 @@ "enums": [ { "name": "FilterDB", + "is_bitfield": false, "values": [ { "name": "FILTER_6DB", @@ -35460,8 +37379,9 @@ "name": "set_cutoff", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "freq", @@ -35474,8 +37394,9 @@ "name": "get_cutoff", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35485,8 +37406,9 @@ "name": "set_resonance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -35499,8 +37421,9 @@ "name": "get_resonance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35510,8 +37433,9 @@ "name": "set_gain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -35524,8 +37448,9 @@ "name": "get_gain", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35535,8 +37460,9 @@ "name": "set_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 771740901, "arguments": [ { "name": "amount", @@ -35548,8 +37474,9 @@ "name": "get_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3981721890, "return_value": { "type": "enum::AudioEffectFilter.FilterDB" } @@ -35603,9 +37530,42 @@ { "name": "AudioEffectInstance", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "RefCounted", - "api_type": "core" + "api_type": "core", + "methods": [ + { + "name": "_process", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "src_buffer", + "type": "const void*" + }, + { + "name": "dst_buffer", + "type": "AudioFrame*" + }, + { + "name": "frame_count", + "type": "int" + } + ] + }, + { + "name": "_process_silence", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + } + ] }, { "name": "AudioEffectLimiter", @@ -35618,8 +37578,9 @@ "name": "set_ceiling_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ceiling", @@ -35632,8 +37593,9 @@ "name": "get_ceiling_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35643,8 +37605,9 @@ "name": "set_threshold_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "threshold", @@ -35657,8 +37620,9 @@ "name": "get_threshold_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35668,8 +37632,9 @@ "name": "set_soft_clip_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "soft_clip", @@ -35682,8 +37647,9 @@ "name": "get_soft_clip_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35693,8 +37659,9 @@ "name": "set_soft_clip_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "soft_clip", @@ -35707,8 +37674,9 @@ "name": "get_soft_clip_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35778,8 +37746,9 @@ "name": "set_pan", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "cpanume", @@ -35792,8 +37761,9 @@ "name": "get_pan", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35821,8 +37791,9 @@ "name": "set_range_min_hz", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "hz", @@ -35835,8 +37806,9 @@ "name": "get_range_min_hz", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35846,8 +37818,9 @@ "name": "set_range_max_hz", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "hz", @@ -35860,8 +37833,9 @@ "name": "get_range_max_hz", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35871,8 +37845,9 @@ "name": "set_rate_hz", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "hz", @@ -35885,8 +37860,9 @@ "name": "get_rate_hz", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35896,8 +37872,9 @@ "name": "set_feedback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fbk", @@ -35910,8 +37887,9 @@ "name": "get_feedback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35921,8 +37899,9 @@ "name": "set_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "depth", @@ -35935,8 +37914,9 @@ "name": "get_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -35990,6 +37970,7 @@ "enums": [ { "name": "FFTSize", + "is_bitfield": false, "values": [ { "name": "FFT_SIZE_256", @@ -36023,8 +38004,9 @@ "name": "set_pitch_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "rate", @@ -36037,8 +38019,9 @@ "name": "get_pitch_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36048,8 +38031,9 @@ "name": "set_oversampling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -36062,8 +38046,9 @@ "name": "get_oversampling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -36073,8 +38058,9 @@ "name": "set_fft_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2323518741, "arguments": [ { "name": "size", @@ -36086,8 +38072,9 @@ "name": "get_fft_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2361246789, "return_value": { "type": "enum::AudioEffectPitchShift.FFTSize" } @@ -36128,8 +38115,9 @@ "name": "set_recording_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "record", @@ -36141,8 +38129,9 @@ "name": "is_recording_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -36151,8 +38140,9 @@ "name": "set_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2417459293, "arguments": [ { "name": "format", @@ -36164,8 +38154,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 801468242, "return_value": { "type": "enum::AudioStreamSample.Format" } @@ -36174,8 +38165,9 @@ "name": "get_recording", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3117048692, "return_value": { "type": "AudioStreamSample" } @@ -36202,8 +38194,9 @@ "name": "set_predelay_msec", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "msec", @@ -36216,8 +38209,9 @@ "name": "get_predelay_msec", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36227,8 +38221,9 @@ "name": "set_predelay_feedback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "feedback", @@ -36241,8 +38236,9 @@ "name": "get_predelay_feedback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36252,8 +38248,9 @@ "name": "set_room_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -36266,8 +38263,9 @@ "name": "get_room_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36277,8 +38275,9 @@ "name": "set_damping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36291,8 +38290,9 @@ "name": "get_damping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36302,8 +38302,9 @@ "name": "set_spread", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36316,8 +38317,9 @@ "name": "get_spread", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36327,8 +38329,9 @@ "name": "set_dry", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36341,8 +38344,9 @@ "name": "get_dry", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36352,8 +38356,9 @@ "name": "set_wet", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36366,8 +38371,9 @@ "name": "get_wet", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36377,8 +38383,9 @@ "name": "set_hpf", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36391,8 +38398,9 @@ "name": "get_hpf", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36467,6 +38475,7 @@ "enums": [ { "name": "FFTSize", + "is_bitfield": false, "values": [ { "name": "FFT_SIZE_256", @@ -36500,8 +38509,9 @@ "name": "set_buffer_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "seconds", @@ -36514,8 +38524,9 @@ "name": "get_buffer_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36525,8 +38536,9 @@ "name": "set_tap_back_pos", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "seconds", @@ -36539,8 +38551,9 @@ "name": "get_tap_back_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36550,8 +38563,9 @@ "name": "set_fft_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1202879215, "arguments": [ { "name": "size", @@ -36563,8 +38577,9 @@ "name": "get_fft_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3925405343, "return_value": { "type": "enum::AudioEffectSpectrumAnalyzer.FFTSize" } @@ -36603,6 +38618,7 @@ "enums": [ { "name": "MagnitudeMode", + "is_bitfield": false, "values": [ { "name": "MAGNITUDE_AVERAGE", @@ -36620,8 +38636,9 @@ "name": "get_magnitude_for_frequency_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 2693213071, "return_value": { "type": "Vector2" }, @@ -36656,8 +38673,9 @@ "name": "set_pan_pullout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36670,8 +38688,9 @@ "name": "get_pan_pullout", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36681,8 +38700,9 @@ "name": "set_time_pullout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36695,8 +38715,9 @@ "name": "get_time_pullout", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36706,8 +38727,9 @@ "name": "set_surround", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -36720,8 +38742,9 @@ "name": "get_surround", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -36763,22 +38786,25 @@ "name": "make_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_current", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -36796,22 +38822,25 @@ "name": "make_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_current", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -36820,8 +38849,9 @@ "name": "get_listener_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -36837,6 +38867,7 @@ "enums": [ { "name": "SpeakerMode", + "is_bitfield": false, "values": [ { "name": "SPEAKER_MODE_STEREO", @@ -36862,8 +38893,9 @@ "name": "set_bus_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -36876,8 +38908,9 @@ "name": "get_bus_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -36887,8 +38920,9 @@ "name": "remove_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -36901,8 +38935,9 @@ "name": "add_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "at_position", @@ -36916,8 +38951,9 @@ "name": "move_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "index", @@ -36935,8 +38971,9 @@ "name": "set_bus_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "bus_idx", @@ -36953,8 +38990,9 @@ "name": "get_bus_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -36970,8 +39008,9 @@ "name": "get_bus_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 56074132, "return_value": { "type": "int", "meta": "int32" @@ -36987,8 +39026,9 @@ "name": "get_bus_channels", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -37005,8 +39045,9 @@ "name": "set_bus_volume_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "bus_idx", @@ -37024,8 +39065,9 @@ "name": "get_bus_volume_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -37042,8 +39084,9 @@ "name": "set_bus_send", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3616898986, "arguments": [ { "name": "bus_idx", @@ -37060,8 +39103,9 @@ "name": "get_bus_send", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -37077,8 +39121,9 @@ "name": "set_bus_solo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "bus_idx", @@ -37095,8 +39140,9 @@ "name": "is_bus_solo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -37112,8 +39158,9 @@ "name": "set_bus_mute", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "bus_idx", @@ -37130,8 +39177,9 @@ "name": "is_bus_mute", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -37147,8 +39195,9 @@ "name": "set_bus_bypass_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "bus_idx", @@ -37165,8 +39214,9 @@ "name": "is_bus_bypassing_effects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -37182,8 +39232,9 @@ "name": "add_bus_effect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 307973600, "arguments": [ { "name": "bus_idx", @@ -37206,8 +39257,9 @@ "name": "remove_bus_effect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "bus_idx", @@ -37225,8 +39277,9 @@ "name": "get_bus_effect_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -37243,8 +39296,9 @@ "name": "get_bus_effect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2078818289, "return_value": { "type": "AudioEffect" }, @@ -37265,8 +39319,9 @@ "name": "get_bus_effect_instance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 729284434, "return_value": { "type": "AudioEffectInstance" }, @@ -37293,8 +39348,9 @@ "name": "swap_bus_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1649997291, "arguments": [ { "name": "bus_idx", @@ -37317,8 +39373,9 @@ "name": "set_bus_effect_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1383440665, "arguments": [ { "name": "bus_idx", @@ -37340,8 +39397,9 @@ "name": "is_bus_effect_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2522259332, "return_value": { "type": "bool" }, @@ -37362,8 +39420,9 @@ "name": "get_bus_peak_volume_left_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -37385,8 +39444,9 @@ "name": "get_bus_peak_volume_right_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -37408,8 +39468,9 @@ "name": "set_playback_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -37422,8 +39483,9 @@ "name": "get_playback_speed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -37433,22 +39495,25 @@ "name": "lock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "unlock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_speaker_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2549190337, "return_value": { "type": "enum::AudioServer.SpeakerMode" } @@ -37457,8 +39522,9 @@ "name": "get_mix_rate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -37468,8 +39534,9 @@ "name": "get_device_list", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -37478,8 +39545,9 @@ "name": "get_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -37488,8 +39556,9 @@ "name": "set_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "device", @@ -37501,8 +39570,9 @@ "name": "get_time_to_next_mix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -37512,8 +39582,9 @@ "name": "get_time_since_last_mix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -37523,8 +39594,9 @@ "name": "get_output_latency", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -37534,8 +39606,9 @@ "name": "capture_get_device_list", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -37544,8 +39617,9 @@ "name": "capture_get_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -37554,8 +39628,9 @@ "name": "capture_set_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -37567,8 +39642,9 @@ "name": "set_bus_layout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 59351908, "arguments": [ { "name": "bus_layout", @@ -37580,8 +39656,9 @@ "name": "generate_bus_layout", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 84762982, "return_value": { "type": "AudioBusLayout" } @@ -37633,6 +39710,7 @@ { "name": "_instance_playback", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -37642,6 +39720,7 @@ { "name": "_get_stream_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -37651,6 +39730,7 @@ { "name": "_get_length", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -37660,6 +39740,7 @@ { "name": "_is_monophonic", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -37670,8 +39751,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -37681,8 +39763,9 @@ "name": "is_monophonic", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -37691,8 +39774,9 @@ "name": "instance_playback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 36405481, "return_value": { "type": "AudioStreamPlayback" } @@ -37710,8 +39794,9 @@ "name": "set_mix_rate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "hz", @@ -37724,8 +39809,9 @@ "name": "get_mix_rate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -37735,8 +39821,9 @@ "name": "set_buffer_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "seconds", @@ -37749,8 +39836,9 @@ "name": "get_buffer_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -37785,8 +39873,9 @@ "name": "push_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3975407249, "return_value": { "type": "bool" }, @@ -37801,8 +39890,9 @@ "name": "can_push_buffer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -37818,8 +39908,9 @@ "name": "push_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2035584311, "return_value": { "type": "bool" }, @@ -37834,8 +39925,9 @@ "name": "get_frames_available", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -37845,8 +39937,9 @@ "name": "get_skips", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -37856,8 +39949,9 @@ "name": "clear_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -37872,8 +39966,9 @@ "name": "set_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4019067137, "arguments": [ { "name": "data", @@ -37885,8 +39980,9 @@ "name": "get_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } @@ -37895,8 +39991,9 @@ "name": "set_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -37908,8 +40005,9 @@ "name": "has_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -37918,8 +40016,9 @@ "name": "set_loop_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "seconds", @@ -37932,8 +40031,9 @@ "name": "get_loop_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -37982,8 +40082,9 @@ "name": "set_packet_sequence", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2802684347, "arguments": [ { "name": "packet_sequence", @@ -37995,8 +40096,9 @@ "name": "get_packet_sequence", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2687212488, "return_value": { "type": "OGGPacketSequence" } @@ -38005,8 +40107,9 @@ "name": "set_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -38018,8 +40121,9 @@ "name": "has_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -38028,8 +40132,9 @@ "name": "set_loop_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "seconds", @@ -38042,8 +40147,9 @@ "name": "get_loop_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -38084,6 +40190,7 @@ { "name": "_start", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -38096,12 +40203,14 @@ { "name": "_stop", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_is_playing", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -38111,6 +40220,7 @@ { "name": "_get_loop_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -38120,6 +40230,7 @@ { "name": "_get_playback_position", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -38129,6 +40240,7 @@ { "name": "_seek", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -38141,6 +40253,7 @@ { "name": "_mix", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -38173,9 +40286,49 @@ { "name": "AudioStreamPlaybackResampled", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "AudioStreamPlayback", - "api_type": "core" + "api_type": "core", + "methods": [ + { + "name": "_mix_resampled", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "dst_buffer", + "type": "AudioFrame*" + }, + { + "name": "frame_count", + "type": "int" + } + ] + }, + { + "name": "_get_stream_sampling_rate", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + } + }, + { + "name": "begin_resample", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + } + ] }, { "name": "AudioStreamPlayer", @@ -38186,6 +40339,7 @@ "enums": [ { "name": "MixTarget", + "is_bitfield": false, "values": [ { "name": "MIX_TARGET_STEREO", @@ -38207,8 +40361,9 @@ "name": "set_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4126162453, "arguments": [ { "name": "stream", @@ -38220,8 +40375,9 @@ "name": "get_stream", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3845162056, "return_value": { "type": "AudioStream" } @@ -38230,8 +40386,9 @@ "name": "set_volume_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "volume_db", @@ -38244,8 +40401,9 @@ "name": "get_volume_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -38255,8 +40413,9 @@ "name": "set_pitch_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pitch_scale", @@ -38269,8 +40428,9 @@ "name": "get_pitch_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -38280,8 +40440,9 @@ "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2744538615, + "hash": 3041634712, "arguments": [ { "name": "from_position", @@ -38295,8 +40456,9 @@ "name": "seek", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "to_position", @@ -38309,15 +40471,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -38326,8 +40490,9 @@ "name": "get_playback_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -38337,8 +40502,9 @@ "name": "set_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "bus", @@ -38350,8 +40516,9 @@ "name": "get_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -38360,8 +40527,9 @@ "name": "set_autoplay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -38373,8 +40541,9 @@ "name": "is_autoplay_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -38383,8 +40552,9 @@ "name": "set_mix_target", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2300306138, "arguments": [ { "name": "mix_target", @@ -38396,8 +40566,9 @@ "name": "get_mix_target", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 172807476, "return_value": { "type": "enum::AudioStreamPlayer.MixTarget" } @@ -38406,8 +40577,9 @@ "name": "set_stream_paused", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pause", @@ -38419,8 +40591,9 @@ "name": "get_stream_paused", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -38429,8 +40602,9 @@ "name": "set_max_polyphony", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_polyphony", @@ -38443,8 +40617,9 @@ "name": "get_max_polyphony", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -38454,8 +40629,9 @@ "name": "get_stream_playback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 36405481, "return_value": { "type": "AudioStreamPlayback" } @@ -38543,8 +40719,9 @@ "name": "set_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4126162453, "arguments": [ { "name": "stream", @@ -38556,8 +40733,9 @@ "name": "get_stream", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3845162056, "return_value": { "type": "AudioStream" } @@ -38566,8 +40744,9 @@ "name": "set_volume_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "volume_db", @@ -38580,8 +40759,9 @@ "name": "get_volume_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -38591,8 +40771,9 @@ "name": "set_pitch_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pitch_scale", @@ -38605,8 +40786,9 @@ "name": "get_pitch_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -38616,8 +40798,9 @@ "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2744538615, + "hash": 3041634712, "arguments": [ { "name": "from_position", @@ -38631,8 +40814,9 @@ "name": "seek", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "to_position", @@ -38645,15 +40829,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -38662,8 +40848,9 @@ "name": "get_playback_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -38673,8 +40860,9 @@ "name": "set_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "bus", @@ -38686,8 +40874,9 @@ "name": "get_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -38696,8 +40885,9 @@ "name": "set_autoplay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -38709,8 +40899,9 @@ "name": "is_autoplay_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -38719,8 +40910,9 @@ "name": "set_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pixels", @@ -38733,8 +40925,9 @@ "name": "get_max_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -38744,8 +40937,9 @@ "name": "set_attenuation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "curve", @@ -38758,8 +40952,9 @@ "name": "get_attenuation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -38769,8 +40964,9 @@ "name": "set_area_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -38783,8 +40979,9 @@ "name": "get_area_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -38794,8 +40991,9 @@ "name": "set_stream_paused", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pause", @@ -38807,8 +41005,9 @@ "name": "get_stream_paused", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -38817,8 +41016,9 @@ "name": "set_max_polyphony", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_polyphony", @@ -38831,19 +41031,48 @@ "name": "get_max_polyphony", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, + { + "name": "set_panning_strength", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "panning_strength", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_panning_strength", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "get_stream_playback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 36405481, "return_value": { "type": "AudioStreamPlayback" } @@ -38918,6 +41147,13 @@ "getter": "get_max_polyphony", "index": -1 }, + { + "type": "float", + "name": "panning_strength", + "setter": "set_panning_strength", + "getter": "get_panning_strength", + "index": -1 + }, { "type": "StringName", "name": "bus", @@ -38943,6 +41179,7 @@ "enums": [ { "name": "AttenuationModel", + "is_bitfield": false, "values": [ { "name": "ATTENUATION_INVERSE_DISTANCE", @@ -38964,6 +41201,7 @@ }, { "name": "DopplerTracking", + "is_bitfield": false, "values": [ { "name": "DOPPLER_TRACKING_DISABLED", @@ -38985,8 +41223,9 @@ "name": "set_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4126162453, "arguments": [ { "name": "stream", @@ -38998,8 +41237,9 @@ "name": "get_stream", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3845162056, "return_value": { "type": "AudioStream" } @@ -39008,8 +41248,9 @@ "name": "set_unit_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "unit_db", @@ -39022,8 +41263,9 @@ "name": "get_unit_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39033,8 +41275,9 @@ "name": "set_unit_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "unit_size", @@ -39047,8 +41290,9 @@ "name": "get_unit_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39058,8 +41302,9 @@ "name": "set_max_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max_db", @@ -39072,8 +41317,9 @@ "name": "get_max_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39083,8 +41329,9 @@ "name": "set_pitch_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pitch_scale", @@ -39097,8 +41344,9 @@ "name": "get_pitch_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39108,8 +41356,9 @@ "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2744538615, + "hash": 3041634712, "arguments": [ { "name": "from_position", @@ -39123,8 +41372,9 @@ "name": "seek", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "to_position", @@ -39137,15 +41387,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -39154,8 +41406,9 @@ "name": "get_playback_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -39165,8 +41418,9 @@ "name": "set_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "bus", @@ -39178,8 +41432,9 @@ "name": "get_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -39188,8 +41443,9 @@ "name": "set_autoplay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -39201,8 +41457,9 @@ "name": "is_autoplay_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -39211,8 +41468,9 @@ "name": "set_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "metres", @@ -39225,8 +41483,9 @@ "name": "get_max_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39236,8 +41495,9 @@ "name": "set_area_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -39250,8 +41510,9 @@ "name": "get_area_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -39261,8 +41522,9 @@ "name": "set_emission_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "degrees", @@ -39275,8 +41537,9 @@ "name": "get_emission_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39286,8 +41549,9 @@ "name": "set_emission_angle_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -39299,8 +41563,9 @@ "name": "is_emission_angle_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -39309,8 +41574,9 @@ "name": "set_emission_angle_filter_attenuation_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "db", @@ -39323,8 +41589,9 @@ "name": "get_emission_angle_filter_attenuation_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39334,8 +41601,9 @@ "name": "set_attenuation_filter_cutoff_hz", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "degrees", @@ -39348,8 +41616,9 @@ "name": "get_attenuation_filter_cutoff_hz", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39359,8 +41628,9 @@ "name": "set_attenuation_filter_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "db", @@ -39373,8 +41643,9 @@ "name": "get_attenuation_filter_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39384,8 +41655,9 @@ "name": "set_attenuation_model", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2988086229, "arguments": [ { "name": "model", @@ -39397,8 +41669,9 @@ "name": "get_attenuation_model", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3035106060, "return_value": { "type": "enum::AudioStreamPlayer3D.AttenuationModel" } @@ -39407,8 +41680,9 @@ "name": "set_doppler_tracking", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3968161450, "arguments": [ { "name": "mode", @@ -39420,8 +41694,9 @@ "name": "get_doppler_tracking", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1702418664, "return_value": { "type": "enum::AudioStreamPlayer3D.DopplerTracking" } @@ -39430,8 +41705,9 @@ "name": "set_stream_paused", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pause", @@ -39443,8 +41719,9 @@ "name": "get_stream_paused", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -39453,8 +41730,9 @@ "name": "set_max_polyphony", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_polyphony", @@ -39467,19 +41745,48 @@ "name": "get_max_polyphony", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, + { + "name": "set_panning_strength", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "panning_strength", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_panning_strength", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "get_stream_playback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 36405481, "return_value": { "type": "AudioStreamPlayback" } @@ -39568,6 +41875,13 @@ "getter": "get_max_polyphony", "index": -1 }, + { + "type": "float", + "name": "panning_strength", + "setter": "set_panning_strength", + "getter": "get_panning_strength", + "index": -1 + }, { "type": "StringName", "name": "bus", @@ -39635,6 +41949,7 @@ "enums": [ { "name": "PlaybackMode", + "is_bitfield": false, "values": [ { "name": "PLAYBACK_RANDOM_NO_REPEATS", @@ -39656,8 +41971,9 @@ "name": "add_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -39670,8 +41986,9 @@ "name": "move_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "index_from", @@ -39689,8 +42006,9 @@ "name": "remove_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -39703,8 +42021,9 @@ "name": "set_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3371918001, "arguments": [ { "name": "index", @@ -39721,8 +42040,9 @@ "name": "get_stream", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3453494215, "return_value": { "type": "AudioStream" }, @@ -39738,8 +42058,9 @@ "name": "set_stream_probability_weight", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "index", @@ -39757,8 +42078,9 @@ "name": "get_stream_probability_weight", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -39775,8 +42097,9 @@ "name": "set_streams_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -39789,8 +42112,9 @@ "name": "get_streams_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -39800,8 +42124,9 @@ "name": "set_random_pitch", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -39814,8 +42139,9 @@ "name": "get_random_pitch", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39825,8 +42151,9 @@ "name": "set_random_volume_offset_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "db_offset", @@ -39839,8 +42166,9 @@ "name": "get_random_volume_offset_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -39850,8 +42178,9 @@ "name": "set_playback_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3950967023, "arguments": [ { "name": "mode", @@ -39863,8 +42192,9 @@ "name": "get_playback_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3943055077, "return_value": { "type": "enum::AudioStreamRandomizer.PlaybackMode" } @@ -39915,8 +42245,27 @@ "inherits": "AudioStream", "api_type": "core", "enums": [ + { + "name": "Format", + "is_bitfield": false, + "values": [ + { + "name": "FORMAT_8_BITS", + "value": 0 + }, + { + "name": "FORMAT_16_BITS", + "value": 1 + }, + { + "name": "FORMAT_IMA_ADPCM", + "value": 2 + } + ] + }, { "name": "LoopMode", + "is_bitfield": false, "values": [ { "name": "LOOP_DISABLED", @@ -39935,23 +42284,6 @@ "value": 3 } ] - }, - { - "name": "Format", - "values": [ - { - "name": "FORMAT_8_BITS", - "value": 0 - }, - { - "name": "FORMAT_16_BITS", - "value": 1 - }, - { - "name": "FORMAT_IMA_ADPCM", - "value": 2 - } - ] } ], "methods": [ @@ -39959,8 +42291,9 @@ "name": "set_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4019067137, "arguments": [ { "name": "data", @@ -39972,8 +42305,9 @@ "name": "get_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } @@ -39982,8 +42316,9 @@ "name": "set_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2417459293, "arguments": [ { "name": "format", @@ -39995,8 +42330,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 801468242, "return_value": { "type": "enum::AudioStreamSample.Format" } @@ -40005,8 +42341,9 @@ "name": "set_loop_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3894648610, "arguments": [ { "name": "loop_mode", @@ -40018,8 +42355,9 @@ "name": "get_loop_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3282320886, "return_value": { "type": "enum::AudioStreamSample.LoopMode" } @@ -40028,8 +42366,9 @@ "name": "set_loop_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "loop_begin", @@ -40042,8 +42381,9 @@ "name": "get_loop_begin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -40053,8 +42393,9 @@ "name": "set_loop_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "loop_end", @@ -40067,8 +42408,9 @@ "name": "get_loop_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -40078,8 +42420,9 @@ "name": "set_mix_rate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mix_rate", @@ -40092,8 +42435,9 @@ "name": "get_mix_rate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -40103,8 +42447,9 @@ "name": "set_stereo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "stereo", @@ -40116,8 +42461,9 @@ "name": "is_stereo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -40126,8 +42472,9 @@ "name": "save_to_wav", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -40200,6 +42547,7 @@ "enums": [ { "name": "CopyMode", + "is_bitfield": false, "values": [ { "name": "COPY_MODE_DISABLED", @@ -40221,8 +42569,9 @@ "name": "set_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "rect", @@ -40234,8 +42583,9 @@ "name": "get_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -40244,8 +42594,9 @@ "name": "set_copy_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1713538590, "arguments": [ { "name": "copy_mode", @@ -40257,8 +42608,9 @@ "name": "get_copy_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3271169440, "return_value": { "type": "enum::BackBufferCopy.CopyMode" } @@ -40284,25 +42636,13 @@ { "name": "BaseButton", "is_refcounted": false, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Control", "api_type": "core", "enums": [ - { - "name": "ActionMode", - "values": [ - { - "name": "ACTION_MODE_BUTTON_PRESS", - "value": 0 - }, - { - "name": "ACTION_MODE_BUTTON_RELEASE", - "value": 1 - } - ] - }, { "name": "DrawMode", + "is_bitfield": false, "values": [ { "name": "DRAW_NORMAL", @@ -40325,18 +42665,34 @@ "value": 4 } ] + }, + { + "name": "ActionMode", + "is_bitfield": false, + "values": [ + { + "name": "ACTION_MODE_BUTTON_PRESS", + "value": 0 + }, + { + "name": "ACTION_MODE_BUTTON_RELEASE", + "value": 1 + } + ] } ], "methods": [ { "name": "_pressed", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_toggled", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -40350,8 +42706,9 @@ "name": "set_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -40363,8 +42720,9 @@ "name": "is_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -40373,8 +42731,9 @@ "name": "set_pressed_no_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -40386,8 +42745,9 @@ "name": "is_hovered", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -40396,8 +42756,9 @@ "name": "set_toggle_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -40409,8 +42770,9 @@ "name": "is_toggle_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -40419,8 +42781,9 @@ "name": "set_shortcut_in_tooltip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -40432,8 +42795,9 @@ "name": "is_shortcut_in_tooltip_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -40442,8 +42806,9 @@ "name": "set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disabled", @@ -40455,8 +42820,9 @@ "name": "is_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -40465,8 +42831,9 @@ "name": "set_action_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1985162088, "arguments": [ { "name": "mode", @@ -40478,8 +42845,9 @@ "name": "get_action_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2589712189, "return_value": { "type": "enum::BaseButton.ActionMode" } @@ -40488,8 +42856,9 @@ "name": "set_button_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3624991109, "arguments": [ { "name": "mask", @@ -40501,8 +42870,9 @@ "name": "get_button_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1132662608, "return_value": { "type": "enum::MouseButton" } @@ -40511,8 +42881,9 @@ "name": "get_draw_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2492721305, "return_value": { "type": "enum::BaseButton.DrawMode" } @@ -40521,8 +42892,9 @@ "name": "set_keep_pressed_outside", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -40534,8 +42906,9 @@ "name": "is_keep_pressed_outside", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -40544,8 +42917,9 @@ "name": "set_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2573031266, "arguments": [ { "name": "shortcut", @@ -40557,8 +42931,9 @@ "name": "get_shortcut", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360037132, "return_value": { "type": "Shortcut" } @@ -40567,8 +42942,9 @@ "name": "set_button_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1118202342, "arguments": [ { "name": "button_group", @@ -40580,8 +42956,9 @@ "name": "get_button_group", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1444672624, "return_value": { "type": "ButtonGroup" } @@ -40590,8 +42967,9 @@ "name": "set_shortcut_context", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -40603,14 +42981,21 @@ "name": "get_shortcut_context", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } } ], "signals": [ + { + "name": "pressed" + }, + { + "name": "button_up" + }, { "name": "button_down" }, @@ -40622,12 +43007,6 @@ "type": "bool" } ] - }, - { - "name": "pressed" - }, - { - "name": "button_up" } ], "properties": [ @@ -40711,41 +43090,168 @@ "api_type": "core", "enums": [ { - "name": "EmissionOperator", + "name": "TextureParam", + "is_bitfield": false, "values": [ { - "name": "EMISSION_OP_ADD", + "name": "TEXTURE_ALBEDO", "value": 0 }, { - "name": "EMISSION_OP_MULTIPLY", + "name": "TEXTURE_METALLIC", + "value": 1 + }, + { + "name": "TEXTURE_ROUGHNESS", + "value": 2 + }, + { + "name": "TEXTURE_EMISSION", + "value": 3 + }, + { + "name": "TEXTURE_NORMAL", + "value": 4 + }, + { + "name": "TEXTURE_RIM", + "value": 5 + }, + { + "name": "TEXTURE_CLEARCOAT", + "value": 6 + }, + { + "name": "TEXTURE_FLOWMAP", + "value": 7 + }, + { + "name": "TEXTURE_AMBIENT_OCCLUSION", + "value": 8 + }, + { + "name": "TEXTURE_HEIGHTMAP", + "value": 9 + }, + { + "name": "TEXTURE_SUBSURFACE_SCATTERING", + "value": 10 + }, + { + "name": "TEXTURE_SUBSURFACE_TRANSMITTANCE", + "value": 11 + }, + { + "name": "TEXTURE_BACKLIGHT", + "value": 12 + }, + { + "name": "TEXTURE_REFRACTION", + "value": 13 + }, + { + "name": "TEXTURE_DETAIL_MASK", + "value": 14 + }, + { + "name": "TEXTURE_DETAIL_ALBEDO", + "value": 15 + }, + { + "name": "TEXTURE_DETAIL_NORMAL", + "value": 16 + }, + { + "name": "TEXTURE_ORM", + "value": 17 + }, + { + "name": "TEXTURE_MAX", + "value": 18 + } + ] + }, + { + "name": "TextureFilter", + "is_bitfield": false, + "values": [ + { + "name": "TEXTURE_FILTER_NEAREST", + "value": 0 + }, + { + "name": "TEXTURE_FILTER_LINEAR", + "value": 1 + }, + { + "name": "TEXTURE_FILTER_NEAREST_WITH_MIPMAPS", + "value": 2 + }, + { + "name": "TEXTURE_FILTER_LINEAR_WITH_MIPMAPS", + "value": 3 + }, + { + "name": "TEXTURE_FILTER_NEAREST_WITH_MIPMAPS_ANISOTROPIC", + "value": 4 + }, + { + "name": "TEXTURE_FILTER_LINEAR_WITH_MIPMAPS_ANISOTROPIC", + "value": 5 + }, + { + "name": "TEXTURE_FILTER_MAX", + "value": 6 + } + ] + }, + { + "name": "DetailUV", + "is_bitfield": false, + "values": [ + { + "name": "DETAIL_UV_1", + "value": 0 + }, + { + "name": "DETAIL_UV_2", "value": 1 } ] }, { - "name": "DiffuseMode", + "name": "Transparency", + "is_bitfield": false, "values": [ { - "name": "DIFFUSE_BURLEY", + "name": "TRANSPARENCY_DISABLED", "value": 0 }, { - "name": "DIFFUSE_LAMBERT", + "name": "TRANSPARENCY_ALPHA", "value": 1 }, { - "name": "DIFFUSE_LAMBERT_WRAP", + "name": "TRANSPARENCY_ALPHA_SCISSOR", "value": 2 }, { - "name": "DIFFUSE_TOON", + "name": "TRANSPARENCY_ALPHA_HASH", "value": 3 + }, + { + "name": "TRANSPARENCY_ALPHA_DEPTH_PRE_PASS", + "value": 4 + }, + { + "name": "TRANSPARENCY_MAX", + "value": 5 } ] }, { "name": "ShadingMode", + "is_bitfield": false, "values": [ { "name": "SHADING_MODE_UNSHADED", @@ -40765,25 +43271,9 @@ } ] }, - { - "name": "SpecularMode", - "values": [ - { - "name": "SPECULAR_SCHLICK_GGX", - "value": 0 - }, - { - "name": "SPECULAR_TOON", - "value": 1 - }, - { - "name": "SPECULAR_DISABLED", - "value": 2 - } - ] - }, { "name": "Feature", + "is_bitfield": false, "values": [ { "name": "FEATURE_EMISSION", @@ -40839,8 +43329,85 @@ } ] }, + { + "name": "BlendMode", + "is_bitfield": false, + "values": [ + { + "name": "BLEND_MODE_MIX", + "value": 0 + }, + { + "name": "BLEND_MODE_ADD", + "value": 1 + }, + { + "name": "BLEND_MODE_SUB", + "value": 2 + }, + { + "name": "BLEND_MODE_MUL", + "value": 3 + } + ] + }, + { + "name": "AlphaAntiAliasing", + "is_bitfield": false, + "values": [ + { + "name": "ALPHA_ANTIALIASING_OFF", + "value": 0 + }, + { + "name": "ALPHA_ANTIALIASING_ALPHA_TO_COVERAGE", + "value": 1 + }, + { + "name": "ALPHA_ANTIALIASING_ALPHA_TO_COVERAGE_AND_TO_ONE", + "value": 2 + } + ] + }, + { + "name": "DepthDrawMode", + "is_bitfield": false, + "values": [ + { + "name": "DEPTH_DRAW_OPAQUE_ONLY", + "value": 0 + }, + { + "name": "DEPTH_DRAW_ALWAYS", + "value": 1 + }, + { + "name": "DEPTH_DRAW_DISABLED", + "value": 2 + } + ] + }, + { + "name": "CullMode", + "is_bitfield": false, + "values": [ + { + "name": "CULL_BACK", + "value": 0 + }, + { + "name": "CULL_FRONT", + "value": 1 + }, + { + "name": "CULL_DISABLED", + "value": 2 + } + ] + }, { "name": "Flags", + "is_bitfield": false, "values": [ { "name": "FLAG_DISABLE_DEPTH_TEST", @@ -40923,97 +43490,58 @@ "value": 19 }, { - "name": "FLAG_MAX", + "name": "FLAG_ALBEDO_TEXTURE_MSDF", "value": 20 + }, + { + "name": "FLAG_MAX", + "value": 21 } ] }, { - "name": "CullMode", + "name": "DiffuseMode", + "is_bitfield": false, "values": [ { - "name": "CULL_BACK", + "name": "DIFFUSE_BURLEY", "value": 0 }, { - "name": "CULL_FRONT", + "name": "DIFFUSE_LAMBERT", "value": 1 }, { - "name": "CULL_DISABLED", - "value": 2 - } - ] - }, - { - "name": "DetailUV", - "values": [ - { - "name": "DETAIL_UV_1", - "value": 0 - }, - { - "name": "DETAIL_UV_2", - "value": 1 - } - ] - }, - { - "name": "TextureFilter", - "values": [ - { - "name": "TEXTURE_FILTER_NEAREST", - "value": 0 - }, - { - "name": "TEXTURE_FILTER_LINEAR", - "value": 1 - }, - { - "name": "TEXTURE_FILTER_NEAREST_WITH_MIPMAPS", + "name": "DIFFUSE_LAMBERT_WRAP", "value": 2 }, { - "name": "TEXTURE_FILTER_LINEAR_WITH_MIPMAPS", + "name": "DIFFUSE_TOON", "value": 3 - }, - { - "name": "TEXTURE_FILTER_NEAREST_WITH_MIPMAPS_ANISOTROPIC", - "value": 4 - }, - { - "name": "TEXTURE_FILTER_LINEAR_WITH_MIPMAPS_ANISOTROPIC", - "value": 5 - }, - { - "name": "TEXTURE_FILTER_MAX", - "value": 6 } ] }, { - "name": "DistanceFadeMode", + "name": "SpecularMode", + "is_bitfield": false, "values": [ { - "name": "DISTANCE_FADE_DISABLED", + "name": "SPECULAR_SCHLICK_GGX", "value": 0 }, { - "name": "DISTANCE_FADE_PIXEL_ALPHA", + "name": "SPECULAR_TOON", "value": 1 }, { - "name": "DISTANCE_FADE_PIXEL_DITHER", + "name": "SPECULAR_DISABLED", "value": 2 - }, - { - "name": "DISTANCE_FADE_OBJECT_DITHER", - "value": 3 } ] }, { "name": "BillboardMode", + "is_bitfield": false, "values": [ { "name": "BILLBOARD_DISABLED", @@ -41033,25 +43561,9 @@ } ] }, - { - "name": "DepthDrawMode", - "values": [ - { - "name": "DEPTH_DRAW_OPAQUE_ONLY", - "value": 0 - }, - { - "name": "DEPTH_DRAW_ALWAYS", - "value": 1 - }, - { - "name": "DEPTH_DRAW_DISABLED", - "value": 2 - } - ] - }, { "name": "TextureChannel", + "is_bitfield": false, "values": [ { "name": "TEXTURE_CHANNEL_RED", @@ -41076,152 +43588,40 @@ ] }, { - "name": "AlphaAntiAliasing", + "name": "EmissionOperator", + "is_bitfield": false, "values": [ { - "name": "ALPHA_ANTIALIASING_OFF", + "name": "EMISSION_OP_ADD", "value": 0 }, { - "name": "ALPHA_ANTIALIASING_ALPHA_TO_COVERAGE", + "name": "EMISSION_OP_MULTIPLY", "value": 1 - }, - { - "name": "ALPHA_ANTIALIASING_ALPHA_TO_COVERAGE_AND_TO_ONE", - "value": 2 } ] }, { - "name": "BlendMode", + "name": "DistanceFadeMode", + "is_bitfield": false, "values": [ { - "name": "BLEND_MODE_MIX", + "name": "DISTANCE_FADE_DISABLED", "value": 0 }, { - "name": "BLEND_MODE_ADD", + "name": "DISTANCE_FADE_PIXEL_ALPHA", "value": 1 }, { - "name": "BLEND_MODE_SUB", + "name": "DISTANCE_FADE_PIXEL_DITHER", "value": 2 }, { - "name": "BLEND_MODE_MUL", + "name": "DISTANCE_FADE_OBJECT_DITHER", "value": 3 } ] - }, - { - "name": "Transparency", - "values": [ - { - "name": "TRANSPARENCY_DISABLED", - "value": 0 - }, - { - "name": "TRANSPARENCY_ALPHA", - "value": 1 - }, - { - "name": "TRANSPARENCY_ALPHA_SCISSOR", - "value": 2 - }, - { - "name": "TRANSPARENCY_ALPHA_HASH", - "value": 3 - }, - { - "name": "TRANSPARENCY_ALPHA_DEPTH_PRE_PASS", - "value": 4 - }, - { - "name": "TRANSPARENCY_MAX", - "value": 5 - } - ] - }, - { - "name": "TextureParam", - "values": [ - { - "name": "TEXTURE_ALBEDO", - "value": 0 - }, - { - "name": "TEXTURE_METALLIC", - "value": 1 - }, - { - "name": "TEXTURE_ROUGHNESS", - "value": 2 - }, - { - "name": "TEXTURE_EMISSION", - "value": 3 - }, - { - "name": "TEXTURE_NORMAL", - "value": 4 - }, - { - "name": "TEXTURE_RIM", - "value": 5 - }, - { - "name": "TEXTURE_CLEARCOAT", - "value": 6 - }, - { - "name": "TEXTURE_FLOWMAP", - "value": 7 - }, - { - "name": "TEXTURE_AMBIENT_OCCLUSION", - "value": 8 - }, - { - "name": "TEXTURE_HEIGHTMAP", - "value": 9 - }, - { - "name": "TEXTURE_SUBSURFACE_SCATTERING", - "value": 10 - }, - { - "name": "TEXTURE_SUBSURFACE_TRANSMITTANCE", - "value": 11 - }, - { - "name": "TEXTURE_BACKLIGHT", - "value": 12 - }, - { - "name": "TEXTURE_REFRACTION", - "value": 13 - }, - { - "name": "TEXTURE_DETAIL_MASK", - "value": 14 - }, - { - "name": "TEXTURE_DETAIL_ALBEDO", - "value": 15 - }, - { - "name": "TEXTURE_DETAIL_NORMAL", - "value": 16 - }, - { - "name": "TEXTURE_ORM", - "value": 17 - }, - { - "name": "TEXTURE_MAX", - "value": 18 - } - ] } ], "methods": [ @@ -41229,8 +43629,9 @@ "name": "set_albedo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "albedo", @@ -41242,8 +43643,9 @@ "name": "get_albedo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -41252,8 +43654,9 @@ "name": "set_transparency", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3435651667, "arguments": [ { "name": "transparency", @@ -41265,8 +43668,9 @@ "name": "get_transparency", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 990903061, "return_value": { "type": "enum::BaseMaterial3D.Transparency" } @@ -41275,8 +43679,9 @@ "name": "set_alpha_antialiasing", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3212649852, "arguments": [ { "name": "alpha_aa", @@ -41288,8 +43693,9 @@ "name": "get_alpha_antialiasing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2889939400, "return_value": { "type": "enum::BaseMaterial3D.AlphaAntiAliasing" } @@ -41298,8 +43704,9 @@ "name": "set_alpha_antialiasing_edge", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "edge", @@ -41312,8 +43719,9 @@ "name": "get_alpha_antialiasing_edge", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41323,8 +43731,9 @@ "name": "set_shading_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3368750322, "arguments": [ { "name": "shading_mode", @@ -41336,8 +43745,9 @@ "name": "get_shading_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2132070559, "return_value": { "type": "enum::BaseMaterial3D.ShadingMode" } @@ -41346,8 +43756,9 @@ "name": "set_specular", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "specular", @@ -41360,8 +43771,9 @@ "name": "get_specular", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41371,8 +43783,9 @@ "name": "set_metallic", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "metallic", @@ -41385,8 +43798,9 @@ "name": "get_metallic", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41396,8 +43810,9 @@ "name": "set_roughness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "roughness", @@ -41410,8 +43825,9 @@ "name": "get_roughness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41421,8 +43837,9 @@ "name": "set_emission", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "emission", @@ -41434,8 +43851,9 @@ "name": "get_emission", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -41444,8 +43862,9 @@ "name": "set_emission_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "emission_energy", @@ -41458,8 +43877,9 @@ "name": "get_emission_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41469,8 +43889,9 @@ "name": "set_normal_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "normal_scale", @@ -41483,8 +43904,9 @@ "name": "get_normal_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41494,8 +43916,9 @@ "name": "set_rim", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "rim", @@ -41508,8 +43931,9 @@ "name": "get_rim", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41519,8 +43943,9 @@ "name": "set_rim_tint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "rim_tint", @@ -41533,8 +43958,9 @@ "name": "get_rim_tint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41544,8 +43970,9 @@ "name": "set_clearcoat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "clearcoat", @@ -41558,8 +43985,9 @@ "name": "get_clearcoat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41569,8 +43997,9 @@ "name": "set_clearcoat_roughness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "clearcoat_roughness", @@ -41583,8 +44012,9 @@ "name": "get_clearcoat_roughness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41594,8 +44024,9 @@ "name": "set_anisotropy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "anisotropy", @@ -41608,8 +44039,9 @@ "name": "get_anisotropy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41619,8 +44051,9 @@ "name": "set_heightmap_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "heightmap_scale", @@ -41633,8 +44066,9 @@ "name": "get_heightmap_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41644,8 +44078,9 @@ "name": "set_subsurface_scattering_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "strength", @@ -41658,8 +44093,9 @@ "name": "get_subsurface_scattering_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41669,8 +44105,9 @@ "name": "set_transmittance_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -41682,8 +44119,9 @@ "name": "get_transmittance_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -41692,8 +44130,9 @@ "name": "set_transmittance_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "depth", @@ -41706,8 +44145,9 @@ "name": "get_transmittance_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41717,8 +44157,9 @@ "name": "set_transmittance_boost", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "boost", @@ -41731,8 +44172,9 @@ "name": "get_transmittance_boost", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41742,8 +44184,9 @@ "name": "set_backlight", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "backlight", @@ -41755,8 +44198,9 @@ "name": "get_backlight", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -41765,8 +44209,9 @@ "name": "set_refraction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "refraction", @@ -41779,8 +44224,9 @@ "name": "get_refraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41790,8 +44236,9 @@ "name": "set_point_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "point_size", @@ -41804,8 +44251,9 @@ "name": "get_point_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -41815,8 +44263,9 @@ "name": "set_detail_uv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 456801921, "arguments": [ { "name": "detail_uv", @@ -41828,8 +44277,9 @@ "name": "get_detail_uv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2306920512, "return_value": { "type": "enum::BaseMaterial3D.DetailUV" } @@ -41838,8 +44288,9 @@ "name": "set_blend_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2830186259, "arguments": [ { "name": "blend_mode", @@ -41851,8 +44302,9 @@ "name": "get_blend_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4022690962, "return_value": { "type": "enum::BaseMaterial3D.BlendMode" } @@ -41861,8 +44313,9 @@ "name": "set_depth_draw_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1456584748, "arguments": [ { "name": "depth_draw_mode", @@ -41874,8 +44327,9 @@ "name": "get_depth_draw_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2578197639, "return_value": { "type": "enum::BaseMaterial3D.DepthDrawMode" } @@ -41884,8 +44338,9 @@ "name": "set_cull_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2338909218, "arguments": [ { "name": "cull_mode", @@ -41897,8 +44352,9 @@ "name": "get_cull_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1941499586, "return_value": { "type": "enum::BaseMaterial3D.CullMode" } @@ -41907,8 +44363,9 @@ "name": "set_diffuse_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1045299638, "arguments": [ { "name": "diffuse_mode", @@ -41920,8 +44377,9 @@ "name": "get_diffuse_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3973617136, "return_value": { "type": "enum::BaseMaterial3D.DiffuseMode" } @@ -41930,8 +44388,9 @@ "name": "set_specular_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 584737147, "arguments": [ { "name": "specular_mode", @@ -41943,8 +44402,9 @@ "name": "get_specular_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2569953298, "return_value": { "type": "enum::BaseMaterial3D.SpecularMode" } @@ -41953,8 +44413,9 @@ "name": "set_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3070159527, "arguments": [ { "name": "flag", @@ -41970,8 +44431,9 @@ "name": "get_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1286410065, "return_value": { "type": "bool" }, @@ -41986,8 +44448,9 @@ "name": "set_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 22904437, "arguments": [ { "name": "mode", @@ -41999,8 +44462,9 @@ "name": "get_texture_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3289213076, "return_value": { "type": "enum::BaseMaterial3D.TextureFilter" } @@ -42009,8 +44473,9 @@ "name": "set_feature", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2819288693, "arguments": [ { "name": "feature", @@ -42026,8 +44491,9 @@ "name": "get_feature", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965241794, "return_value": { "type": "bool" }, @@ -42042,8 +44508,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1143856848, "arguments": [ { "name": "param", @@ -42059,8 +44526,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1551919139, "return_value": { "type": "Texture2D" }, @@ -42075,8 +44543,9 @@ "name": "set_detail_blend_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2830186259, "arguments": [ { "name": "detail_blend_mode", @@ -42088,8 +44557,9 @@ "name": "get_detail_blend_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4022690962, "return_value": { "type": "enum::BaseMaterial3D.BlendMode" } @@ -42098,8 +44568,9 @@ "name": "set_uv1_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "scale", @@ -42111,8 +44582,9 @@ "name": "get_uv1_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -42121,8 +44593,9 @@ "name": "set_uv1_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "offset", @@ -42134,8 +44607,9 @@ "name": "get_uv1_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -42144,8 +44618,9 @@ "name": "set_uv1_triplanar_blend_sharpness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sharpness", @@ -42158,8 +44633,9 @@ "name": "get_uv1_triplanar_blend_sharpness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42169,8 +44645,9 @@ "name": "set_uv2_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "scale", @@ -42182,8 +44659,9 @@ "name": "get_uv2_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -42192,8 +44670,9 @@ "name": "set_uv2_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "offset", @@ -42205,8 +44684,9 @@ "name": "get_uv2_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -42215,8 +44695,9 @@ "name": "set_uv2_triplanar_blend_sharpness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sharpness", @@ -42229,8 +44710,9 @@ "name": "get_uv2_triplanar_blend_sharpness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42240,8 +44722,9 @@ "name": "set_billboard_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4202036497, "arguments": [ { "name": "mode", @@ -42253,8 +44736,9 @@ "name": "get_billboard_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1283840139, "return_value": { "type": "enum::BaseMaterial3D.BillboardMode" } @@ -42263,8 +44747,9 @@ "name": "set_particles_anim_h_frames", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frames", @@ -42277,8 +44762,9 @@ "name": "get_particles_anim_h_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -42288,8 +44774,9 @@ "name": "set_particles_anim_v_frames", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frames", @@ -42302,8 +44789,9 @@ "name": "get_particles_anim_v_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -42313,8 +44801,9 @@ "name": "set_particles_anim_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "loop", @@ -42326,8 +44815,9 @@ "name": "get_particles_anim_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -42336,8 +44826,9 @@ "name": "set_heightmap_deep_parallax", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -42349,8 +44840,9 @@ "name": "is_heightmap_deep_parallax_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -42359,8 +44851,9 @@ "name": "set_heightmap_deep_parallax_min_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -42373,8 +44866,9 @@ "name": "get_heightmap_deep_parallax_min_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -42384,8 +44878,9 @@ "name": "set_heightmap_deep_parallax_max_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -42398,8 +44893,9 @@ "name": "get_heightmap_deep_parallax_max_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -42409,8 +44905,9 @@ "name": "set_heightmap_deep_parallax_flip_tangent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip", @@ -42422,8 +44919,9 @@ "name": "get_heightmap_deep_parallax_flip_tangent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -42432,8 +44930,9 @@ "name": "set_heightmap_deep_parallax_flip_binormal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip", @@ -42445,8 +44944,9 @@ "name": "get_heightmap_deep_parallax_flip_binormal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -42455,8 +44955,9 @@ "name": "set_grow", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -42469,8 +44970,9 @@ "name": "get_grow", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42480,8 +44982,9 @@ "name": "set_emission_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3825128922, "arguments": [ { "name": "operator", @@ -42493,8 +44996,9 @@ "name": "get_emission_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 974205018, "return_value": { "type": "enum::BaseMaterial3D.EmissionOperator" } @@ -42503,8 +45007,9 @@ "name": "set_ao_light_affect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -42517,8 +45022,9 @@ "name": "get_ao_light_affect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42528,8 +45034,9 @@ "name": "set_alpha_scissor_threshold", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "threshold", @@ -42542,8 +45049,9 @@ "name": "get_alpha_scissor_threshold", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42553,8 +45061,9 @@ "name": "set_alpha_hash_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "threshold", @@ -42567,8 +45076,9 @@ "name": "get_alpha_hash_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42578,8 +45088,9 @@ "name": "set_grow_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -42591,8 +45102,9 @@ "name": "is_grow_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -42601,8 +45113,9 @@ "name": "set_metallic_texture_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 744167988, "arguments": [ { "name": "channel", @@ -42614,8 +45127,9 @@ "name": "get_metallic_texture_channel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 568133867, "return_value": { "type": "enum::BaseMaterial3D.TextureChannel" } @@ -42624,8 +45138,9 @@ "name": "set_roughness_texture_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 744167988, "arguments": [ { "name": "channel", @@ -42637,8 +45152,9 @@ "name": "get_roughness_texture_channel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 568133867, "return_value": { "type": "enum::BaseMaterial3D.TextureChannel" } @@ -42647,8 +45163,9 @@ "name": "set_ao_texture_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 744167988, "arguments": [ { "name": "channel", @@ -42660,8 +45177,9 @@ "name": "get_ao_texture_channel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 568133867, "return_value": { "type": "enum::BaseMaterial3D.TextureChannel" } @@ -42670,8 +45188,9 @@ "name": "set_refraction_texture_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 744167988, "arguments": [ { "name": "channel", @@ -42683,8 +45202,9 @@ "name": "get_refraction_texture_channel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 568133867, "return_value": { "type": "enum::BaseMaterial3D.TextureChannel" } @@ -42693,8 +45213,9 @@ "name": "set_proximity_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -42706,8 +45227,9 @@ "name": "is_proximity_fade_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -42716,8 +45238,9 @@ "name": "set_proximity_fade_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -42730,8 +45253,63 @@ "name": "get_proximity_fade_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_msdf_pixel_range", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "range", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_msdf_pixel_range", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_msdf_outline_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "size", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_msdf_outline_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42741,8 +45319,9 @@ "name": "set_distance_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1379478617, "arguments": [ { "name": "mode", @@ -42754,8 +45333,9 @@ "name": "get_distance_fade", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2694575734, "return_value": { "type": "enum::BaseMaterial3D.DistanceFadeMode" } @@ -42764,8 +45344,9 @@ "name": "set_distance_fade_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -42778,8 +45359,9 @@ "name": "get_distance_fade_max_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42789,8 +45371,9 @@ "name": "set_distance_fade_min_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -42803,8 +45386,9 @@ "name": "get_distance_fade_min_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -42933,11 +45517,18 @@ }, { "type": "bool", - "name": "albedo_tex_force_srgb", + "name": "albedo_texture_force_srgb", "setter": "set_flag", "getter": "get_flag", "index": 12 }, + { + "type": "bool", + "name": "albedo_texture_msdf", + "setter": "set_flag", + "getter": "get_flag", + "index": 20 + }, { "type": "Texture2D", "name": "orm_texture", @@ -43575,6 +46166,20 @@ "getter": "get_proximity_fade_distance", "index": -1 }, + { + "type": "float", + "name": "msdf_pixel_range", + "setter": "set_msdf_pixel_range", + "getter": "get_msdf_pixel_range", + "index": -1 + }, + { + "type": "float", + "name": "msdf_outline_size", + "setter": "set_msdf_outline_size", + "getter": "get_msdf_outline_size", + "index": -1 + }, { "type": "int", "name": "distance_fade_mode", @@ -43609,8 +46214,9 @@ "name": "create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -43622,8 +46228,9 @@ "name": "create_from_image_alpha", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1232021700, "arguments": [ { "name": "image", @@ -43641,8 +46248,9 @@ "name": "set_bit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 979101055, "arguments": [ { "name": "position", @@ -43658,8 +46266,9 @@ "name": "get_bit", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 556197845, "return_value": { "type": "bool" }, @@ -43674,8 +46283,9 @@ "name": "set_bit_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1453796981, "arguments": [ { "name": "rect", @@ -43691,8 +46301,9 @@ "name": "get_true_bit_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -43702,8 +46313,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -43712,8 +46324,9 @@ "name": "resize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "new_size", @@ -43725,8 +46338,9 @@ "name": "grow_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1356297692, "arguments": [ { "name": "pixels", @@ -43743,8 +46357,9 @@ "name": "convert_to_image", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3707135268, "return_value": { "type": "Image" } @@ -43753,8 +46368,9 @@ "name": "opaque_to_polygons", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1342368836, "return_value": { "type": "Array" }, @@ -43793,8 +46409,9 @@ "name": "set_rest", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "rest", @@ -43806,8 +46423,9 @@ "name": "get_rest", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -43816,15 +46434,17 @@ "name": "apply_rest", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_skeleton_rest", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -43833,8 +46453,9 @@ "name": "get_index_in_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -43844,8 +46465,9 @@ "name": "set_default_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "default_length", @@ -43858,8 +46480,9 @@ "name": "get_default_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -43869,8 +46492,9 @@ "name": "set_autocalculate_length_and_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "auto_calculate", @@ -43882,8 +46506,9 @@ "name": "get_autocalculate_length_and_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -43892,8 +46517,9 @@ "name": "set_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -43906,8 +46532,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -43917,8 +46544,9 @@ "name": "set_bone_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angle", @@ -43931,8 +46559,9 @@ "name": "get_bone_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -43960,8 +46589,9 @@ "name": "set_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "bone_name", @@ -43973,8 +46603,9 @@ "name": "get_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -43983,8 +46614,9 @@ "name": "set_bone_idx", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -43997,8 +46629,9 @@ "name": "get_bone_idx", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -44008,8 +46641,9 @@ "name": "on_bone_pose_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_index", @@ -44022,8 +46656,9 @@ "name": "set_override_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "override_pose", @@ -44035,8 +46670,9 @@ "name": "get_override_pose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -44045,8 +46681,9 @@ "name": "set_override_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "override_mode", @@ -44059,8 +46696,9 @@ "name": "get_override_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -44070,8 +46708,9 @@ "name": "set_use_external_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_external_skeleton", @@ -44083,8 +46722,9 @@ "name": "get_use_external_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -44093,8 +46733,9 @@ "name": "set_external_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "external_skeleton", @@ -44106,8 +46747,9 @@ "name": "get_external_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -44130,6 +46772,109 @@ } ] }, + { + "name": "BoneMap", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Resource", + "api_type": "core", + "methods": [ + { + "name": "get_profile", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 753038520, + "return_value": { + "type": "SkeletonProfile" + } + }, + { + "name": "set_profile", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2840950109, + "arguments": [ + { + "name": "profile", + "type": "SkeletonProfile" + } + ] + }, + { + "name": "get_skeleton_bone_name", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2223010457, + "return_value": { + "type": "StringName" + }, + "arguments": [ + { + "name": "profile_bone_name", + "type": "StringName" + } + ] + }, + { + "name": "set_skeleton_bone_name", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 490643558, + "arguments": [ + { + "name": "profile_bone_name", + "type": "StringName" + }, + { + "name": "skeleton_bone_name", + "type": "StringName" + } + ] + }, + { + "name": "find_profile_bone_name", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2223010457, + "return_value": { + "type": "StringName" + }, + "arguments": [ + { + "name": "skeleton_bone_name", + "type": "StringName" + } + ] + } + ], + "signals": [ + { + "name": "bone_map_updated" + }, + { + "name": "profile_updated" + } + ], + "properties": [ + { + "type": "SkeletonProfile", + "name": "profile", + "setter": "set_profile", + "getter": "get_profile", + "index": -1 + } + ] + }, { "name": "BoxContainer", "is_refcounted": false, @@ -44139,6 +46884,7 @@ "enums": [ { "name": "AlignmentMode", + "is_bitfield": false, "values": [ { "name": "ALIGNMENT_BEGIN", @@ -44160,8 +46906,9 @@ "name": "add_spacer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1919862204, "return_value": { "type": "Control" }, @@ -44176,8 +46923,9 @@ "name": "get_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1915476527, "return_value": { "type": "enum::BoxContainer.AlignmentMode" } @@ -44186,8 +46934,9 @@ "name": "set_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2456745134, "arguments": [ { "name": "alignment", @@ -44217,8 +46966,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "size", @@ -44230,8 +46980,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -44240,8 +46991,9 @@ "name": "set_subdivide_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "subdivide", @@ -44254,8 +47006,9 @@ "name": "get_subdivide_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -44265,8 +47018,9 @@ "name": "set_subdivide_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "divisions", @@ -44279,8 +47033,9 @@ "name": "get_subdivide_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -44290,8 +47045,9 @@ "name": "set_subdivide_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "divisions", @@ -44304,8 +47060,9 @@ "name": "get_subdivide_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -44354,8 +47111,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "size", @@ -44367,8 +47125,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -44395,8 +47154,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "size", @@ -44408,8 +47168,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -44436,8 +47197,9 @@ "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -44449,18 +47211,45 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } }, + { + "name": "set_text_overrun_behavior", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1008890932, + "arguments": [ + { + "name": "overrun_behavior", + "type": "enum::TextServer.OverrunBehavior" + } + ] + }, + { + "name": "get_text_overrun_behavior", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3779142101, + "return_value": { + "type": "enum::TextServer.OverrunBehavior" + } + }, { "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 119160795, "arguments": [ { "name": "direction", @@ -44472,60 +47261,20 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 797257663, "return_value": { "type": "enum::Control.TextDirection" } }, - { - "name": "set_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, { "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -44537,8 +47286,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -44547,8 +47297,9 @@ "name": "set_button_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -44560,8 +47311,9 @@ "name": "get_button_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -44570,8 +47322,9 @@ "name": "set_flat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -44583,8 +47336,9 @@ "name": "is_flat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -44593,8 +47347,9 @@ "name": "set_clip_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -44606,8 +47361,9 @@ "name": "get_clip_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -44616,8 +47372,9 @@ "name": "set_text_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2312603777, "arguments": [ { "name": "alignment", @@ -44629,8 +47386,9 @@ "name": "get_text_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 341400642, "return_value": { "type": "enum::HorizontalAlignment" } @@ -44639,8 +47397,9 @@ "name": "set_icon_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2312603777, "arguments": [ { "name": "icon_alignment", @@ -44652,8 +47411,9 @@ "name": "get_icon_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 341400642, "return_value": { "type": "enum::HorizontalAlignment" } @@ -44662,8 +47422,9 @@ "name": "set_expand_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -44675,8 +47436,9 @@ "name": "is_expand_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -44690,20 +47452,6 @@ "getter": "get_text", "index": -1 }, - { - "type": "int", - "name": "text_direction", - "setter": "set_text_direction", - "getter": "get_text_direction", - "index": -1 - }, - { - "type": "String", - "name": "language", - "setter": "set_language", - "getter": "get_language", - "index": -1 - }, { "type": "Texture2D", "name": "icon", @@ -44732,6 +47480,13 @@ "getter": "get_text_alignment", "index": -1 }, + { + "type": "int", + "name": "text_overrun_behavior", + "setter": "set_text_overrun_behavior", + "getter": "get_text_overrun_behavior", + "index": -1 + }, { "type": "int", "name": "icon_alignment", @@ -44745,6 +47500,20 @@ "setter": "set_expand_icon", "getter": "is_expand_icon", "index": -1 + }, + { + "type": "int", + "name": "text_direction", + "setter": "set_text_direction", + "getter": "get_text_direction", + "index": -1 + }, + { + "type": "String", + "name": "language", + "setter": "set_language", + "getter": "get_language", + "index": -1 } ] }, @@ -44759,8 +47528,9 @@ "name": "get_pressed_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3292010781, "return_value": { "type": "BaseButton" } @@ -44769,8 +47539,9 @@ "name": "get_buttons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -44796,57 +47567,22 @@ "api_type": "core", "enums": [ { - "name": "EmissionShape", + "name": "DrawOrder", + "is_bitfield": false, "values": [ { - "name": "EMISSION_SHAPE_POINT", + "name": "DRAW_ORDER_INDEX", "value": 0 }, { - "name": "EMISSION_SHAPE_SPHERE", + "name": "DRAW_ORDER_LIFETIME", "value": 1 - }, - { - "name": "EMISSION_SHAPE_RECTANGLE", - "value": 2 - }, - { - "name": "EMISSION_SHAPE_POINTS", - "value": 3 - }, - { - "name": "EMISSION_SHAPE_DIRECTED_POINTS", - "value": 4 - }, - { - "name": "EMISSION_SHAPE_MAX", - "value": 5 - } - ] - }, - { - "name": "ParticleFlags", - "values": [ - { - "name": "PARTICLE_FLAG_ALIGN_Y_TO_VELOCITY", - "value": 0 - }, - { - "name": "PARTICLE_FLAG_ROTATE_Y", - "value": 1 - }, - { - "name": "PARTICLE_FLAG_DISABLE_Z", - "value": 2 - }, - { - "name": "PARTICLE_FLAG_MAX", - "value": 3 } ] }, { "name": "Parameter", + "is_bitfield": false, "values": [ { "name": "PARAM_INITIAL_LINEAR_VELOCITY", @@ -44903,15 +47639,58 @@ ] }, { - "name": "DrawOrder", + "name": "ParticleFlags", + "is_bitfield": false, "values": [ { - "name": "DRAW_ORDER_INDEX", + "name": "PARTICLE_FLAG_ALIGN_Y_TO_VELOCITY", "value": 0 }, { - "name": "DRAW_ORDER_LIFETIME", + "name": "PARTICLE_FLAG_ROTATE_Y", "value": 1 + }, + { + "name": "PARTICLE_FLAG_DISABLE_Z", + "value": 2 + }, + { + "name": "PARTICLE_FLAG_MAX", + "value": 3 + } + ] + }, + { + "name": "EmissionShape", + "is_bitfield": false, + "values": [ + { + "name": "EMISSION_SHAPE_POINT", + "value": 0 + }, + { + "name": "EMISSION_SHAPE_SPHERE", + "value": 1 + }, + { + "name": "EMISSION_SHAPE_SPHERE_SURFACE", + "value": 2 + }, + { + "name": "EMISSION_SHAPE_RECTANGLE", + "value": 3 + }, + { + "name": "EMISSION_SHAPE_POINTS", + "value": 4 + }, + { + "name": "EMISSION_SHAPE_DIRECTED_POINTS", + "value": 5 + }, + { + "name": "EMISSION_SHAPE_MAX", + "value": 6 } ] } @@ -44921,8 +47700,9 @@ "name": "set_emitting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "emitting", @@ -44934,8 +47714,9 @@ "name": "set_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -44948,8 +47729,9 @@ "name": "set_lifetime", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -44962,8 +47744,9 @@ "name": "set_one_shot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -44975,8 +47758,9 @@ "name": "set_pre_process_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -44989,8 +47773,9 @@ "name": "set_explosiveness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -45003,8 +47788,9 @@ "name": "set_randomness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -45017,8 +47803,9 @@ "name": "set_lifetime_randomness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "random", @@ -45031,8 +47818,9 @@ "name": "set_use_local_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -45044,8 +47832,9 @@ "name": "set_fixed_fps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "fps", @@ -45058,8 +47847,9 @@ "name": "set_fractional_delta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -45071,8 +47861,9 @@ "name": "set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -45085,8 +47876,9 @@ "name": "is_emitting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -45095,8 +47887,9 @@ "name": "get_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -45106,8 +47899,9 @@ "name": "get_lifetime", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -45117,8 +47911,9 @@ "name": "get_one_shot", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -45127,8 +47922,9 @@ "name": "get_pre_process_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -45138,8 +47934,9 @@ "name": "get_explosiveness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -45149,8 +47946,9 @@ "name": "get_randomness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -45160,8 +47958,9 @@ "name": "get_lifetime_randomness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -45171,8 +47970,9 @@ "name": "get_use_local_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -45181,8 +47981,9 @@ "name": "get_fixed_fps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -45192,8 +47993,9 @@ "name": "get_fractional_delta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -45202,8 +48004,9 @@ "name": "get_speed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -45213,8 +48016,9 @@ "name": "set_draw_order", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4183193490, "arguments": [ { "name": "order", @@ -45226,8 +48030,9 @@ "name": "get_draw_order", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1668655735, "return_value": { "type": "enum::CPUParticles2D.DrawOrder" } @@ -45236,8 +48041,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -45249,8 +48055,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -45259,15 +48066,17 @@ "name": "restart", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "direction", @@ -45279,8 +48088,9 @@ "name": "get_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -45289,11 +48099,12 @@ "name": "set_spread", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { - "name": "degrees", + "name": "spread", "type": "float", "meta": "float" } @@ -45303,8 +48114,9 @@ "name": "get_spread", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -45314,8 +48126,9 @@ "name": "set_param_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3320615296, "arguments": [ { "name": "param", @@ -45332,8 +48145,9 @@ "name": "get_param_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2038050600, "return_value": { "type": "float", "meta": "float" @@ -45349,8 +48163,9 @@ "name": "set_param_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3320615296, "arguments": [ { "name": "param", @@ -45367,8 +48182,9 @@ "name": "get_param_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2038050600, "return_value": { "type": "float", "meta": "float" @@ -45384,8 +48200,9 @@ "name": "set_param_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2187225212, "arguments": [ { "name": "param", @@ -45401,8 +48218,9 @@ "name": "get_param_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2080488427, "return_value": { "type": "Curve" }, @@ -45417,8 +48235,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -45430,8 +48249,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -45440,8 +48260,9 @@ "name": "set_color_ramp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3711718734, "arguments": [ { "name": "ramp", @@ -45453,8 +48274,9 @@ "name": "get_color_ramp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1770643285, "return_value": { "type": "Gradient" } @@ -45463,8 +48285,9 @@ "name": "set_color_initial_ramp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3711718734, "arguments": [ { "name": "ramp", @@ -45476,8 +48299,9 @@ "name": "get_color_initial_ramp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1770643285, "return_value": { "type": "Gradient" } @@ -45486,8 +48310,9 @@ "name": "set_particle_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4178137949, "arguments": [ { "name": "particle_flag", @@ -45503,8 +48328,9 @@ "name": "get_particle_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2829976507, "return_value": { "type": "bool" }, @@ -45519,8 +48345,9 @@ "name": "set_emission_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 393763892, "arguments": [ { "name": "shape", @@ -45532,8 +48359,9 @@ "name": "get_emission_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740246024, "return_value": { "type": "enum::CPUParticles2D.EmissionShape" } @@ -45542,8 +48370,9 @@ "name": "set_emission_sphere_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -45556,8 +48385,9 @@ "name": "get_emission_sphere_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -45567,8 +48397,9 @@ "name": "set_emission_rect_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "extents", @@ -45580,8 +48411,9 @@ "name": "get_emission_rect_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -45590,8 +48422,9 @@ "name": "set_emission_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "array", @@ -45603,8 +48436,9 @@ "name": "get_emission_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -45613,8 +48447,9 @@ "name": "set_emission_normals", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "array", @@ -45626,8 +48461,9 @@ "name": "get_emission_normals", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -45636,8 +48472,9 @@ "name": "set_emission_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4015028928, "arguments": [ { "name": "array", @@ -45649,8 +48486,9 @@ "name": "get_emission_colors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1139954409, "return_value": { "type": "PackedColorArray" } @@ -45659,8 +48497,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -45669,8 +48508,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "accel_vec", @@ -45682,8 +48522,9 @@ "name": "get_split_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -45692,8 +48533,9 @@ "name": "set_split_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "split_scale", @@ -45705,8 +48547,9 @@ "name": "get_scale_curve_x", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -45715,8 +48558,9 @@ "name": "set_scale_curve_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "scale_curve", @@ -45728,8 +48572,9 @@ "name": "get_scale_curve_y", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -45738,8 +48583,9 @@ "name": "set_scale_curve_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "scale_curve", @@ -45751,8 +48597,9 @@ "name": "convert_from_particles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "particles", @@ -46227,61 +49074,26 @@ "api_type": "core", "enums": [ { - "name": "EmissionShape", + "name": "DrawOrder", + "is_bitfield": false, "values": [ { - "name": "EMISSION_SHAPE_POINT", + "name": "DRAW_ORDER_INDEX", "value": 0 }, { - "name": "EMISSION_SHAPE_SPHERE", + "name": "DRAW_ORDER_LIFETIME", "value": 1 }, { - "name": "EMISSION_SHAPE_BOX", + "name": "DRAW_ORDER_VIEW_DEPTH", "value": 2 - }, - { - "name": "EMISSION_SHAPE_POINTS", - "value": 3 - }, - { - "name": "EMISSION_SHAPE_DIRECTED_POINTS", - "value": 4 - }, - { - "name": "EMISSION_SHAPE_RING", - "value": 5 - }, - { - "name": "EMISSION_SHAPE_MAX", - "value": 6 - } - ] - }, - { - "name": "ParticleFlags", - "values": [ - { - "name": "PARTICLE_FLAG_ALIGN_Y_TO_VELOCITY", - "value": 0 - }, - { - "name": "PARTICLE_FLAG_ROTATE_Y", - "value": 1 - }, - { - "name": "PARTICLE_FLAG_DISABLE_Z", - "value": 2 - }, - { - "name": "PARTICLE_FLAG_MAX", - "value": 3 } ] }, { "name": "Parameter", + "is_bitfield": false, "values": [ { "name": "PARAM_INITIAL_LINEAR_VELOCITY", @@ -46338,19 +49150,62 @@ ] }, { - "name": "DrawOrder", + "name": "ParticleFlags", + "is_bitfield": false, "values": [ { - "name": "DRAW_ORDER_INDEX", + "name": "PARTICLE_FLAG_ALIGN_Y_TO_VELOCITY", "value": 0 }, { - "name": "DRAW_ORDER_LIFETIME", + "name": "PARTICLE_FLAG_ROTATE_Y", "value": 1 }, { - "name": "DRAW_ORDER_VIEW_DEPTH", + "name": "PARTICLE_FLAG_DISABLE_Z", "value": 2 + }, + { + "name": "PARTICLE_FLAG_MAX", + "value": 3 + } + ] + }, + { + "name": "EmissionShape", + "is_bitfield": false, + "values": [ + { + "name": "EMISSION_SHAPE_POINT", + "value": 0 + }, + { + "name": "EMISSION_SHAPE_SPHERE", + "value": 1 + }, + { + "name": "EMISSION_SHAPE_SPHERE_SURFACE", + "value": 2 + }, + { + "name": "EMISSION_SHAPE_BOX", + "value": 3 + }, + { + "name": "EMISSION_SHAPE_POINTS", + "value": 4 + }, + { + "name": "EMISSION_SHAPE_DIRECTED_POINTS", + "value": 5 + }, + { + "name": "EMISSION_SHAPE_RING", + "value": 6 + }, + { + "name": "EMISSION_SHAPE_MAX", + "value": 7 } ] } @@ -46360,8 +49215,9 @@ "name": "set_emitting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "emitting", @@ -46373,8 +49229,9 @@ "name": "set_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -46387,8 +49244,9 @@ "name": "set_lifetime", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -46401,8 +49259,9 @@ "name": "set_one_shot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -46414,8 +49273,9 @@ "name": "set_pre_process_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -46428,8 +49288,9 @@ "name": "set_explosiveness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -46442,8 +49303,9 @@ "name": "set_randomness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -46456,8 +49318,9 @@ "name": "set_lifetime_randomness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "random", @@ -46470,8 +49333,9 @@ "name": "set_use_local_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -46483,8 +49347,9 @@ "name": "set_fixed_fps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "fps", @@ -46497,8 +49362,9 @@ "name": "set_fractional_delta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -46510,8 +49376,9 @@ "name": "set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -46524,8 +49391,9 @@ "name": "is_emitting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -46534,8 +49402,9 @@ "name": "get_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -46545,8 +49414,9 @@ "name": "get_lifetime", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -46556,8 +49426,9 @@ "name": "get_one_shot", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -46566,8 +49437,9 @@ "name": "get_pre_process_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -46577,8 +49449,9 @@ "name": "get_explosiveness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -46588,8 +49461,9 @@ "name": "get_randomness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -46599,8 +49473,9 @@ "name": "get_lifetime_randomness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -46610,8 +49485,9 @@ "name": "get_use_local_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -46620,8 +49496,9 @@ "name": "get_fixed_fps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -46631,8 +49508,9 @@ "name": "get_fractional_delta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -46641,8 +49519,9 @@ "name": "get_speed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -46652,8 +49531,9 @@ "name": "set_draw_order", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1427401774, "arguments": [ { "name": "order", @@ -46665,8 +49545,9 @@ "name": "get_draw_order", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1321900776, "return_value": { "type": "enum::CPUParticles3D.DrawOrder" } @@ -46675,8 +49556,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -46688,8 +49570,9 @@ "name": "get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2078299583, "return_value": { "type": "Mesh" } @@ -46698,15 +49581,17 @@ "name": "restart", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "direction", @@ -46718,8 +49603,9 @@ "name": "get_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -46728,8 +49614,9 @@ "name": "set_spread", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "degrees", @@ -46742,8 +49629,9 @@ "name": "get_spread", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -46753,8 +49641,9 @@ "name": "set_flatness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -46767,8 +49656,9 @@ "name": "get_flatness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -46778,8 +49668,9 @@ "name": "set_param_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 557936109, "arguments": [ { "name": "param", @@ -46796,8 +49687,9 @@ "name": "get_param_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 597646162, "return_value": { "type": "float", "meta": "float" @@ -46813,8 +49705,9 @@ "name": "set_param_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 557936109, "arguments": [ { "name": "param", @@ -46831,8 +49724,9 @@ "name": "get_param_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 597646162, "return_value": { "type": "float", "meta": "float" @@ -46848,8 +49742,9 @@ "name": "set_param_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3757708175, "arguments": [ { "name": "param", @@ -46865,8 +49760,9 @@ "name": "get_param_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 768396446, "return_value": { "type": "Curve" }, @@ -46881,8 +49777,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -46894,8 +49791,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -46904,8 +49802,9 @@ "name": "set_color_ramp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3711718734, "arguments": [ { "name": "ramp", @@ -46917,8 +49816,9 @@ "name": "get_color_ramp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1770643285, "return_value": { "type": "Gradient" } @@ -46927,8 +49827,9 @@ "name": "set_color_initial_ramp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3711718734, "arguments": [ { "name": "ramp", @@ -46940,8 +49841,9 @@ "name": "get_color_initial_ramp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1770643285, "return_value": { "type": "Gradient" } @@ -46950,8 +49852,9 @@ "name": "set_particle_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3515406498, "arguments": [ { "name": "particle_flag", @@ -46967,8 +49870,9 @@ "name": "get_particle_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2845201987, "return_value": { "type": "bool" }, @@ -46983,8 +49887,9 @@ "name": "set_emission_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 491823814, "arguments": [ { "name": "shape", @@ -46996,8 +49901,9 @@ "name": "get_emission_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2961454842, "return_value": { "type": "enum::CPUParticles3D.EmissionShape" } @@ -47006,8 +49912,9 @@ "name": "set_emission_sphere_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -47020,8 +49927,9 @@ "name": "get_emission_sphere_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -47031,8 +49939,9 @@ "name": "set_emission_box_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -47044,8 +49953,9 @@ "name": "get_emission_box_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -47054,8 +49964,9 @@ "name": "set_emission_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2576592201, "arguments": [ { "name": "array", @@ -47067,8 +49978,9 @@ "name": "get_emission_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -47077,8 +49989,9 @@ "name": "set_emission_normals", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2576592201, "arguments": [ { "name": "array", @@ -47090,8 +50003,9 @@ "name": "get_emission_normals", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -47100,8 +50014,9 @@ "name": "set_emission_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4015028928, "arguments": [ { "name": "array", @@ -47113,8 +50028,9 @@ "name": "get_emission_colors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1139954409, "return_value": { "type": "PackedColorArray" } @@ -47123,8 +50039,9 @@ "name": "set_emission_ring_axis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "axis", @@ -47136,8 +50053,9 @@ "name": "get_emission_ring_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -47146,8 +50064,9 @@ "name": "set_emission_ring_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -47160,8 +50079,9 @@ "name": "get_emission_ring_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -47171,8 +50091,9 @@ "name": "set_emission_ring_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -47185,8 +50106,9 @@ "name": "get_emission_ring_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -47196,8 +50118,9 @@ "name": "set_emission_ring_inner_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "inner_radius", @@ -47210,8 +50133,9 @@ "name": "get_emission_ring_inner_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -47221,8 +50145,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -47231,8 +50156,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "accel_vec", @@ -47244,8 +50170,9 @@ "name": "get_split_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -47254,8 +50181,9 @@ "name": "set_split_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "split_scale", @@ -47267,8 +50195,9 @@ "name": "get_scale_curve_x", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -47277,8 +50206,9 @@ "name": "set_scale_curve_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "scale_curve", @@ -47290,8 +50220,9 @@ "name": "get_scale_curve_y", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -47300,8 +50231,9 @@ "name": "set_scale_curve_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "scale_curve", @@ -47313,8 +50245,9 @@ "name": "get_scale_curve_z", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -47323,8 +50256,9 @@ "name": "set_scale_curve_z", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "scale_curve", @@ -47336,8 +50270,9 @@ "name": "convert_from_particles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "particles", @@ -47871,8 +50806,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "size", @@ -47884,8 +50820,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -47894,8 +50831,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -47907,8 +50845,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -47949,8 +50888,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -47963,8 +50903,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -47974,8 +50915,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -47988,8 +50930,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -47999,8 +50942,9 @@ "name": "set_sides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sides", @@ -48013,8 +50957,9 @@ "name": "get_sides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -48024,8 +50969,9 @@ "name": "set_cone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "cone", @@ -48037,8 +50983,9 @@ "name": "is_cone", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48047,8 +50994,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -48060,8 +51008,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -48070,8 +51019,9 @@ "name": "set_smooth_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "smooth_faces", @@ -48083,8 +51033,9 @@ "name": "get_smooth_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48146,8 +51097,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -48159,8 +51111,9 @@ "name": "get_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4162546017, "return_value": { "type": "Mesh" } @@ -48169,8 +51122,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -48182,8 +51136,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -48214,20 +51169,26 @@ "api_type": "core", "enums": [ { - "name": "PathIntervalType", + "name": "Mode", + "is_bitfield": false, "values": [ { - "name": "PATH_INTERVAL_DISTANCE", + "name": "MODE_DEPTH", "value": 0 }, { - "name": "PATH_INTERVAL_SUBDIVIDE", + "name": "MODE_SPIN", "value": 1 + }, + { + "name": "MODE_PATH", + "value": 2 } ] }, { "name": "PathRotation", + "is_bitfield": false, "values": [ { "name": "PATH_ROTATION_POLYGON", @@ -48244,19 +51205,16 @@ ] }, { - "name": "Mode", + "name": "PathIntervalType", + "is_bitfield": false, "values": [ { - "name": "MODE_DEPTH", + "name": "PATH_INTERVAL_DISTANCE", "value": 0 }, { - "name": "MODE_SPIN", + "name": "PATH_INTERVAL_SUBDIVIDE", "value": 1 - }, - { - "name": "MODE_PATH", - "value": 2 } ] } @@ -48266,8 +51224,9 @@ "name": "set_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "polygon", @@ -48279,8 +51238,9 @@ "name": "get_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -48289,8 +51249,9 @@ "name": "set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3158377035, "arguments": [ { "name": "mode", @@ -48302,8 +51263,9 @@ "name": "get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1201612222, "return_value": { "type": "enum::CSGPolygon3D.Mode" } @@ -48312,8 +51274,9 @@ "name": "set_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "depth", @@ -48326,8 +51289,9 @@ "name": "get_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -48337,8 +51301,9 @@ "name": "set_spin_degrees", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "degrees", @@ -48351,8 +51316,9 @@ "name": "get_spin_degrees", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -48362,8 +51328,9 @@ "name": "set_spin_sides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "spin_sides", @@ -48376,8 +51343,9 @@ "name": "get_spin_sides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -48387,8 +51355,9 @@ "name": "set_path_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -48400,8 +51369,9 @@ "name": "get_path_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -48410,8 +51380,9 @@ "name": "set_path_interval_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3744240707, "arguments": [ { "name": "interval_type", @@ -48423,8 +51394,9 @@ "name": "get_path_interval_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3434618397, "return_value": { "type": "enum::CSGPolygon3D.PathIntervalType" } @@ -48433,8 +51405,9 @@ "name": "set_path_interval", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "interval", @@ -48447,8 +51420,9 @@ "name": "get_path_interval", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -48458,8 +51432,9 @@ "name": "set_path_simplify_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "degrees", @@ -48472,8 +51447,9 @@ "name": "get_path_simplify_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -48483,8 +51459,9 @@ "name": "set_path_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1412947288, "arguments": [ { "name": "path_rotation", @@ -48496,8 +51473,9 @@ "name": "get_path_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 647219346, "return_value": { "type": "enum::CSGPolygon3D.PathRotation" } @@ -48506,8 +51484,9 @@ "name": "set_path_local", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -48519,8 +51498,9 @@ "name": "is_path_local", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48529,8 +51509,9 @@ "name": "set_path_continuous_u", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -48542,8 +51523,9 @@ "name": "is_path_continuous_u", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48552,8 +51534,9 @@ "name": "set_path_u_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -48566,8 +51549,9 @@ "name": "get_path_u_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -48577,8 +51561,9 @@ "name": "set_path_joined", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -48590,8 +51575,9 @@ "name": "is_path_joined", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48600,8 +51586,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -48613,8 +51600,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -48623,8 +51611,9 @@ "name": "set_smooth_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "smooth_faces", @@ -48636,8 +51625,9 @@ "name": "get_smooth_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48766,24 +51756,26 @@ "api_type": "core", "methods": [ { - "name": "set_invert_faces", + "name": "set_flip_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { - "name": "invert_faces", + "name": "flip_faces", "type": "bool" } ] }, { - "name": "is_inverting_faces", + "name": "get_flip_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -48792,9 +51784,9 @@ "properties": [ { "type": "bool", - "name": "invert_faces", - "setter": "set_invert_faces", - "getter": "is_inverting_faces", + "name": "flip_faces", + "setter": "set_flip_faces", + "getter": "get_flip_faces", "index": -1 } ] @@ -48808,6 +51800,7 @@ "enums": [ { "name": "Operation", + "is_bitfield": false, "values": [ { "name": "OPERATION_UNION", @@ -48829,8 +51822,9 @@ "name": "is_root_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48839,8 +51833,9 @@ "name": "set_operation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 811425055, "arguments": [ { "name": "operation", @@ -48852,8 +51847,9 @@ "name": "get_operation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2662425879, "return_value": { "type": "enum::CSGShape3D.Operation" } @@ -48862,8 +51858,9 @@ "name": "set_snap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "snap", @@ -48876,8 +51873,9 @@ "name": "get_snap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -48887,8 +51885,9 @@ "name": "set_use_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "operation", @@ -48900,8 +51899,9 @@ "name": "is_using_collision", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -48910,8 +51910,9 @@ "name": "set_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -48924,8 +51925,9 @@ "name": "get_collision_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -48935,8 +51937,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -48949,8 +51952,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -48960,8 +51964,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -48978,8 +51983,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -48995,8 +52001,9 @@ "name": "set_collision_layer_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -49013,8 +52020,9 @@ "name": "get_collision_layer_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -49030,8 +52038,9 @@ "name": "set_calculate_tangents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -49043,8 +52052,9 @@ "name": "is_calculating_tangents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49053,8 +52063,9 @@ "name": "get_meshes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -49116,8 +52127,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -49130,8 +52142,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -49141,8 +52154,9 @@ "name": "set_radial_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "radial_segments", @@ -49155,8 +52169,9 @@ "name": "get_radial_segments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -49166,8 +52181,9 @@ "name": "set_rings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "rings", @@ -49180,8 +52196,9 @@ "name": "get_rings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -49191,8 +52208,9 @@ "name": "set_smooth_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "smooth_faces", @@ -49204,8 +52222,9 @@ "name": "get_smooth_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49214,8 +52233,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -49227,8 +52247,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -49283,8 +52304,9 @@ "name": "set_inner_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -49297,8 +52319,9 @@ "name": "get_inner_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -49308,8 +52331,9 @@ "name": "set_outer_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -49322,8 +52346,9 @@ "name": "get_outer_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -49333,8 +52358,9 @@ "name": "set_sides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sides", @@ -49347,8 +52373,9 @@ "name": "get_sides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -49358,8 +52385,9 @@ "name": "set_ring_sides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sides", @@ -49372,8 +52400,9 @@ "name": "get_ring_sides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -49383,8 +52412,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -49396,8 +52426,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -49406,8 +52437,9 @@ "name": "set_smooth_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "smooth_faces", @@ -49419,8 +52451,9 @@ "name": "get_smooth_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49482,8 +52515,9 @@ "name": "set_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4219360810, "return_value": { "type": "CallbackTweener" }, @@ -49504,21 +52538,9 @@ "inherits": "Node2D", "api_type": "core", "enums": [ - { - "name": "Camera2DProcessCallback", - "values": [ - { - "name": "CAMERA2D_PROCESS_PHYSICS", - "value": 0 - }, - { - "name": "CAMERA2D_PROCESS_IDLE", - "value": 1 - } - ] - }, { "name": "AnchorMode", + "is_bitfield": false, "values": [ { "name": "ANCHOR_MODE_FIXED_TOP_LEFT", @@ -49529,6 +52551,20 @@ "value": 1 } ] + }, + { + "name": "Camera2DProcessCallback", + "is_bitfield": false, + "values": [ + { + "name": "CAMERA2D_PROCESS_PHYSICS", + "value": 0 + }, + { + "name": "CAMERA2D_PROCESS_IDLE", + "value": 1 + } + ] } ], "methods": [ @@ -49536,8 +52572,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -49549,8 +52586,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -49559,8 +52597,9 @@ "name": "set_anchor_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2050398218, "arguments": [ { "name": "anchor_mode", @@ -49572,8 +52611,9 @@ "name": "get_anchor_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 155978067, "return_value": { "type": "enum::Camera2D.AnchorMode" } @@ -49582,8 +52622,9 @@ "name": "set_rotating", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "rotating", @@ -49595,8 +52636,9 @@ "name": "is_rotating", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49605,8 +52647,9 @@ "name": "set_process_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4201947462, "arguments": [ { "name": "mode", @@ -49618,8 +52661,9 @@ "name": "get_process_callback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2325344499, "return_value": { "type": "enum::Camera2D.Camera2DProcessCallback" } @@ -49628,8 +52672,9 @@ "name": "set_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "current", @@ -49641,8 +52686,9 @@ "name": "is_current", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49651,8 +52697,9 @@ "name": "set_limit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 437707142, "arguments": [ { "name": "margin", @@ -49669,8 +52716,9 @@ "name": "get_limit", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1983885014, "return_value": { "type": "int", "meta": "int32" @@ -49686,8 +52734,9 @@ "name": "set_limit_smoothing_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "limit_smoothing_enabled", @@ -49699,8 +52748,9 @@ "name": "is_limit_smoothing_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49709,8 +52759,9 @@ "name": "set_drag_vertical_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -49722,8 +52773,9 @@ "name": "is_drag_vertical_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49732,8 +52784,9 @@ "name": "set_drag_horizontal_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -49745,8 +52798,9 @@ "name": "is_drag_horizontal_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49755,8 +52809,9 @@ "name": "set_drag_vertical_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "offset", @@ -49769,8 +52824,9 @@ "name": "get_drag_vertical_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -49780,8 +52836,9 @@ "name": "set_drag_horizontal_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "offset", @@ -49794,8 +52851,9 @@ "name": "get_drag_horizontal_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -49805,8 +52863,9 @@ "name": "set_drag_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4290182280, "arguments": [ { "name": "margin", @@ -49823,8 +52882,9 @@ "name": "get_drag_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -49840,8 +52900,9 @@ "name": "get_camera_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -49850,8 +52911,9 @@ "name": "get_camera_screen_center", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -49860,8 +52922,9 @@ "name": "set_zoom", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "zoom", @@ -49873,8 +52936,9 @@ "name": "get_zoom", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -49883,8 +52947,9 @@ "name": "set_custom_viewport", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "viewport", @@ -49896,8 +52961,9 @@ "name": "get_custom_viewport", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } @@ -49906,8 +52972,9 @@ "name": "set_follow_smoothing", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "follow_smoothing", @@ -49920,8 +52987,9 @@ "name": "get_follow_smoothing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -49931,8 +52999,9 @@ "name": "set_enable_follow_smoothing", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "follow_smoothing", @@ -49944,8 +53013,9 @@ "name": "is_follow_smoothing_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49954,29 +53024,33 @@ "name": "force_update_scroll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "reset_smoothing", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "align", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_screen_drawing_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "screen_drawing_enabled", @@ -49988,8 +53062,9 @@ "name": "is_screen_drawing_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -49998,8 +53073,9 @@ "name": "set_limit_drawing_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "limit_drawing_enabled", @@ -50011,8 +53087,9 @@ "name": "is_limit_drawing_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -50021,8 +53098,9 @@ "name": "set_margin_drawing_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "margin_drawing_enabled", @@ -50034,8 +53112,9 @@ "name": "is_margin_drawing_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -50226,21 +53305,9 @@ "inherits": "Node3D", "api_type": "core", "enums": [ - { - "name": "KeepAspect", - "values": [ - { - "name": "KEEP_WIDTH", - "value": 0 - }, - { - "name": "KEEP_HEIGHT", - "value": 1 - } - ] - }, { "name": "Projection", + "is_bitfield": false, "values": [ { "name": "PROJECTION_PERSPECTIVE", @@ -50256,8 +53323,23 @@ } ] }, + { + "name": "KeepAspect", + "is_bitfield": false, + "values": [ + { + "name": "KEEP_WIDTH", + "value": 0 + }, + { + "name": "KEEP_HEIGHT", + "value": 1 + } + ] + }, { "name": "DopplerTracking", + "is_bitfield": false, "values": [ { "name": "DOPPLER_TRACKING_DISABLED", @@ -50279,8 +53361,9 @@ "name": "project_ray_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1718073306, "return_value": { "type": "Vector3" }, @@ -50295,8 +53378,9 @@ "name": "project_local_ray_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1718073306, "return_value": { "type": "Vector3" }, @@ -50311,8 +53395,9 @@ "name": "project_ray_origin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1718073306, "return_value": { "type": "Vector3" }, @@ -50327,8 +53412,9 @@ "name": "unproject_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3758901831, "return_value": { "type": "Vector2" }, @@ -50343,8 +53429,9 @@ "name": "is_position_behind", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3108956480, "return_value": { "type": "bool" }, @@ -50359,8 +53446,9 @@ "name": "project_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2171975744, "return_value": { "type": "Vector3" }, @@ -50380,8 +53468,9 @@ "name": "set_perspective", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2385087082, "arguments": [ { "name": "fov", @@ -50404,8 +53493,9 @@ "name": "set_orthogonal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2385087082, "arguments": [ { "name": "size", @@ -50428,8 +53518,9 @@ "name": "set_frustum", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 354890663, "arguments": [ { "name": "size", @@ -50456,15 +53547,17 @@ "name": "make_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133279208, + "hash": 3216645846, "arguments": [ { "name": "enable_next", @@ -50477,8 +53570,9 @@ "name": "set_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -50490,8 +53584,9 @@ "name": "is_current", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -50500,8 +53595,9 @@ "name": "get_camera_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -50510,8 +53606,9 @@ "name": "get_fov", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -50521,8 +53618,9 @@ "name": "get_frustum_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -50531,8 +53629,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -50542,8 +53641,9 @@ "name": "get_far", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -50553,8 +53653,9 @@ "name": "get_near", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -50564,8 +53665,9 @@ "name": "set_fov", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fov", @@ -50578,8 +53680,9 @@ "name": "set_frustum_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -50591,8 +53694,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -50605,8 +53709,9 @@ "name": "set_far", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "far", @@ -50619,8 +53724,9 @@ "name": "set_near", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "near", @@ -50633,8 +53739,9 @@ "name": "get_projection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 562267489, "return_value": { "type": "enum::Camera3D.Projection" } @@ -50643,8 +53750,9 @@ "name": "set_projection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1886182160, "arguments": [ { "name": "mode", @@ -50656,11 +53764,12 @@ "name": "set_h_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "float", "meta": "float" } @@ -50670,8 +53779,9 @@ "name": "get_h_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -50681,11 +53791,12 @@ "name": "set_v_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "float", "meta": "float" } @@ -50695,8 +53806,9 @@ "name": "get_v_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -50706,8 +53818,9 @@ "name": "set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -50720,8 +53833,9 @@ "name": "get_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -50731,8 +53845,9 @@ "name": "set_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 74595182, "arguments": [ { "name": "env", @@ -50744,8 +53859,9 @@ "name": "get_environment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 612219082, "return_value": { "type": "Environment" } @@ -50754,8 +53870,9 @@ "name": "set_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1638815946, "arguments": [ { "name": "env", @@ -50767,8 +53884,9 @@ "name": "get_effects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2210367473, "return_value": { "type": "CameraEffects" } @@ -50777,8 +53895,9 @@ "name": "set_keep_aspect_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1740651252, "arguments": [ { "name": "mode", @@ -50790,8 +53909,9 @@ "name": "get_keep_aspect_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2790278316, "return_value": { "type": "enum::Camera3D.KeepAspect" } @@ -50800,8 +53920,9 @@ "name": "set_doppler_tracking", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3109431270, "arguments": [ { "name": "mode", @@ -50813,8 +53934,9 @@ "name": "get_doppler_tracking", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1584483649, "return_value": { "type": "enum::Camera3D.DopplerTracking" } @@ -50823,8 +53945,9 @@ "name": "get_frustum", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -50833,8 +53956,9 @@ "name": "is_position_in_frustum", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3108956480, "return_value": { "type": "bool" }, @@ -50849,8 +53973,9 @@ "name": "get_camera_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -50859,8 +53984,9 @@ "name": "get_pyramid_shape_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -50869,8 +53995,9 @@ "name": "set_cull_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -50887,8 +54014,9 @@ "name": "get_cull_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -51013,8 +54141,9 @@ "name": "set_dof_blur_far_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -51026,8 +54155,9 @@ "name": "is_dof_blur_far_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51036,8 +54166,9 @@ "name": "set_dof_blur_far_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -51050,8 +54181,9 @@ "name": "get_dof_blur_far_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51061,8 +54193,9 @@ "name": "set_dof_blur_far_transition", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -51075,8 +54208,9 @@ "name": "get_dof_blur_far_transition", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51086,8 +54220,9 @@ "name": "set_dof_blur_near_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -51099,8 +54234,9 @@ "name": "is_dof_blur_near_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51109,8 +54245,9 @@ "name": "set_dof_blur_near_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -51123,8 +54260,9 @@ "name": "get_dof_blur_near_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51134,8 +54272,9 @@ "name": "set_dof_blur_near_transition", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -51148,8 +54287,9 @@ "name": "get_dof_blur_near_transition", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51159,8 +54299,9 @@ "name": "set_dof_blur_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -51173,8 +54314,9 @@ "name": "get_dof_blur_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51184,8 +54326,9 @@ "name": "set_override_exposure_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -51197,8 +54340,9 @@ "name": "is_override_exposure_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51207,8 +54351,9 @@ "name": "set_override_exposure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "exposure", @@ -51221,8 +54366,9 @@ "name": "get_override_exposure", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51304,6 +54450,7 @@ "enums": [ { "name": "FeedDataType", + "is_bitfield": false, "values": [ { "name": "FEED_NOIMAGE", @@ -51325,6 +54472,7 @@ }, { "name": "FeedPosition", + "is_bitfield": false, "values": [ { "name": "FEED_UNSPECIFIED", @@ -51346,8 +54494,9 @@ "name": "get_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -51357,8 +54506,9 @@ "name": "is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51367,8 +54517,9 @@ "name": "set_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -51380,8 +54531,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -51390,8 +54542,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2711679033, "return_value": { "type": "enum::CameraFeed.FeedPosition" } @@ -51400,8 +54553,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -51410,8 +54564,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "transform", @@ -51423,8 +54578,9 @@ "name": "get_datatype", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1477782850, "return_value": { "type": "enum::CameraFeed.FeedDataType" } @@ -51456,6 +54612,7 @@ "enums": [ { "name": "FeedImage", + "is_bitfield": false, "values": [ { "name": "FEED_RGBA_IMAGE", @@ -51481,8 +54638,9 @@ "name": "get_feed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2635180827, "return_value": { "type": "CameraFeed" }, @@ -51498,8 +54656,9 @@ "name": "get_feed_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -51509,8 +54668,9 @@ "name": "feeds", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -51519,8 +54679,9 @@ "name": "add_feed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 164026224, "arguments": [ { "name": "feed", @@ -51532,8 +54693,9 @@ "name": "remove_feed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 164026224, "arguments": [ { "name": "feed", @@ -51544,7 +54706,7 @@ ], "signals": [ { - "name": "camera_feed_removed", + "name": "camera_feed_added", "arguments": [ { "name": "id", @@ -51553,7 +54715,7 @@ ] }, { - "name": "camera_feed_added", + "name": "camera_feed_removed", "arguments": [ { "name": "id", @@ -51574,8 +54736,9 @@ "name": "set_camera_feed_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "feed_id", @@ -51588,8 +54751,9 @@ "name": "get_camera_feed_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -51599,8 +54763,9 @@ "name": "set_which_feed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1595299230, "arguments": [ { "name": "which_feed", @@ -51612,8 +54777,9 @@ "name": "get_which_feed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 91039457, "return_value": { "type": "enum::CameraServer.FeedImage" } @@ -51622,8 +54788,9 @@ "name": "set_camera_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -51635,8 +54802,9 @@ "name": "get_camera_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51677,8 +54845,9 @@ "name": "set_fit_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fit_margin", @@ -51691,8 +54860,9 @@ "name": "get_fit_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51702,8 +54872,9 @@ "name": "set_clear_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "clear_margin", @@ -51716,8 +54887,9 @@ "name": "get_clear_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -51727,8 +54899,9 @@ "name": "set_use_mipmaps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_mipmaps", @@ -51740,8 +54913,9 @@ "name": "is_using_mipmaps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51782,6 +54956,10 @@ "name": "NOTIFICATION_TRANSFORM_CHANGED", "value": 2000 }, + { + "name": "NOTIFICATION_LOCAL_TRANSFORM_CHANGED", + "value": 35 + }, { "name": "NOTIFICATION_DRAW", "value": 30 @@ -51802,6 +54980,7 @@ "enums": [ { "name": "TextureFilter", + "is_bitfield": false, "values": [ { "name": "TEXTURE_FILTER_PARENT_NODE", @@ -51839,6 +55018,7 @@ }, { "name": "TextureRepeat", + "is_bitfield": false, "values": [ { "name": "TEXTURE_REPEAT_PARENT_NODE", @@ -51867,6 +55047,7 @@ { "name": "_draw", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -51874,8 +55055,9 @@ "name": "get_canvas_item", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -51884,8 +55066,9 @@ "name": "set_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -51897,8 +55080,9 @@ "name": "is_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51907,8 +55091,9 @@ "name": "is_visible_in_tree", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51917,29 +55102,33 @@ "name": "show", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "hide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_as_top_level", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -51951,8 +55140,9 @@ "name": "is_set_as_top_level", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -51961,8 +55151,9 @@ "name": "set_light_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "light_mask", @@ -51975,8 +55166,9 @@ "name": "get_light_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -51986,8 +55178,9 @@ "name": "set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "modulate", @@ -51999,8 +55192,9 @@ "name": "get_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -52009,8 +55203,9 @@ "name": "set_self_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "self_modulate", @@ -52022,8 +55217,9 @@ "name": "get_self_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -52032,8 +55228,9 @@ "name": "set_draw_behind_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -52045,8 +55242,9 @@ "name": "is_draw_behind_parent_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -52055,8 +55253,9 @@ "name": "draw_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 2467979097, "arguments": [ { "name": "from", @@ -52075,6 +55274,45 @@ "type": "float", "meta": "float", "default_value": "1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "draw_dashed_line", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2827709699, + "arguments": [ + { + "name": "from", + "type": "Vector2" + }, + { + "name": "to", + "type": "Vector2" + }, + { + "name": "color", + "type": "Color" + }, + { + "name": "width", + "type": "float", + "meta": "float", + "default_value": "1.0" + }, + { + "name": "dash", + "type": "float", + "meta": "float", + "default_value": "2.0" } ] }, @@ -52082,8 +55320,9 @@ "name": "draw_polyline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 1131748830, "arguments": [ { "name": "points", @@ -52110,8 +55349,9 @@ "name": "draw_polyline_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 1992607498, "arguments": [ { "name": "points", @@ -52138,8 +55378,9 @@ "name": "draw_arc", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 378344303, + "hash": 2539631334, "arguments": [ { "name": "center", @@ -52186,8 +55427,9 @@ "name": "draw_multiline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 753607235, "arguments": [ { "name": "points", @@ -52209,8 +55451,9 @@ "name": "draw_multiline_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 1279876405, "arguments": [ { "name": "points", @@ -52232,8 +55475,9 @@ "name": "draw_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 3593892186, "arguments": [ { "name": "rect", @@ -52260,8 +55504,9 @@ "name": "draw_circle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2945818836, "arguments": [ { "name": "position", @@ -52282,8 +55527,9 @@ "name": "draw_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2953131133, "arguments": [ { "name": "texture", @@ -52304,8 +55550,9 @@ "name": "draw_texture_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938124, + "hash": 804749273, "arguments": [ { "name": "texture", @@ -52335,8 +55582,9 @@ "name": "draw_texture_rect_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626862, + "hash": 127774130, "arguments": [ { "name": "texture", @@ -52371,8 +55619,9 @@ "name": "draw_msdf_texture_rect_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626862, + "hash": 53286571, "arguments": [ { "name": "texture", @@ -52409,8 +55658,9 @@ "name": "draw_style_box", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2632521728, "arguments": [ { "name": "style_box", @@ -52426,8 +55676,9 @@ "name": "draw_primitive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938124, + "hash": 847357583, "arguments": [ { "name": "points", @@ -52458,8 +55709,9 @@ "name": "draw_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 2884906595, "arguments": [ { "name": "points", @@ -52485,8 +55737,9 @@ "name": "draw_colored_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 2823574354, "arguments": [ { "name": "points", @@ -52512,8 +55765,9 @@ "name": "draw_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 788614421, + "hash": 2853740748, "arguments": [ { "name": "font", @@ -52539,7 +55793,7 @@ "default_value": "-1" }, { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" @@ -52550,21 +55804,19 @@ "default_value": "Color(1, 1, 1, 1)" }, { - "name": "outline_size", - "type": "int", - "meta": "int32", + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", "default_value": "0" }, { - "name": "outline_modulate", - "type": "Color", - "default_value": "Color(1, 1, 1, 0)" - }, - { - "name": "flags", - "type": "int", - "meta": "uint16", - "default_value": "3" + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" } ] }, @@ -52572,8 +55824,9 @@ "name": "draw_multiline_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4242164481, + "hash": 3563325278, "arguments": [ { "name": "font", @@ -52598,6 +55851,147 @@ "meta": "float", "default_value": "-1" }, + { + "name": "font_size", + "type": "int", + "meta": "int32", + "default_value": "16" + }, + { + "name": "max_lines", + "type": "int", + "meta": "int32", + "default_value": "-1" + }, + { + "name": "modulate", + "type": "Color", + "default_value": "Color(1, 1, 1, 1)" + }, + { + "name": "brk_flags", + "type": "bitfield::TextServer.LineBreakFlag", + "default_value": "3" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", + "default_value": "0" + }, + { + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" + } + ] + }, + { + "name": "draw_string_outline", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2218291162, + "arguments": [ + { + "name": "font", + "type": "Font" + }, + { + "name": "pos", + "type": "Vector2" + }, + { + "name": "text", + "type": "String" + }, + { + "name": "alignment", + "type": "enum::HorizontalAlignment", + "default_value": "0" + }, + { + "name": "width", + "type": "float", + "meta": "float", + "default_value": "-1" + }, + { + "name": "font_size", + "type": "int", + "meta": "int32", + "default_value": "16" + }, + { + "name": "size", + "type": "int", + "meta": "int32", + "default_value": "1" + }, + { + "name": "modulate", + "type": "Color", + "default_value": "Color(1, 1, 1, 1)" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", + "default_value": "0" + }, + { + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" + } + ] + }, + { + "name": "draw_multiline_string_outline", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 696040085, + "arguments": [ + { + "name": "font", + "type": "Font" + }, + { + "name": "pos", + "type": "Vector2" + }, + { + "name": "text", + "type": "String" + }, + { + "name": "alignment", + "type": "enum::HorizontalAlignment", + "default_value": "0" + }, + { + "name": "width", + "type": "float", + "meta": "float", + "default_value": "-1" + }, + { + "name": "font_size", + "type": "int", + "meta": "int32", + "default_value": "16" + }, { "name": "max_lines", "type": "int", @@ -52608,7 +56002,7 @@ "name": "size", "type": "int", "meta": "int32", - "default_value": "16" + "default_value": "1" }, { "name": "modulate", @@ -52616,21 +56010,24 @@ "default_value": "Color(1, 1, 1, 1)" }, { - "name": "outline_size", - "type": "int", - "meta": "int32", + "name": "brk_flags", + "type": "bitfield::TextServer.LineBreakFlag", + "default_value": "3" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", "default_value": "0" }, { - "name": "outline_modulate", - "type": "Color", - "default_value": "Color(1, 1, 1, 0)" - }, - { - "name": "flags", - "type": "int", - "meta": "uint16", - "default_value": "99" + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" } ] }, @@ -52638,12 +56035,9 @@ "name": "draw_char", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2009863945, - "return_value": { - "type": "float", - "meta": "float" - }, + "hash": 4139068764, "arguments": [ { "name": "font", @@ -52658,12 +56052,7 @@ "type": "String" }, { - "name": "next", - "type": "String", - "default_value": "\"\"" - }, - { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" @@ -52672,17 +56061,45 @@ "name": "modulate", "type": "Color", "default_value": "Color(1, 1, 1, 1)" + } + ] + }, + { + "name": "draw_char_outline", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1653052791, + "arguments": [ + { + "name": "font", + "type": "Font" }, { - "name": "outline_size", + "name": "pos", + "type": "Vector2" + }, + { + "name": "char", + "type": "String" + }, + { + "name": "font_size", "type": "int", "meta": "int32", - "default_value": "0" + "default_value": "16" }, { - "name": "outline_modulate", + "name": "size", + "type": "int", + "meta": "int32", + "default_value": "-1" + }, + { + "name": "modulate", "type": "Color", - "default_value": "Color(1, 1, 1, 0)" + "default_value": "Color(1, 1, 1, 1)" } ] }, @@ -52690,8 +56107,9 @@ "name": "draw_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 362418085, "arguments": [ { "name": "mesh", @@ -52717,8 +56135,9 @@ "name": "draw_multimesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 892966153, "arguments": [ { "name": "multimesh", @@ -52734,8 +56153,9 @@ "name": "draw_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2793927834, + "hash": 4181505845, "arguments": [ { "name": "position", @@ -52758,8 +56178,9 @@ "name": "draw_set_transform_matrix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "xform", @@ -52771,8 +56192,9 @@ "name": "draw_animation_slice", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 2295343543, "arguments": [ { "name": "animation_length", @@ -52801,15 +56223,17 @@ "name": "draw_end_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -52818,8 +56242,9 @@ "name": "get_global_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -52828,8 +56253,9 @@ "name": "get_global_transform_with_canvas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -52838,8 +56264,9 @@ "name": "get_viewport_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -52848,8 +56275,9 @@ "name": "get_viewport_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -52858,8 +56286,20 @@ "name": "get_canvas_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, + "return_value": { + "type": "Transform2D" + } + }, + { + "name": "get_screen_transform", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -52868,8 +56308,9 @@ "name": "get_local_mouse_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -52878,8 +56319,9 @@ "name": "get_global_mouse_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -52888,8 +56330,9 @@ "name": "get_canvas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -52898,8 +56341,9 @@ "name": "get_world_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 571964562, "return_value": { "type": "World2D" } @@ -52908,8 +56352,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -52921,8 +56366,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -52931,8 +56377,9 @@ "name": "set_use_parent_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -52944,8 +56391,9 @@ "name": "get_use_parent_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -52954,8 +56402,9 @@ "name": "set_notify_local_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -52967,8 +56416,9 @@ "name": "is_local_transform_notification_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -52977,8 +56427,9 @@ "name": "set_notify_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -52990,8 +56441,9 @@ "name": "is_transform_notification_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -53000,15 +56452,17 @@ "name": "force_update_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "make_canvas_position_local", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2656412154, "return_value": { "type": "Vector2" }, @@ -53023,8 +56477,9 @@ "name": "make_input_local", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 514306702, "return_value": { "type": "InputEvent" }, @@ -53039,8 +56494,9 @@ "name": "set_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1037999706, "arguments": [ { "name": "mode", @@ -53052,8 +56508,9 @@ "name": "get_texture_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 121960042, "return_value": { "type": "enum::CanvasItem.TextureFilter" } @@ -53062,8 +56519,9 @@ "name": "set_texture_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1716472974, "arguments": [ { "name": "mode", @@ -53075,8 +56533,9 @@ "name": "get_texture_repeat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2667158319, "return_value": { "type": "enum::CanvasItem.TextureRepeat" } @@ -53085,8 +56544,9 @@ "name": "set_clip_children", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -53098,25 +56558,26 @@ "name": "is_clipping_children", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } } ], "signals": [ - { - "name": "hidden" - }, - { - "name": "item_rect_changed" - }, { "name": "draw" }, { "name": "visibility_changed" + }, + { + "name": "hidden" + }, + { + "name": "item_rect_changed" } ], "properties": [ @@ -53155,13 +56616,6 @@ "getter": "is_set_as_top_level", "index": -1 }, - { - "type": "bool", - "name": "show_on_top", - "setter": "_set_on_top", - "getter": "_is_on_top", - "index": -1 - }, { "type": "bool", "name": "clip_children", @@ -53213,25 +56667,9 @@ "inherits": "Material", "api_type": "core", "enums": [ - { - "name": "LightMode", - "values": [ - { - "name": "LIGHT_MODE_NORMAL", - "value": 0 - }, - { - "name": "LIGHT_MODE_UNSHADED", - "value": 1 - }, - { - "name": "LIGHT_MODE_LIGHT_ONLY", - "value": 2 - } - ] - }, { "name": "BlendMode", + "is_bitfield": false, "values": [ { "name": "BLEND_MODE_MIX", @@ -53254,6 +56692,24 @@ "value": 4 } ] + }, + { + "name": "LightMode", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_MODE_NORMAL", + "value": 0 + }, + { + "name": "LIGHT_MODE_UNSHADED", + "value": 1 + }, + { + "name": "LIGHT_MODE_LIGHT_ONLY", + "value": 2 + } + ] } ], "methods": [ @@ -53261,8 +56717,9 @@ "name": "set_blend_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1786054936, "arguments": [ { "name": "blend_mode", @@ -53274,8 +56731,9 @@ "name": "get_blend_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3318684035, "return_value": { "type": "enum::CanvasItemMaterial.BlendMode" } @@ -53284,8 +56742,9 @@ "name": "set_light_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 628074070, "arguments": [ { "name": "light_mode", @@ -53297,8 +56756,9 @@ "name": "get_light_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3863292382, "return_value": { "type": "enum::CanvasItemMaterial.LightMode" } @@ -53307,8 +56767,9 @@ "name": "set_particles_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "particles_anim", @@ -53320,8 +56781,9 @@ "name": "get_particles_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -53330,8 +56792,9 @@ "name": "set_particles_anim_h_frames", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frames", @@ -53344,8 +56807,9 @@ "name": "get_particles_anim_h_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -53355,8 +56819,9 @@ "name": "set_particles_anim_v_frames", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frames", @@ -53369,8 +56834,9 @@ "name": "get_particles_anim_v_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -53380,8 +56846,9 @@ "name": "set_particles_anim_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "loop", @@ -53393,8 +56860,9 @@ "name": "get_particles_anim_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -53456,8 +56924,9 @@ "name": "set_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -53470,8 +56939,9 @@ "name": "get_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -53481,8 +56951,9 @@ "name": "set_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -53494,8 +56965,9 @@ "name": "is_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -53504,22 +56976,25 @@ "name": "show", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "hide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "transform", @@ -53531,8 +57006,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -53541,8 +57017,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -53554,8 +57031,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -53564,8 +57042,9 @@ "name": "set_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -53578,8 +57057,9 @@ "name": "get_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -53589,8 +57069,9 @@ "name": "set_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "scale", @@ -53602,8 +57083,9 @@ "name": "get_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -53612,8 +57094,9 @@ "name": "set_follow_viewport", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -53625,8 +57108,9 @@ "name": "is_following_viewport", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -53635,8 +57119,9 @@ "name": "set_follow_viewport_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -53649,8 +57134,9 @@ "name": "get_follow_viewport_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -53660,8 +57146,9 @@ "name": "set_custom_viewport", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "viewport", @@ -53673,8 +57160,9 @@ "name": "get_custom_viewport", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } @@ -53683,8 +57171,9 @@ "name": "get_canvas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -53772,8 +57261,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -53785,8 +57275,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -53813,8 +57304,9 @@ "name": "set_diffuse_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -53826,8 +57318,9 @@ "name": "get_diffuse_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -53836,8 +57329,9 @@ "name": "set_normal_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -53849,8 +57343,9 @@ "name": "get_normal_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -53859,8 +57354,9 @@ "name": "set_specular_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -53872,8 +57368,9 @@ "name": "get_specular_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -53882,8 +57379,9 @@ "name": "set_specular_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -53895,8 +57393,9 @@ "name": "get_specular_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -53905,8 +57404,9 @@ "name": "set_specular_shininess", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "shininess", @@ -53919,8 +57419,9 @@ "name": "get_specular_shininess", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -53930,8 +57431,9 @@ "name": "set_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1037999706, "arguments": [ { "name": "filter", @@ -53943,8 +57445,9 @@ "name": "get_texture_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 121960042, "return_value": { "type": "enum::CanvasItem.TextureFilter" } @@ -53953,8 +57456,9 @@ "name": "set_texture_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1716472974, "arguments": [ { "name": "repeat", @@ -53966,8 +57470,9 @@ "name": "get_texture_repeat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2667158319, "return_value": { "type": "enum::CanvasItem.TextureRepeat" } @@ -54036,8 +57541,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -54050,8 +57556,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54061,8 +57568,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -54075,8 +57583,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54086,8 +57595,9 @@ "name": "set_radial_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "segments", @@ -54100,8 +57610,9 @@ "name": "get_radial_segments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -54111,8 +57622,9 @@ "name": "set_rings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "rings", @@ -54125,8 +57637,9 @@ "name": "get_rings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -54175,8 +57688,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -54189,8 +57703,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54200,8 +57715,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -54214,8 +57730,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54250,8 +57767,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -54264,8 +57782,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54275,8 +57794,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -54289,8 +57809,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54325,8 +57846,9 @@ "name": "set_use_top_left", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -54338,8 +57860,9 @@ "name": "is_using_top_left", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -54366,8 +57889,9 @@ "name": "get_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2741790807, "return_value": { "type": "Vector2i" } @@ -54376,8 +57900,9 @@ "name": "set_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "range", @@ -54389,8 +57914,9 @@ "name": "get_elapsed_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "double" @@ -54400,8 +57926,9 @@ "name": "set_elapsed_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time", @@ -54414,8 +57941,9 @@ "name": "is_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -54424,8 +57952,9 @@ "name": "set_visibility", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visibility", @@ -54437,8 +57966,9 @@ "name": "is_outline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -54447,8 +57977,9 @@ "name": "set_outline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "outline", @@ -54460,8 +57991,9 @@ "name": "get_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1497962370, "return_value": { "type": "Vector2" } @@ -54470,8 +58002,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -54483,8 +58016,9 @@ "name": "get_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4003681478, "return_value": { "type": "Color" } @@ -54493,8 +58027,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -54506,8 +58041,9 @@ "name": "get_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -54516,8 +58052,9 @@ "name": "set_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "environment", @@ -54529,8 +58066,9 @@ "name": "get_glyph_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -54540,8 +58078,9 @@ "name": "set_glyph_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "glyph_index", @@ -54554,8 +58093,9 @@ "name": "get_glyph_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint8" @@ -54565,8 +58105,9 @@ "name": "set_glyph_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "glyph_count", @@ -54579,8 +58120,9 @@ "name": "get_glyph_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint16" @@ -54590,8 +58132,9 @@ "name": "set_glyph_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "glyph_flags", @@ -54604,8 +58147,9 @@ "name": "get_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -54614,8 +58158,9 @@ "name": "set_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "font", @@ -54713,6 +58258,7 @@ "enums": [ { "name": "MotionMode", + "is_bitfield": false, "values": [ { "name": "MOTION_MODE_GROUNDED", @@ -54726,6 +58272,7 @@ }, { "name": "MovingPlatformApplyVelocityOnLeave", + "is_bitfield": false, "values": [ { "name": "PLATFORM_VEL_ON_LEAVE_ALWAYS", @@ -54747,8 +58294,9 @@ "name": "move_and_slide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -54757,8 +58305,9 @@ "name": "set_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "velocity", @@ -54770,8 +58319,9 @@ "name": "get_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -54780,8 +58330,9 @@ "name": "set_safe_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pixels", @@ -54794,8 +58345,9 @@ "name": "get_safe_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54805,8 +58357,9 @@ "name": "is_floor_stop_on_slope_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -54815,8 +58368,9 @@ "name": "set_floor_stop_on_slope_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -54828,8 +58382,9 @@ "name": "set_floor_constant_speed_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -54841,8 +58396,9 @@ "name": "is_floor_constant_speed_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -54851,8 +58407,9 @@ "name": "set_floor_block_on_wall_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -54864,8 +58421,9 @@ "name": "is_floor_block_on_wall_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -54874,8 +58432,9 @@ "name": "set_slide_on_ceiling_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -54887,8 +58446,9 @@ "name": "is_slide_on_ceiling_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -54897,8 +58457,9 @@ "name": "set_moving_platform_floor_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "exclude_layer", @@ -54911,8 +58472,9 @@ "name": "get_moving_platform_floor_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -54922,8 +58484,9 @@ "name": "set_moving_platform_wall_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "exclude_layer", @@ -54936,8 +58499,9 @@ "name": "get_moving_platform_wall_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -54947,8 +58511,9 @@ "name": "get_max_slides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -54958,8 +58523,9 @@ "name": "set_max_slides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_slides", @@ -54972,8 +58538,9 @@ "name": "get_floor_max_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -54983,8 +58550,9 @@ "name": "set_floor_max_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -54997,8 +58565,9 @@ "name": "get_floor_snap_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -55008,8 +58577,9 @@ "name": "set_floor_snap_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "floor_snap_length", @@ -55022,8 +58592,9 @@ "name": "get_wall_min_slide_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -55033,8 +58604,9 @@ "name": "set_wall_min_slide_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -55047,8 +58619,9 @@ "name": "get_up_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -55057,8 +58630,9 @@ "name": "set_up_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "up_direction", @@ -55070,8 +58644,9 @@ "name": "set_motion_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1224392233, "arguments": [ { "name": "mode", @@ -55083,8 +58658,9 @@ "name": "get_motion_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1160151236, "return_value": { "type": "enum::CharacterBody2D.MotionMode" } @@ -55093,8 +58669,9 @@ "name": "set_moving_platform_apply_velocity_on_leave", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1451865543, "arguments": [ { "name": "on_leave_apply_velocity", @@ -55106,8 +58683,9 @@ "name": "get_moving_platform_apply_velocity_on_leave", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3847096330, "return_value": { "type": "enum::CharacterBody2D.MovingPlatformApplyVelocityOnLeave" } @@ -55116,8 +58694,9 @@ "name": "is_on_floor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55126,8 +58705,9 @@ "name": "is_on_floor_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55136,8 +58716,9 @@ "name": "is_on_ceiling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55146,8 +58727,9 @@ "name": "is_on_ceiling_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55156,8 +58738,9 @@ "name": "is_on_wall", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55166,8 +58749,9 @@ "name": "is_on_wall_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55176,8 +58760,9 @@ "name": "get_floor_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -55186,8 +58771,9 @@ "name": "get_wall_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -55196,8 +58782,9 @@ "name": "get_last_motion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -55206,8 +58793,9 @@ "name": "get_position_delta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -55216,8 +58804,9 @@ "name": "get_real_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -55226,8 +58815,9 @@ "name": "get_floor_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3009477143, + "hash": 2841063350, "return_value": { "type": "float", "meta": "float" @@ -55244,8 +58834,9 @@ "name": "get_platform_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -55254,8 +58845,9 @@ "name": "get_slide_collision_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -55265,8 +58857,9 @@ "name": "get_slide_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2967958431, "return_value": { "type": "KinematicCollision2D" }, @@ -55282,8 +58875,9 @@ "name": "get_last_slide_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2346274026, "return_value": { "type": "KinematicCollision2D" } @@ -55406,6 +59000,7 @@ "enums": [ { "name": "MotionMode", + "is_bitfield": false, "values": [ { "name": "MOTION_MODE_GROUNDED", @@ -55419,6 +59014,7 @@ }, { "name": "MovingPlatformApplyVelocityOnLeave", + "is_bitfield": false, "values": [ { "name": "PLATFORM_VEL_ON_LEAVE_ALWAYS", @@ -55440,8 +59036,9 @@ "name": "move_and_slide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -55450,8 +59047,9 @@ "name": "set_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "velocity", @@ -55463,8 +59061,9 @@ "name": "get_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55473,8 +59072,9 @@ "name": "set_safe_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pixels", @@ -55487,8 +59087,9 @@ "name": "get_safe_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -55498,8 +59099,9 @@ "name": "is_floor_stop_on_slope_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55508,8 +59110,9 @@ "name": "set_floor_stop_on_slope_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -55521,8 +59124,9 @@ "name": "set_floor_constant_speed_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -55534,8 +59138,9 @@ "name": "is_floor_constant_speed_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55544,8 +59149,9 @@ "name": "set_floor_block_on_wall_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -55557,8 +59163,9 @@ "name": "is_floor_block_on_wall_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55567,8 +59174,9 @@ "name": "set_slide_on_ceiling_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -55580,8 +59188,9 @@ "name": "is_slide_on_ceiling_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55590,8 +59199,9 @@ "name": "set_moving_platform_floor_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "exclude_layer", @@ -55604,8 +59214,9 @@ "name": "get_moving_platform_floor_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -55615,8 +59226,9 @@ "name": "set_moving_platform_wall_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "exclude_layer", @@ -55629,8 +59241,9 @@ "name": "get_moving_platform_wall_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -55640,8 +59253,9 @@ "name": "get_max_slides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -55651,8 +59265,9 @@ "name": "set_max_slides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_slides", @@ -55665,8 +59280,9 @@ "name": "get_floor_max_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -55676,8 +59292,9 @@ "name": "set_floor_max_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -55690,8 +59307,9 @@ "name": "get_floor_snap_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -55701,8 +59319,9 @@ "name": "set_floor_snap_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "floor_snap_length", @@ -55715,8 +59334,9 @@ "name": "get_wall_min_slide_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -55726,8 +59346,9 @@ "name": "set_wall_min_slide_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -55740,8 +59361,9 @@ "name": "get_up_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55750,8 +59372,9 @@ "name": "set_up_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "up_direction", @@ -55763,8 +59386,9 @@ "name": "set_motion_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2690739026, "arguments": [ { "name": "mode", @@ -55776,8 +59400,9 @@ "name": "get_motion_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3529553604, "return_value": { "type": "enum::CharacterBody3D.MotionMode" } @@ -55786,8 +59411,9 @@ "name": "set_moving_platform_apply_velocity_on_leave", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2748509440, "arguments": [ { "name": "on_leave_apply_velocity", @@ -55799,8 +59425,9 @@ "name": "get_moving_platform_apply_velocity_on_leave", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4009183668, "return_value": { "type": "enum::CharacterBody3D.MovingPlatformApplyVelocityOnLeave" } @@ -55809,8 +59436,9 @@ "name": "is_on_floor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55819,8 +59447,9 @@ "name": "is_on_floor_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55829,8 +59458,9 @@ "name": "is_on_ceiling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55839,8 +59469,9 @@ "name": "is_on_ceiling_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55849,8 +59480,9 @@ "name": "is_on_wall", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55859,8 +59491,9 @@ "name": "is_on_wall_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -55869,8 +59502,9 @@ "name": "get_floor_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55879,8 +59513,9 @@ "name": "get_wall_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55889,8 +59524,9 @@ "name": "get_last_motion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55899,8 +59535,9 @@ "name": "get_position_delta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55909,8 +59546,9 @@ "name": "get_real_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55919,8 +59557,9 @@ "name": "get_floor_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1958111097, + "hash": 2906300789, "return_value": { "type": "float", "meta": "float" @@ -55937,8 +59576,9 @@ "name": "get_platform_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -55947,8 +59587,9 @@ "name": "get_slide_collision_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -55958,8 +59599,9 @@ "name": "get_slide_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 185026117, "return_value": { "type": "KinematicCollision3D" }, @@ -55975,8 +59617,9 @@ "name": "get_last_slide_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1204257376, "return_value": { "type": "KinematicCollision3D" } @@ -56115,8 +59758,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -56129,8 +59773,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -56158,8 +59803,9 @@ "name": "get_class_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -56168,8 +59814,9 @@ "name": "get_inheriters_from_class", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1698016586, "return_value": { "type": "PackedStringArray" }, @@ -56184,8 +59831,9 @@ "name": "get_parent_class", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2223010457, "return_value": { "type": "StringName" }, @@ -56200,8 +59848,9 @@ "name": "class_exists", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -56216,8 +59865,9 @@ "name": "is_parent_class", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -56236,8 +59886,9 @@ "name": "can_instantiate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -56252,8 +59903,9 @@ "name": "instantiate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -56268,8 +59920,9 @@ "name": "class_has_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -56288,8 +59941,9 @@ "name": "class_get_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1209480182, "return_value": { "type": "Dictionary" }, @@ -56308,8 +59962,9 @@ "name": "class_get_signal_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 388879529, "return_value": { "type": "Array" }, @@ -56329,8 +59984,9 @@ "name": "class_get_property_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 388879529, "return_value": { "type": "Array" }, @@ -56350,8 +60006,9 @@ "name": "class_get_property", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 616144200, "return_value": { "type": "Variant" }, @@ -56370,8 +60027,9 @@ "name": "class_set_property", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 39171737, "return_value": { "type": "enum::Error" }, @@ -56394,8 +60052,9 @@ "name": "class_has_method", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 2057619707, "return_value": { "type": "bool" }, @@ -56419,8 +60078,9 @@ "name": "class_get_method_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 388879529, "return_value": { "type": "Array" }, @@ -56440,8 +60100,9 @@ "name": "class_get_integer_constant_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1403360391, "return_value": { "type": "PackedStringArray" }, @@ -56461,8 +60122,9 @@ "name": "class_has_integer_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -56481,11 +60143,12 @@ "name": "class_get_integer_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1968462237, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -56502,8 +60165,9 @@ "name": "class_has_enum", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 2057619707, "return_value": { "type": "bool" }, @@ -56527,8 +60191,9 @@ "name": "class_get_enum_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1403360391, "return_value": { "type": "PackedStringArray" }, @@ -56548,8 +60213,9 @@ "name": "class_get_enum_constants", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 861745836, "return_value": { "type": "PackedStringArray" }, @@ -56573,8 +60239,9 @@ "name": "class_get_integer_constant_enum", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 1781922416, "return_value": { "type": "StringName" }, @@ -56594,28 +60261,13 @@ } ] }, - { - "name": "class_get_category", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "StringName" - }, - "arguments": [ - { - "name": "class", - "type": "StringName" - } - ] - }, { "name": "is_class_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -56637,6 +60289,7 @@ "enums": [ { "name": "CodeCompletionKind", + "is_bitfield": false, "values": [ { "name": "KIND_CLASS", @@ -56685,6 +60338,7 @@ { "name": "_confirm_code_completion", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -56697,6 +60351,7 @@ { "name": "_request_code_completion", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -56709,6 +60364,7 @@ { "name": "_filter_code_completion_candidates", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -56725,8 +60381,9 @@ "name": "set_indent_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -56739,8 +60396,9 @@ "name": "get_indent_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -56750,8 +60408,9 @@ "name": "set_indent_using_spaces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_spaces", @@ -56763,8 +60422,9 @@ "name": "is_indent_using_spaces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -56773,8 +60433,9 @@ "name": "set_auto_indent_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -56786,8 +60447,9 @@ "name": "is_auto_indent_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -56796,8 +60458,9 @@ "name": "set_auto_indent_prefixes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "prefixes", @@ -56809,8 +60472,9 @@ "name": "get_auto_indent_prefixes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -56819,36 +60483,41 @@ "name": "do_indent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "do_unindent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "indent_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "unindent_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_auto_brace_completion_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -56860,8 +60529,9 @@ "name": "is_auto_brace_completion_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -56870,8 +60540,9 @@ "name": "set_highlight_matching_braces_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -56883,8 +60554,9 @@ "name": "is_highlight_matching_braces_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -56893,8 +60565,9 @@ "name": "add_auto_brace_completion_pair", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3186203200, "arguments": [ { "name": "start_key", @@ -56910,8 +60583,9 @@ "name": "set_auto_brace_completion_pairs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "pairs", @@ -56923,8 +60597,9 @@ "name": "get_auto_brace_completion_pairs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -56933,8 +60608,9 @@ "name": "has_auto_brace_completion_open_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -56949,8 +60625,9 @@ "name": "has_auto_brace_completion_close_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -56965,8 +60642,9 @@ "name": "get_auto_brace_completion_close_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -56981,8 +60659,9 @@ "name": "set_draw_breakpoints_gutter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -56994,8 +60673,9 @@ "name": "is_drawing_breakpoints_gutter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57004,8 +60684,9 @@ "name": "set_draw_bookmarks_gutter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -57017,8 +60698,9 @@ "name": "is_drawing_bookmarks_gutter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57027,8 +60709,9 @@ "name": "set_draw_executing_lines_gutter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -57040,8 +60723,9 @@ "name": "is_drawing_executing_lines_gutter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57050,8 +60734,9 @@ "name": "set_line_as_breakpoint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "line", @@ -57068,8 +60753,9 @@ "name": "is_line_breakpointed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -57085,15 +60771,17 @@ "name": "clear_breakpointed_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_breakpointed_lines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57102,8 +60790,9 @@ "name": "set_line_as_bookmarked", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "line", @@ -57120,8 +60809,9 @@ "name": "is_line_bookmarked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -57137,15 +60827,17 @@ "name": "clear_bookmarked_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_bookmarked_lines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57154,8 +60846,9 @@ "name": "set_line_as_executing", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "line", @@ -57172,8 +60865,9 @@ "name": "is_line_executing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -57189,15 +60883,17 @@ "name": "clear_executing_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_executing_lines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57206,8 +60902,9 @@ "name": "set_draw_line_numbers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -57219,8 +60916,9 @@ "name": "is_draw_line_numbers_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57229,8 +60927,9 @@ "name": "set_line_numbers_zero_padded", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -57242,8 +60941,9 @@ "name": "is_line_numbers_zero_padded", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57252,8 +60952,9 @@ "name": "set_draw_fold_gutter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -57265,8 +60966,9 @@ "name": "is_drawing_fold_gutter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57275,8 +60977,9 @@ "name": "set_line_folding_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -57288,8 +60991,9 @@ "name": "is_line_folding_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57298,8 +61002,9 @@ "name": "can_fold_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -57315,8 +61020,9 @@ "name": "fold_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "line", @@ -57329,8 +61035,9 @@ "name": "unfold_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "line", @@ -57343,22 +61050,25 @@ "name": "fold_all_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "unfold_all_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "toggle_foldable_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "line", @@ -57371,8 +61081,9 @@ "name": "is_line_folded", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -57388,8 +61099,9 @@ "name": "get_folded_lines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57398,8 +61110,9 @@ "name": "add_string_delimiter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3146098955, "arguments": [ { "name": "start_key", @@ -57420,8 +61133,9 @@ "name": "remove_string_delimiter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "start_key", @@ -57433,8 +61147,9 @@ "name": "has_string_delimiter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -57449,8 +61164,9 @@ "name": "set_string_delimiters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "string_delimiters", @@ -57462,15 +61178,17 @@ "name": "clear_string_delimiters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_string_delimiters", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57479,8 +61197,9 @@ "name": "is_in_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3294126239, "return_value": { "type": "int", "meta": "int32" @@ -57503,8 +61222,9 @@ "name": "add_comment_delimiter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3146098955, "arguments": [ { "name": "start_key", @@ -57525,8 +61245,9 @@ "name": "remove_comment_delimiter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "start_key", @@ -57538,8 +61259,9 @@ "name": "has_comment_delimiter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -57554,8 +61276,9 @@ "name": "set_comment_delimiters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "comment_delimiters", @@ -57567,15 +61290,17 @@ "name": "clear_comment_delimiters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_comment_delimiters", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57584,8 +61309,9 @@ "name": "is_in_comment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3294126239, "return_value": { "type": "int", "meta": "int32" @@ -57608,8 +61334,9 @@ "name": "get_delimiter_start_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -57625,8 +61352,9 @@ "name": "get_delimiter_end_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -57642,8 +61370,9 @@ "name": "get_delimiter_start_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3016396712, "return_value": { "type": "Vector2" }, @@ -57664,8 +61393,9 @@ "name": "get_delimiter_end_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3016396712, "return_value": { "type": "Vector2" }, @@ -57686,8 +61416,9 @@ "name": "set_code_hint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "code_hint", @@ -57699,8 +61430,9 @@ "name": "set_code_hint_draw_below", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "draw_below", @@ -57712,8 +61444,9 @@ "name": "get_text_for_code_completion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -57722,8 +61455,9 @@ "name": "request_code_completion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133278119, + "hash": 107499316, "arguments": [ { "name": "force", @@ -57736,8 +61470,9 @@ "name": "add_code_completion_option", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626862, + "hash": 3730282737, "arguments": [ { "name": "type", @@ -57772,8 +61507,9 @@ "name": "update_code_completion_options", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "force", @@ -57785,8 +61521,9 @@ "name": "get_code_completion_options", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57795,8 +61532,9 @@ "name": "get_code_completion_option", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2445445782, "return_value": { "type": "Dictionary" }, @@ -57812,8 +61550,9 @@ "name": "get_code_completion_selected_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -57823,8 +61562,9 @@ "name": "set_code_completion_selected_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -57837,8 +61577,9 @@ "name": "confirm_code_completion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133278119, + "hash": 107499316, "arguments": [ { "name": "replace", @@ -57851,15 +61592,17 @@ "name": "cancel_code_completion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_code_completion_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -57871,8 +61614,9 @@ "name": "is_code_completion_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57881,8 +61625,9 @@ "name": "set_code_completion_prefixes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "prefixes", @@ -57894,8 +61639,9 @@ "name": "get_code_comletion_prefixes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57904,8 +61650,9 @@ "name": "set_line_length_guidelines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "guideline_columns", @@ -57917,8 +61664,9 @@ "name": "get_line_length_guidelines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -57927,8 +61675,9 @@ "name": "set_symbol_lookup_on_click_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -57940,8 +61689,9 @@ "name": "is_symbol_lookup_on_click_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -57950,8 +61700,9 @@ "name": "get_text_for_symbol_lookup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -57960,8 +61711,9 @@ "name": "set_symbol_lookup_word_as_valid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "valid", @@ -57983,15 +61735,6 @@ { "name": "code_completion_requested" }, - { - "name": "symbol_validate", - "arguments": [ - { - "name": "symbol", - "type": "String" - } - ] - }, { "name": "symbol_lookup", "arguments": [ @@ -58008,6 +61751,15 @@ "type": "int" } ] + }, + { + "name": "symbol_validate", + "arguments": [ + { + "name": "symbol", + "type": "String" + } + ] } ], "properties": [ @@ -58164,8 +61916,9 @@ "name": "add_keyword_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 128049634, "arguments": [ { "name": "keyword", @@ -58181,8 +61934,9 @@ "name": "remove_keyword_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "keyword", @@ -58194,8 +61948,9 @@ "name": "has_keyword_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -58210,8 +61965,9 @@ "name": "get_keyword_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 911077095, "return_value": { "type": "Color" }, @@ -58226,8 +61982,9 @@ "name": "set_keyword_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "keywords", @@ -58239,15 +61996,17 @@ "name": "clear_keyword_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_keyword_colors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -58256,8 +62015,9 @@ "name": "add_member_keyword_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 128049634, "arguments": [ { "name": "member_keyword", @@ -58273,8 +62033,9 @@ "name": "remove_member_keyword_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "member_keyword", @@ -58286,8 +62047,9 @@ "name": "has_member_keyword_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -58302,8 +62064,9 @@ "name": "get_member_keyword_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 911077095, "return_value": { "type": "Color" }, @@ -58318,8 +62081,9 @@ "name": "set_member_keyword_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "member_keyword", @@ -58331,15 +62095,17 @@ "name": "clear_member_keyword_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_member_keyword_colors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -58348,8 +62114,9 @@ "name": "add_color_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 325227665, "arguments": [ { "name": "start_key", @@ -58374,8 +62141,9 @@ "name": "remove_color_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "start_key", @@ -58387,8 +62155,9 @@ "name": "has_color_region", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -58403,8 +62172,9 @@ "name": "set_color_regions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "color_regions", @@ -58416,15 +62186,17 @@ "name": "clear_color_regions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_color_regions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -58433,8 +62205,9 @@ "name": "set_function_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -58446,8 +62219,9 @@ "name": "get_function_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -58456,8 +62230,9 @@ "name": "set_number_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -58469,8 +62244,9 @@ "name": "get_number_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -58479,8 +62255,9 @@ "name": "set_symbol_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -58492,8 +62269,9 @@ "name": "get_symbol_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -58502,8 +62280,9 @@ "name": "set_member_variable_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -58515,8 +62294,9 @@ "name": "get_member_variable_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -58583,6 +62363,7 @@ "enums": [ { "name": "DisableMode", + "is_bitfield": false, "values": [ { "name": "DISABLE_MODE_REMOVE", @@ -58603,6 +62384,7 @@ { "name": "_input_event", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -58624,8 +62406,9 @@ "name": "get_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -58634,8 +62417,9 @@ "name": "set_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -58648,8 +62432,9 @@ "name": "get_collision_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -58659,8 +62444,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -58673,8 +62459,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -58684,8 +62471,9 @@ "name": "set_collision_layer_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -58702,8 +62490,9 @@ "name": "get_collision_layer_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -58719,8 +62508,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -58737,8 +62527,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -58754,8 +62545,9 @@ "name": "set_disable_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1919204045, "arguments": [ { "name": "mode", @@ -58767,8 +62559,9 @@ "name": "get_disable_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3172846349, "return_value": { "type": "enum::CollisionObject2D.DisableMode" } @@ -58777,8 +62570,9 @@ "name": "set_pickable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -58790,8 +62584,9 @@ "name": "is_pickable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -58800,8 +62595,9 @@ "name": "create_shape_owner", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3535396413, "return_value": { "type": "int", "meta": "uint32" @@ -58817,8 +62613,9 @@ "name": "remove_shape_owner", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "owner_id", @@ -58831,8 +62628,9 @@ "name": "get_shape_owners", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -58841,8 +62639,9 @@ "name": "shape_owner_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 30160968, "arguments": [ { "name": "owner_id", @@ -58859,8 +62658,9 @@ "name": "shape_owner_get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3836996910, "return_value": { "type": "Transform2D" }, @@ -58876,8 +62676,9 @@ "name": "shape_owner_get_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2310046134, "return_value": { "type": "Object" }, @@ -58893,8 +62694,9 @@ "name": "shape_owner_set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "owner_id", @@ -58911,8 +62713,9 @@ "name": "is_shape_owner_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -58928,8 +62731,9 @@ "name": "shape_owner_set_one_way_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "owner_id", @@ -58946,8 +62750,9 @@ "name": "is_shape_owner_one_way_collision_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -58963,8 +62768,9 @@ "name": "shape_owner_set_one_way_collision_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "owner_id", @@ -58982,8 +62788,9 @@ "name": "get_shape_owner_one_way_collision_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -59000,8 +62807,9 @@ "name": "shape_owner_add_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3344787966, "arguments": [ { "name": "owner_id", @@ -59018,8 +62826,9 @@ "name": "shape_owner_get_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -59036,8 +62845,9 @@ "name": "shape_owner_get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3628508205, "return_value": { "type": "Shape2D" }, @@ -59058,8 +62868,9 @@ "name": "shape_owner_get_shape_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -59081,8 +62892,9 @@ "name": "shape_owner_remove_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "owner_id", @@ -59100,8 +62912,9 @@ "name": "shape_owner_clear_shapes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "owner_id", @@ -59114,8 +62927,9 @@ "name": "shape_find_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint32" @@ -59131,14 +62945,25 @@ ], "signals": [ { - "name": "mouse_shape_exited", + "name": "input_event", "arguments": [ + { + "name": "viewport", + "type": "Node" + }, + { + "name": "event", + "type": "InputEvent" + }, { "name": "shape_idx", "type": "int" } ] }, + { + "name": "mouse_entered" + }, { "name": "mouse_exited" }, @@ -59152,19 +62977,8 @@ ] }, { - "name": "mouse_entered" - }, - { - "name": "input_event", + "name": "mouse_shape_exited", "arguments": [ - { - "name": "viewport", - "type": "Node" - }, - { - "name": "event", - "type": "InputEvent" - }, { "name": "shape_idx", "type": "int" @@ -59212,6 +63026,7 @@ "enums": [ { "name": "DisableMode", + "is_bitfield": false, "values": [ { "name": "DISABLE_MODE_REMOVE", @@ -59232,6 +63047,7 @@ { "name": "_input_event", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -59261,8 +63077,9 @@ "name": "set_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -59275,8 +63092,9 @@ "name": "get_collision_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -59286,8 +63104,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -59300,8 +63119,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -59311,8 +63131,9 @@ "name": "set_collision_layer_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -59329,8 +63150,9 @@ "name": "get_collision_layer_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -59346,8 +63168,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -59364,8 +63187,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -59381,8 +63205,9 @@ "name": "set_disable_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1623620376, "arguments": [ { "name": "mode", @@ -59394,8 +63219,9 @@ "name": "get_disable_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 410164780, "return_value": { "type": "enum::CollisionObject3D.DisableMode" } @@ -59404,8 +63230,9 @@ "name": "set_ray_pickable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ray_pickable", @@ -59417,8 +63244,9 @@ "name": "is_ray_pickable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -59427,8 +63255,9 @@ "name": "set_capture_input_on_drag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -59440,8 +63269,9 @@ "name": "get_capture_input_on_drag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -59450,8 +63280,9 @@ "name": "get_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -59460,8 +63291,9 @@ "name": "create_shape_owner", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3535396413, "return_value": { "type": "int", "meta": "uint32" @@ -59477,8 +63309,9 @@ "name": "remove_shape_owner", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "owner_id", @@ -59491,8 +63324,9 @@ "name": "get_shape_owners", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -59501,8 +63335,9 @@ "name": "shape_owner_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 803768362, "arguments": [ { "name": "owner_id", @@ -59519,8 +63354,9 @@ "name": "shape_owner_get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -59536,8 +63372,9 @@ "name": "shape_owner_get_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2310046134, "return_value": { "type": "Object" }, @@ -59553,8 +63390,9 @@ "name": "shape_owner_set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "owner_id", @@ -59571,8 +63409,9 @@ "name": "is_shape_owner_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -59588,8 +63427,9 @@ "name": "shape_owner_add_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1719809270, "arguments": [ { "name": "owner_id", @@ -59606,8 +63446,9 @@ "name": "shape_owner_get_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -59624,8 +63465,9 @@ "name": "shape_owner_get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3569514022, "return_value": { "type": "Shape3D" }, @@ -59646,8 +63488,9 @@ "name": "shape_owner_get_shape_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -59669,8 +63512,9 @@ "name": "shape_owner_remove_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "owner_id", @@ -59688,8 +63532,9 @@ "name": "shape_owner_clear_shapes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "owner_id", @@ -59702,8 +63547,9 @@ "name": "shape_find_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint32" @@ -59718,12 +63564,6 @@ } ], "signals": [ - { - "name": "mouse_exited" - }, - { - "name": "mouse_entered" - }, { "name": "input_event", "arguments": [ @@ -59748,6 +63588,12 @@ "type": "int" } ] + }, + { + "name": "mouse_entered" + }, + { + "name": "mouse_exited" } ], "properties": [ @@ -59797,6 +63643,7 @@ "enums": [ { "name": "BuildMode", + "is_bitfield": false, "values": [ { "name": "BUILD_SOLIDS", @@ -59814,8 +63661,9 @@ "name": "set_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "polygon", @@ -59827,8 +63675,9 @@ "name": "get_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -59837,8 +63686,9 @@ "name": "set_build_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2780803135, "arguments": [ { "name": "build_mode", @@ -59850,8 +63700,9 @@ "name": "get_build_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3044948800, "return_value": { "type": "enum::CollisionPolygon2D.BuildMode" } @@ -59860,8 +63711,9 @@ "name": "set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disabled", @@ -59873,8 +63725,9 @@ "name": "is_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -59883,8 +63736,9 @@ "name": "set_one_way_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -59896,8 +63750,9 @@ "name": "is_one_way_collision_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -59906,8 +63761,9 @@ "name": "set_one_way_collision_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -59920,8 +63776,9 @@ "name": "get_one_way_collision_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -59977,8 +63834,9 @@ "name": "set_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "depth", @@ -59991,8 +63849,9 @@ "name": "get_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -60002,8 +63861,9 @@ "name": "set_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "polygon", @@ -60015,8 +63875,9 @@ "name": "get_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -60025,8 +63886,9 @@ "name": "set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disabled", @@ -60038,8 +63900,9 @@ "name": "is_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -60048,8 +63911,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -60062,8 +63926,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -60112,8 +63977,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 428895701, "arguments": [ { "name": "shape", @@ -60125,8 +63991,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1093582747, "return_value": { "type": "Shape2D" } @@ -60135,8 +64002,9 @@ "name": "set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disabled", @@ -60148,8 +64016,9 @@ "name": "is_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -60158,8 +64027,9 @@ "name": "set_one_way_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -60171,8 +64041,9 @@ "name": "is_one_way_collision_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -60181,8 +64052,9 @@ "name": "set_one_way_collision_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -60195,8 +64067,9 @@ "name": "get_one_way_collision_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -60245,8 +64118,9 @@ "name": "resource_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 156439567, "arguments": [ { "name": "resource", @@ -60258,8 +64132,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 444626398, "arguments": [ { "name": "shape", @@ -60271,8 +64146,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2586532317, "return_value": { "type": "Shape3D" } @@ -60281,8 +64157,9 @@ "name": "set_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -60294,8 +64171,9 @@ "name": "is_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -60304,8 +64182,9 @@ "name": "make_convex_from_siblings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -60332,8 +64211,31 @@ "inherits": "BoxContainer", "api_type": "core", "enums": [ + { + "name": "ColorModeType", + "is_bitfield": false, + "values": [ + { + "name": "MODE_RGB", + "value": 0 + }, + { + "name": "MODE_HSV", + "value": 1 + }, + { + "name": "MODE_RAW", + "value": 2 + }, + { + "name": "MODE_OKHSL", + "value": 3 + } + ] + }, { "name": "PickerShapeType", + "is_bitfield": false, "values": [ { "name": "SHAPE_HSV_RECTANGLE", @@ -60346,6 +64248,10 @@ { "name": "SHAPE_VHS_CIRCLE", "value": 2 + }, + { + "name": "SHAPE_OKHSL_CIRCLE", + "value": 3 } ] } @@ -60355,8 +64261,9 @@ "name": "set_pick_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -60368,64 +64275,20 @@ "name": "get_pick_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } }, - { - "name": "set_hsv_mode", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "enabled", - "type": "bool" - } - ] - }, - { - "name": "is_hsv_mode", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "bool" - } - }, - { - "name": "set_raw_mode", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "enabled", - "type": "bool" - } - ] - }, - { - "name": "is_raw_mode", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "bool" - } - }, { "name": "set_deferred_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "mode", @@ -60437,18 +64300,45 @@ "name": "is_deferred_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, + { + "name": "set_color_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1579114136, + "arguments": [ + { + "name": "color_mode", + "type": "enum::ColorPicker.ColorModeType" + } + ] + }, + { + "name": "get_color_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 392907674, + "return_value": { + "type": "enum::ColorPicker.ColorModeType" + } + }, { "name": "set_edit_alpha", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "show", @@ -60460,8 +64350,9 @@ "name": "is_editing_alpha", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -60470,8 +64361,9 @@ "name": "set_presets_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -60483,8 +64375,9 @@ "name": "are_presets_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -60493,8 +64386,9 @@ "name": "set_presets_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -60506,8 +64400,9 @@ "name": "are_presets_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -60516,8 +64411,9 @@ "name": "add_preset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -60529,8 +64425,9 @@ "name": "erase_preset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -60542,8 +64439,9 @@ "name": "get_presets", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1139954409, "return_value": { "type": "PackedColorArray" } @@ -60552,11 +64450,12 @@ "name": "set_picker_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3981373861, "arguments": [ { - "name": "picker", + "name": "shape", "type": "enum::ColorPicker.PickerShapeType" } ] @@ -60565,8 +64464,9 @@ "name": "get_picker_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1143229889, "return_value": { "type": "enum::ColorPicker.PickerShapeType" } @@ -60574,7 +64474,7 @@ ], "signals": [ { - "name": "preset_removed", + "name": "color_changed", "arguments": [ { "name": "color", @@ -60592,7 +64492,7 @@ ] }, { - "name": "color_changed", + "name": "preset_removed", "arguments": [ { "name": "color", @@ -60617,17 +64517,10 @@ "index": -1 }, { - "type": "bool", - "name": "hsv_mode", - "setter": "set_hsv_mode", - "getter": "is_hsv_mode", - "index": -1 - }, - { - "type": "bool", - "name": "raw_mode", - "setter": "set_raw_mode", - "getter": "is_raw_mode", + "type": "int", + "name": "color_mode", + "setter": "set_color_mode", + "getter": "get_color_mode", "index": -1 }, { @@ -60671,8 +64564,9 @@ "name": "set_pick_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -60684,8 +64578,9 @@ "name": "get_pick_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -60694,8 +64589,9 @@ "name": "get_picker", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2124287311, "return_value": { "type": "ColorPicker" } @@ -60704,8 +64600,9 @@ "name": "get_popup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1258257896, "return_value": { "type": "PopupPanel" } @@ -60714,8 +64611,9 @@ "name": "set_edit_alpha", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "show", @@ -60727,20 +64625,15 @@ "name": "is_editing_alpha", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } } ], "signals": [ - { - "name": "picker_created" - }, - { - "name": "popup_closed" - }, { "name": "color_changed", "arguments": [ @@ -60749,6 +64642,12 @@ "type": "Color" } ] + }, + { + "name": "popup_closed" + }, + { + "name": "picker_created" } ], "properties": [ @@ -60779,8 +64678,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -60792,8 +64692,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -60834,8 +64735,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -60850,8 +64752,9 @@ "name": "get_load_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -60885,8 +64788,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -60901,8 +64805,9 @@ "name": "get_load_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -60929,8 +64834,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -60945,8 +64851,9 @@ "name": "get_load_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -60973,8 +64880,9 @@ "name": "set_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "segments", @@ -60986,8 +64894,9 @@ "name": "get_segments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -61014,8 +64923,9 @@ "name": "set_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2576592201, "arguments": [ { "name": "faces", @@ -61027,8 +64937,9 @@ "name": "get_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -61037,8 +64948,9 @@ "name": "set_backface_collision_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -61050,8 +64962,9 @@ "name": "is_backface_collision_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -61083,6 +64996,7 @@ "enums": [ { "name": "Param", + "is_bitfield": false, "values": [ { "name": "PARAM_SWING_SPAN", @@ -61116,8 +65030,9 @@ "name": "set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1062470226, "arguments": [ { "name": "param", @@ -61134,8 +65049,9 @@ "name": "get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2928790850, "return_value": { "type": "float", "meta": "float" @@ -61197,8 +65113,9 @@ "name": "set_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2504492430, "arguments": [ { "name": "section", @@ -61218,8 +65135,9 @@ "name": "get_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 89809366, "return_value": { "type": "Variant" }, @@ -61243,8 +65161,9 @@ "name": "has_section", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -61259,8 +65178,9 @@ "name": "has_section_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 820780508, "return_value": { "type": "bool" }, @@ -61279,8 +65199,9 @@ "name": "get_sections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -61289,8 +65210,9 @@ "name": "get_section_keys", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3535710766, "return_value": { "type": "PackedStringArray" }, @@ -61305,8 +65227,9 @@ "name": "erase_section", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "section", @@ -61318,8 +65241,9 @@ "name": "erase_section_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3186203200, "arguments": [ { "name": "section", @@ -61335,8 +65259,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -61351,8 +65276,9 @@ "name": "parse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -61367,8 +65293,9 @@ "name": "save", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -61383,8 +65310,9 @@ "name": "load_encrypted", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1295362614, "return_value": { "type": "enum::Error" }, @@ -61403,8 +65331,9 @@ "name": "load_encrypted_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -61423,8 +65352,9 @@ "name": "save_encrypted", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1295362614, "return_value": { "type": "enum::Error" }, @@ -61443,8 +65373,9 @@ "name": "save_encrypted_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -61463,8 +65394,9 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -61479,11 +65411,46 @@ "name": "get_cancel_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 42840791, "return_value": { "type": "Button" } + }, + { + "name": "set_cancel_button_text", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "arg0", + "type": "String" + } + ] + }, + { + "name": "get_cancel_button_text", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + } + ], + "properties": [ + { + "type": "String", + "name": "cancel_button_text", + "setter": "set_cancel_button_text", + "getter": "get_cancel_button_text", + "index": -1 } ] }, @@ -61507,6 +65474,7 @@ { "name": "_get_allowed_size_flags_horizontal", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -61516,6 +65484,7 @@ { "name": "_get_allowed_size_flags_vertical", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -61526,15 +65495,17 @@ "name": "queue_sort", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "fit_child_in_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 828890730, "arguments": [ { "name": "child", @@ -61601,21 +65572,9 @@ } ], "enums": [ - { - "name": "Anchor", - "values": [ - { - "name": "ANCHOR_BEGIN", - "value": 0 - }, - { - "name": "ANCHOR_END", - "value": 1 - } - ] - }, { "name": "FocusMode", + "is_bitfield": false, "values": [ { "name": "FOCUS_NONE", @@ -61631,121 +65590,9 @@ } ] }, - { - "name": "TextDirection", - "values": [ - { - "name": "TEXT_DIRECTION_INHERITED", - "value": 3 - }, - { - "name": "TEXT_DIRECTION_AUTO", - "value": 0 - }, - { - "name": "TEXT_DIRECTION_LTR", - "value": 1 - }, - { - "name": "TEXT_DIRECTION_RTL", - "value": 2 - } - ] - }, - { - "name": "LayoutPresetMode", - "values": [ - { - "name": "PRESET_MODE_MINSIZE", - "value": 0 - }, - { - "name": "PRESET_MODE_KEEP_WIDTH", - "value": 1 - }, - { - "name": "PRESET_MODE_KEEP_HEIGHT", - "value": 2 - }, - { - "name": "PRESET_MODE_KEEP_SIZE", - "value": 3 - } - ] - }, - { - "name": "StructuredTextParser", - "values": [ - { - "name": "STRUCTURED_TEXT_DEFAULT", - "value": 0 - }, - { - "name": "STRUCTURED_TEXT_URI", - "value": 1 - }, - { - "name": "STRUCTURED_TEXT_FILE", - "value": 2 - }, - { - "name": "STRUCTURED_TEXT_EMAIL", - "value": 3 - }, - { - "name": "STRUCTURED_TEXT_LIST", - "value": 4 - }, - { - "name": "STRUCTURED_TEXT_NONE", - "value": 5 - }, - { - "name": "STRUCTURED_TEXT_CUSTOM", - "value": 6 - } - ] - }, - { - "name": "LayoutDirection", - "values": [ - { - "name": "LAYOUT_DIRECTION_INHERITED", - "value": 0 - }, - { - "name": "LAYOUT_DIRECTION_LOCALE", - "value": 1 - }, - { - "name": "LAYOUT_DIRECTION_LTR", - "value": 2 - }, - { - "name": "LAYOUT_DIRECTION_RTL", - "value": 3 - } - ] - }, - { - "name": "MouseFilter", - "values": [ - { - "name": "MOUSE_FILTER_STOP", - "value": 0 - }, - { - "name": "MOUSE_FILTER_PASS", - "value": 1 - }, - { - "name": "MOUSE_FILTER_IGNORE", - "value": 2 - } - ] - }, { "name": "CursorShape", + "is_bitfield": false, "values": [ { "name": "CURSOR_ARROW", @@ -61817,54 +65664,9 @@ } ] }, - { - "name": "GrowDirection", - "values": [ - { - "name": "GROW_DIRECTION_BEGIN", - "value": 0 - }, - { - "name": "GROW_DIRECTION_END", - "value": 1 - }, - { - "name": "GROW_DIRECTION_BOTH", - "value": 2 - } - ] - }, - { - "name": "SizeFlags", - "values": [ - { - "name": "SIZE_SHRINK_BEGIN", - "value": 0 - }, - { - "name": "SIZE_FILL", - "value": 1 - }, - { - "name": "SIZE_EXPAND", - "value": 2 - }, - { - "name": "SIZE_EXPAND_FILL", - "value": 3 - }, - { - "name": "SIZE_SHRINK_CENTER", - "value": 4 - }, - { - "name": "SIZE_SHRINK_END", - "value": 8 - } - ] - }, { "name": "LayoutPreset", + "is_bitfield": false, "values": [ { "name": "PRESET_TOP_LEFT", @@ -61931,12 +65733,159 @@ "value": 15 } ] + }, + { + "name": "LayoutPresetMode", + "is_bitfield": false, + "values": [ + { + "name": "PRESET_MODE_MINSIZE", + "value": 0 + }, + { + "name": "PRESET_MODE_KEEP_WIDTH", + "value": 1 + }, + { + "name": "PRESET_MODE_KEEP_HEIGHT", + "value": 2 + }, + { + "name": "PRESET_MODE_KEEP_SIZE", + "value": 3 + } + ] + }, + { + "name": "SizeFlags", + "is_bitfield": false, + "values": [ + { + "name": "SIZE_SHRINK_BEGIN", + "value": 0 + }, + { + "name": "SIZE_FILL", + "value": 1 + }, + { + "name": "SIZE_EXPAND", + "value": 2 + }, + { + "name": "SIZE_EXPAND_FILL", + "value": 3 + }, + { + "name": "SIZE_SHRINK_CENTER", + "value": 4 + }, + { + "name": "SIZE_SHRINK_END", + "value": 8 + } + ] + }, + { + "name": "MouseFilter", + "is_bitfield": false, + "values": [ + { + "name": "MOUSE_FILTER_STOP", + "value": 0 + }, + { + "name": "MOUSE_FILTER_PASS", + "value": 1 + }, + { + "name": "MOUSE_FILTER_IGNORE", + "value": 2 + } + ] + }, + { + "name": "GrowDirection", + "is_bitfield": false, + "values": [ + { + "name": "GROW_DIRECTION_BEGIN", + "value": 0 + }, + { + "name": "GROW_DIRECTION_END", + "value": 1 + }, + { + "name": "GROW_DIRECTION_BOTH", + "value": 2 + } + ] + }, + { + "name": "Anchor", + "is_bitfield": false, + "values": [ + { + "name": "ANCHOR_BEGIN", + "value": 0 + }, + { + "name": "ANCHOR_END", + "value": 1 + } + ] + }, + { + "name": "LayoutDirection", + "is_bitfield": false, + "values": [ + { + "name": "LAYOUT_DIRECTION_INHERITED", + "value": 0 + }, + { + "name": "LAYOUT_DIRECTION_LOCALE", + "value": 1 + }, + { + "name": "LAYOUT_DIRECTION_LTR", + "value": 2 + }, + { + "name": "LAYOUT_DIRECTION_RTL", + "value": 3 + } + ] + }, + { + "name": "TextDirection", + "is_bitfield": false, + "values": [ + { + "name": "TEXT_DIRECTION_INHERITED", + "value": 3 + }, + { + "name": "TEXT_DIRECTION_AUTO", + "value": 0 + }, + { + "name": "TEXT_DIRECTION_LTR", + "value": 1 + }, + { + "name": "TEXT_DIRECTION_RTL", + "value": 2 + } + ] } ], "methods": [ { "name": "_has_point", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -61952,6 +65901,7 @@ { "name": "_structured_text_parser", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -61971,6 +65921,7 @@ { "name": "_get_minimum_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -61980,6 +65931,7 @@ { "name": "_get_drag_data", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -61995,6 +65947,7 @@ { "name": "_can_drop_data", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -62014,6 +65967,7 @@ { "name": "_drop_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -62030,6 +65984,7 @@ { "name": "_make_custom_tooltip", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -62045,6 +66000,7 @@ { "name": "_gui_input", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -62058,15 +66014,17 @@ "name": "accept_event", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_minimum_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62075,8 +66033,9 @@ "name": "get_combined_minimum_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62085,8 +66044,9 @@ "name": "set_anchors_preset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 509135270, "arguments": [ { "name": "preset", @@ -62103,8 +66063,9 @@ "name": "set_offsets_preset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2600550837, + "hash": 3651818904, "arguments": [ { "name": "preset", @@ -62127,8 +66088,9 @@ "name": "set_anchors_and_offsets_preset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2600550837, + "hash": 3651818904, "arguments": [ { "name": "preset", @@ -62151,8 +66113,9 @@ "name": "set_anchor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 2589937826, "arguments": [ { "name": "side", @@ -62179,8 +66142,9 @@ "name": "get_anchor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -62196,8 +66160,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4290182280, "arguments": [ { "name": "side", @@ -62214,8 +66179,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -62231,8 +66197,9 @@ "name": "set_anchor_and_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 4031722181, "arguments": [ { "name": "side", @@ -62259,8 +66226,9 @@ "name": "set_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -62272,8 +66240,9 @@ "name": "set_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -62285,8 +66254,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2436320129, "arguments": [ { "name": "position", @@ -62303,8 +66273,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2436320129, "arguments": [ { "name": "size", @@ -62321,15 +66292,17 @@ "name": "reset_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_custom_minimum_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -62341,8 +66314,9 @@ "name": "set_global_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2436320129, "arguments": [ { "name": "position", @@ -62359,8 +66333,9 @@ "name": "set_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -62373,8 +66348,9 @@ "name": "set_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "scale", @@ -62386,8 +66362,9 @@ "name": "set_pivot_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "pivot_offset", @@ -62399,8 +66376,9 @@ "name": "get_begin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62409,8 +66387,9 @@ "name": "get_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62419,8 +66398,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62429,8 +66409,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62439,8 +66420,9 @@ "name": "get_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -62450,8 +66432,9 @@ "name": "get_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62460,8 +66443,9 @@ "name": "get_pivot_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62470,8 +66454,9 @@ "name": "get_custom_minimum_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62480,8 +66465,9 @@ "name": "get_parent_area_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62490,8 +66476,20 @@ "name": "get_global_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, + "return_value": { + "type": "Vector2" + } + }, + { + "name": "get_screen_position", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -62500,8 +66498,9 @@ "name": "get_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -62510,8 +66509,9 @@ "name": "get_global_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -62520,8 +66520,9 @@ "name": "set_focus_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3232914922, "arguments": [ { "name": "mode", @@ -62533,8 +66534,9 @@ "name": "get_focus_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2132829277, "return_value": { "type": "enum::Control.FocusMode" } @@ -62543,8 +66545,9 @@ "name": "has_focus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -62553,22 +66556,25 @@ "name": "grab_focus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "release_focus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "find_prev_valid_focus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3772663784, "return_value": { "type": "Control" } @@ -62577,8 +66583,9 @@ "name": "find_next_valid_focus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3772663784, "return_value": { "type": "Control" } @@ -62587,8 +66594,9 @@ "name": "set_h_size_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "flags", @@ -62601,8 +66609,9 @@ "name": "get_h_size_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -62612,8 +66621,9 @@ "name": "set_stretch_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -62626,8 +66636,9 @@ "name": "get_stretch_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -62637,8 +66648,9 @@ "name": "set_v_size_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "flags", @@ -62651,8 +66663,9 @@ "name": "get_v_size_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -62662,8 +66675,9 @@ "name": "set_theme", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1346606836, "arguments": [ { "name": "theme", @@ -62675,8 +66689,9 @@ "name": "get_theme", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2590826324, "return_value": { "type": "Theme" } @@ -62685,8 +66700,9 @@ "name": "set_theme_type_variation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "theme_type", @@ -62698,8 +66714,9 @@ "name": "get_theme_type_variation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -62708,22 +66725,25 @@ "name": "begin_bulk_theme_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "end_bulk_theme_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_theme_icon_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 228514597, "arguments": [ { "name": "name", @@ -62739,8 +66759,9 @@ "name": "add_theme_stylebox_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2496584902, "arguments": [ { "name": "name", @@ -62756,8 +66777,9 @@ "name": "add_theme_font_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 724648807, "arguments": [ { "name": "name", @@ -62773,8 +66795,9 @@ "name": "add_theme_font_size_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 716947147, "arguments": [ { "name": "name", @@ -62791,8 +66814,9 @@ "name": "add_theme_color_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2548837685, "arguments": [ { "name": "name", @@ -62808,8 +66832,9 @@ "name": "add_theme_constant_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 716947147, "arguments": [ { "name": "name", @@ -62826,8 +66851,9 @@ "name": "remove_theme_icon_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -62839,8 +66865,9 @@ "name": "remove_theme_stylebox_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -62852,8 +66879,9 @@ "name": "remove_theme_font_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -62865,8 +66893,9 @@ "name": "remove_theme_font_size_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -62878,8 +66907,9 @@ "name": "remove_theme_color_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -62891,8 +66921,9 @@ "name": "remove_theme_constant_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -62904,8 +66935,9 @@ "name": "get_theme_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3472773686, "return_value": { "type": "Texture2D" }, @@ -62925,8 +66957,9 @@ "name": "get_theme_stylebox", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3103593239, "return_value": { "type": "StyleBox" }, @@ -62946,8 +66979,9 @@ "name": "get_theme_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1501783071, "return_value": { "type": "Font" }, @@ -62967,8 +67001,9 @@ "name": "get_theme_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3614025721, "return_value": { "type": "int", "meta": "int32" @@ -62989,8 +67024,9 @@ "name": "get_theme_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 355674179, "return_value": { "type": "Color" }, @@ -63010,8 +67046,9 @@ "name": "get_theme_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3614025721, "return_value": { "type": "int", "meta": "int32" @@ -63032,8 +67069,9 @@ "name": "has_theme_icon_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -63048,8 +67086,9 @@ "name": "has_theme_stylebox_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -63064,8 +67103,9 @@ "name": "has_theme_font_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -63080,8 +67120,9 @@ "name": "has_theme_font_size_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -63096,8 +67137,9 @@ "name": "has_theme_color_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -63112,8 +67154,9 @@ "name": "has_theme_constant_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -63128,8 +67171,9 @@ "name": "has_theme_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -63149,8 +67193,9 @@ "name": "has_theme_stylebox", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -63170,8 +67215,9 @@ "name": "has_theme_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -63191,8 +67237,9 @@ "name": "has_theme_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -63212,8 +67259,9 @@ "name": "has_theme_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -63233,8 +67281,9 @@ "name": "has_theme_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -63254,8 +67303,9 @@ "name": "get_theme_default_base_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -63265,8 +67315,9 @@ "name": "get_theme_default_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1041304650, "return_value": { "type": "Font" } @@ -63275,8 +67326,9 @@ "name": "get_theme_default_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -63286,8 +67338,9 @@ "name": "get_parent_control", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3772663784, "return_value": { "type": "Control" } @@ -63296,8 +67349,9 @@ "name": "set_h_grow_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2022385301, "arguments": [ { "name": "direction", @@ -63309,8 +67363,9 @@ "name": "get_h_grow_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3635610155, "return_value": { "type": "enum::Control.GrowDirection" } @@ -63319,8 +67374,9 @@ "name": "set_v_grow_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2022385301, "arguments": [ { "name": "direction", @@ -63332,8 +67388,9 @@ "name": "get_v_grow_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3635610155, "return_value": { "type": "enum::Control.GrowDirection" } @@ -63342,8 +67399,9 @@ "name": "set_tooltip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "tooltip", @@ -63355,8 +67413,9 @@ "name": "get_tooltip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2862547492, + "hash": 2895288280, "return_value": { "type": "String" }, @@ -63372,8 +67431,9 @@ "name": "set_default_cursor_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 217062046, "arguments": [ { "name": "shape", @@ -63385,8 +67445,9 @@ "name": "get_default_cursor_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2359535750, "return_value": { "type": "enum::Control.CursorShape" } @@ -63395,8 +67456,9 @@ "name": "get_cursor_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2862547492, + "hash": 1395773853, "return_value": { "type": "enum::Control.CursorShape" }, @@ -63412,8 +67474,9 @@ "name": "set_focus_neighbor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 135738787, "arguments": [ { "name": "side", @@ -63429,8 +67492,9 @@ "name": "get_focus_neighbor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3326801710, "return_value": { "type": "NodePath" }, @@ -63445,8 +67509,9 @@ "name": "set_focus_next", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "next", @@ -63458,8 +67523,9 @@ "name": "get_focus_next", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -63468,8 +67534,9 @@ "name": "set_focus_previous", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "previous", @@ -63481,8 +67548,9 @@ "name": "get_focus_previous", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -63491,8 +67559,9 @@ "name": "force_drag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3311071847, "arguments": [ { "name": "data", @@ -63508,8 +67577,9 @@ "name": "set_mouse_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3891156122, "arguments": [ { "name": "filter", @@ -63521,18 +67591,45 @@ "name": "get_mouse_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1572545674, "return_value": { "type": "enum::Control.MouseFilter" } }, + { + "name": "set_force_pass_scroll_events", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "force_pass_scroll_events", + "type": "bool" + } + ] + }, + { + "name": "is_force_pass_scroll_events", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_clip_contents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -63544,8 +67641,9 @@ "name": "is_clipping_contents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -63554,15 +67652,17 @@ "name": "grab_click_focus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_drag_forwarding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3934104001, "arguments": [ { "name": "target", @@ -63574,8 +67674,9 @@ "name": "set_drag_preview", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "control", @@ -63587,8 +67688,9 @@ "name": "is_drag_successful", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -63597,11 +67699,12 @@ "name": "warp_mouse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "to_position", + "name": "position", "type": "Vector2" } ] @@ -63610,15 +67713,17 @@ "name": "update_minimum_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_layout_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3310692370, "arguments": [ { "name": "direction", @@ -63630,8 +67735,9 @@ "name": "get_layout_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1546772008, "return_value": { "type": "enum::Control.LayoutDirection" } @@ -63640,8 +67746,9 @@ "name": "is_layout_rtl", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -63650,8 +67757,9 @@ "name": "set_auto_translate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -63663,8 +67771,9 @@ "name": "is_auto_translating", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -63672,10 +67781,7 @@ ], "signals": [ { - "name": "mouse_exited" - }, - { - "name": "theme_changed" + "name": "resized" }, { "name": "gui_input", @@ -63686,36 +67792,39 @@ } ] }, + { + "name": "mouse_entered" + }, + { + "name": "mouse_exited" + }, { "name": "focus_entered" }, { - "name": "resized" - }, - { - "name": "minimum_size_changed" - }, - { - "name": "mouse_entered" + "name": "focus_exited" }, { "name": "size_flags_changed" }, { - "name": "focus_exited" + "name": "minimum_size_changed" + }, + { + "name": "theme_changed" } ], "properties": [ { "type": "bool", - "name": "rect_clip_content", + "name": "clip_contents", "setter": "set_clip_contents", "getter": "is_clipping_contents", "index": -1 }, { "type": "Vector2", - "name": "rect_min_size", + "name": "custom_minimum_size", "setter": "set_custom_minimum_size", "getter": "get_custom_minimum_size", "index": -1 @@ -63813,42 +67922,42 @@ }, { "type": "Vector2", - "name": "rect_position", + "name": "size", + "setter": "_set_size", + "getter": "get_size", + "index": -1 + }, + { + "type": "Vector2", + "name": "position", "setter": "_set_position", "getter": "get_position", "index": -1 }, { "type": "Vector2", - "name": "rect_global_position", + "name": "global_position", "setter": "_set_global_position", "getter": "get_global_position", "index": -1 }, - { - "type": "Vector2", - "name": "rect_size", - "setter": "_set_size", - "getter": "get_size", - "index": -1 - }, { "type": "float", - "name": "rect_rotation", + "name": "rotation", "setter": "set_rotation", "getter": "get_rotation", "index": -1 }, { "type": "Vector2", - "name": "rect_scale", + "name": "scale", "setter": "set_scale", "getter": "get_scale", "index": -1 }, { "type": "Vector2", - "name": "rect_pivot_offset", + "name": "pivot_offset", "setter": "set_pivot_offset", "getter": "get_pivot_offset", "index": -1 @@ -63944,6 +68053,13 @@ "getter": "get_mouse_filter", "index": -1 }, + { + "type": "bool", + "name": "mouse_force_pass_scroll_events", + "setter": "set_force_pass_scroll_events", + "getter": "is_force_pass_scroll_events", + "index": -1 + }, { "type": "int", "name": "mouse_default_cursor_shape", @@ -63978,8 +68094,9 @@ "name": "set_point_cloud", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "point_cloud", @@ -63991,8 +68108,9 @@ "name": "set_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "points", @@ -64004,8 +68122,9 @@ "name": "get_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -64032,8 +68151,9 @@ "name": "set_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2576592201, "arguments": [ { "name": "points", @@ -64045,8 +68165,9 @@ "name": "get_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -64073,8 +68194,9 @@ "name": "generate_random_bytes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3676440825, "return_value": { "type": "PackedByteArray" }, @@ -64090,8 +68212,9 @@ "name": "generate_rsa", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2731620791, "return_value": { "type": "CryptoKey" }, @@ -64107,8 +68230,9 @@ "name": "generate_self_signed_certificate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1610309760, + "hash": 1201605066, "return_value": { "type": "X509Certificate" }, @@ -64138,8 +68262,9 @@ "name": "sign", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 4001154612, "return_value": { "type": "PackedByteArray" }, @@ -64162,8 +68287,9 @@ "name": "verify", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 694113037, "return_value": { "type": "bool" }, @@ -64190,8 +68316,9 @@ "name": "encrypt", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 319186222, "return_value": { "type": "PackedByteArray" }, @@ -64210,8 +68337,9 @@ "name": "decrypt", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 319186222, "return_value": { "type": "PackedByteArray" }, @@ -64230,8 +68358,9 @@ "name": "hmac_digest", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2529577372, "return_value": { "type": "PackedByteArray" }, @@ -64254,8 +68383,9 @@ "name": "constant_time_compare", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3368616191, "return_value": { "type": "bool" }, @@ -64283,8 +68413,9 @@ "name": "save", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 885841341, "return_value": { "type": "enum::Error" }, @@ -64304,8 +68435,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 885841341, "return_value": { "type": "enum::Error" }, @@ -64325,8 +68457,9 @@ "name": "is_public_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -64335,8 +68468,9 @@ "name": "save_to_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 32795936, "return_value": { "type": "String" }, @@ -64352,8 +68486,9 @@ "name": "load_from_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 885841341, "return_value": { "type": "enum::Error" }, @@ -64394,6 +68529,7 @@ "enums": [ { "name": "TangentMode", + "is_bitfield": false, "values": [ { "name": "TANGENT_FREE", @@ -64415,19 +68551,36 @@ "name": "get_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, + { + "name": "set_point_count", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "count", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "add_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1799894896, + "hash": 2766148617, "return_value": { "type": "int", "meta": "int32" @@ -64465,8 +68618,9 @@ "name": "remove_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -64479,15 +68633,17 @@ "name": "clear_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_point_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -64503,8 +68659,9 @@ "name": "set_point_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "index", @@ -64522,8 +68679,9 @@ "name": "set_point_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3780573764, "return_value": { "type": "int", "meta": "int32" @@ -64545,8 +68703,9 @@ "name": "interpolate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3919130443, "return_value": { "type": "float", "meta": "float" @@ -64563,8 +68722,9 @@ "name": "interpolate_baked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3919130443, "return_value": { "type": "float", "meta": "float" @@ -64581,8 +68741,9 @@ "name": "get_point_left_tangent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -64599,8 +68760,9 @@ "name": "get_point_right_tangent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -64617,8 +68779,9 @@ "name": "get_point_left_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 426950354, "return_value": { "type": "enum::Curve.TangentMode" }, @@ -64634,8 +68797,9 @@ "name": "get_point_right_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 426950354, "return_value": { "type": "enum::Curve.TangentMode" }, @@ -64651,8 +68815,9 @@ "name": "set_point_left_tangent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "index", @@ -64670,8 +68835,9 @@ "name": "set_point_right_tangent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "index", @@ -64689,8 +68855,9 @@ "name": "set_point_left_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1217242874, "arguments": [ { "name": "index", @@ -64707,8 +68874,9 @@ "name": "set_point_right_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1217242874, "arguments": [ { "name": "index", @@ -64725,8 +68893,9 @@ "name": "get_min_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -64736,8 +68905,9 @@ "name": "set_min_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "min", @@ -64750,8 +68920,9 @@ "name": "get_max_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -64761,8 +68932,9 @@ "name": "set_max_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max", @@ -64775,22 +68947,25 @@ "name": "clean_dupes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bake", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_bake_resolution", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -64800,8 +68975,9 @@ "name": "set_bake_resolution", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "resolution", @@ -64837,6 +69013,13 @@ "setter": "set_bake_resolution", "getter": "get_bake_resolution", "index": -1 + }, + { + "type": "Points,point_", + "name": "point_count", + "setter": "set_point_count", + "getter": "get_point_count", + "index": -1 } ] }, @@ -64851,19 +69034,36 @@ "name": "get_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, + { + "name": "set_point_count", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "count", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "add_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 38931906, + "hash": 2437345566, "arguments": [ { "name": "position", @@ -64891,8 +69091,9 @@ "name": "set_point_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "idx", @@ -64909,8 +69110,9 @@ "name": "get_point_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -64926,8 +69128,9 @@ "name": "set_point_in", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "idx", @@ -64944,8 +69147,9 @@ "name": "get_point_in", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -64961,8 +69165,9 @@ "name": "set_point_out", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "idx", @@ -64979,8 +69184,9 @@ "name": "get_point_out", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -64996,8 +69202,9 @@ "name": "remove_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -65010,15 +69217,17 @@ "name": "clear_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "interpolate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 26514310, "return_value": { "type": "Vector2" }, @@ -65039,8 +69248,9 @@ "name": "interpolatef", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3588506812, "return_value": { "type": "Vector2" }, @@ -65056,8 +69266,9 @@ "name": "set_bake_interval", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -65070,8 +69281,9 @@ "name": "get_bake_interval", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -65081,8 +69293,9 @@ "name": "get_baked_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -65092,8 +69305,9 @@ "name": "interpolate_baked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 674850128, "return_value": { "type": "Vector2" }, @@ -65114,8 +69328,9 @@ "name": "get_baked_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -65124,8 +69339,9 @@ "name": "get_closest_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2656412154, "return_value": { "type": "Vector2" }, @@ -65140,8 +69356,9 @@ "name": "get_closest_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2276447920, "return_value": { "type": "float", "meta": "float" @@ -65157,8 +69374,9 @@ "name": "tessellate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3957090367, + "hash": 1173120024, "return_value": { "type": "PackedVector2Array" }, @@ -65185,6 +69403,13 @@ "setter": "set_bake_interval", "getter": "get_bake_interval", "index": -1 + }, + { + "type": "Points,point_", + "name": "point_count", + "setter": "set_point_count", + "getter": "get_point_count", + "index": -1 } ] }, @@ -65199,19 +69424,36 @@ "name": "get_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, + { + "name": "set_point_count", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "count", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "add_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2635598008, + "hash": 3836314258, "arguments": [ { "name": "position", @@ -65239,8 +69481,9 @@ "name": "set_point_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "idx", @@ -65257,8 +69500,9 @@ "name": "get_point_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -65274,8 +69518,9 @@ "name": "set_point_tilt", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "idx", @@ -65293,8 +69538,9 @@ "name": "get_point_tilt", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -65311,8 +69557,9 @@ "name": "set_point_in", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "idx", @@ -65329,8 +69576,9 @@ "name": "get_point_in", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -65346,8 +69594,9 @@ "name": "set_point_out", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "idx", @@ -65364,8 +69613,9 @@ "name": "get_point_out", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -65381,8 +69631,9 @@ "name": "remove_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -65395,15 +69646,17 @@ "name": "clear_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "interpolate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3285246857, "return_value": { "type": "Vector3" }, @@ -65424,8 +69677,9 @@ "name": "interpolatef", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2553580215, "return_value": { "type": "Vector3" }, @@ -65441,8 +69695,9 @@ "name": "set_bake_interval", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -65455,8 +69710,9 @@ "name": "get_bake_interval", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -65466,8 +69722,9 @@ "name": "set_up_vector_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -65479,8 +69736,9 @@ "name": "is_up_vector_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -65489,8 +69747,9 @@ "name": "get_baked_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -65500,8 +69759,9 @@ "name": "interpolate_baked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1362627031, "return_value": { "type": "Vector3" }, @@ -65522,8 +69782,9 @@ "name": "interpolate_baked_up_vector", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1362627031, "return_value": { "type": "Vector3" }, @@ -65544,8 +69805,9 @@ "name": "get_baked_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -65554,8 +69816,9 @@ "name": "get_baked_tilts", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2362200018, "return_value": { "type": "PackedFloat32Array" } @@ -65564,8 +69827,9 @@ "name": "get_baked_up_vectors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -65574,8 +69838,9 @@ "name": "get_closest_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 192990374, "return_value": { "type": "Vector3" }, @@ -65590,8 +69855,9 @@ "name": "get_closest_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1109078154, "return_value": { "type": "float", "meta": "float" @@ -65607,8 +69873,9 @@ "name": "tessellate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3957090367, + "hash": 1013622073, "return_value": { "type": "PackedVector3Array" }, @@ -65636,6 +69903,13 @@ "getter": "get_bake_interval", "index": -1 }, + { + "type": "Points,point_", + "name": "point_count", + "setter": "set_point_count", + "getter": "get_point_count", + "index": -1 + }, { "type": "bool", "name": "up_vector_enabled", @@ -65654,6 +69928,7 @@ "enums": [ { "name": "TextureMode", + "is_bitfield": false, "values": [ { "name": "TEXTURE_MODE_RGB", @@ -65671,8 +69946,9 @@ "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -65685,8 +69961,9 @@ "name": "set_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "curve", @@ -65698,8 +69975,9 @@ "name": "get_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -65708,8 +69986,9 @@ "name": "set_texture_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1321955367, "arguments": [ { "name": "texture_mode", @@ -65721,8 +70000,9 @@ "name": "get_texture_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 715756376, "return_value": { "type": "enum::CurveTexture.TextureMode" } @@ -65763,8 +70043,9 @@ "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -65777,8 +70058,9 @@ "name": "set_curve_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "curve", @@ -65790,8 +70072,9 @@ "name": "get_curve_x", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -65800,8 +70083,9 @@ "name": "set_curve_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "curve", @@ -65813,8 +70097,9 @@ "name": "get_curve_y", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -65823,8 +70108,9 @@ "name": "set_curve_z", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "curve", @@ -65836,8 +70122,9 @@ "name": "get_curve_z", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -65885,8 +70172,9 @@ "name": "set_top_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -65899,8 +70187,9 @@ "name": "get_top_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -65910,8 +70199,9 @@ "name": "set_bottom_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -65924,8 +70214,9 @@ "name": "get_bottom_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -65935,8 +70226,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -65949,8 +70241,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -65960,8 +70253,9 @@ "name": "set_radial_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "segments", @@ -65974,8 +70268,9 @@ "name": "get_radial_segments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -65985,8 +70280,9 @@ "name": "set_rings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "rings", @@ -65999,12 +70295,63 @@ "name": "get_rings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } + }, + { + "name": "set_cap_top", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "cap_top", + "type": "bool" + } + ] + }, + { + "name": "is_cap_top", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_cap_bottom", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "cap_bottom", + "type": "bool" + } + ] + }, + { + "name": "is_cap_bottom", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } } ], "properties": [ @@ -66042,6 +70389,20 @@ "setter": "set_rings", "getter": "get_rings", "index": -1 + }, + { + "type": "bool", + "name": "cap_top", + "setter": "set_cap_top", + "getter": "is_cap_top", + "index": -1 + }, + { + "type": "bool", + "name": "cap_bottom", + "setter": "set_cap_bottom", + "getter": "is_cap_bottom", + "index": -1 } ] }, @@ -66056,8 +70417,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -66070,8 +70432,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66081,8 +70444,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -66095,8 +70459,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66106,16 +70471,16 @@ "properties": [ { "type": "float", - "name": "radius", - "setter": "set_radius", - "getter": "get_radius", + "name": "height", + "setter": "set_height", + "getter": "get_height", "index": -1 }, { "type": "float", - "name": "height", - "setter": "set_height", - "getter": "get_height", + "name": "radius", + "setter": "set_radius", + "getter": "get_radius", "index": -1 } ] @@ -66131,8 +70496,9 @@ "name": "setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 1601514296, "return_value": { "type": "enum::Error" }, @@ -66156,8 +70522,9 @@ "name": "take_connection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3011451359, "return_value": { "type": "PacketPeerDTLS" }, @@ -66181,8 +70548,9 @@ "name": "set_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -66195,8 +70563,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66206,8 +70575,9 @@ "name": "set_rest_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "rest_length", @@ -66220,8 +70590,9 @@ "name": "get_rest_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66231,8 +70602,9 @@ "name": "set_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "stiffness", @@ -66245,8 +70617,9 @@ "name": "get_stiffness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66256,8 +70629,9 @@ "name": "set_damping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "damping", @@ -66270,8 +70644,9 @@ "name": "get_damping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66318,6 +70693,7 @@ "enums": [ { "name": "DecalTexture", + "is_bitfield": false, "values": [ { "name": "TEXTURE_ALBEDO", @@ -66347,8 +70723,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -66360,8 +70737,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -66370,8 +70748,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2238014261, "arguments": [ { "name": "type", @@ -66387,8 +70766,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4238623002, "return_value": { "type": "Texture2D" }, @@ -66403,8 +70783,9 @@ "name": "set_emission_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -66417,8 +70798,9 @@ "name": "get_emission_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66428,8 +70810,9 @@ "name": "set_albedo_mix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -66442,8 +70825,9 @@ "name": "get_albedo_mix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66453,8 +70837,9 @@ "name": "set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -66466,8 +70851,9 @@ "name": "get_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -66476,8 +70862,9 @@ "name": "set_upper_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fade", @@ -66490,8 +70877,9 @@ "name": "get_upper_fade", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66501,8 +70889,9 @@ "name": "set_lower_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fade", @@ -66515,8 +70904,9 @@ "name": "get_lower_fade", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66526,8 +70916,9 @@ "name": "set_normal_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fade", @@ -66540,8 +70931,9 @@ "name": "get_normal_fade", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66551,8 +70943,9 @@ "name": "set_enable_distance_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -66564,8 +70957,9 @@ "name": "is_distance_fade_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -66574,8 +70968,9 @@ "name": "set_distance_fade_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -66588,8 +70983,9 @@ "name": "get_distance_fade_begin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66599,8 +70995,9 @@ "name": "set_distance_fade_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -66613,8 +71010,9 @@ "name": "get_distance_fade_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66624,8 +71022,9 @@ "name": "set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -66638,8 +71037,9 @@ "name": "get_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -66765,8 +71165,9 @@ "name": "set_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pixels", @@ -66779,8 +71180,9 @@ "name": "get_max_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -66813,6 +71215,7 @@ "enums": [ { "name": "ShadowMode", + "is_bitfield": false, "values": [ { "name": "SHADOW_ORTHOGONAL", @@ -66827,6 +71230,24 @@ "value": 2 } ] + }, + { + "name": "SkyMode", + "is_bitfield": false, + "values": [ + { + "name": "SKY_MODE_LIGHT_AND_SKY", + "value": 0 + }, + { + "name": "SKY_MODE_LIGHT_ONLY", + "value": 1 + }, + { + "name": "SKY_MODE_SKY_ONLY", + "value": 2 + } + ] } ], "methods": [ @@ -66834,8 +71255,9 @@ "name": "set_shadow_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1261211726, "arguments": [ { "name": "mode", @@ -66847,8 +71269,9 @@ "name": "get_shadow_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2765228544, "return_value": { "type": "enum::DirectionalLight3D.ShadowMode" } @@ -66857,8 +71280,9 @@ "name": "set_blend_splits", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -66870,33 +71294,36 @@ "name": "is_blend_splits_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { - "name": "set_sky_only", + "name": "set_sky_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2691194817, "arguments": [ { - "name": "priority", - "type": "bool" + "name": "mode", + "type": "enum::DirectionalLight3D.SkyMode" } ] }, { - "name": "is_sky_only", + "name": "get_sky_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3819982774, "return_value": { - "type": "bool" + "type": "enum::DirectionalLight3D.SkyMode" } } ], @@ -66958,10 +71385,10 @@ "index": 15 }, { - "type": "bool", - "name": "use_in_sky_only", - "setter": "set_sky_only", - "getter": "is_sky_only", + "type": "int", + "name": "sky_mode", + "setter": "set_sky_mode", + "getter": "get_sky_mode", "index": -1 } ] @@ -66977,8 +71404,9 @@ "name": "open", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -66993,8 +71421,9 @@ "name": "list_dir_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1356729128, + "hash": 2018049411, "return_value": { "type": "enum::Error" } @@ -67003,8 +71432,9 @@ "name": "get_next", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -67013,8 +71443,9 @@ "name": "current_is_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -67023,15 +71454,17 @@ "name": "list_dir_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_files", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3851388692, "return_value": { "type": "PackedStringArray" } @@ -67040,8 +71473,9 @@ "name": "get_directories", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3851388692, "return_value": { "type": "PackedStringArray" } @@ -67050,8 +71484,9 @@ "name": "get_drive_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -67061,8 +71496,9 @@ "name": "get_drive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 990163283, "return_value": { "type": "String" }, @@ -67078,8 +71514,9 @@ "name": "get_current_drive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -67089,8 +71526,9 @@ "name": "change_dir", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -67105,8 +71543,9 @@ "name": "get_current_dir", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -67115,8 +71554,9 @@ "name": "make_dir", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -67131,8 +71571,9 @@ "name": "make_dir_recursive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -67147,8 +71588,9 @@ "name": "file_exists", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -67163,8 +71605,9 @@ "name": "dir_exists", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -67179,8 +71622,9 @@ "name": "get_space_left", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint64" @@ -67190,8 +71634,9 @@ "name": "copy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -67210,8 +71655,9 @@ "name": "rename", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -67230,8 +71676,9 @@ "name": "remove", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -67246,8 +71693,9 @@ "name": "set_include_navigational", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -67259,8 +71707,9 @@ "name": "get_include_navigational", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -67269,8 +71718,9 @@ "name": "set_include_hidden", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -67282,8 +71732,9 @@ "name": "get_include_hidden", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -67327,41 +71778,9 @@ } ], "enums": [ - { - "name": "ScreenOrientation", - "values": [ - { - "name": "SCREEN_LANDSCAPE", - "value": 0 - }, - { - "name": "SCREEN_PORTRAIT", - "value": 1 - }, - { - "name": "SCREEN_REVERSE_LANDSCAPE", - "value": 2 - }, - { - "name": "SCREEN_REVERSE_PORTRAIT", - "value": 3 - }, - { - "name": "SCREEN_SENSOR_LANDSCAPE", - "value": 4 - }, - { - "name": "SCREEN_SENSOR_PORTRAIT", - "value": 5 - }, - { - "name": "SCREEN_SENSOR", - "value": 6 - } - ] - }, { "name": "Feature", + "is_bitfield": false, "values": [ { "name": "FEATURE_GLOBAL_MENU", @@ -67434,86 +71853,16 @@ { "name": "FEATURE_CLIPBOARD_PRIMARY", "value": 18 - } - ] - }, - { - "name": "WindowFlags", - "values": [ - { - "name": "WINDOW_FLAG_RESIZE_DISABLED", - "value": 0 }, { - "name": "WINDOW_FLAG_BORDERLESS", - "value": 1 - }, - { - "name": "WINDOW_FLAG_ALWAYS_ON_TOP", - "value": 2 - }, - { - "name": "WINDOW_FLAG_TRANSPARENT", - "value": 3 - }, - { - "name": "WINDOW_FLAG_NO_FOCUS", - "value": 4 - }, - { - "name": "WINDOW_FLAG_POPUP", - "value": 5 - }, - { - "name": "WINDOW_FLAG_MAX", - "value": 6 - } - ] - }, - { - "name": "WindowMode", - "values": [ - { - "name": "WINDOW_MODE_WINDOWED", - "value": 0 - }, - { - "name": "WINDOW_MODE_MINIMIZED", - "value": 1 - }, - { - "name": "WINDOW_MODE_MAXIMIZED", - "value": 2 - }, - { - "name": "WINDOW_MODE_FULLSCREEN", - "value": 3 - }, - { - "name": "WINDOW_MODE_EXCLUSIVE_FULLSCREEN", - "value": 4 - } - ] - }, - { - "name": "HandleType", - "values": [ - { - "name": "DISPLAY_HANDLE", - "value": 0 - }, - { - "name": "WINDOW_HANDLE", - "value": 1 - }, - { - "name": "WINDOW_VIEW", - "value": 2 + "name": "FEATURE_TEXT_TO_SPEECH", + "value": 19 } ] }, { "name": "MouseMode", + "is_bitfield": false, "values": [ { "name": "MOUSE_MODE_VISIBLE", @@ -67537,8 +71886,43 @@ } ] }, + { + "name": "ScreenOrientation", + "is_bitfield": false, + "values": [ + { + "name": "SCREEN_LANDSCAPE", + "value": 0 + }, + { + "name": "SCREEN_PORTRAIT", + "value": 1 + }, + { + "name": "SCREEN_REVERSE_LANDSCAPE", + "value": 2 + }, + { + "name": "SCREEN_REVERSE_PORTRAIT", + "value": 3 + }, + { + "name": "SCREEN_SENSOR_LANDSCAPE", + "value": 4 + }, + { + "name": "SCREEN_SENSOR_PORTRAIT", + "value": 5 + }, + { + "name": "SCREEN_SENSOR", + "value": 6 + } + ] + }, { "name": "CursorShape", + "is_bitfield": false, "values": [ { "name": "CURSOR_ARROW", @@ -67615,28 +71999,68 @@ ] }, { - "name": "VSyncMode", + "name": "WindowMode", + "is_bitfield": false, "values": [ { - "name": "VSYNC_DISABLED", + "name": "WINDOW_MODE_WINDOWED", "value": 0 }, { - "name": "VSYNC_ENABLED", + "name": "WINDOW_MODE_MINIMIZED", "value": 1 }, { - "name": "VSYNC_ADAPTIVE", + "name": "WINDOW_MODE_MAXIMIZED", "value": 2 }, { - "name": "VSYNC_MAILBOX", + "name": "WINDOW_MODE_FULLSCREEN", "value": 3 + }, + { + "name": "WINDOW_MODE_EXCLUSIVE_FULLSCREEN", + "value": 4 + } + ] + }, + { + "name": "WindowFlags", + "is_bitfield": false, + "values": [ + { + "name": "WINDOW_FLAG_RESIZE_DISABLED", + "value": 0 + }, + { + "name": "WINDOW_FLAG_BORDERLESS", + "value": 1 + }, + { + "name": "WINDOW_FLAG_ALWAYS_ON_TOP", + "value": 2 + }, + { + "name": "WINDOW_FLAG_TRANSPARENT", + "value": 3 + }, + { + "name": "WINDOW_FLAG_NO_FOCUS", + "value": 4 + }, + { + "name": "WINDOW_FLAG_POPUP", + "value": 5 + }, + { + "name": "WINDOW_FLAG_MAX", + "value": 6 } ] }, { "name": "WindowEvent", + "is_bitfield": false, "values": [ { "name": "WINDOW_EVENT_MOUSE_ENTER", @@ -67667,6 +72091,68 @@ "value": 6 } ] + }, + { + "name": "VSyncMode", + "is_bitfield": false, + "values": [ + { + "name": "VSYNC_DISABLED", + "value": 0 + }, + { + "name": "VSYNC_ENABLED", + "value": 1 + }, + { + "name": "VSYNC_ADAPTIVE", + "value": 2 + }, + { + "name": "VSYNC_MAILBOX", + "value": 3 + } + ] + }, + { + "name": "HandleType", + "is_bitfield": false, + "values": [ + { + "name": "DISPLAY_HANDLE", + "value": 0 + }, + { + "name": "WINDOW_HANDLE", + "value": 1 + }, + { + "name": "WINDOW_VIEW", + "value": 2 + } + ] + }, + { + "name": "TTSUtteranceEvent", + "is_bitfield": false, + "values": [ + { + "name": "TTS_UTTERANCE_STARTED", + "value": 0 + }, + { + "name": "TTS_UTTERANCE_ENDED", + "value": 1 + }, + { + "name": "TTS_UTTERANCE_CANCELED", + "value": 2 + }, + { + "name": "TTS_UTTERANCE_BOUNDARY", + "value": 3 + } + ] } ], "methods": [ @@ -67674,8 +72160,9 @@ "name": "has_feature", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 334065950, "return_value": { "type": "bool" }, @@ -67690,8 +72177,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -67700,8 +72188,9 @@ "name": "global_menu_add_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1890282000, "arguments": [ { "name": "menu_root", @@ -67713,12 +72202,24 @@ }, { "name": "callback", - "type": "Callable" + "type": "Callable", + "default_value": "" }, { "name": "tag", "type": "Variant", "default_value": "null" + }, + { + "name": "accelerator", + "type": "enum::Key", + "default_value": "0" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" } ] }, @@ -67726,8 +72227,9 @@ "name": "global_menu_add_check_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1890282000, "arguments": [ { "name": "menu_root", @@ -67739,12 +72241,241 @@ }, { "name": "callback", - "type": "Callable" + "type": "Callable", + "default_value": "" }, { "name": "tag", "type": "Variant", "default_value": "null" + }, + { + "name": "accelerator", + "type": "enum::Key", + "default_value": "0" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" + } + ] + }, + { + "name": "global_menu_add_icon_item", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 390844000, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "icon", + "type": "Texture2D" + }, + { + "name": "label", + "type": "String" + }, + { + "name": "callback", + "type": "Callable", + "default_value": "" + }, + { + "name": "tag", + "type": "Variant", + "default_value": "null" + }, + { + "name": "accelerator", + "type": "enum::Key", + "default_value": "0" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" + } + ] + }, + { + "name": "global_menu_add_icon_check_item", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 390844000, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "icon", + "type": "Texture2D" + }, + { + "name": "label", + "type": "String" + }, + { + "name": "callback", + "type": "Callable", + "default_value": "" + }, + { + "name": "tag", + "type": "Variant", + "default_value": "null" + }, + { + "name": "accelerator", + "type": "enum::Key", + "default_value": "0" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" + } + ] + }, + { + "name": "global_menu_add_radio_check_item", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1890282000, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "label", + "type": "String" + }, + { + "name": "callback", + "type": "Callable", + "default_value": "" + }, + { + "name": "tag", + "type": "Variant", + "default_value": "null" + }, + { + "name": "accelerator", + "type": "enum::Key", + "default_value": "0" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" + } + ] + }, + { + "name": "global_menu_add_icon_radio_check_item", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 390844000, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "icon", + "type": "Texture2D" + }, + { + "name": "label", + "type": "String" + }, + { + "name": "callback", + "type": "Callable", + "default_value": "" + }, + { + "name": "tag", + "type": "Variant", + "default_value": "null" + }, + { + "name": "accelerator", + "type": "enum::Key", + "default_value": "0" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" + } + ] + }, + { + "name": "global_menu_add_multistate_item", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2921387644, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "labe", + "type": "String" + }, + { + "name": "max_states", + "type": "int", + "meta": "int32" + }, + { + "name": "default_state", + "type": "int", + "meta": "int32" + }, + { + "name": "callback", + "type": "Callable", + "default_value": "" + }, + { + "name": "tag", + "type": "Variant", + "default_value": "null" + }, + { + "name": "accelerator", + "type": "enum::Key", + "default_value": "0" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" } ] }, @@ -67752,8 +72483,9 @@ "name": "global_menu_add_submenu_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 20262338, "arguments": [ { "name": "menu_root", @@ -67766,6 +72498,12 @@ { "name": "submenu", "type": "String" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" } ] }, @@ -67773,12 +72511,63 @@ "name": "global_menu_add_separator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3043792800, "arguments": [ { "name": "menu_root", "type": "String" + }, + { + "name": "index", + "type": "int", + "meta": "int32", + "default_value": "-1" + } + ] + }, + { + "name": "global_menu_get_item_index_from_text", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2878152881, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "text", + "type": "String" + } + ] + }, + { + "name": "global_menu_get_item_index_from_tag", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2941063483, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "tag", + "type": "Variant" } ] }, @@ -67786,8 +72575,9 @@ "name": "global_menu_is_item_checked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3511468594, "return_value": { "type": "bool" }, @@ -67807,8 +72597,31 @@ "name": "global_menu_is_item_checkable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3511468594, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_is_item_radio_checkable", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3511468594, "return_value": { "type": "bool" }, @@ -67826,10 +72639,11 @@ }, { "name": "global_menu_get_item_callback", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2674204112, "return_value": { "type": "Callable" }, @@ -67847,10 +72661,11 @@ }, { "name": "global_menu_get_item_tag", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 330672633, "return_value": { "type": "Variant" }, @@ -67868,10 +72683,11 @@ }, { "name": "global_menu_get_item_text", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 591067909, "return_value": { "type": "String" }, @@ -67889,10 +72705,11 @@ }, { "name": "global_menu_get_item_submenu", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 591067909, "return_value": { "type": "String" }, @@ -67908,12 +72725,147 @@ } ] }, + { + "name": "global_menu_get_item_accelerator", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 936065394, + "return_value": { + "type": "enum::Key" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_is_item_disabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3511468594, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_get_item_tooltip", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 591067909, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_get_item_state", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3422818498, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_get_item_max_states", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3422818498, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_get_item_icon", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1157795782, + "return_value": { + "type": "Texture2D" + }, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "global_menu_set_item_checked", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4108344793, "arguments": [ { "name": "menu_root", @@ -67934,8 +72886,32 @@ "name": "global_menu_set_item_checkable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4108344793, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "checkable", + "type": "bool" + } + ] + }, + { + "name": "global_menu_set_item_radio_checkable", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4108344793, "arguments": [ { "name": "menu_root", @@ -67956,8 +72932,9 @@ "name": "global_menu_set_item_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4168587729, "arguments": [ { "name": "menu_root", @@ -67978,8 +72955,9 @@ "name": "global_menu_set_item_tag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 453659863, "arguments": [ { "name": "menu_root", @@ -68000,8 +72978,9 @@ "name": "global_menu_set_item_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 965966136, "arguments": [ { "name": "menu_root", @@ -68022,8 +73001,9 @@ "name": "global_menu_set_item_submenu", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 965966136, "arguments": [ { "name": "menu_root", @@ -68040,12 +73020,153 @@ } ] }, + { + "name": "global_menu_set_item_accelerator", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 566943293, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "keycode", + "type": "enum::Key" + } + ] + }, + { + "name": "global_menu_set_item_disabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4108344793, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "global_menu_set_item_tooltip", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 965966136, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "tooltip", + "type": "String" + } + ] + }, + { + "name": "global_menu_set_item_state", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3474840532, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "state", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_set_item_max_states", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3474840532, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "max_states", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "global_menu_set_item_icon", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1950158547, + "arguments": [ + { + "name": "menu_root", + "type": "String" + }, + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "icon", + "type": "Texture2D" + } + ] + }, { "name": "global_menu_remove_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2956805083, "arguments": [ { "name": "menu_root", @@ -68062,8 +73183,9 @@ "name": "global_menu_clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "menu_root", @@ -68071,12 +73193,152 @@ } ] }, + { + "name": "tts_is_speaking", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "tts_is_paused", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "tts_get_voices", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + }, + { + "name": "tts_get_voices_for_language", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3535710766, + "return_value": { + "type": "PackedStringArray" + }, + "arguments": [ + { + "name": "language", + "type": "String" + } + ] + }, + { + "name": "tts_speak", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3723082199, + "arguments": [ + { + "name": "text", + "type": "String" + }, + { + "name": "voice", + "type": "String" + }, + { + "name": "volume", + "type": "int", + "meta": "int32", + "default_value": "50" + }, + { + "name": "pitch", + "type": "float", + "meta": "float", + "default_value": "1.0" + }, + { + "name": "rate", + "type": "float", + "meta": "float", + "default_value": "1.0" + }, + { + "name": "utterance_id", + "type": "int", + "meta": "int32", + "default_value": "0" + }, + { + "name": "interrupt", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "tts_pause", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, + { + "name": "tts_resume", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, + { + "name": "tts_stop", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, + { + "name": "tts_set_utterance_callback", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3673871533, + "arguments": [ + { + "name": "event", + "type": "enum::DisplayServer.TTSUtteranceEvent" + }, + { + "name": "callable", + "type": "Callable" + } + ] + }, { "name": "mouse_set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 348288463, "arguments": [ { "name": "mouse_mode", @@ -68088,18 +73350,20 @@ "name": "mouse_get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1353961651, "return_value": { "type": "enum::DisplayServer.MouseMode" } }, { - "name": "mouse_warp_to_position", + "name": "warp_mouse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "position", @@ -68111,8 +73375,9 @@ "name": "mouse_get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -68121,8 +73386,9 @@ "name": "mouse_get_button_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1132662608, "return_value": { "type": "enum::MouseButton" } @@ -68131,8 +73397,9 @@ "name": "clipboard_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "clipboard", @@ -68144,8 +73411,9 @@ "name": "clipboard_get", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -68154,8 +73422,9 @@ "name": "clipboard_has", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -68164,8 +73433,9 @@ "name": "clipboard_set_primary", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "clipboard_primary", @@ -68177,18 +73447,42 @@ "name": "clipboard_get_primary", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } }, + { + "name": "get_display_cutouts", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + }, + { + "name": "get_display_safe_area", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 410525958, + "return_value": { + "type": "Rect2i" + } + }, { "name": "get_screen_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -68198,8 +73492,9 @@ "name": "screen_get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 1725937825, "return_value": { "type": "Vector2i" }, @@ -68216,8 +73511,9 @@ "name": "screen_get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 1725937825, "return_value": { "type": "Vector2i" }, @@ -68234,8 +73530,9 @@ "name": "screen_get_usable_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 2439012528, "return_value": { "type": "Rect2i" }, @@ -68252,8 +73549,9 @@ "name": "screen_get_dpi", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 181039630, "return_value": { "type": "int", "meta": "int32" @@ -68271,8 +73569,9 @@ "name": "screen_get_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 909105437, "return_value": { "type": "float", "meta": "float" @@ -68290,8 +73589,9 @@ "name": "screen_is_touchscreen", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 2824505868, "return_value": { "type": "bool" }, @@ -68308,8 +73608,9 @@ "name": "screen_get_max_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -68319,8 +73620,9 @@ "name": "screen_get_refresh_rate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 909105437, "return_value": { "type": "float", "meta": "float" @@ -68338,8 +73640,9 @@ "name": "screen_set_orientation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2629526904, "arguments": [ { "name": "orientation", @@ -68357,8 +73660,9 @@ "name": "screen_get_orientation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 133818562, "return_value": { "type": "enum::DisplayServer.ScreenOrientation" }, @@ -68375,8 +73679,9 @@ "name": "screen_set_keep_on", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -68388,8 +73693,9 @@ "name": "screen_is_kept_on", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -68398,8 +73704,9 @@ "name": "get_window_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -68408,8 +73715,9 @@ "name": "get_window_at_screen_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -68425,8 +73733,9 @@ "name": "create_sub_window", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971275, + "hash": 1993979852, "return_value": { "type": "int", "meta": "int32" @@ -68456,8 +73765,9 @@ "name": "delete_sub_window", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "window_id", @@ -68470,8 +73780,9 @@ "name": "window_get_native_handle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2709193271, "return_value": { "type": "int", "meta": "int64" @@ -68493,8 +73804,9 @@ "name": "window_get_active_popup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -68504,8 +73816,9 @@ "name": "window_set_popup_safe_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3317281434, "arguments": [ { "name": "window", @@ -68522,8 +73835,9 @@ "name": "window_get_popup_safe_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2161169500, "return_value": { "type": "Rect2i" }, @@ -68539,8 +73853,9 @@ "name": "window_set_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3043792800, "arguments": [ { "name": "title", @@ -68558,8 +73873,9 @@ "name": "window_set_mouse_passthrough", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1169200938, "arguments": [ { "name": "region", @@ -68577,8 +73893,9 @@ "name": "window_get_current_screen", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "int32" @@ -68596,8 +73913,9 @@ "name": "window_set_current_screen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3023605688, "arguments": [ { "name": "screen", @@ -68616,8 +73934,9 @@ "name": "window_get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 763922886, "return_value": { "type": "Vector2i" }, @@ -68634,8 +73953,9 @@ "name": "window_set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3614040015, "arguments": [ { "name": "position", @@ -68653,8 +73973,9 @@ "name": "window_get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 763922886, "return_value": { "type": "Vector2i" }, @@ -68671,8 +73992,9 @@ "name": "window_set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3614040015, "arguments": [ { "name": "size", @@ -68690,8 +74012,9 @@ "name": "window_set_rect_changed_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3818401521, "arguments": [ { "name": "callback", @@ -68709,8 +74032,9 @@ "name": "window_set_window_event_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3818401521, "arguments": [ { "name": "callback", @@ -68728,8 +74052,9 @@ "name": "window_set_input_event_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3818401521, "arguments": [ { "name": "callback", @@ -68747,8 +74072,9 @@ "name": "window_set_input_text_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3818401521, "arguments": [ { "name": "callback", @@ -68766,8 +74092,9 @@ "name": "window_set_drop_files_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3818401521, "arguments": [ { "name": "callback", @@ -68785,8 +74112,9 @@ "name": "window_attach_instance_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3023605688, "arguments": [ { "name": "instance_id", @@ -68805,8 +74133,9 @@ "name": "window_get_attached_instance_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "uint64" @@ -68824,8 +74153,9 @@ "name": "window_get_max_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 763922886, "return_value": { "type": "Vector2i" }, @@ -68842,8 +74172,9 @@ "name": "window_set_max_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3614040015, "arguments": [ { "name": "max_size", @@ -68861,8 +74192,9 @@ "name": "window_get_min_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 763922886, "return_value": { "type": "Vector2i" }, @@ -68879,8 +74211,9 @@ "name": "window_set_min_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3614040015, "arguments": [ { "name": "min_size", @@ -68898,8 +74231,9 @@ "name": "window_get_real_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 763922886, "return_value": { "type": "Vector2i" }, @@ -68916,8 +74250,9 @@ "name": "window_get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 2185728461, "return_value": { "type": "enum::DisplayServer.WindowMode" }, @@ -68934,8 +74269,9 @@ "name": "window_set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2942569511, "arguments": [ { "name": "mode", @@ -68953,8 +74289,9 @@ "name": "window_set_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3971592565, "arguments": [ { "name": "flag", @@ -68976,8 +74313,9 @@ "name": "window_get_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2662949986, "return_value": { "type": "bool" }, @@ -68998,8 +74336,9 @@ "name": "window_request_attention", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 1995695955, "arguments": [ { "name": "window_id", @@ -69013,8 +74352,9 @@ "name": "window_move_to_foreground", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 1995695955, "arguments": [ { "name": "window_id", @@ -69028,8 +74368,9 @@ "name": "window_can_draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1051549951, "return_value": { "type": "bool" }, @@ -69046,8 +74387,9 @@ "name": "window_set_transient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "window_id", @@ -69065,8 +74407,9 @@ "name": "window_set_exclusive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "window_id", @@ -69083,8 +74426,9 @@ "name": "window_set_ime_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 450484987, "arguments": [ { "name": "active", @@ -69102,8 +74446,9 @@ "name": "window_set_ime_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3614040015, "arguments": [ { "name": "position", @@ -69121,8 +74466,9 @@ "name": "window_set_vsync_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1708924624, "arguments": [ { "name": "vsync_mode", @@ -69140,8 +74486,9 @@ "name": "window_get_vsync_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 578873795, "return_value": { "type": "enum::DisplayServer.VSyncMode" }, @@ -69158,8 +74505,9 @@ "name": "ime_get_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -69168,8 +74516,9 @@ "name": "ime_get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -69178,8 +74527,9 @@ "name": "virtual_keyboard_show", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1151322837, + "hash": 4231754459, "arguments": [ { "name": "existing_text", @@ -69219,15 +74569,17 @@ "name": "virtual_keyboard_hide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "virtual_keyboard_get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -69237,8 +74589,9 @@ "name": "cursor_set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2026291549, "arguments": [ { "name": "shape", @@ -69250,8 +74603,9 @@ "name": "cursor_get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1087724927, "return_value": { "type": "enum::DisplayServer.CursorShape" } @@ -69260,8 +74614,9 @@ "name": "cursor_set_custom_image", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2600550837, + "hash": 349263114, "arguments": [ { "name": "cursor", @@ -69283,8 +74638,9 @@ "name": "get_swap_cancel_ok", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -69293,8 +74649,9 @@ "name": "enable_for_stealing_focus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "process_id", @@ -69307,8 +74664,9 @@ "name": "dialog_show", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 3856751988, "return_value": { "type": "enum::Error" }, @@ -69335,8 +74693,9 @@ "name": "dialog_input_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 3352447392, "return_value": { "type": "enum::Error" }, @@ -69363,8 +74722,9 @@ "name": "keyboard_get_layout_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -69374,8 +74734,9 @@ "name": "keyboard_get_current_layout", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -69385,8 +74746,9 @@ "name": "keyboard_set_current_layout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -69399,8 +74761,9 @@ "name": "keyboard_get_layout_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -69416,8 +74779,9 @@ "name": "keyboard_get_layout_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -69433,8 +74797,9 @@ "name": "keyboard_get_keycode_from_physical", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3447613187, "return_value": { "type": "enum::Key" }, @@ -69449,22 +74814,25 @@ "name": "process_events", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "force_process_and_drop_events", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_native_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "filename", @@ -69476,8 +74844,9 @@ "name": "set_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 876597735, "arguments": [ { "name": "image", @@ -69489,8 +74858,9 @@ "name": "tablet_get_driver_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -69500,8 +74870,9 @@ "name": "tablet_get_driver_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -69517,8 +74888,9 @@ "name": "tablet_get_current_driver", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -69527,8 +74899,9 @@ "name": "tablet_set_current_driver", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -69545,8 +74918,35 @@ "inherits": "RefCounted", "api_type": "core", "enums": [ + { + "name": "CompressionMode", + "is_bitfield": false, + "values": [ + { + "name": "COMPRESS_NONE", + "value": 0 + }, + { + "name": "COMPRESS_RANGE_CODER", + "value": 1 + }, + { + "name": "COMPRESS_FASTLZ", + "value": 2 + }, + { + "name": "COMPRESS_ZLIB", + "value": 3 + }, + { + "name": "COMPRESS_ZSTD", + "value": 4 + } + ] + }, { "name": "EventType", + "is_bitfield": false, "values": [ { "name": "EVENT_ERROR", @@ -69572,6 +74972,7 @@ }, { "name": "HostStatistic", + "is_bitfield": false, "values": [ { "name": "HOST_TOTAL_SENT_DATA", @@ -69590,31 +74991,6 @@ "value": 3 } ] - }, - { - "name": "CompressionMode", - "values": [ - { - "name": "COMPRESS_NONE", - "value": 0 - }, - { - "name": "COMPRESS_RANGE_CODER", - "value": 1 - }, - { - "name": "COMPRESS_FASTLZ", - "value": 2 - }, - { - "name": "COMPRESS_ZLIB", - "value": 3 - }, - { - "name": "COMPRESS_ZSTD", - "value": 4 - } - ] } ], "methods": [ @@ -69622,8 +74998,9 @@ "name": "create_host_bound", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3777066231, + "hash": 866250949, "return_value": { "type": "enum::Error" }, @@ -69667,8 +75044,9 @@ "name": "create_host", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3286190379, + "hash": 117198950, "return_value": { "type": "enum::Error" }, @@ -69703,15 +75081,17 @@ "name": "destroy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "connect_to_host", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 724026399, "return_value": { "type": "ENetPacketPeer" }, @@ -69743,8 +75123,9 @@ "name": "service", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297011, + "hash": 588901875, "return_value": { "type": "Array" }, @@ -69761,15 +75142,17 @@ "name": "flush", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "bandwidth_limit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 747192287, + "hash": 2302169788, "arguments": [ { "name": "in_bandwidth", @@ -69789,8 +75172,9 @@ "name": "channel_limit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "limit", @@ -69803,8 +75187,9 @@ "name": "broadcast", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2096820277, "arguments": [ { "name": "channel", @@ -69826,8 +75211,9 @@ "name": "compress", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2660215187, "arguments": [ { "name": "mode", @@ -69839,8 +75225,9 @@ "name": "dtls_server_setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2902180250, "return_value": { "type": "enum::Error" }, @@ -69859,8 +75246,9 @@ "name": "dtls_client_setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 2763942705, "return_value": { "type": "enum::Error" }, @@ -69884,8 +75272,9 @@ "name": "refuse_new_connections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "refuse", @@ -69897,8 +75286,9 @@ "name": "pop_statistic", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2166904170, "return_value": { "type": "float", "meta": "double" @@ -69914,8 +75304,9 @@ "name": "get_max_channels", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -69925,8 +75316,9 @@ "name": "get_local_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -69936,8 +75328,9 @@ "name": "get_peers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -69955,8 +75348,9 @@ "name": "create_server", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 663665249, + "hash": 1616151701, "return_value": { "type": "enum::Error" }, @@ -69996,8 +75390,9 @@ "name": "create_client", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1208486950, + "hash": 920217784, "return_value": { "type": "enum::Error" }, @@ -70041,8 +75436,9 @@ "name": "create_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 844576869, "return_value": { "type": "enum::Error" }, @@ -70058,8 +75454,9 @@ "name": "add_mesh_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1511581550, "return_value": { "type": "enum::Error" }, @@ -70079,8 +75476,9 @@ "name": "close_connection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1814615277, + "hash": 2886164389, "arguments": [ { "name": "wait_usec", @@ -70094,8 +75492,9 @@ "name": "set_bind_ip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "ip", @@ -70107,8 +75506,9 @@ "name": "set_server_relay_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -70120,8 +75520,9 @@ "name": "is_server_relay_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -70130,8 +75531,9 @@ "name": "get_host", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1829090011, "return_value": { "type": "ENetConnection" } @@ -70140,8 +75542,9 @@ "name": "get_peer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3637151381, "return_value": { "type": "ENetPacketPeer" }, @@ -70200,8 +75603,55 @@ } ], "enums": [ + { + "name": "PeerState", + "is_bitfield": false, + "values": [ + { + "name": "STATE_DISCONNECTED", + "value": 0 + }, + { + "name": "STATE_CONNECTING", + "value": 1 + }, + { + "name": "STATE_ACKNOWLEDGING_CONNECT", + "value": 2 + }, + { + "name": "STATE_CONNECTION_PENDING", + "value": 3 + }, + { + "name": "STATE_CONNECTION_SUCCEEDED", + "value": 4 + }, + { + "name": "STATE_CONNECTED", + "value": 5 + }, + { + "name": "STATE_DISCONNECT_LATER", + "value": 6 + }, + { + "name": "STATE_DISCONNECTING", + "value": 7 + }, + { + "name": "STATE_ACKNOWLEDGING_DISCONNECT", + "value": 8 + }, + { + "name": "STATE_ZOMBIE", + "value": 9 + } + ] + }, { "name": "PeerStatistic", + "is_bitfield": false, "values": [ { "name": "PEER_PACKET_LOSS", @@ -70260,51 +75710,6 @@ "value": 13 } ] - }, - { - "name": "PeerState", - "values": [ - { - "name": "STATE_DISCONNECTED", - "value": 0 - }, - { - "name": "STATE_CONNECTING", - "value": 1 - }, - { - "name": "STATE_ACKNOWLEDGING_CONNECT", - "value": 2 - }, - { - "name": "STATE_CONNECTION_PENDING", - "value": 3 - }, - { - "name": "STATE_CONNECTION_SUCCEEDED", - "value": 4 - }, - { - "name": "STATE_CONNECTED", - "value": 5 - }, - { - "name": "STATE_DISCONNECT_LATER", - "value": 6 - }, - { - "name": "STATE_DISCONNECTING", - "value": 7 - }, - { - "name": "STATE_ACKNOWLEDGING_DISCONNECT", - "value": 8 - }, - { - "name": "STATE_ZOMBIE", - "value": 9 - } - ] } ], "methods": [ @@ -70312,8 +75717,9 @@ "name": "peer_disconnect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 1995695955, "arguments": [ { "name": "data", @@ -70327,8 +75733,9 @@ "name": "peer_disconnect_later", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 1995695955, "arguments": [ { "name": "data", @@ -70342,8 +75749,9 @@ "name": "peer_disconnect_now", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 1995695955, "arguments": [ { "name": "data", @@ -70357,15 +75765,17 @@ "name": "ping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "ping_interval", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "ping_interval", @@ -70378,15 +75788,17 @@ "name": "reset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "send", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2149349516, "return_value": { "type": "enum::Error" }, @@ -70411,8 +75823,9 @@ "name": "throttle_configure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1649997291, "arguments": [ { "name": "interval", @@ -70435,8 +75848,9 @@ "name": "set_timeout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1649997291, "arguments": [ { "name": "timeout", @@ -70459,8 +75873,9 @@ "name": "get_statistic", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1642578323, "return_value": { "type": "float", "meta": "double" @@ -70476,8 +75891,9 @@ "name": "get_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 711068532, "return_value": { "type": "enum::ENetPacketPeer.PeerState" } @@ -70486,8 +75902,9 @@ "name": "get_channels", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -70497,8 +75914,9 @@ "name": "is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -70516,8 +75934,9 @@ "name": "add_command", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1917766404, "arguments": [ { "name": "command_name", @@ -70542,8 +75961,9 @@ "name": "remove_command", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "key_name", @@ -70564,8 +75984,9 @@ "name": "send_message", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2137474292, "arguments": [ { "name": "message", @@ -70581,8 +76002,9 @@ "name": "register_message_capture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2359220517, "arguments": [ { "name": "name", @@ -70598,8 +76020,9 @@ "name": "unregister_message_capture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -70611,8 +76034,9 @@ "name": "has_capture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3085722924, "return_value": { "type": "bool" }, @@ -70627,8 +76051,9 @@ "name": "is_breaked", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -70637,8 +76062,9 @@ "name": "is_debuggable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -70647,14 +76073,21 @@ "name": "is_session_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } } ], "signals": [ + { + "name": "started" + }, + { + "name": "stopped" + }, { "name": "breaked", "arguments": [ @@ -70664,12 +76097,6 @@ } ] }, - { - "name": "stopped" - }, - { - "name": "started" - }, { "name": "continued" } @@ -70685,6 +76112,7 @@ { "name": "_export_file", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -70705,6 +76133,7 @@ { "name": "_export_begin", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -70729,6 +76158,7 @@ { "name": "_export_end", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -70736,8 +76166,9 @@ "name": "add_shared_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2068833206, "arguments": [ { "name": "path", @@ -70746,6 +76177,10 @@ { "name": "tags", "type": "PackedStringArray" + }, + { + "name": "target", + "type": "String" } ] }, @@ -70753,8 +76188,9 @@ "name": "add_ios_project_static_lib", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -70766,8 +76202,9 @@ "name": "add_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2705884609, "arguments": [ { "name": "path", @@ -70787,8 +76224,9 @@ "name": "add_ios_framework", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -70800,8 +76238,9 @@ "name": "add_ios_embedded_framework", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -70813,8 +76252,9 @@ "name": "add_ios_plist_content", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "plist_content", @@ -70826,8 +76266,9 @@ "name": "add_ios_linker_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "flags", @@ -70839,8 +76280,9 @@ "name": "add_ios_bundle_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -70852,8 +76294,9 @@ "name": "add_ios_cpp_code", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "code", @@ -70865,8 +76308,9 @@ "name": "add_osx_plugin_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -70878,8 +76322,9 @@ "name": "skip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -70892,6 +76337,7 @@ "enums": [ { "name": "Feature", + "is_bitfield": false, "values": [ { "name": "FEATURE_3D", @@ -70933,8 +76379,9 @@ "name": "set_disable_class", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4083495133, "arguments": [ { "name": "class_name", @@ -70950,8 +76397,9 @@ "name": "is_class_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -70966,8 +76414,9 @@ "name": "set_disable_class_editor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4083495133, "arguments": [ { "name": "class_name", @@ -70983,8 +76432,9 @@ "name": "is_class_editor_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -70999,8 +76449,9 @@ "name": "set_disable_class_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1485732406, "arguments": [ { "name": "class_name", @@ -71020,8 +76471,9 @@ "name": "is_class_property_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -71040,8 +76492,9 @@ "name": "set_disable_feature", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1884871044, "arguments": [ { "name": "feature", @@ -71057,8 +76510,9 @@ "name": "is_feature_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2974403161, "return_value": { "type": "bool" }, @@ -71073,8 +76527,9 @@ "name": "get_feature_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3401335809, "return_value": { "type": "String" }, @@ -71089,8 +76544,9 @@ "name": "save_to_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -71105,8 +76561,9 @@ "name": "load_from_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -71126,21 +76583,9 @@ "inherits": "ConfirmationDialog", "api_type": "editor", "enums": [ - { - "name": "DisplayMode", - "values": [ - { - "name": "DISPLAY_THUMBNAILS", - "value": 0 - }, - { - "name": "DISPLAY_LIST", - "value": 1 - } - ] - }, { "name": "FileMode", + "is_bitfield": false, "values": [ { "name": "FILE_MODE_OPEN_FILE", @@ -71166,6 +76611,7 @@ }, { "name": "Access", + "is_bitfield": false, "values": [ { "name": "ACCESS_RESOURCES", @@ -71180,6 +76626,20 @@ "value": 2 } ] + }, + { + "name": "DisplayMode", + "is_bitfield": false, + "values": [ + { + "name": "DISPLAY_THUMBNAILS", + "value": 0 + }, + { + "name": "DISPLAY_LIST", + "value": 1 + } + ] } ], "methods": [ @@ -71187,19 +76647,26 @@ "name": "clear_filters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 233059325, "arguments": [ { "name": "filter", "type": "String" + }, + { + "name": "description", + "type": "String", + "default_value": "\"\"" } ] }, @@ -71207,8 +76674,9 @@ "name": "get_current_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -71217,8 +76685,9 @@ "name": "get_current_file", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -71227,8 +76696,9 @@ "name": "get_current_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -71237,8 +76707,9 @@ "name": "set_current_dir", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "dir", @@ -71250,8 +76721,9 @@ "name": "set_current_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file", @@ -71263,8 +76735,9 @@ "name": "set_current_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -71276,8 +76749,9 @@ "name": "set_file_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 274150415, "arguments": [ { "name": "mode", @@ -71289,8 +76763,9 @@ "name": "get_file_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2681044145, "return_value": { "type": "enum::EditorFileDialog.FileMode" } @@ -71299,8 +76774,9 @@ "name": "get_vbox", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2466236882, "return_value": { "type": "VBoxContainer" } @@ -71309,8 +76785,9 @@ "name": "set_access", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3882893764, "arguments": [ { "name": "access", @@ -71322,8 +76799,9 @@ "name": "get_access", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 778734016, "return_value": { "type": "enum::EditorFileDialog.Access" } @@ -71332,8 +76810,9 @@ "name": "set_show_hidden_files", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "show", @@ -71345,8 +76824,9 @@ "name": "is_showing_hidden_files", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -71355,8 +76835,9 @@ "name": "set_display_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3049004050, "arguments": [ { "name": "mode", @@ -71368,8 +76849,9 @@ "name": "get_display_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3517174669, "return_value": { "type": "enum::EditorFileDialog.DisplayMode" } @@ -71378,8 +76860,9 @@ "name": "set_disable_overwrite_warning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disable", @@ -71391,8 +76874,9 @@ "name": "is_overwrite_warning_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -71401,11 +76885,21 @@ "name": "invalidate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "signals": [ + { + "name": "file_selected", + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, { "name": "files_selected", "arguments": [ @@ -71423,15 +76917,6 @@ "type": "String" } ] - }, - { - "name": "file_selected", - "arguments": [ - { - "name": "path", - "type": "String" - } - ] } ], "properties": [ @@ -71504,8 +76989,9 @@ "name": "get_filesystem", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3607996119, "return_value": { "type": "EditorFileSystemDirectory" } @@ -71514,8 +77000,9 @@ "name": "is_scanning", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -71524,8 +77011,9 @@ "name": "get_scanning_progress", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -71535,22 +77023,25 @@ "name": "scan", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "scan_sources", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "update_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -71562,8 +77053,9 @@ "name": "get_filesystem_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3054550933, "return_value": { "type": "EditorFileSystemDirectory" }, @@ -71578,8 +77070,9 @@ "name": "get_file_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -71594,19 +77087,28 @@ "name": "update_script_classes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 + }, + { + "name": "reimport_files", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3709968205, + "arguments": [ + { + "name": "files", + "type": "PackedStringArray" + } + ] } ], "signals": [ { - "name": "resources_reimported", - "arguments": [ - { - "name": "resources", - "type": "PackedStringArray" - } - ] + "name": "filesystem_changed" }, { "name": "sources_changed", @@ -71618,7 +77120,13 @@ ] }, { - "name": "filesystem_changed" + "name": "resources_reimported", + "arguments": [ + { + "name": "resources", + "type": "PackedStringArray" + } + ] }, { "name": "resources_reload", @@ -71642,8 +77150,9 @@ "name": "get_subdir_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -71653,8 +77162,9 @@ "name": "get_subdir", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3281520382, "return_value": { "type": "EditorFileSystemDirectory" }, @@ -71670,8 +77180,9 @@ "name": "get_file_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -71681,8 +77192,9 @@ "name": "get_file", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -71698,8 +77210,9 @@ "name": "get_file_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -71715,8 +77228,9 @@ "name": "get_file_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -71732,8 +77246,9 @@ "name": "get_file_script_class_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -71749,8 +77264,9 @@ "name": "get_file_script_class_extends", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -71766,8 +77282,9 @@ "name": "get_file_import_is_valid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -71783,8 +77300,9 @@ "name": "get_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -71793,8 +77311,9 @@ "name": "get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -71803,8 +77322,9 @@ "name": "get_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3607996119, "return_value": { "type": "EditorFileSystemDirectory" } @@ -71813,8 +77333,9 @@ "name": "find_file_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int32" @@ -71830,8 +77351,9 @@ "name": "find_dir_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int32" @@ -71845,6 +77367,45 @@ } ] }, + { + "name": "EditorFileSystemImportFormatSupportQuery", + "is_refcounted": true, + "is_instantiable": false, + "inherits": "RefCounted", + "api_type": "editor", + "methods": [ + { + "name": "_is_active", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_file_extensions", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PackedStringArray" + } + }, + { + "name": "_query", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + } + ] + }, { "name": "EditorImportPlugin", "is_refcounted": true, @@ -71855,6 +77416,7 @@ { "name": "_get_importer_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71864,6 +77426,7 @@ { "name": "_get_visible_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71873,6 +77436,7 @@ { "name": "_get_preset_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71882,6 +77446,7 @@ { "name": "_get_preset_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71897,6 +77462,7 @@ { "name": "_get_recognized_extensions", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71906,6 +77472,7 @@ { "name": "_get_import_options", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71925,6 +77492,7 @@ { "name": "_get_save_extension", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71934,6 +77502,7 @@ { "name": "_get_resource_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71943,6 +77512,7 @@ { "name": "_get_priority", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71952,6 +77522,7 @@ { "name": "_get_import_order", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71961,6 +77532,7 @@ { "name": "_get_option_visibility", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -71984,6 +77556,7 @@ { "name": "_import", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72021,33 +77594,6 @@ "inherits": "ScrollContainer", "api_type": "editor", "signals": [ - { - "name": "property_edited", - "arguments": [ - { - "name": "property", - "type": "String" - } - ] - }, - { - "name": "object_id_selected", - "arguments": [ - { - "name": "id", - "type": "int" - } - ] - }, - { - "name": "property_deleted", - "arguments": [ - { - "name": "property", - "type": "String" - } - ] - }, { "name": "property_selected", "arguments": [ @@ -72057,12 +77603,6 @@ } ] }, - { - "name": "restart_requested" - }, - { - "name": "edited_object_changed" - }, { "name": "property_keyed", "arguments": [ @@ -72080,6 +77620,15 @@ } ] }, + { + "name": "property_deleted", + "arguments": [ + { + "name": "property", + "type": "String" + } + ] + }, { "name": "resource_selected", "arguments": [ @@ -72093,6 +77642,24 @@ } ] }, + { + "name": "object_id_selected", + "arguments": [ + { + "name": "id", + "type": "int" + } + ] + }, + { + "name": "property_edited", + "arguments": [ + { + "name": "property", + "type": "String" + } + ] + }, { "name": "property_toggled", "arguments": [ @@ -72105,6 +77672,12 @@ "type": "bool" } ] + }, + { + "name": "edited_object_changed" + }, + { + "name": "restart_requested" } ] }, @@ -72118,6 +77691,7 @@ { "name": "_can_handle", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72133,6 +77707,7 @@ { "name": "_parse_begin", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72145,6 +77720,7 @@ { "name": "_parse_category", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72161,6 +77737,7 @@ { "name": "_parse_group", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72177,6 +77754,7 @@ { "name": "_parse_property", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72216,6 +77794,7 @@ { "name": "_parse_end", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72229,8 +77808,9 @@ "name": "add_custom_control", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "control", @@ -72242,8 +77822,9 @@ "name": "add_property_editor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3629479264, "arguments": [ { "name": "property", @@ -72252,6 +77833,11 @@ { "name": "editor", "type": "Control" + }, + { + "name": "add_to_end", + "type": "bool", + "default_value": "false" } ] }, @@ -72259,8 +77845,9 @@ "name": "add_property_editor_for_multiple_properties", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2589178990, "arguments": [ { "name": "label", @@ -72289,8 +77876,9 @@ "name": "inspect_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 188527247, + "hash": 1325453010, "arguments": [ { "name": "object", @@ -72312,8 +77900,9 @@ "name": "get_selection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 638789498, "return_value": { "type": "EditorSelection" } @@ -72322,8 +77911,9 @@ "name": "get_editor_settings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1348853372, "return_value": { "type": "EditorSettings" } @@ -72332,8 +77922,9 @@ "name": "get_script_editor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1729697569, "return_value": { "type": "ScriptEditor" } @@ -72342,8 +77933,9 @@ "name": "get_base_control", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1396199597, "return_value": { "type": "Control" } @@ -72352,8 +77944,9 @@ "name": "get_editor_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -72363,8 +77956,9 @@ "name": "edit_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 156439567, "arguments": [ { "name": "resource", @@ -72376,8 +77970,9 @@ "name": "edit_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -72389,8 +77984,9 @@ "name": "edit_script", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 420673793, + "hash": 3683495350, "arguments": [ { "name": "script", @@ -72419,8 +78015,9 @@ "name": "open_scene_from_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "scene_filepath", @@ -72432,8 +78029,9 @@ "name": "reload_scene_from_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "scene_filepath", @@ -72445,22 +78043,25 @@ "name": "play_main_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "play_current_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "play_custom_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "scene_filepath", @@ -72472,15 +78073,17 @@ "name": "stop_playing_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_playing_scene", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -72489,8 +78092,9 @@ "name": "get_playing_scene", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -72499,8 +78103,9 @@ "name": "get_open_scenes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -72509,8 +78114,9 @@ "name": "get_edited_scene_root", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2736149524, "return_value": { "type": "Node" } @@ -72519,8 +78125,9 @@ "name": "get_resource_previewer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2451592850, "return_value": { "type": "EditorResourcePreview" } @@ -72529,8 +78136,9 @@ "name": "get_resource_filesystem", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3439894930, "return_value": { "type": "EditorFileSystem" } @@ -72539,8 +78147,9 @@ "name": "get_editor_main_control", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1396199597, "return_value": { "type": "Control" } @@ -72549,8 +78158,9 @@ "name": "make_mesh_previews", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1292973857, "return_value": { "type": "Array" }, @@ -72570,8 +78180,9 @@ "name": "select_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file", @@ -72583,8 +78194,9 @@ "name": "get_selected_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -72593,8 +78205,9 @@ "name": "get_current_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -72603,8 +78216,9 @@ "name": "get_file_system_dock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2011161057, "return_value": { "type": "FileSystemDock" } @@ -72613,8 +78227,9 @@ "name": "get_editor_paths", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2496191758, "return_value": { "type": "EditorPaths" } @@ -72623,8 +78238,9 @@ "name": "get_command_palette", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 608668930, "return_value": { "type": "EditorCommandPalette" } @@ -72633,8 +78249,9 @@ "name": "set_plugin_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2678287736, "arguments": [ { "name": "plugin", @@ -72650,8 +78267,9 @@ "name": "is_plugin_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -72666,8 +78284,9 @@ "name": "get_inspector", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 97829407, "return_value": { "type": "EditorInspector" } @@ -72676,8 +78295,9 @@ "name": "save_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -72686,8 +78306,9 @@ "name": "save_scene_as", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1168363258, "arguments": [ { "name": "path", @@ -72704,8 +78325,9 @@ "name": "set_main_screen_editor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -72717,8 +78339,9 @@ "name": "set_distraction_free_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enter", @@ -72730,8 +78353,9 @@ "name": "is_distraction_free_mode_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -72757,12 +78381,14 @@ { "name": "_redraw", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_get_handle_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72782,6 +78408,7 @@ { "name": "_is_handle_highlighted", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72801,6 +78428,7 @@ { "name": "_get_handle_value", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72820,6 +78448,7 @@ { "name": "_set_handle", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72844,6 +78473,7 @@ { "name": "_commit_handle", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72868,6 +78498,7 @@ { "name": "_subgizmos_intersect_ray", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72887,6 +78518,7 @@ { "name": "_subgizmos_intersect_frustum", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72906,6 +78538,7 @@ { "name": "_set_subgizmo_transform", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72922,6 +78555,7 @@ { "name": "_get_subgizmo_transform", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -72937,6 +78571,7 @@ { "name": "_commit_subgizmos", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -72958,8 +78593,9 @@ "name": "add_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 1108370556, "arguments": [ { "name": "lines", @@ -72985,8 +78621,9 @@ "name": "add_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3942238741, + "hash": 648421424, "arguments": [ { "name": "mesh", @@ -73013,8 +78650,9 @@ "name": "add_collision_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2576592201, "arguments": [ { "name": "segments", @@ -73026,8 +78664,9 @@ "name": "add_collision_triangles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1972623374, "arguments": [ { "name": "triangles", @@ -73039,8 +78678,9 @@ "name": "add_unscaled_billboard", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3121317638, + "hash": 1279096126, "arguments": [ { "name": "material", @@ -73063,8 +78703,9 @@ "name": "add_handles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938124, + "hash": 338612083, "arguments": [ { "name": "handles", @@ -73094,8 +78735,9 @@ "name": "set_spatial_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -73107,8 +78749,9 @@ "name": "get_spatial_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3337111055, "return_value": { "type": "Node3D" } @@ -73117,8 +78760,9 @@ "name": "get_plugin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1502180965, "return_value": { "type": "EditorNode3DGizmoPlugin" } @@ -73127,15 +78771,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_hidden", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "hidden", @@ -73147,8 +78793,9 @@ "name": "is_subgizmo_selected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -73164,8 +78811,9 @@ "name": "get_subgizmo_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -73182,6 +78830,7 @@ { "name": "_has_gizmo", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73197,6 +78846,7 @@ { "name": "_create_gizmo", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73212,6 +78862,7 @@ { "name": "_get_gizmo_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73221,6 +78872,7 @@ { "name": "_get_priority", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73230,6 +78882,7 @@ { "name": "_can_be_hidden", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73239,6 +78892,7 @@ { "name": "_is_selectable_when_hidden", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73248,6 +78902,7 @@ { "name": "_redraw", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73260,6 +78915,7 @@ { "name": "_get_handle_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73283,6 +78939,7 @@ { "name": "_is_handle_highlighted", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73306,6 +78963,7 @@ { "name": "_get_handle_value", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73329,6 +78987,7 @@ { "name": "_set_handle", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73357,6 +79016,7 @@ { "name": "_commit_handle", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73385,6 +79045,7 @@ { "name": "_subgizmos_intersect_ray", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73408,6 +79069,7 @@ { "name": "_subgizmos_intersect_frustum", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73431,6 +79093,7 @@ { "name": "_get_subgizmo_transform", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73450,6 +79113,7 @@ { "name": "_set_subgizmo_transform", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73470,6 +79134,7 @@ { "name": "_commit_subgizmos", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73495,8 +79160,9 @@ "name": "create_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 60158893, + "hash": 3114526912, "arguments": [ { "name": "name", @@ -73527,8 +79193,9 @@ "name": "create_icon_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 3711607487, "arguments": [ { "name": "name", @@ -73554,8 +79221,9 @@ "name": "create_handle_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 182667338, + "hash": 2151279148, "arguments": [ { "name": "name", @@ -73577,8 +79245,9 @@ "name": "add_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 991350611, "arguments": [ { "name": "name", @@ -73594,8 +79263,9 @@ "name": "get_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2542558849, "return_value": { "type": "StandardMaterial3D" }, @@ -73624,8 +79294,9 @@ "name": "get_data_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -73634,8 +79305,9 @@ "name": "get_config_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -73644,8 +79316,9 @@ "name": "get_cache_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -73654,8 +79327,9 @@ "name": "is_self_contained", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -73664,8 +79338,9 @@ "name": "get_self_contained_file", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -73679,49 +79354,9 @@ "inherits": "Node", "api_type": "editor", "enums": [ - { - "name": "DockSlot", - "values": [ - { - "name": "DOCK_SLOT_LEFT_UL", - "value": 0 - }, - { - "name": "DOCK_SLOT_LEFT_BL", - "value": 1 - }, - { - "name": "DOCK_SLOT_LEFT_UR", - "value": 2 - }, - { - "name": "DOCK_SLOT_LEFT_BR", - "value": 3 - }, - { - "name": "DOCK_SLOT_RIGHT_UL", - "value": 4 - }, - { - "name": "DOCK_SLOT_RIGHT_BL", - "value": 5 - }, - { - "name": "DOCK_SLOT_RIGHT_UR", - "value": 6 - }, - { - "name": "DOCK_SLOT_RIGHT_BR", - "value": 7 - }, - { - "name": "DOCK_SLOT_MAX", - "value": 8 - } - ] - }, { "name": "CustomControlContainer", + "is_bitfield": false, "values": [ { "name": "CONTAINER_TOOLBAR", @@ -73772,12 +79407,55 @@ "value": 11 } ] + }, + { + "name": "DockSlot", + "is_bitfield": false, + "values": [ + { + "name": "DOCK_SLOT_LEFT_UL", + "value": 0 + }, + { + "name": "DOCK_SLOT_LEFT_BL", + "value": 1 + }, + { + "name": "DOCK_SLOT_LEFT_UR", + "value": 2 + }, + { + "name": "DOCK_SLOT_LEFT_BR", + "value": 3 + }, + { + "name": "DOCK_SLOT_RIGHT_UL", + "value": 4 + }, + { + "name": "DOCK_SLOT_RIGHT_BL", + "value": 5 + }, + { + "name": "DOCK_SLOT_RIGHT_UR", + "value": 6 + }, + { + "name": "DOCK_SLOT_RIGHT_BR", + "value": 7 + }, + { + "name": "DOCK_SLOT_MAX", + "value": 8 + } + ] } ], "methods": [ { "name": "_forward_canvas_gui_input", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73793,6 +79471,7 @@ { "name": "_forward_canvas_draw_over_viewport", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73805,6 +79484,7 @@ { "name": "_forward_canvas_force_draw_over_viewport", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73817,6 +79497,7 @@ { "name": "_forward_3d_gui_input", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73836,6 +79517,7 @@ { "name": "_forward_3d_draw_over_viewport", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73848,6 +79530,7 @@ { "name": "_forward_3d_force_draw_over_viewport", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73860,6 +79543,7 @@ { "name": "_get_plugin_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73869,6 +79553,7 @@ { "name": "_get_plugin_icon", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73878,6 +79563,7 @@ { "name": "_has_main_screen", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73887,6 +79573,7 @@ { "name": "_make_visible", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73899,6 +79586,7 @@ { "name": "_edit", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73911,6 +79599,7 @@ { "name": "_handles", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73926,6 +79615,7 @@ { "name": "_get_state", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73935,6 +79625,7 @@ { "name": "_set_state", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73947,24 +79638,28 @@ { "name": "_clear", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_save_external_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_apply_changes", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_get_breakpoints", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -73974,6 +79669,7 @@ { "name": "_set_window_layout", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73986,6 +79682,7 @@ { "name": "_get_window_layout", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -73998,6 +79695,7 @@ { "name": "_build", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -74007,12 +79705,14 @@ { "name": "_enable_plugin", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_disable_plugin", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -74020,8 +79720,9 @@ "name": "add_control_to_container", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2351308012, "arguments": [ { "name": "container", @@ -74037,8 +79738,9 @@ "name": "add_control_to_bottom_panel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3518571692, "return_value": { "type": "Button" }, @@ -74057,8 +79759,9 @@ "name": "add_control_to_dock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1185760851, "arguments": [ { "name": "slot", @@ -74074,8 +79777,9 @@ "name": "remove_control_from_docks", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "control", @@ -74087,8 +79791,9 @@ "name": "remove_control_from_bottom_panel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "control", @@ -74100,8 +79805,9 @@ "name": "remove_control_from_container", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2351308012, "arguments": [ { "name": "container", @@ -74117,8 +79823,9 @@ "name": "add_tool_menu_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 705535051, "arguments": [ { "name": "name", @@ -74134,8 +79841,9 @@ "name": "add_tool_submenu_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1577001959, "arguments": [ { "name": "name", @@ -74151,8 +79859,9 @@ "name": "remove_tool_menu_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -74160,12 +79869,24 @@ } ] }, + { + "name": "get_export_as_menu", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3649816526, + "return_value": { + "type": "PopupMenu" + } + }, { "name": "add_custom_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3503649760, "arguments": [ { "name": "type", @@ -74189,8 +79910,9 @@ "name": "remove_custom_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "type", @@ -74202,8 +79924,9 @@ "name": "add_autoload_singleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3186203200, "arguments": [ { "name": "name", @@ -74219,8 +79942,9 @@ "name": "remove_autoload_singleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -74232,8 +79956,9 @@ "name": "update_overlays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -74243,8 +79968,9 @@ "name": "make_bottom_panel_item_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "item", @@ -74256,15 +79982,17 @@ "name": "hide_bottom_panel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_undo_redo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3710857792, "return_value": { "type": "UndoRedo" } @@ -74273,8 +80001,9 @@ "name": "add_undo_redo_inspector_hook_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1348162250, "arguments": [ { "name": "callable", @@ -74286,8 +80015,9 @@ "name": "remove_undo_redo_inspector_hook_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1348162250, "arguments": [ { "name": "callable", @@ -74299,15 +80029,17 @@ "name": "queue_save_layout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_translation_parser_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 283709601, "arguments": [ { "name": "parser", @@ -74319,8 +80051,9 @@ "name": "remove_translation_parser_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 283709601, "arguments": [ { "name": "parser", @@ -74332,8 +80065,9 @@ "name": "add_import_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2453327590, "arguments": [ { "name": "importer", @@ -74350,8 +80084,9 @@ "name": "remove_import_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3631881412, "arguments": [ { "name": "importer", @@ -74363,8 +80098,9 @@ "name": "add_scene_format_importer_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1193556680, "arguments": [ { "name": "scene_format_importer", @@ -74381,8 +80117,9 @@ "name": "remove_scene_format_importer_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4033213582, "arguments": [ { "name": "scene_format_importer", @@ -74394,8 +80131,9 @@ "name": "add_scene_post_import_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2837845017, "arguments": [ { "name": "scene_import_plugin", @@ -74412,8 +80150,9 @@ "name": "remove_scene_post_import_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4038440182, "arguments": [ { "name": "scene_import_plugin", @@ -74425,8 +80164,9 @@ "name": "add_export_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2838233641, "arguments": [ { "name": "plugin", @@ -74438,8 +80178,9 @@ "name": "remove_export_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2838233641, "arguments": [ { "name": "plugin", @@ -74451,8 +80192,9 @@ "name": "add_spatial_gizmo_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3959735695, "arguments": [ { "name": "plugin", @@ -74464,8 +80206,9 @@ "name": "remove_spatial_gizmo_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3959735695, "arguments": [ { "name": "plugin", @@ -74477,8 +80220,9 @@ "name": "add_inspector_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2126142633, "arguments": [ { "name": "plugin", @@ -74490,8 +80234,9 @@ "name": "remove_inspector_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2126142633, "arguments": [ { "name": "plugin", @@ -74503,22 +80248,25 @@ "name": "set_input_event_forwarding_always_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_force_draw_over_forwarding_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_editor_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1682928763, "return_value": { "type": "EditorInterface" } @@ -74527,8 +80275,9 @@ "name": "get_script_create_dialog", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2181549373, "return_value": { "type": "ScriptCreateDialog" } @@ -74537,8 +80286,9 @@ "name": "add_debugger_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3237675775, "arguments": [ { "name": "script", @@ -74550,8 +80300,9 @@ "name": "remove_debugger_plugin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3237675775, "arguments": [ { "name": "script", @@ -74562,11 +80313,11 @@ ], "signals": [ { - "name": "main_screen_changed", + "name": "scene_changed", "arguments": [ { - "name": "screen_name", - "type": "String" + "name": "scene_root", + "type": "Node" } ] }, @@ -74580,17 +80331,14 @@ ] }, { - "name": "scene_changed", + "name": "main_screen_changed", "arguments": [ { - "name": "scene_root", - "type": "Node" + "name": "screen_name", + "type": "String" } ] }, - { - "name": "project_settings_changed" - }, { "name": "resource_saved", "arguments": [ @@ -74599,6 +80347,9 @@ "type": "Resource" } ] + }, + { + "name": "project_settings_changed" } ] }, @@ -74612,6 +80363,7 @@ { "name": "_update_property", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -74619,8 +80371,9 @@ "name": "set_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -74632,8 +80385,9 @@ "name": "get_label", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -74642,8 +80396,9 @@ "name": "set_read_only", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "read_only", @@ -74655,8 +80410,9 @@ "name": "is_read_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -74665,8 +80421,9 @@ "name": "set_checkable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "checkable", @@ -74678,8 +80435,9 @@ "name": "is_checkable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -74688,8 +80446,9 @@ "name": "set_checked", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "checked", @@ -74701,8 +80460,9 @@ "name": "is_checked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -74711,8 +80471,9 @@ "name": "set_draw_warning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "draw_warning", @@ -74724,8 +80485,9 @@ "name": "is_draw_warning", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -74734,8 +80496,9 @@ "name": "set_keying", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "keying", @@ -74747,8 +80510,9 @@ "name": "is_keying", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -74757,8 +80521,9 @@ "name": "set_deletable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "deletable", @@ -74770,18 +80535,20 @@ "name": "is_deletable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { "name": "get_edited_property", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -74790,8 +80557,9 @@ "name": "get_edited_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4045694773, "return_value": { "type": "Object" } @@ -74800,8 +80568,9 @@ "name": "get_tooltip_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -74810,15 +80579,17 @@ "name": "update_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_focusable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "control", @@ -74830,8 +80601,9 @@ "name": "set_bottom_editor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "editor", @@ -74843,8 +80615,9 @@ "name": "emit_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 34000352, "arguments": [ { "name": "property", @@ -74869,28 +80642,37 @@ ], "signals": [ { - "name": "object_id_selected", + "name": "property_changed", "arguments": [ { "name": "property", "type": "StringName" }, { - "name": "id", - "type": "int" + "name": "value", + "type": "Variant" } ] }, { - "name": "property_checked", + "name": "multiple_properties_changed", + "arguments": [ + { + "name": "properties", + "type": "PackedStringArray" + }, + { + "name": "value", + "type": "Array" + } + ] + }, + { + "name": "property_keyed", "arguments": [ { "name": "property", "type": "StringName" - }, - { - "name": "checked", - "type": "bool" } ] }, @@ -74917,24 +80699,28 @@ ] }, { - "name": "property_keyed", - "arguments": [ - { - "name": "property", - "type": "StringName" - } - ] - }, - { - "name": "property_changed", + "name": "property_checked", "arguments": [ { "name": "property", "type": "StringName" }, { - "name": "value", - "type": "Variant" + "name": "checked", + "type": "bool" + } + ] + }, + { + "name": "property_pinned", + "arguments": [ + { + "name": "property", + "type": "StringName" + }, + { + "name": "pinned", + "type": "bool" } ] }, @@ -74951,6 +80737,19 @@ } ] }, + { + "name": "object_id_selected", + "arguments": [ + { + "name": "property", + "type": "StringName" + }, + { + "name": "id", + "type": "int" + } + ] + }, { "name": "selected", "arguments": [ @@ -74963,32 +80762,6 @@ "type": "int" } ] - }, - { - "name": "multiple_properties_changed", - "arguments": [ - { - "name": "properties", - "type": "PackedStringArray" - }, - { - "name": "value", - "type": "Array" - } - ] - }, - { - "name": "property_pinned", - "arguments": [ - { - "name": "property", - "type": "StringName" - }, - { - "name": "pinned", - "type": "bool" - } - ] } ], "properties": [ @@ -75053,6 +80826,7 @@ { "name": "_converts_to", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75062,6 +80836,7 @@ { "name": "_handles", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75077,6 +80852,7 @@ { "name": "_convert", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75101,6 +80877,7 @@ { "name": "_set_create_options", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -75113,6 +80890,7 @@ { "name": "_handle_menu_selected", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75129,8 +80907,9 @@ "name": "set_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "base_type", @@ -75142,8 +80921,9 @@ "name": "get_base_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -75152,8 +80932,9 @@ "name": "get_allowed_types", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -75162,8 +80943,9 @@ "name": "set_edited_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 156439567, "arguments": [ { "name": "resource", @@ -75175,8 +80957,9 @@ "name": "get_edited_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2169730242, "return_value": { "type": "Resource" } @@ -75185,8 +80968,9 @@ "name": "set_toggle_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -75198,8 +80982,9 @@ "name": "is_toggle_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -75208,8 +80993,9 @@ "name": "set_toggle_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -75221,8 +81007,9 @@ "name": "set_editable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -75234,8 +81021,9 @@ "name": "is_editable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -75307,8 +81095,9 @@ "name": "queue_resource_preview", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 159619019, "arguments": [ { "name": "path", @@ -75332,8 +81121,9 @@ "name": "queue_edited_resource_preview", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3325918093, "arguments": [ { "name": "resource", @@ -75357,8 +81147,9 @@ "name": "add_preview_generator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 126347884, "arguments": [ { "name": "generator", @@ -75370,8 +81161,9 @@ "name": "remove_preview_generator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 126347884, "arguments": [ { "name": "generator", @@ -75383,8 +81175,9 @@ "name": "check_for_invalidation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -75415,6 +81208,7 @@ { "name": "_handles", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75430,6 +81224,7 @@ { "name": "_generate", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75449,6 +81244,7 @@ { "name": "_generate_from_path", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75468,6 +81264,7 @@ { "name": "_generate_small_preview_automatically", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75477,6 +81274,7 @@ { "name": "_can_generate_small_preview", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75511,12 +81309,17 @@ { "name": "IMPORT_USE_NAMED_SKIN_BINDS", "value": 16 + }, + { + "name": "IMPORT_DISCARD_MESHES_AND_MATERIALS", + "value": 32 } ], "methods": [ { "name": "_get_import_flags", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75526,6 +81329,7 @@ { "name": "_get_extensions", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75535,6 +81339,7 @@ { "name": "_import_scene", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75559,36 +81364,10 @@ } ] }, - { - "name": "_import_animation", - "is_const": false, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "Animation" - }, - "arguments": [ - { - "name": "path", - "type": "String" - }, - { - "name": "flags", - "type": "int" - }, - { - "name": "options", - "type": "Dictionary" - }, - { - "name": "bake_fps", - "type": "int" - } - ] - }, { "name": "_get_import_options", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -75601,6 +81380,7 @@ { "name": "_get_option_visibility", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75611,6 +81391,10 @@ "name": "path", "type": "String" }, + { + "name": "for_animation", + "type": "bool" + }, { "name": "option", "type": "String" @@ -75619,6 +81403,13 @@ } ] }, + { + "name": "EditorSceneFormatImporterBlend", + "is_refcounted": true, + "is_instantiable": false, + "inherits": "EditorSceneFormatImporter", + "api_type": "editor" + }, { "name": "EditorSceneFormatImporterFBX", "is_refcounted": true, @@ -75643,6 +81434,7 @@ { "name": "_post_import", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75659,8 +81451,9 @@ "name": "get_source_file", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -75676,6 +81469,7 @@ "enums": [ { "name": "InternalImportCategory", + "is_bitfield": false, "values": [ { "name": "INTERNAL_IMPORT_CATEGORY_NODE", @@ -75702,8 +81496,12 @@ "value": 5 }, { - "name": "INTERNAL_IMPORT_CATEGORY_MAX", + "name": "INTERNAL_IMPORT_CATEGORY_SKELETON_3D_NODE", "value": 6 + }, + { + "name": "INTERNAL_IMPORT_CATEGORY_MAX", + "value": 7 } ] } @@ -75712,6 +81510,7 @@ { "name": "_get_internal_import_options", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -75724,6 +81523,7 @@ { "name": "_get_internal_option_visibility", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75734,6 +81534,10 @@ "name": "category", "type": "int" }, + { + "name": "for_animation", + "type": "bool" + }, { "name": "option", "type": "String" @@ -75743,6 +81547,7 @@ { "name": "_get_internal_option_update_view_required", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75762,6 +81567,7 @@ { "name": "_internal_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -75786,6 +81592,7 @@ { "name": "_get_import_options", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -75798,6 +81605,7 @@ { "name": "_get_option_visibility", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -75808,6 +81616,10 @@ "name": "path", "type": "String" }, + { + "name": "for_animation", + "type": "bool" + }, { "name": "option", "type": "String" @@ -75817,6 +81629,7 @@ { "name": "_pre_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -75829,6 +81642,7 @@ { "name": "_post_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -75842,8 +81656,9 @@ "name": "get_option_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -75858,8 +81673,9 @@ "name": "add_import_option", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 402577236, "arguments": [ { "name": "name", @@ -75875,8 +81691,9 @@ "name": "add_import_option_advanced", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626862, + "hash": 3774155785, "arguments": [ { "name": "type", @@ -75904,7 +81721,7 @@ "name": "usage_flags", "type": "int", "meta": "int32", - "default_value": "7" + "default_value": "6" } ] } @@ -75920,6 +81737,7 @@ { "name": "_run", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -75927,8 +81745,9 @@ "name": "add_root_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -75940,8 +81759,9 @@ "name": "get_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2736149524, "return_value": { "type": "Node" } @@ -75950,8 +81770,9 @@ "name": "get_editor_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1682928763, "return_value": { "type": "EditorInterface" } @@ -75969,8 +81790,9 @@ "name": "set_script_owner", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "owner_node", @@ -75982,8 +81804,9 @@ "name": "get_script_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } @@ -76010,15 +81833,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -76030,8 +81855,9 @@ "name": "remove_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -76043,8 +81869,9 @@ "name": "get_selected_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -76053,8 +81880,9 @@ "name": "get_transformable_selected_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -76083,8 +81911,9 @@ "name": "has_setting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -76099,8 +81928,9 @@ "name": "set_setting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 402577236, "arguments": [ { "name": "name", @@ -76116,8 +81946,9 @@ "name": "get_setting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1868160156, "return_value": { "type": "Variant" }, @@ -76132,8 +81963,9 @@ "name": "erase", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "property", @@ -76145,8 +81977,9 @@ "name": "set_initial_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4261564821, "arguments": [ { "name": "name", @@ -76166,8 +81999,9 @@ "name": "property_can_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -76182,8 +82016,9 @@ "name": "property_get_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 309047738, "return_value": { "type": "Variant" }, @@ -76198,8 +82033,9 @@ "name": "add_property_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "info", @@ -76211,8 +82047,9 @@ "name": "get_project_settings_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -76221,8 +82058,9 @@ "name": "set_project_metadata", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2504492430, "arguments": [ { "name": "section", @@ -76242,8 +82080,9 @@ "name": "get_project_metadata", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 89809366, "return_value": { "type": "Variant" }, @@ -76267,8 +82106,9 @@ "name": "set_favorites", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3709968205, "arguments": [ { "name": "dirs", @@ -76280,8 +82120,9 @@ "name": "get_favorites", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -76290,8 +82131,9 @@ "name": "set_recent_dirs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3709968205, "arguments": [ { "name": "dirs", @@ -76303,8 +82145,9 @@ "name": "get_recent_dirs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -76313,8 +82156,9 @@ "name": "set_builtin_action_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2137474292, "arguments": [ { "name": "name", @@ -76330,8 +82174,9 @@ "name": "check_changed_settings_in_group", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -76346,8 +82191,9 @@ "name": "get_changed_settings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -76356,8 +82202,9 @@ "name": "mark_setting_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "setting", @@ -76383,8 +82230,9 @@ "name": "set_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "label", @@ -76396,8 +82244,9 @@ "name": "get_label", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -76406,8 +82255,9 @@ "name": "set_suffix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "suffix", @@ -76419,8 +82269,9 @@ "name": "get_suffix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -76429,8 +82280,9 @@ "name": "set_read_only", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "read_only", @@ -76442,8 +82294,9 @@ "name": "is_read_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -76452,8 +82305,9 @@ "name": "set_flat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flat", @@ -76465,8 +82319,34 @@ "name": "is_flat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_hide_slider", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "hide_slider", + "type": "bool" + } + ] + }, + { + "name": "is_hiding_slider", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -76500,6 +82380,13 @@ "setter": "set_flat", "getter": "is_flat", "index": -1 + }, + { + "type": "bool", + "name": "hide_slider", + "setter": "set_hide_slider", + "getter": "is_hiding_slider", + "index": -1 } ] }, @@ -76513,6 +82400,7 @@ { "name": "_get_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -76522,6 +82410,7 @@ { "name": "_get_supported_languages", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -76540,6 +82429,7 @@ { "name": "_parse_file", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -76560,6 +82450,7 @@ { "name": "_get_recognized_extensions", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -76579,8 +82470,9 @@ "name": "is_addon_ready", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -76589,8 +82481,9 @@ "name": "initialize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -76605,8 +82498,9 @@ "name": "is_vcs_initialized", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -76615,8 +82509,9 @@ "name": "get_modified_files_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -76625,8 +82520,9 @@ "name": "stage_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file_path", @@ -76638,8 +82534,9 @@ "name": "unstage_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file_path", @@ -76651,8 +82548,9 @@ "name": "commit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "msg", @@ -76664,8 +82562,9 @@ "name": "get_file_diff", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 483972489, "return_value": { "type": "Array" }, @@ -76680,8 +82579,9 @@ "name": "shut_down", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -76690,8 +82590,9 @@ "name": "get_project_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -76700,8 +82601,9 @@ "name": "get_vcs_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -76719,8 +82621,9 @@ "name": "set_object_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -76733,8 +82636,9 @@ "name": "get_object_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -76762,8 +82666,9 @@ "name": "set_physics_ticks_per_second", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "physics_ticks_per_second", @@ -76776,8 +82681,9 @@ "name": "get_physics_ticks_per_second", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -76787,8 +82693,9 @@ "name": "set_physics_jitter_fix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "physics_jitter_fix", @@ -76801,8 +82708,9 @@ "name": "get_physics_jitter_fix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -76812,8 +82720,9 @@ "name": "get_physics_interpolation_fraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -76823,8 +82732,9 @@ "name": "set_target_fps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "target_fps", @@ -76837,8 +82747,9 @@ "name": "get_target_fps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -76848,8 +82759,9 @@ "name": "set_time_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time_scale", @@ -76862,8 +82774,9 @@ "name": "get_time_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "double" @@ -76873,8 +82786,9 @@ "name": "get_frames_drawn", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -76884,8 +82798,9 @@ "name": "get_frames_per_second", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -76895,8 +82810,9 @@ "name": "get_physics_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -76906,8 +82822,9 @@ "name": "get_process_frames", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -76917,8 +82834,9 @@ "name": "get_main_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2558215549, "return_value": { "type": "MainLoop" } @@ -76927,8 +82845,9 @@ "name": "get_version_info", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -76937,8 +82856,9 @@ "name": "get_author_info", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -76947,8 +82867,9 @@ "name": "get_copyright_info", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -76957,8 +82878,9 @@ "name": "get_donor_info", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -76967,8 +82889,9 @@ "name": "get_license_info", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -76977,8 +82900,9 @@ "name": "get_license_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -76987,8 +82911,9 @@ "name": "is_in_physics_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -76997,8 +82922,9 @@ "name": "has_singleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -77013,8 +82939,9 @@ "name": "get_singleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 291720088, "return_value": { "type": "Object" }, @@ -77029,8 +82956,9 @@ "name": "register_singleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 621781629, "arguments": [ { "name": "name", @@ -77046,8 +82974,9 @@ "name": "unregister_singleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -77059,18 +82988,64 @@ "name": "get_singleton_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } }, + { + "name": "register_script_language", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2625195583, + "arguments": [ + { + "name": "language", + "type": "ScriptLanguage" + } + ] + }, + { + "name": "get_script_language_count", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2455072627, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "get_script_language", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 747309839, + "return_value": { + "type": "ScriptLanguage" + }, + "arguments": [ + { + "name": "index", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "is_editor_hint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -77079,8 +83054,9 @@ "name": "set_print_error_messages", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -77092,8 +83068,9 @@ "name": "is_printing_error_messages", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -77148,8 +83125,9 @@ "name": "is_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -77158,8 +83136,9 @@ "name": "register_profiler", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1608714560, "arguments": [ { "name": "name", @@ -77175,8 +83154,9 @@ "name": "unregister_profiler", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -77188,8 +83168,9 @@ "name": "is_profiling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3085722924, "return_value": { "type": "bool" }, @@ -77204,8 +83185,9 @@ "name": "has_profiler", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3085722924, "return_value": { "type": "bool" }, @@ -77220,8 +83202,9 @@ "name": "profiler_add_frame_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2689141884, "arguments": [ { "name": "name", @@ -77237,8 +83220,9 @@ "name": "profiler_enable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 1244899873, "arguments": [ { "name": "name", @@ -77259,8 +83243,9 @@ "name": "register_message_capture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2359220517, "arguments": [ { "name": "name", @@ -77276,8 +83261,9 @@ "name": "unregister_message_capture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -77289,8 +83275,9 @@ "name": "has_capture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3085722924, "return_value": { "type": "bool" }, @@ -77305,8 +83292,9 @@ "name": "send_message", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2137474292, "arguments": [ { "name": "message", @@ -77330,6 +83318,7 @@ { "name": "_toggle", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -77346,6 +83335,7 @@ { "name": "_add_frame", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -77358,6 +83348,7 @@ { "name": "_tick", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -77366,7 +83357,7 @@ "type": "float" }, { - "name": "idle_time", + "name": "process_time", "type": "float" }, { @@ -77388,88 +83379,9 @@ "inherits": "Resource", "api_type": "core", "enums": [ - { - "name": "GlowBlendMode", - "values": [ - { - "name": "GLOW_BLEND_MODE_ADDITIVE", - "value": 0 - }, - { - "name": "GLOW_BLEND_MODE_SCREEN", - "value": 1 - }, - { - "name": "GLOW_BLEND_MODE_SOFTLIGHT", - "value": 2 - }, - { - "name": "GLOW_BLEND_MODE_REPLACE", - "value": 3 - }, - { - "name": "GLOW_BLEND_MODE_MIX", - "value": 4 - } - ] - }, - { - "name": "ToneMapper", - "values": [ - { - "name": "TONE_MAPPER_LINEAR", - "value": 0 - }, - { - "name": "TONE_MAPPER_REINHARDT", - "value": 1 - }, - { - "name": "TONE_MAPPER_FILMIC", - "value": 2 - }, - { - "name": "TONE_MAPPER_ACES", - "value": 3 - } - ] - }, - { - "name": "ReflectionSource", - "values": [ - { - "name": "REFLECTION_SOURCE_BG", - "value": 0 - }, - { - "name": "REFLECTION_SOURCE_DISABLED", - "value": 1 - }, - { - "name": "REFLECTION_SOURCE_SKY", - "value": 2 - } - ] - }, - { - "name": "SDFGIYScale", - "values": [ - { - "name": "SDFGI_Y_SCALE_50_PERCENT", - "value": 0 - }, - { - "name": "SDFGI_Y_SCALE_75_PERCENT", - "value": 1 - }, - { - "name": "SDFGI_Y_SCALE_100_PERCENT", - "value": 2 - } - ] - }, { "name": "BGMode", + "is_bitfield": false, "values": [ { "name": "BG_CLEAR_COLOR", @@ -77503,6 +83415,7 @@ }, { "name": "AmbientSource", + "is_bitfield": false, "values": [ { "name": "AMBIENT_SOURCE_BG", @@ -77521,6 +83434,90 @@ "value": 3 } ] + }, + { + "name": "ReflectionSource", + "is_bitfield": false, + "values": [ + { + "name": "REFLECTION_SOURCE_BG", + "value": 0 + }, + { + "name": "REFLECTION_SOURCE_DISABLED", + "value": 1 + }, + { + "name": "REFLECTION_SOURCE_SKY", + "value": 2 + } + ] + }, + { + "name": "ToneMapper", + "is_bitfield": false, + "values": [ + { + "name": "TONE_MAPPER_LINEAR", + "value": 0 + }, + { + "name": "TONE_MAPPER_REINHARDT", + "value": 1 + }, + { + "name": "TONE_MAPPER_FILMIC", + "value": 2 + }, + { + "name": "TONE_MAPPER_ACES", + "value": 3 + } + ] + }, + { + "name": "GlowBlendMode", + "is_bitfield": false, + "values": [ + { + "name": "GLOW_BLEND_MODE_ADDITIVE", + "value": 0 + }, + { + "name": "GLOW_BLEND_MODE_SCREEN", + "value": 1 + }, + { + "name": "GLOW_BLEND_MODE_SOFTLIGHT", + "value": 2 + }, + { + "name": "GLOW_BLEND_MODE_REPLACE", + "value": 3 + }, + { + "name": "GLOW_BLEND_MODE_MIX", + "value": 4 + } + ] + }, + { + "name": "SDFGIYScale", + "is_bitfield": false, + "values": [ + { + "name": "SDFGI_Y_SCALE_50_PERCENT", + "value": 0 + }, + { + "name": "SDFGI_Y_SCALE_75_PERCENT", + "value": 1 + }, + { + "name": "SDFGI_Y_SCALE_100_PERCENT", + "value": 2 + } + ] } ], "methods": [ @@ -77528,8 +83525,9 @@ "name": "set_background", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4071623990, "arguments": [ { "name": "mode", @@ -77541,8 +83539,9 @@ "name": "get_background", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1843210413, "return_value": { "type": "enum::Environment.BGMode" } @@ -77551,8 +83550,9 @@ "name": "set_sky", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3067830675, "arguments": [ { "name": "sky", @@ -77564,8 +83564,9 @@ "name": "get_sky", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2855131442, "return_value": { "type": "Sky" } @@ -77574,8 +83575,9 @@ "name": "set_sky_custom_fov", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -77588,8 +83590,9 @@ "name": "get_sky_custom_fov", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77599,8 +83602,9 @@ "name": "set_sky_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "euler_radians", @@ -77612,8 +83616,9 @@ "name": "get_sky_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -77622,8 +83627,9 @@ "name": "set_bg_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -77635,8 +83641,9 @@ "name": "get_bg_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -77645,8 +83652,9 @@ "name": "set_bg_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -77659,8 +83667,9 @@ "name": "get_bg_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77670,8 +83679,9 @@ "name": "set_canvas_max_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -77684,8 +83694,9 @@ "name": "get_canvas_max_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -77695,8 +83706,9 @@ "name": "set_camera_feed_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -77709,8 +83721,9 @@ "name": "get_camera_feed_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -77720,8 +83733,9 @@ "name": "set_ambient_light_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -77733,8 +83747,9 @@ "name": "get_ambient_light_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -77743,8 +83758,9 @@ "name": "set_ambient_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2607780160, "arguments": [ { "name": "source", @@ -77756,8 +83772,9 @@ "name": "get_ambient_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 67453933, "return_value": { "type": "enum::Environment.AmbientSource" } @@ -77766,8 +83783,9 @@ "name": "set_ambient_light_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -77780,8 +83798,9 @@ "name": "get_ambient_light_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77791,8 +83810,9 @@ "name": "set_ambient_light_sky_contribution", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -77805,8 +83825,9 @@ "name": "get_ambient_light_sky_contribution", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77816,8 +83837,9 @@ "name": "set_reflection_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 299673197, "arguments": [ { "name": "source", @@ -77829,8 +83851,9 @@ "name": "get_reflection_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 777700713, "return_value": { "type": "enum::Environment.ReflectionSource" } @@ -77839,8 +83862,9 @@ "name": "set_tonemapper", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1509116664, "arguments": [ { "name": "mode", @@ -77852,8 +83876,9 @@ "name": "get_tonemapper", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2908408137, "return_value": { "type": "enum::Environment.ToneMapper" } @@ -77862,8 +83887,9 @@ "name": "set_tonemap_exposure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "exposure", @@ -77876,8 +83902,9 @@ "name": "get_tonemap_exposure", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77887,8 +83914,9 @@ "name": "set_tonemap_white", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "white", @@ -77901,8 +83929,9 @@ "name": "get_tonemap_white", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77912,8 +83941,9 @@ "name": "set_tonemap_auto_exposure_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -77925,8 +83955,9 @@ "name": "is_tonemap_auto_exposure_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -77935,8 +83966,9 @@ "name": "set_tonemap_auto_exposure_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "exposure_max", @@ -77949,8 +83981,9 @@ "name": "get_tonemap_auto_exposure_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77960,8 +83993,9 @@ "name": "set_tonemap_auto_exposure_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "exposure_min", @@ -77974,8 +84008,9 @@ "name": "get_tonemap_auto_exposure_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -77985,8 +84020,9 @@ "name": "set_tonemap_auto_exposure_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "exposure_speed", @@ -77999,8 +84035,9 @@ "name": "get_tonemap_auto_exposure_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78010,8 +84047,9 @@ "name": "set_tonemap_auto_exposure_grey", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "exposure_grey", @@ -78024,8 +84062,9 @@ "name": "get_tonemap_auto_exposure_grey", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78035,8 +84074,9 @@ "name": "set_ssr_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -78048,8 +84088,9 @@ "name": "is_ssr_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78058,8 +84099,9 @@ "name": "set_ssr_max_steps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_steps", @@ -78072,8 +84114,9 @@ "name": "get_ssr_max_steps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -78083,8 +84126,9 @@ "name": "set_ssr_fade_in", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fade_in", @@ -78097,8 +84141,9 @@ "name": "get_ssr_fade_in", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78108,8 +84153,9 @@ "name": "set_ssr_fade_out", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fade_out", @@ -78122,8 +84168,9 @@ "name": "get_ssr_fade_out", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78133,8 +84180,9 @@ "name": "set_ssr_depth_tolerance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "depth_tolerance", @@ -78147,8 +84195,9 @@ "name": "get_ssr_depth_tolerance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78158,8 +84207,9 @@ "name": "set_ssao_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -78171,8 +84221,9 @@ "name": "is_ssao_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78181,8 +84232,9 @@ "name": "set_ssao_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -78195,8 +84247,9 @@ "name": "get_ssao_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78206,8 +84259,9 @@ "name": "set_ssao_intensity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "intensity", @@ -78220,8 +84274,9 @@ "name": "get_ssao_intensity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78231,8 +84286,9 @@ "name": "set_ssao_power", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "power", @@ -78245,8 +84301,9 @@ "name": "get_ssao_power", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78256,8 +84313,9 @@ "name": "set_ssao_detail", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "detail", @@ -78270,8 +84328,9 @@ "name": "get_ssao_detail", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78281,8 +84340,9 @@ "name": "set_ssao_horizon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "horizon", @@ -78295,8 +84355,9 @@ "name": "get_ssao_horizon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78306,8 +84367,9 @@ "name": "set_ssao_sharpness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sharpness", @@ -78320,8 +84382,9 @@ "name": "get_ssao_sharpness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78331,8 +84394,9 @@ "name": "set_ssao_direct_light_affect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -78345,8 +84409,9 @@ "name": "get_ssao_direct_light_affect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78356,8 +84421,9 @@ "name": "set_ssao_ao_channel_affect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -78370,8 +84436,9 @@ "name": "get_ssao_ao_channel_affect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78381,8 +84448,9 @@ "name": "set_ssil_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -78394,8 +84462,9 @@ "name": "is_ssil_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78404,8 +84473,9 @@ "name": "set_ssil_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -78418,8 +84488,9 @@ "name": "get_ssil_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78429,8 +84500,9 @@ "name": "set_ssil_intensity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "intensity", @@ -78443,8 +84515,9 @@ "name": "get_ssil_intensity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78454,8 +84527,9 @@ "name": "set_ssil_sharpness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sharpness", @@ -78468,8 +84542,9 @@ "name": "get_ssil_sharpness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78479,8 +84554,9 @@ "name": "set_ssil_normal_rejection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "normal_rejection", @@ -78493,8 +84569,9 @@ "name": "get_ssil_normal_rejection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78504,8 +84581,9 @@ "name": "set_sdfgi_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -78517,8 +84595,9 @@ "name": "is_sdfgi_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78527,8 +84606,9 @@ "name": "set_sdfgi_cascades", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -78541,8 +84621,9 @@ "name": "get_sdfgi_cascades", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -78552,8 +84633,9 @@ "name": "set_sdfgi_min_cell_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -78566,8 +84648,9 @@ "name": "get_sdfgi_min_cell_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78577,8 +84660,9 @@ "name": "set_sdfgi_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -78591,8 +84675,9 @@ "name": "get_sdfgi_max_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78602,8 +84687,9 @@ "name": "set_sdfgi_cascade0_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -78616,8 +84702,9 @@ "name": "get_sdfgi_cascade0_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78627,8 +84714,9 @@ "name": "set_sdfgi_y_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3608608372, "arguments": [ { "name": "scale", @@ -78640,8 +84728,9 @@ "name": "get_sdfgi_y_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2568002245, "return_value": { "type": "enum::Environment.SDFGIYScale" } @@ -78650,8 +84739,9 @@ "name": "set_sdfgi_use_occlusion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -78663,8 +84753,9 @@ "name": "is_sdfgi_using_occlusion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78673,8 +84764,9 @@ "name": "set_sdfgi_bounce_feedback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -78687,8 +84779,9 @@ "name": "get_sdfgi_bounce_feedback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78698,8 +84791,9 @@ "name": "set_sdfgi_read_sky_light", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -78711,8 +84805,9 @@ "name": "is_sdfgi_reading_sky_light", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78721,8 +84816,9 @@ "name": "set_sdfgi_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -78735,8 +84831,9 @@ "name": "get_sdfgi_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78746,8 +84843,9 @@ "name": "set_sdfgi_normal_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -78760,8 +84858,9 @@ "name": "get_sdfgi_normal_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78771,8 +84870,9 @@ "name": "set_sdfgi_probe_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -78785,8 +84885,9 @@ "name": "get_sdfgi_probe_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78796,8 +84897,9 @@ "name": "set_glow_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -78809,8 +84911,9 @@ "name": "is_glow_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78819,8 +84922,9 @@ "name": "set_glow_level", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "idx", @@ -78838,8 +84942,9 @@ "name": "get_glow_level", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -78856,8 +84961,9 @@ "name": "set_glow_normalized", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "normalize", @@ -78869,8 +84975,9 @@ "name": "is_glow_normalized", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -78879,8 +84986,9 @@ "name": "set_glow_intensity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "intensity", @@ -78893,8 +85001,9 @@ "name": "get_glow_intensity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78904,8 +85013,9 @@ "name": "set_glow_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "strength", @@ -78918,8 +85028,9 @@ "name": "get_glow_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78929,8 +85040,9 @@ "name": "set_glow_mix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mix", @@ -78943,8 +85055,9 @@ "name": "get_glow_mix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78954,8 +85067,9 @@ "name": "set_glow_bloom", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -78968,8 +85082,9 @@ "name": "get_glow_bloom", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -78979,8 +85094,9 @@ "name": "set_glow_blend_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2561587761, "arguments": [ { "name": "mode", @@ -78992,8 +85108,9 @@ "name": "get_glow_blend_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1529667332, "return_value": { "type": "enum::Environment.GlowBlendMode" } @@ -79002,8 +85119,9 @@ "name": "set_glow_hdr_bleed_threshold", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "threshold", @@ -79016,8 +85134,9 @@ "name": "get_glow_hdr_bleed_threshold", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79027,8 +85146,9 @@ "name": "set_glow_hdr_bleed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -79041,8 +85161,9 @@ "name": "get_glow_hdr_bleed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79052,8 +85173,9 @@ "name": "set_glow_hdr_luminance_cap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -79066,8 +85188,9 @@ "name": "get_glow_hdr_luminance_cap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79077,8 +85200,9 @@ "name": "set_glow_map_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "strength", @@ -79091,8 +85215,9 @@ "name": "get_glow_map_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79102,8 +85227,9 @@ "name": "set_glow_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3736078201, "arguments": [ { "name": "mode", @@ -79115,8 +85241,9 @@ "name": "get_glow_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3957334271, "return_value": { "type": "Texture" } @@ -79125,8 +85252,9 @@ "name": "set_fog_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -79138,8 +85266,9 @@ "name": "is_fog_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -79148,8 +85277,9 @@ "name": "set_fog_light_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "light_color", @@ -79161,8 +85291,9 @@ "name": "get_fog_light_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -79171,8 +85302,9 @@ "name": "set_fog_light_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "light_energy", @@ -79185,8 +85317,9 @@ "name": "get_fog_light_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79196,8 +85329,9 @@ "name": "set_fog_sun_scatter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sun_scatter", @@ -79210,8 +85344,9 @@ "name": "get_fog_sun_scatter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79221,8 +85356,9 @@ "name": "set_fog_density", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "density", @@ -79235,8 +85371,9 @@ "name": "get_fog_density", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79246,8 +85383,9 @@ "name": "set_fog_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -79260,8 +85398,9 @@ "name": "get_fog_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79271,8 +85410,9 @@ "name": "set_fog_height_density", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height_density", @@ -79285,8 +85425,9 @@ "name": "get_fog_height_density", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79296,8 +85437,9 @@ "name": "set_fog_aerial_perspective", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "aerial_perspective", @@ -79310,8 +85452,9 @@ "name": "get_fog_aerial_perspective", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79321,8 +85464,9 @@ "name": "set_volumetric_fog_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -79334,8 +85478,9 @@ "name": "is_volumetric_fog_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -79344,8 +85489,9 @@ "name": "set_volumetric_fog_emission", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -79357,8 +85503,9 @@ "name": "get_volumetric_fog_emission", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -79367,8 +85514,9 @@ "name": "set_volumetric_fog_albedo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -79380,8 +85528,9 @@ "name": "get_volumetric_fog_albedo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -79390,8 +85539,9 @@ "name": "set_volumetric_fog_density", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "density", @@ -79404,8 +85554,9 @@ "name": "get_volumetric_fog_density", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79415,8 +85566,9 @@ "name": "set_volumetric_fog_emission_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "begin", @@ -79429,8 +85581,9 @@ "name": "get_volumetric_fog_emission_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79440,8 +85593,9 @@ "name": "set_volumetric_fog_anisotropy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "anisotropy", @@ -79454,8 +85608,9 @@ "name": "get_volumetric_fog_anisotropy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79465,8 +85620,9 @@ "name": "set_volumetric_fog_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -79479,8 +85635,9 @@ "name": "get_volumetric_fog_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79490,8 +85647,9 @@ "name": "set_volumetric_fog_detail_spread", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "detail_spread", @@ -79504,8 +85662,9 @@ "name": "get_volumetric_fog_detail_spread", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79515,8 +85674,9 @@ "name": "set_volumetric_fog_gi_inject", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gi_inject", @@ -79529,8 +85689,9 @@ "name": "get_volumetric_fog_gi_inject", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79540,8 +85701,9 @@ "name": "set_volumetric_fog_ambient_inject", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "enabled", @@ -79554,8 +85716,9 @@ "name": "get_volumetric_fog_ambient_inject", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79565,8 +85728,9 @@ "name": "set_volumetric_fog_temporal_reprojection_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -79578,8 +85742,9 @@ "name": "is_volumetric_fog_temporal_reprojection_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -79588,8 +85753,9 @@ "name": "set_volumetric_fog_temporal_reprojection_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "temporal_reprojection_amount", @@ -79602,8 +85768,9 @@ "name": "get_volumetric_fog_temporal_reprojection_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79613,8 +85780,9 @@ "name": "set_adjustment_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -79626,8 +85794,9 @@ "name": "is_adjustment_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -79636,8 +85805,9 @@ "name": "set_adjustment_brightness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "brightness", @@ -79650,8 +85820,9 @@ "name": "get_adjustment_brightness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79661,8 +85832,9 @@ "name": "set_adjustment_contrast", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "contrast", @@ -79675,8 +85847,9 @@ "name": "get_adjustment_contrast", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79686,8 +85859,9 @@ "name": "set_adjustment_saturation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "saturation", @@ -79700,8 +85874,9 @@ "name": "get_adjustment_saturation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -79711,8 +85886,9 @@ "name": "set_adjustment_color_correction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3736078201, "arguments": [ { "name": "color_correction", @@ -79724,8 +85900,9 @@ "name": "get_adjustment_color_correction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3957334271, "return_value": { "type": "Texture" } @@ -79881,35 +86058,35 @@ }, { "type": "bool", - "name": "ss_reflections_enabled", + "name": "ssr_enabled", "setter": "set_ssr_enabled", "getter": "is_ssr_enabled", "index": -1 }, { "type": "int", - "name": "ss_reflections_max_steps", + "name": "ssr_max_steps", "setter": "set_ssr_max_steps", "getter": "get_ssr_max_steps", "index": -1 }, { "type": "float", - "name": "ss_reflections_fade_in", + "name": "ssr_fade_in", "setter": "set_ssr_fade_in", "getter": "get_ssr_fade_in", "index": -1 }, { "type": "float", - "name": "ss_reflections_fade_out", + "name": "ssr_fade_out", "setter": "set_ssr_fade_out", "getter": "get_ssr_fade_out", "index": -1 }, { "type": "float", - "name": "ss_reflections_depth_tolerance", + "name": "ssr_depth_tolerance", "setter": "set_ssr_depth_tolerance", "getter": "get_ssr_depth_tolerance", "index": -1 @@ -80417,8 +86594,9 @@ "name": "parse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 1740195791, "return_value": { "type": "enum::Error" }, @@ -80438,8 +86616,9 @@ "name": "execute", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1604761611, + "hash": 3012326192, "return_value": { "type": "Variant" }, @@ -80458,6 +86637,11 @@ "name": "show_error", "type": "bool", "default_value": "true" + }, + { + "name": "const_calls_only", + "type": "bool", + "default_value": "false" } ] }, @@ -80465,8 +86649,9 @@ "name": "has_execute_failed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -80475,14 +86660,870 @@ "name": "get_error_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } } ] }, + { + "name": "FastNoiseLite", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Noise", + "api_type": "core", + "enums": [ + { + "name": "NoiseType", + "is_bitfield": false, + "values": [ + { + "name": "TYPE_VALUE", + "value": 5 + }, + { + "name": "TYPE_VALUE_CUBIC", + "value": 4 + }, + { + "name": "TYPE_PERLIN", + "value": 3 + }, + { + "name": "TYPE_CELLULAR", + "value": 2 + }, + { + "name": "TYPE_SIMPLEX", + "value": 0 + }, + { + "name": "TYPE_SIMPLEX_SMOOTH", + "value": 1 + } + ] + }, + { + "name": "FractalType", + "is_bitfield": false, + "values": [ + { + "name": "FRACTAL_NONE", + "value": 0 + }, + { + "name": "FRACTAL_FBM", + "value": 1 + }, + { + "name": "FRACTAL_RIDGED", + "value": 2 + }, + { + "name": "FRACTAL_PING_PONG", + "value": 3 + } + ] + }, + { + "name": "CellularDistanceFunction", + "is_bitfield": false, + "values": [ + { + "name": "DISTANCE_EUCLIDEAN", + "value": 0 + }, + { + "name": "DISTANCE_EUCLIDEAN_SQUARED", + "value": 1 + }, + { + "name": "DISTANCE_MANHATTAN", + "value": 2 + }, + { + "name": "DISTANCE_HYBRID", + "value": 3 + } + ] + }, + { + "name": "CellularReturnType", + "is_bitfield": false, + "values": [ + { + "name": "RETURN_CELL_VALUE", + "value": 0 + }, + { + "name": "RETURN_DISTANCE", + "value": 1 + }, + { + "name": "RETURN_DISTANCE2", + "value": 2 + }, + { + "name": "RETURN_DISTANCE2_ADD", + "value": 3 + }, + { + "name": "RETURN_DISTANCE2_SUB", + "value": 4 + }, + { + "name": "RETURN_DISTANCE2_MUL", + "value": 5 + }, + { + "name": "RETURN_DISTANCE2_DIV", + "value": 6 + } + ] + }, + { + "name": "DomainWarpType", + "is_bitfield": false, + "values": [ + { + "name": "DOMAIN_WARP_SIMPLEX", + "value": 0 + }, + { + "name": "DOMAIN_WARP_SIMPLEX_REDUCED", + "value": 1 + }, + { + "name": "DOMAIN_WARP_BASIC_GRID", + "value": 2 + } + ] + }, + { + "name": "DomainWarpFractalType", + "is_bitfield": false, + "values": [ + { + "name": "DOMAIN_WARP_FRACTAL_NONE", + "value": 0 + }, + { + "name": "DOMAIN_WARP_FRACTAL_PROGRESSIVE", + "value": 1 + }, + { + "name": "DOMAIN_WARP_FRACTAL_INDEPENDENT", + "value": 2 + } + ] + } + ], + "methods": [ + { + "name": "set_noise_type", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2624461392, + "arguments": [ + { + "name": "type", + "type": "enum::FastNoiseLite.NoiseType" + } + ] + }, + { + "name": "get_noise_type", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1458108610, + "return_value": { + "type": "enum::FastNoiseLite.NoiseType" + } + }, + { + "name": "set_seed", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "seed", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_seed", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_frequency", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "freq", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_frequency", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_offset", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3460891852, + "arguments": [ + { + "name": "offset", + "type": "Vector3" + } + ] + }, + { + "name": "get_offset", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3360562783, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "set_fractal_type", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4132731174, + "arguments": [ + { + "name": "type", + "type": "enum::FastNoiseLite.FractalType" + } + ] + }, + { + "name": "get_fractal_type", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1036889279, + "return_value": { + "type": "enum::FastNoiseLite.FractalType" + } + }, + { + "name": "set_fractal_octaves", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "octave_count", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_fractal_octaves", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_fractal_lacunarity", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "lacunarity", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_fractal_lacunarity", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_fractal_gain", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "gain", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_fractal_gain", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_fractal_weighted_strength", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "weighted_strength", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_fractal_weighted_strength", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_fractal_ping_pong_strength", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "ping_pong_strength", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_fractal_ping_pong_strength", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_cellular_distance_function", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1006013267, + "arguments": [ + { + "name": "func", + "type": "enum::FastNoiseLite.CellularDistanceFunction" + } + ] + }, + { + "name": "get_cellular_distance_function", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2021274088, + "return_value": { + "type": "enum::FastNoiseLite.CellularDistanceFunction" + } + }, + { + "name": "set_cellular_jitter", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "jitter", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_cellular_jitter", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_cellular_return_type", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2654169698, + "arguments": [ + { + "name": "ret", + "type": "enum::FastNoiseLite.CellularReturnType" + } + ] + }, + { + "name": "get_cellular_return_type", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3699796343, + "return_value": { + "type": "enum::FastNoiseLite.CellularReturnType" + } + }, + { + "name": "set_domain_warp_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "domain_warp_enabled", + "type": "bool" + } + ] + }, + { + "name": "is_domain_warp_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_domain_warp_type", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3629692980, + "arguments": [ + { + "name": "domain_warp_type", + "type": "enum::FastNoiseLite.DomainWarpType" + } + ] + }, + { + "name": "get_domain_warp_type", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2980162020, + "return_value": { + "type": "enum::FastNoiseLite.DomainWarpType" + } + }, + { + "name": "set_domain_warp_amplitude", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "domain_warp_amplitude", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_domain_warp_amplitude", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_domain_warp_frequency", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "domain_warp_frequency", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_domain_warp_frequency", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_domain_warp_fractal_type", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3999408287, + "arguments": [ + { + "name": "domain_warp_fractal_type", + "type": "enum::FastNoiseLite.DomainWarpFractalType" + } + ] + }, + { + "name": "get_domain_warp_fractal_type", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 407716934, + "return_value": { + "type": "enum::FastNoiseLite.DomainWarpFractalType" + } + }, + { + "name": "set_domain_warp_fractal_octaves", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "domain_warp_octave_count", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_domain_warp_fractal_octaves", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_domain_warp_fractal_lacunarity", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "domain_warp_lacunarity", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_domain_warp_fractal_lacunarity", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_domain_warp_fractal_gain", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "domain_warp_gain", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_domain_warp_fractal_gain", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + } + ], + "properties": [ + { + "type": "int", + "name": "noise_type", + "setter": "set_noise_type", + "getter": "get_noise_type", + "index": -1 + }, + { + "type": "int", + "name": "seed", + "setter": "set_seed", + "getter": "get_seed", + "index": -1 + }, + { + "type": "float", + "name": "frequency", + "setter": "set_frequency", + "getter": "get_frequency", + "index": -1 + }, + { + "type": "Vector3", + "name": "offset", + "setter": "set_offset", + "getter": "get_offset", + "index": -1 + }, + { + "type": "int", + "name": "fractal_type", + "setter": "set_fractal_type", + "getter": "get_fractal_type", + "index": -1 + }, + { + "type": "int", + "name": "fractal_octaves", + "setter": "set_fractal_octaves", + "getter": "get_fractal_octaves", + "index": -1 + }, + { + "type": "float", + "name": "fractal_lacunarity", + "setter": "set_fractal_lacunarity", + "getter": "get_fractal_lacunarity", + "index": -1 + }, + { + "type": "float", + "name": "fractal_gain", + "setter": "set_fractal_gain", + "getter": "get_fractal_gain", + "index": -1 + }, + { + "type": "float", + "name": "fractal_weighted_strength", + "setter": "set_fractal_weighted_strength", + "getter": "get_fractal_weighted_strength", + "index": -1 + }, + { + "type": "float", + "name": "fractal_ping_pong_strength", + "setter": "set_fractal_ping_pong_strength", + "getter": "get_fractal_ping_pong_strength", + "index": -1 + }, + { + "type": "int", + "name": "cellular_distance_function", + "setter": "set_cellular_distance_function", + "getter": "get_cellular_distance_function", + "index": -1 + }, + { + "type": "float", + "name": "cellular_jitter", + "setter": "set_cellular_jitter", + "getter": "get_cellular_jitter", + "index": -1 + }, + { + "type": "int", + "name": "cellular_return_type", + "setter": "set_cellular_return_type", + "getter": "get_cellular_return_type", + "index": -1 + }, + { + "type": "bool", + "name": "domain_warp_enabled", + "setter": "set_domain_warp_enabled", + "getter": "is_domain_warp_enabled", + "index": -1 + }, + { + "type": "int", + "name": "domain_warp_type", + "setter": "set_domain_warp_type", + "getter": "get_domain_warp_type", + "index": -1 + }, + { + "type": "float", + "name": "domain_warp_amplitude", + "setter": "set_domain_warp_amplitude", + "getter": "get_domain_warp_amplitude", + "index": -1 + }, + { + "type": "float", + "name": "domain_warp_frequency", + "setter": "set_domain_warp_frequency", + "getter": "get_domain_warp_frequency", + "index": -1 + }, + { + "type": "int", + "name": "domain_warp_fractal_type", + "setter": "set_domain_warp_fractal_type", + "getter": "get_domain_warp_fractal_type", + "index": -1 + }, + { + "type": "int", + "name": "domain_warp_fractal_octaves", + "setter": "set_domain_warp_fractal_octaves", + "getter": "get_domain_warp_fractal_octaves", + "index": -1 + }, + { + "type": "float", + "name": "domain_warp_fractal_lacunarity", + "setter": "set_domain_warp_fractal_lacunarity", + "getter": "get_domain_warp_fractal_lacunarity", + "index": -1 + }, + { + "type": "float", + "name": "domain_warp_fractal_gain", + "setter": "set_domain_warp_fractal_gain", + "getter": "get_domain_warp_fractal_gain", + "index": -1 + } + ] + }, { "name": "File", "is_refcounted": true, @@ -80490,29 +87531,9 @@ "inherits": "RefCounted", "api_type": "core", "enums": [ - { - "name": "CompressionMode", - "values": [ - { - "name": "COMPRESSION_FASTLZ", - "value": 0 - }, - { - "name": "COMPRESSION_DEFLATE", - "value": 1 - }, - { - "name": "COMPRESSION_ZSTD", - "value": 2 - }, - { - "name": "COMPRESSION_GZIP", - "value": 3 - } - ] - }, { "name": "ModeFlags", + "is_bitfield": false, "values": [ { "name": "READ", @@ -80531,6 +87552,28 @@ "value": 7 } ] + }, + { + "name": "CompressionMode", + "is_bitfield": false, + "values": [ + { + "name": "COMPRESSION_FASTLZ", + "value": 0 + }, + { + "name": "COMPRESSION_DEFLATE", + "value": 1 + }, + { + "name": "COMPRESSION_ZSTD", + "value": 2 + }, + { + "name": "COMPRESSION_GZIP", + "value": 3 + } + ] } ], "methods": [ @@ -80538,8 +87581,9 @@ "name": "open_encrypted", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2107777705, "return_value": { "type": "enum::Error" }, @@ -80562,8 +87606,9 @@ "name": "open_encrypted_with_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 1053231221, "return_value": { "type": "enum::Error" }, @@ -80586,8 +87631,9 @@ "name": "open_compressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 2636971738, "return_value": { "type": "enum::Error" }, @@ -80611,8 +87657,9 @@ "name": "open", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 985763342, "return_value": { "type": "enum::Error" }, @@ -80631,22 +87678,25 @@ "name": "flush", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "close", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -80655,8 +87705,9 @@ "name": "get_path_absolute", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -80665,8 +87716,9 @@ "name": "is_open", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -80675,8 +87727,9 @@ "name": "seek", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "position", @@ -80689,8 +87742,9 @@ "name": "seek_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 1995695955, "arguments": [ { "name": "position", @@ -80704,8 +87758,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -80715,8 +87770,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -80726,8 +87782,9 @@ "name": "eof_reached", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -80736,8 +87793,9 @@ "name": "get_8", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint8" @@ -80747,8 +87805,9 @@ "name": "get_16", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint16" @@ -80758,8 +87817,9 @@ "name": "get_32", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -80769,8 +87829,9 @@ "name": "get_64", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -80780,8 +87841,9 @@ "name": "get_float", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -80791,8 +87853,9 @@ "name": "get_double", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -80802,8 +87865,9 @@ "name": "get_real", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -80813,8 +87877,9 @@ "name": "get_buffer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4270705709, "return_value": { "type": "PackedByteArray" }, @@ -80830,8 +87895,9 @@ "name": "get_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -80840,8 +87906,9 @@ "name": "get_csv_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 365838458, + "hash": 3740269769, "return_value": { "type": "PackedStringArray" }, @@ -80857,8 +87924,9 @@ "name": "get_as_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -80867,8 +87935,9 @@ "name": "get_md5", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -80883,8 +87952,9 @@ "name": "get_sha256", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -80899,8 +87969,9 @@ "name": "is_big_endian", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -80909,8 +87980,9 @@ "name": "set_big_endian", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "big_endian", @@ -80922,8 +87994,9 @@ "name": "get_error", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3185525595, "return_value": { "type": "enum::Error" } @@ -80932,8 +88005,9 @@ "name": "get_var", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 189129690, "return_value": { "type": "Variant" }, @@ -80949,8 +88023,9 @@ "name": "store_8", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -80963,8 +88038,9 @@ "name": "store_16", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -80977,8 +88053,9 @@ "name": "store_32", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -80991,8 +88068,9 @@ "name": "store_64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -81005,8 +88083,9 @@ "name": "store_float", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -81019,8 +88098,9 @@ "name": "store_double", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -81033,8 +88113,9 @@ "name": "store_real", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -81047,8 +88128,9 @@ "name": "store_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4019067137, "arguments": [ { "name": "buffer", @@ -81060,8 +88142,9 @@ "name": "store_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "line", @@ -81073,8 +88156,9 @@ "name": "store_csv_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3309093657, "arguments": [ { "name": "values", @@ -81091,8 +88175,9 @@ "name": "store_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "string", @@ -81104,8 +88189,9 @@ "name": "store_var", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 738511890, "arguments": [ { "name": "value", @@ -81122,8 +88208,9 @@ "name": "store_pascal_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "string", @@ -81135,18 +88222,20 @@ "name": "get_pascal_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } }, { "name": "file_exists", - "is_const": true, + "is_const": false, "is_vararg": false, + "is_static": true, "is_virtual": false, - "hash": 135374120, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -81161,8 +88250,9 @@ "name": "get_modified_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "uint64" @@ -81194,6 +88284,7 @@ "enums": [ { "name": "FileMode", + "is_bitfield": false, "values": [ { "name": "FILE_MODE_OPEN_FILE", @@ -81219,6 +88310,7 @@ }, { "name": "Access", + "is_bitfield": false, "values": [ { "name": "ACCESS_RESOURCES", @@ -81240,19 +88332,26 @@ "name": "clear_filters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 233059325, "arguments": [ { "name": "filter", "type": "String" + }, + { + "name": "description", + "type": "String", + "default_value": "\"\"" } ] }, @@ -81260,8 +88359,9 @@ "name": "set_filters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3709968205, "arguments": [ { "name": "filters", @@ -81273,8 +88373,9 @@ "name": "get_filters", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -81283,8 +88384,9 @@ "name": "get_current_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -81293,8 +88395,9 @@ "name": "get_current_file", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -81303,8 +88406,9 @@ "name": "get_current_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -81313,8 +88417,9 @@ "name": "set_current_dir", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "dir", @@ -81326,8 +88431,9 @@ "name": "set_current_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file", @@ -81339,8 +88445,9 @@ "name": "set_current_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -81352,8 +88459,9 @@ "name": "set_mode_overrides_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "override", @@ -81365,8 +88473,9 @@ "name": "is_mode_overriding_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -81375,8 +88484,9 @@ "name": "set_file_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3654936397, "arguments": [ { "name": "mode", @@ -81388,8 +88498,9 @@ "name": "get_file_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4074825319, "return_value": { "type": "enum::FileDialog.FileMode" } @@ -81398,8 +88509,9 @@ "name": "get_vbox", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2466236882, "return_value": { "type": "VBoxContainer" } @@ -81408,8 +88520,9 @@ "name": "get_line_edit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4088675504, "return_value": { "type": "LineEdit" } @@ -81418,8 +88531,9 @@ "name": "set_access", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4104413466, "arguments": [ { "name": "access", @@ -81431,18 +88545,45 @@ "name": "get_access", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3344081076, "return_value": { "type": "enum::FileDialog.Access" } }, + { + "name": "set_root_subfolder", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "dir", + "type": "String" + } + ] + }, + { + "name": "get_root_subfolder", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, { "name": "set_show_hidden_files", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "show", @@ -81454,8 +88595,9 @@ "name": "is_showing_hidden_files", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -81464,18 +88606,29 @@ "name": "deselect_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "invalidate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "signals": [ + { + "name": "file_selected", + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, { "name": "files_selected", "arguments": [ @@ -81493,15 +88646,6 @@ "type": "String" } ] - }, - { - "name": "file_selected", - "arguments": [ - { - "name": "path", - "type": "String" - } - ] } ], "properties": [ @@ -81526,6 +88670,13 @@ "getter": "get_access", "index": -1 }, + { + "type": "String", + "name": "root_subfolder", + "setter": "set_root_subfolder", + "getter": "get_root_subfolder", + "index": -1 + }, { "type": "PackedStringArray", "name": "filters", @@ -81574,8 +88725,9 @@ "name": "navigate_to_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -81585,9 +88737,6 @@ } ], "signals": [ - { - "name": "display_mode_changed" - }, { "name": "inherit", "arguments": [ @@ -81597,6 +88746,33 @@ } ] }, + { + "name": "instance", + "arguments": [ + { + "name": "files", + "type": "PackedStringArray" + } + ] + }, + { + "name": "file_removed", + "arguments": [ + { + "name": "file", + "type": "String" + } + ] + }, + { + "name": "folder_removed", + "arguments": [ + { + "name": "folder", + "type": "String" + } + ] + }, { "name": "files_moved", "arguments": [ @@ -81610,24 +88786,6 @@ } ] }, - { - "name": "folder_removed", - "arguments": [ - { - "name": "folder", - "type": "String" - } - ] - }, - { - "name": "instance", - "arguments": [ - { - "name": "files", - "type": "PackedStringArray" - } - ] - }, { "name": "folder_moved", "arguments": [ @@ -81642,13 +88800,7 @@ ] }, { - "name": "file_removed", - "arguments": [ - { - "name": "file", - "type": "String" - } - ] + "name": "display_mode_changed" } ] }, @@ -81663,8 +88815,9 @@ "name": "get_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -81683,8 +88836,9 @@ "name": "set_density", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "density", @@ -81697,8 +88851,9 @@ "name": "get_density", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -81708,8 +88863,9 @@ "name": "set_albedo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "albedo", @@ -81721,8 +88877,9 @@ "name": "get_albedo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -81731,8 +88888,9 @@ "name": "set_emission", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "emission", @@ -81744,8 +88902,9 @@ "name": "get_emission", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -81754,8 +88913,9 @@ "name": "set_height_falloff", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height_falloff", @@ -81768,8 +88928,9 @@ "name": "get_height_falloff", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -81779,8 +88940,9 @@ "name": "set_edge_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "edge_fade", @@ -81793,8 +88955,9 @@ "name": "get_edge_fade", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -81804,8 +88967,9 @@ "name": "set_density_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 305206263, "arguments": [ { "name": "density_texture", @@ -81817,8 +88981,9 @@ "name": "get_density_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3148596224, "return_value": { "type": "Texture3D" } @@ -81880,8 +89045,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -81893,8 +89059,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -81903,8 +89070,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1416323362, "arguments": [ { "name": "shape", @@ -81916,8 +89084,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3920334604, "return_value": { "type": "enum::RenderingServer.FogVolumeShape" } @@ -81926,8 +89095,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -81939,8 +89109,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -81973,178 +89144,94 @@ { "name": "Font", "is_refcounted": true, - "is_instantiable": true, + "is_instantiable": false, "inherits": "Resource", "api_type": "core", "methods": [ { - "name": "add_data", + "name": "set_fallbacks", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { - "name": "data", - "type": "FontData" + "name": "fallbacks", + "type": "Array" } ] }, { - "name": "set_data", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - }, - { - "name": "data", - "type": "FontData" - } - ] - }, - { - "name": "get_data_count", + "name": "get_fallbacks", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { - "type": "int", - "meta": "int32" + "type": "Array" } }, { - "name": "get_data", + "name": "find_variation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "FontData" - }, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_data_rid", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, + "hash": 3395732004, "return_value": { "type": "RID" }, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "clear_data", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, - { - "name": "remove_data", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "set_variation_coordinates", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, "arguments": [ { "name": "variation_coordinates", "type": "Dictionary" - } - ] - }, - { - "name": "get_variation_coordinates", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "Dictionary" - } - }, - { - "name": "set_spacing", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "spacing", - "type": "enum::TextServer.SpacingType" }, { - "name": "value", + "name": "face_index", "type": "int", - "meta": "int32" + "meta": "int32", + "default_value": "0" + }, + { + "name": "strength", + "type": "float", + "meta": "float", + "default_value": "0.0" + }, + { + "name": "transform", + "type": "Transform2D", + "default_value": "Transform2D(1, 0, 0, 1, 0, 0)" } ] }, { - "name": "get_spacing", + "name": "get_rids", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1307783378, "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "spacing", - "type": "enum::TextServer.SpacingType" - } - ] + "type": "Array" + } }, { "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4222031257, + "hash": 378113874, "return_value": { "type": "float", "meta": "float" }, "arguments": [ { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" @@ -82155,15 +89242,16 @@ "name": "get_ascent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4222031257, + "hash": 378113874, "return_value": { "type": "float", "meta": "float" }, "arguments": [ { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" @@ -82174,15 +89262,16 @@ "name": "get_descent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4222031257, + "hash": 378113874, "return_value": { "type": "float", "meta": "float" }, "arguments": [ { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" @@ -82193,15 +89282,16 @@ "name": "get_underline_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4222031257, + "hash": 378113874, "return_value": { "type": "float", "meta": "float" }, "arguments": [ { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" @@ -82212,27 +89302,111 @@ "name": "get_underline_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4222031257, + "hash": 378113874, "return_value": { "type": "float", "meta": "float" }, "arguments": [ { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" } ] }, + { + "name": "get_font_name", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "get_font_style_name", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "get_font_style", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2520224254, + "return_value": { + "type": "bitfield::TextServer.FontStyle" + } + }, + { + "name": "get_spacing", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1310880908, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "spacing", + "type": "enum::TextServer.SpacingType" + } + ] + }, + { + "name": "get_opentype_features", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 717520766, + "return_value": { + "type": "Dictionary" + } + }, + { + "name": "set_cache_capacity", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3937882851, + "arguments": [ + { + "name": "single_line", + "type": "int", + "meta": "int32" + }, + { + "name": "multi_line", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "get_string_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2495867029, + "hash": 3678918099, "return_value": { "type": "Vector2" }, @@ -82241,12 +89415,6 @@ "name": "text", "type": "String" }, - { - "name": "size", - "type": "int", - "meta": "int32", - "default_value": "16" - }, { "name": "alignment", "type": "enum::HorizontalAlignment", @@ -82259,10 +89427,25 @@ "default_value": "-1" }, { - "name": "flags", + "name": "font_size", "type": "int", - "meta": "uint16", + "meta": "int32", + "default_value": "16" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", + "default_value": "0" + }, + { + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" } ] }, @@ -82270,8 +89453,9 @@ "name": "get_multiline_string_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1721178056, + "hash": 2427690650, "return_value": { "type": "Vector2" }, @@ -82280,6 +89464,11 @@ "name": "text", "type": "String" }, + { + "name": "alignment", + "type": "enum::HorizontalAlignment", + "default_value": "0" + }, { "name": "width", "type": "float", @@ -82287,16 +89476,36 @@ "default_value": "-1" }, { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" }, { - "name": "flags", + "name": "max_lines", "type": "int", - "meta": "uint16", - "default_value": "96" + "meta": "int32", + "default_value": "-1" + }, + { + "name": "brk_flags", + "type": "bitfield::TextServer.LineBreakFlag", + "default_value": "3" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", + "default_value": "0" + }, + { + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" } ] }, @@ -82304,8 +89513,9 @@ "name": "draw_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 788614421, + "hash": 1845275776, "arguments": [ { "name": "canvas_item", @@ -82331,7 +89541,7 @@ "default_value": "-1" }, { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32", "default_value": "16" @@ -82342,21 +89552,19 @@ "default_value": "Color(1, 1, 1, 1)" }, { - "name": "outline_size", - "type": "int", - "meta": "int32", + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", "default_value": "0" }, { - "name": "outline_modulate", - "type": "Color", - "default_value": "Color(1, 1, 1, 0)" - }, - { - "name": "flags", - "type": "int", - "meta": "uint16", - "default_value": "3" + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" } ] }, @@ -82364,8 +89572,9 @@ "name": "draw_multiline_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4242164481, + "hash": 75068056, "arguments": [ { "name": "canvas_item", @@ -82390,6 +89599,147 @@ "meta": "float", "default_value": "-1" }, + { + "name": "font_size", + "type": "int", + "meta": "int32", + "default_value": "16" + }, + { + "name": "max_lines", + "type": "int", + "meta": "int32", + "default_value": "-1" + }, + { + "name": "modulate", + "type": "Color", + "default_value": "Color(1, 1, 1, 1)" + }, + { + "name": "brk_flags", + "type": "bitfield::TextServer.LineBreakFlag", + "default_value": "3" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", + "default_value": "0" + }, + { + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" + } + ] + }, + { + "name": "draw_string_outline", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1078083147, + "arguments": [ + { + "name": "canvas_item", + "type": "RID" + }, + { + "name": "pos", + "type": "Vector2" + }, + { + "name": "text", + "type": "String" + }, + { + "name": "alignment", + "type": "enum::HorizontalAlignment", + "default_value": "0" + }, + { + "name": "width", + "type": "float", + "meta": "float", + "default_value": "-1" + }, + { + "name": "font_size", + "type": "int", + "meta": "int32", + "default_value": "16" + }, + { + "name": "size", + "type": "int", + "meta": "int32", + "default_value": "1" + }, + { + "name": "modulate", + "type": "Color", + "default_value": "Color(1, 1, 1, 1)" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", + "default_value": "0" + }, + { + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" + } + ] + }, + { + "name": "draw_multiline_string_outline", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3263989537, + "arguments": [ + { + "name": "canvas_item", + "type": "RID" + }, + { + "name": "pos", + "type": "Vector2" + }, + { + "name": "text", + "type": "String" + }, + { + "name": "alignment", + "type": "enum::HorizontalAlignment", + "default_value": "0" + }, + { + "name": "width", + "type": "float", + "meta": "float", + "default_value": "-1" + }, + { + "name": "font_size", + "type": "int", + "meta": "int32", + "default_value": "16" + }, { "name": "max_lines", "type": "int", @@ -82400,7 +89750,7 @@ "name": "size", "type": "int", "meta": "int32", - "default_value": "16" + "default_value": "1" }, { "name": "modulate", @@ -82408,21 +89758,24 @@ "default_value": "Color(1, 1, 1, 1)" }, { - "name": "outline_size", - "type": "int", - "meta": "int32", + "name": "brk_flags", + "type": "bitfield::TextServer.LineBreakFlag", + "default_value": "3" + }, + { + "name": "jst_flags", + "type": "bitfield::TextServer.JustificationFlag", + "default_value": "3" + }, + { + "name": "direction", + "type": "enum::TextServer.Direction", "default_value": "0" }, { - "name": "outline_modulate", - "type": "Color", - "default_value": "Color(1, 1, 1, 0)" - }, - { - "name": "flags", - "type": "int", - "meta": "uint16", - "default_value": "99" + "name": "orientation", + "type": "enum::TextServer.Orientation", + "default_value": "0" } ] }, @@ -82430,8 +89783,9 @@ "name": "get_char_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3892018839, + "hash": 3016396712, "return_value": { "type": "Vector2" }, @@ -82441,15 +89795,9 @@ "type": "int" }, { - "name": "next", + "name": "arg1", "type": "int", - "default_value": "0" - }, - { - "name": "size", - "type": "int", - "meta": "int32", - "default_value": "16" + "meta": "int32" } ] }, @@ -82457,8 +89805,9 @@ "name": "draw_char", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2263791, + "hash": 3441080423, "return_value": { "type": "float", "meta": "float" @@ -82477,31 +89826,56 @@ "type": "int" }, { - "name": "next", + "name": "modulate", "type": "int", - "default_value": "0" + "meta": "int32" + }, + { + "name": "arg4", + "type": "Color", + "default_value": "Color(1, 1, 1, 1)" + } + ] + }, + { + "name": "draw_char_outline", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 151012040, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "canvas_item", + "type": "RID" + }, + { + "name": "pos", + "type": "Vector2" + }, + { + "name": "char", + "type": "int" }, { "name": "size", "type": "int", - "meta": "int32", - "default_value": "16" + "meta": "int32" }, { "name": "modulate", - "type": "Color", - "default_value": "Color(1, 1, 1, 1)" - }, - { - "name": "outline_size", "type": "int", "meta": "int32", - "default_value": "0" + "default_value": "-1" }, { - "name": "outline_modulate", + "name": "arg5", "type": "Color", - "default_value": "Color(1, 1, 1, 0)" + "default_value": "Color(1, 1, 1, 1)" } ] }, @@ -82509,8 +89883,9 @@ "name": "has_char", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -82525,57 +89900,97 @@ "name": "get_supported_chars", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } }, { - "name": "update_changes", - "is_const": false, + "name": "is_language_supported", + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 - } - ], - "properties": [ - { - "type": "Dictionary", - "name": "variation_coordinates", - "setter": "set_variation_coordinates", - "getter": "get_variation_coordinates", - "index": -1 + "hash": 3927539163, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "language", + "type": "String" + } + ] }, { - "type": "int", - "name": "spacing_top", - "setter": "set_spacing", - "getter": "get_spacing", - "index": 2 + "name": "is_script_supported", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3927539163, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "script", + "type": "String" + } + ] }, { - "type": "int", - "name": "spacing_bottom", - "setter": "set_spacing", - "getter": "get_spacing", - "index": 3 + "name": "get_supported_feature_list", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 717520766, + "return_value": { + "type": "Dictionary" + } + }, + { + "name": "get_supported_variation_list", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 717520766, + "return_value": { + "type": "Dictionary" + } + }, + { + "name": "get_face_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int64" + } } ] }, { - "name": "FontData", + "name": "FontFile", "is_refcounted": true, "is_instantiable": true, - "inherits": "Resource", + "inherits": "Font", "api_type": "core", "methods": [ { "name": "load_bitmap_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -82590,8 +90005,9 @@ "name": "load_dynamic_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -82606,8 +90022,9 @@ "name": "set_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4019067137, "arguments": [ { "name": "data", @@ -82619,18 +90036,62 @@ "name": "get_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } }, + { + "name": "set_font_name", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "name": "set_font_style_name", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "name": "set_font_style", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 918070724, + "arguments": [ + { + "name": "style", + "type": "bitfield::TextServer.FontStyle" + } + ] + }, { "name": "set_antialiased", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "antialiased", @@ -82642,89 +90103,45 @@ "name": "is_antialiased", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { - "name": "set_font_name", + "name": "set_generate_mipmaps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { - "name": "name", - "type": "String" + "name": "generate_mipmaps", + "type": "bool" } ] }, { - "name": "get_font_name", + "name": "get_generate_mipmaps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { - "type": "String" - } - }, - { - "name": "set_font_style_name", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "name", - "type": "String" - } - ] - }, - { - "name": "get_font_style_name", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "set_font_style", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "style", - "type": "int", - "meta": "uint32" - } - ] - }, - { - "name": "get_font_style", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "uint32" + "type": "bool" } }, { "name": "set_multichannel_signed_distance_field", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "msdf", @@ -82736,8 +90153,9 @@ "name": "is_multichannel_signed_distance_field", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -82746,8 +90164,9 @@ "name": "set_msdf_pixel_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "msdf_pixel_range", @@ -82760,8 +90179,9 @@ "name": "get_msdf_pixel_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -82771,8 +90191,9 @@ "name": "set_msdf_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "msdf_size", @@ -82785,8 +90206,9 @@ "name": "get_msdf_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -82796,8 +90218,9 @@ "name": "set_fixed_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "fixed_size", @@ -82810,8 +90233,9 @@ "name": "get_fixed_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -82821,8 +90245,9 @@ "name": "set_force_autohinter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "force_autohinter", @@ -82834,8 +90259,9 @@ "name": "is_force_autohinter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -82844,8 +90270,9 @@ "name": "set_hinting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1827459492, "arguments": [ { "name": "hinting", @@ -82857,8 +90284,9 @@ "name": "get_hinting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3683214614, "return_value": { "type": "enum::TextServer.Hinting" } @@ -82867,8 +90295,9 @@ "name": "set_subpixel_positioning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4225742182, "arguments": [ { "name": "subpixel_positioning", @@ -82880,8 +90309,9 @@ "name": "get_subpixel_positioning", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1069238588, "return_value": { "type": "enum::TextServer.SubpixelPositioning" } @@ -82890,8 +90320,9 @@ "name": "set_oversampling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "oversampling", @@ -82904,35 +90335,21 @@ "name": "get_oversampling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" } }, - { - "name": "find_cache", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "RID" - }, - "arguments": [ - { - "name": "variation_coordinates", - "type": "Dictionary" - } - ] - }, { "name": "get_cache_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -82942,15 +90359,17 @@ "name": "clear_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "remove_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "cache_index", @@ -82963,8 +90382,9 @@ "name": "get_size_cache_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -82980,8 +90400,9 @@ "name": "clear_size_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "cache_index", @@ -82994,8 +90415,9 @@ "name": "remove_size_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2311374912, "arguments": [ { "name": "cache_index", @@ -83012,8 +90434,9 @@ "name": "set_variation_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 913628802, "arguments": [ { "name": "cache_index", @@ -83030,8 +90453,9 @@ "name": "get_variation_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2445445782, "return_value": { "type": "Dictionary" }, @@ -83044,11 +90468,127 @@ ] }, { - "name": "set_ascent", + "name": "set_embolden", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1602489585, + "arguments": [ + { + "name": "cache_index", + "type": "int", + "meta": "int32" + }, + { + "name": "strength", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_embolden", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2339986948, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "cache_index", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_transform", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 30160968, + "arguments": [ + { + "name": "cache_index", + "type": "int", + "meta": "int32" + }, + { + "name": "transform", + "type": "Transform2D" + } + ] + }, + { + "name": "get_transform", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3836996910, + "return_value": { + "type": "Transform2D" + }, + "arguments": [ + { + "name": "cache_index", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_face_index", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3937882851, + "arguments": [ + { + "name": "cache_index", + "type": "int", + "meta": "int32" + }, + { + "name": "face_index", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "get_face_index", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 923996154, + "return_value": { + "type": "int", + "meta": "int64" + }, + "arguments": [ + { + "name": "cache_index", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_cache_ascent", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3506521499, "arguments": [ { "name": "cache_index", @@ -83068,11 +90608,12 @@ ] }, { - "name": "get_ascent", + "name": "get_cache_ascent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -83091,11 +90632,12 @@ ] }, { - "name": "set_descent", + "name": "set_cache_descent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "cache_index", @@ -83115,11 +90657,12 @@ ] }, { - "name": "get_descent", + "name": "get_cache_descent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -83138,11 +90681,12 @@ ] }, { - "name": "set_underline_position", + "name": "set_cache_underline_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "cache_index", @@ -83162,11 +90706,12 @@ ] }, { - "name": "get_underline_position", + "name": "get_cache_underline_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -83185,11 +90730,12 @@ ] }, { - "name": "set_underline_thickness", + "name": "set_cache_underline_thickness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "cache_index", @@ -83209,11 +90755,12 @@ ] }, { - "name": "get_underline_thickness", + "name": "get_cache_underline_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -83232,11 +90779,12 @@ ] }, { - "name": "set_scale", + "name": "set_cache_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "cache_index", @@ -83256,11 +90804,12 @@ ] }, { - "name": "get_scale", + "name": "get_cache_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -83278,67 +90827,13 @@ } ] }, - { - "name": "set_spacing", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134295977, - "arguments": [ - { - "name": "cache_index", - "type": "int", - "meta": "int32" - }, - { - "name": "size", - "type": "int", - "meta": "int32" - }, - { - "name": "spacing_type", - "type": "enum::TextServer.SpacingType" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_spacing", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135445994, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "cache_index", - "type": "int", - "meta": "int32" - }, - { - "name": "size", - "type": "int", - "meta": "int32" - }, - { - "name": "spacing_type", - "type": "enum::TextServer.SpacingType" - } - ] - }, { "name": "get_texture_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1987661582, "return_value": { "type": "int", "meta": "int32" @@ -83359,8 +90854,9 @@ "name": "clear_textures", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2311374912, "arguments": [ { "name": "cache_index", @@ -83377,8 +90873,9 @@ "name": "remove_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2328951467, "arguments": [ { "name": "cache_index", @@ -83400,8 +90897,9 @@ "name": "set_texture_image", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 2649965740, "arguments": [ { "name": "cache_index", @@ -83427,8 +90925,9 @@ "name": "get_texture_image", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3267805006, "return_value": { "type": "Image" }, @@ -83453,8 +90952,9 @@ "name": "set_texture_offsets", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 248285341, "arguments": [ { "name": "cache_index", @@ -83480,8 +90980,9 @@ "name": "get_texture_offsets", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 1973985478, "return_value": { "type": "PackedInt32Array" }, @@ -83506,8 +91007,9 @@ "name": "get_glyph_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1200628847, "return_value": { "type": "Array" }, @@ -83527,8 +91029,9 @@ "name": "clear_glyphs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2311374912, "arguments": [ { "name": "cache_index", @@ -83545,8 +91048,9 @@ "name": "remove_glyph", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2328951467, "arguments": [ { "name": "cache_index", @@ -83568,8 +91072,9 @@ "name": "set_glyph_advance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 947991729, "arguments": [ { "name": "cache_index", @@ -83596,8 +91101,9 @@ "name": "get_glyph_advance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 1601573536, "return_value": { "type": "Vector2" }, @@ -83623,8 +91129,9 @@ "name": "set_glyph_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 921719850, "arguments": [ { "name": "cache_index", @@ -83650,8 +91157,9 @@ "name": "get_glyph_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3205412300, "return_value": { "type": "Vector2" }, @@ -83676,8 +91184,9 @@ "name": "set_glyph_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 921719850, "arguments": [ { "name": "cache_index", @@ -83703,8 +91212,9 @@ "name": "get_glyph_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3205412300, "return_value": { "type": "Vector2" }, @@ -83729,8 +91239,9 @@ "name": "set_glyph_uv_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3821620992, "arguments": [ { "name": "cache_index", @@ -83756,8 +91267,9 @@ "name": "get_glyph_uv_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3927917900, "return_value": { "type": "Rect2" }, @@ -83782,8 +91294,9 @@ "name": "set_glyph_texture_idx", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 355564111, "arguments": [ { "name": "cache_index", @@ -83810,8 +91323,9 @@ "name": "get_glyph_texture_idx", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 1629411054, "return_value": { "type": "int", "meta": "int32" @@ -83837,8 +91351,9 @@ "name": "get_kerning_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3624222292, "return_value": { "type": "Array" }, @@ -83859,8 +91374,9 @@ "name": "clear_kerning_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "cache_index", @@ -83878,8 +91394,9 @@ "name": "remove_kerning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3930204747, "arguments": [ { "name": "cache_index", @@ -83901,8 +91418,9 @@ "name": "set_kerning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3182200918, "arguments": [ { "name": "cache_index", @@ -83928,8 +91446,9 @@ "name": "get_kerning", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 1611912865, "return_value": { "type": "Vector2" }, @@ -83954,8 +91473,9 @@ "name": "render_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 355564111, "arguments": [ { "name": "cache_index", @@ -83980,8 +91500,9 @@ "name": "render_glyph", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2328951467, "arguments": [ { "name": "cache_index", @@ -83999,45 +91520,13 @@ } ] }, - { - "name": "get_cache_rid", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "RID" - }, - "arguments": [ - { - "name": "cache_index", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "is_language_supported", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "language", - "type": "String" - } - ] - }, { "name": "set_language_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2678287736, "arguments": [ { "name": "language", @@ -84053,8 +91542,9 @@ "name": "get_language_support_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -84069,8 +91559,9 @@ "name": "remove_language_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -84082,34 +91573,20 @@ "name": "get_language_support_overrides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } }, - { - "name": "is_script_supported", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "script", - "type": "String" - } - ] - }, { "name": "set_script_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2678287736, "arguments": [ { "name": "script", @@ -84125,8 +91602,9 @@ "name": "get_script_support_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -84141,8 +91619,9 @@ "name": "remove_script_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "script", @@ -84154,8 +91633,9 @@ "name": "get_script_support_overrides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -84164,8 +91644,9 @@ "name": "set_opentype_feature_overrides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "overrides", @@ -84177,44 +91658,20 @@ "name": "get_opentype_feature_overrides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } }, - { - "name": "has_char", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "char", - "type": "int" - } - ] - }, - { - "name": "get_supported_chars", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, { "name": "get_glyph_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 864943070, "return_value": { "type": "int", "meta": "int32" @@ -84234,26 +91691,6 @@ "type": "int" } ] - }, - { - "name": "get_supported_feature_list", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "Dictionary" - } - }, - { - "name": "get_supported_variation_list", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "Dictionary" - } } ], "properties": [ @@ -84264,6 +91701,13 @@ "getter": "get_data", "index": -1 }, + { + "type": "bool", + "name": "generate_mipmaps", + "setter": "set_generate_mipmaps", + "getter": "get_generate_mipmaps", + "index": -1 + }, { "type": "bool", "name": "antialiased", @@ -84354,272 +91798,263 @@ "setter": "set_opentype_feature_overrides", "getter": "get_opentype_feature_overrides", "index": -1 + }, + { + "type": "Array", + "name": "fallbacks", + "setter": "set_fallbacks", + "getter": "get_fallbacks", + "index": -1 } ] }, { - "name": "GDNative", + "name": "FontVariation", "is_refcounted": true, "is_instantiable": true, - "inherits": "RefCounted", + "inherits": "Font", "api_type": "core", "methods": [ { - "name": "set_library", + "name": "set_base_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3289570653, "arguments": [ { - "name": "library", - "type": "GDNativeLibrary" + "name": "font", + "type": "Font" } ] }, { - "name": "get_library", + "name": "get_base_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1041304650, "return_value": { - "type": "GDNativeLibrary" + "type": "Font" } }, { - "name": "initialize", + "name": "set_variation_opentype", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "bool" - } - }, - { - "name": "terminate", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "bool" - } - }, - { - "name": "call_native", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135445961, - "return_value": { - "type": "Variant" - }, + "hash": 134455500, "arguments": [ { - "name": "calling_type", - "type": "StringName" + "name": "coords", + "type": "Dictionary" + } + ] + }, + { + "name": "get_variation_opentype", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 717520766, + "return_value": { + "type": "Dictionary" + } + }, + { + "name": "set_variation_embolden", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "strength", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_variation_embolden", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_variation_face_index", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "face_index", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_variation_face_index", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_variation_transform", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2761652528, + "arguments": [ + { + "name": "transform", + "type": "Transform2D" + } + ] + }, + { + "name": "get_variation_transform", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3814499831, + "return_value": { + "type": "Transform2D" + } + }, + { + "name": "set_opentype_features", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 134455500, + "arguments": [ + { + "name": "features", + "type": "Dictionary" + } + ] + }, + { + "name": "set_spacing", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3122339690, + "arguments": [ + { + "name": "spacing", + "type": "enum::TextServer.SpacingType" }, { - "name": "procedure_name", - "type": "StringName" - }, - { - "name": "arguments", - "type": "Array" + "name": "value", + "type": "int", + "meta": "int32" } ] } ], "properties": [ { - "type": "GDNativeLibrary", - "name": "library", - "setter": "set_library", - "getter": "get_library", - "index": -1 - } - ] - }, - { - "name": "GDNativeLibrary", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "Resource", - "api_type": "core", - "methods": [ - { - "name": "get_config_file", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "ConfigFile" - } - }, - { - "name": "set_config_file", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "config_file", - "type": "ConfigFile" - } - ] - }, - { - "name": "get_current_library_path", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "get_current_dependencies", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "PackedStringArray" - } - }, - { - "name": "should_load_once", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "bool" - } - }, - { - "name": "is_singleton", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "bool" - } - }, - { - "name": "get_symbol_prefix", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "is_reloadable", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "bool" - } - }, - { - "name": "set_load_once", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "load_once", - "type": "bool" - } - ] - }, - { - "name": "set_singleton", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "singleton", - "type": "bool" - } - ] - }, - { - "name": "set_symbol_prefix", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "symbol_prefix", - "type": "String" - } - ] - }, - { - "name": "set_reloadable", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "reloadable", - "type": "bool" - } - ] - } - ], - "properties": [ - { - "type": "ConfigFile", - "name": "config_file", - "setter": "set_config_file", - "getter": "get_config_file", + "type": "Font", + "name": "base_font", + "setter": "set_base_font", + "getter": "get_base_font", "index": -1 }, { - "type": "bool", - "name": "load_once", - "setter": "set_load_once", - "getter": "should_load_once", + "type": "Array", + "name": "fallbacks", + "setter": "set_fallbacks", + "getter": "get_fallbacks", "index": -1 }, { - "type": "bool", - "name": "singleton", - "setter": "set_singleton", - "getter": "is_singleton", + "type": "Dictionary", + "name": "variation_opentype", + "setter": "set_variation_opentype", + "getter": "get_variation_opentype", "index": -1 }, { - "type": "String", - "name": "symbol_prefix", - "setter": "set_symbol_prefix", - "getter": "get_symbol_prefix", + "type": "int", + "name": "variation_face_index", + "setter": "set_variation_face_index", + "getter": "get_variation_face_index", "index": -1 }, { - "type": "bool", - "name": "reloadable", - "setter": "set_reloadable", - "getter": "is_reloadable", + "type": "float", + "name": "variation_embolden", + "setter": "set_variation_embolden", + "getter": "get_variation_embolden", "index": -1 + }, + { + "type": "Transform2D", + "name": "variation_transform", + "setter": "set_variation_transform", + "getter": "get_variation_transform", + "index": -1 + }, + { + "type": "Dictionary", + "name": "opentype_features", + "setter": "set_opentype_features", + "getter": "get_opentype_features", + "index": -1 + }, + { + "type": "int", + "name": "spacing_glyph", + "setter": "set_spacing", + "getter": "get_spacing", + "index": 0 + }, + { + "type": "int", + "name": "spacing_space", + "setter": "set_spacing", + "getter": "get_spacing", + "index": 1 + }, + { + "type": "int", + "name": "spacing_top", + "setter": "set_spacing", + "getter": "get_spacing", + "index": 2 + }, + { + "type": "int", + "name": "spacing_bottom", + "setter": "set_spacing", + "getter": "get_spacing", + "index": 3 } ] }, @@ -84634,8 +92069,9 @@ "name": "new", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135338151, + "hash": 1545262638, "return_value": { "type": "Variant" } @@ -84644,8 +92080,9 @@ "name": "get_as_byte_code", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } @@ -84670,8 +92107,9 @@ "name": "new", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1460262497, "return_value": { "type": "Variant" } @@ -84689,8 +92127,9 @@ "name": "get_buffer_view", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84700,8 +92139,9 @@ "name": "set_buffer_view", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "buffer_view", @@ -84714,8 +92154,9 @@ "name": "get_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84725,8 +92166,9 @@ "name": "set_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "byte_offset", @@ -84739,8 +92181,9 @@ "name": "get_component_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84750,8 +92193,9 @@ "name": "set_component_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "component_type", @@ -84764,8 +92208,9 @@ "name": "get_normalized", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -84774,8 +92219,9 @@ "name": "set_normalized", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "normalized", @@ -84787,8 +92233,9 @@ "name": "get_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84798,8 +92245,9 @@ "name": "set_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -84812,8 +92260,9 @@ "name": "get_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84823,8 +92272,9 @@ "name": "set_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "type", @@ -84837,8 +92287,9 @@ "name": "get_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 969006518, "return_value": { "type": "PackedFloat64Array" } @@ -84847,8 +92298,9 @@ "name": "set_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3614634198, "arguments": [ { "name": "min", @@ -84860,8 +92312,9 @@ "name": "get_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 969006518, "return_value": { "type": "PackedFloat64Array" } @@ -84870,8 +92323,9 @@ "name": "set_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3614634198, "arguments": [ { "name": "max", @@ -84883,8 +92337,9 @@ "name": "get_sparse_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84894,8 +92349,9 @@ "name": "set_sparse_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sparse_count", @@ -84908,8 +92364,9 @@ "name": "get_sparse_indices_buffer_view", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84919,8 +92376,9 @@ "name": "set_sparse_indices_buffer_view", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sparse_indices_buffer_view", @@ -84933,8 +92391,9 @@ "name": "get_sparse_indices_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84944,8 +92403,9 @@ "name": "set_sparse_indices_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sparse_indices_byte_offset", @@ -84958,8 +92418,9 @@ "name": "get_sparse_indices_component_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84969,8 +92430,9 @@ "name": "set_sparse_indices_component_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sparse_indices_component_type", @@ -84983,8 +92445,9 @@ "name": "get_sparse_values_buffer_view", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -84994,8 +92457,9 @@ "name": "set_sparse_values_buffer_view", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sparse_values_buffer_view", @@ -85008,8 +92472,9 @@ "name": "get_sparse_values_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -85019,8 +92484,9 @@ "name": "set_sparse_values_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sparse_values_byte_offset", @@ -85142,8 +92608,9 @@ "name": "get_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -85152,8 +92619,9 @@ "name": "set_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "loop", @@ -85183,8 +92651,9 @@ "name": "get_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -85194,8 +92663,9 @@ "name": "set_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "buffer", @@ -85208,8 +92678,9 @@ "name": "get_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -85219,8 +92690,9 @@ "name": "set_byte_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "byte_offset", @@ -85233,8 +92705,9 @@ "name": "get_byte_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -85244,8 +92717,9 @@ "name": "set_byte_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "byte_length", @@ -85258,8 +92732,9 @@ "name": "get_byte_stride", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -85269,8 +92744,9 @@ "name": "set_byte_stride", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "byte_stride", @@ -85283,8 +92759,9 @@ "name": "get_indices", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -85293,8 +92770,9 @@ "name": "set_indices", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "indices", @@ -85352,8 +92830,9 @@ "name": "get_perspective", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -85362,8 +92841,9 @@ "name": "set_perspective", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "perspective", @@ -85375,8 +92855,9 @@ "name": "get_fov_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -85386,8 +92867,9 @@ "name": "set_fov_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fov_size", @@ -85400,8 +92882,9 @@ "name": "get_depth_far", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -85411,8 +92894,9 @@ "name": "set_depth_far", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "zdepth_far", @@ -85425,8 +92909,9 @@ "name": "get_depth_near", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -85436,8 +92921,9 @@ "name": "set_depth_near", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "zdepth_near", @@ -85489,8 +92975,9 @@ "name": "append_from_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 560147393, "return_value": { "type": "enum::Error" }, @@ -85514,6 +93001,11 @@ "type": "int", "meta": "int32", "default_value": "30" + }, + { + "name": "base_path", + "type": "String", + "default_value": "\"\"" } ] }, @@ -85521,8 +93013,9 @@ "name": "append_from_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1552406093, + "hash": 3535895271, "return_value": { "type": "enum::Error" }, @@ -85557,8 +93050,9 @@ "name": "append_from_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 3362592834, "return_value": { "type": "enum::Error" }, @@ -85589,8 +93083,9 @@ "name": "generate_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3448333020, "return_value": { "type": "Node" }, @@ -85611,8 +93106,9 @@ "name": "generate_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2253978172, "return_value": { "type": "PackedByteArray" }, @@ -85627,8 +93123,9 @@ "name": "write_to_filesystem", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3080368018, "return_value": { "type": "enum::Error" }, @@ -85647,8 +93144,9 @@ "name": "set_extensions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "extensions", @@ -85660,8 +93158,9 @@ "name": "get_extensions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -85685,77 +93184,58 @@ "api_type": "core", "methods": [ { - "name": "get_import_setting_keys", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "Array" - } - }, - { - "name": "import_preflight", + "name": "_import_preflight", "is_const": false, + "is_static": false, "is_vararg": false, - "is_virtual": false, - "hash": 135374087, + "is_virtual": true, "return_value": { - "type": "enum::Error" + "type": "int" }, "arguments": [ { - "name": "document", - "type": "GLTFDocument" + "name": "state", + "type": "GLTFState" } ] }, { - "name": "get_import_setting", - "is_const": true, + "name": "_import_post_parse", + "is_const": false, + "is_static": false, "is_vararg": false, - "is_virtual": false, - "hash": 135374120, + "is_virtual": true, "return_value": { - "type": "Variant" + "type": "int" }, "arguments": [ { - "name": "key", - "type": "StringName" + "name": "state", + "type": "GLTFState" } ] }, { - "name": "set_import_setting", + "name": "_import_node", "is_const": false, + "is_static": false, "is_vararg": false, - "is_virtual": false, - "hash": 134224103, + "is_virtual": true, + "return_value": { + "type": "int" + }, "arguments": [ { - "name": "key", - "type": "StringName" + "name": "state", + "type": "GLTFState" }, { - "name": "value", - "type": "Variant" - } - ] - }, - { - "name": "import_post", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135410024, - "return_value": { - "type": "enum::Error" - }, - "arguments": [ + "name": "gltf_node", + "type": "GLTFNode" + }, { - "name": "document", - "type": "GLTFDocument" + "name": "json", + "type": "Dictionary" }, { "name": "node", @@ -85764,61 +93244,62 @@ ] }, { - "name": "get_export_setting_keys", - "is_const": true, + "name": "_import_post", + "is_const": false, + "is_static": false, "is_vararg": false, - "is_virtual": false, - "hash": 135338183, + "is_virtual": true, "return_value": { - "type": "Array" - } - }, - { - "name": "get_export_setting", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "Variant" + "type": "int" }, "arguments": [ { - "name": "key", - "type": "StringName" - } - ] - }, - { - "name": "set_export_setting", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "key", - "type": "StringName" + "name": "state", + "type": "GLTFState" }, { - "name": "value", - "type": "Variant" + "name": "root", + "type": "Node" } ] }, { - "name": "export_preflight", + "name": "_export_preflight", "is_const": false, + "is_static": false, "is_vararg": false, - "is_virtual": false, - "hash": 135410024, + "is_virtual": true, "return_value": { - "type": "enum::Error" + "type": "int" }, "arguments": [ { - "name": "document", - "type": "GLTFDocument" + "name": "root", + "type": "Node" + } + ] + }, + { + "name": "_export_node", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "state", + "type": "GLTFState" + }, + { + "name": "gltf_node", + "type": "GLTFNode" + }, + { + "name": "json", + "type": "Dictionary" }, { "name": "node", @@ -85827,18 +93308,18 @@ ] }, { - "name": "export_post", + "name": "_export_post", "is_const": false, + "is_static": false, "is_vararg": false, - "is_virtual": false, - "hash": 135374087, + "is_virtual": true, "return_value": { - "type": "enum::Error" + "type": "int" }, "arguments": [ { - "name": "document", - "type": "GLTFDocument" + "name": "state", + "type": "GLTFState" } ] } @@ -85862,8 +93343,9 @@ "name": "get_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4003681478, "return_value": { "type": "Color" } @@ -85872,8 +93354,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -85885,8 +93368,9 @@ "name": "get_intensity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -85896,8 +93380,9 @@ "name": "set_intensity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "intensity", @@ -85910,8 +93395,9 @@ "name": "get_light_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -85920,8 +93406,9 @@ "name": "set_light_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "light_type", @@ -85933,8 +93420,9 @@ "name": "get_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -85944,8 +93432,9 @@ "name": "set_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "range", @@ -85958,8 +93447,9 @@ "name": "get_inner_cone_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -85969,8 +93459,9 @@ "name": "set_inner_cone_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "inner_cone_angle", @@ -85983,8 +93474,9 @@ "name": "get_outer_cone_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -85994,8 +93486,9 @@ "name": "set_outer_cone_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "outer_cone_angle", @@ -86053,16 +93546,17 @@ { "name": "GLTFMesh", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Resource", - "api_type": "editor", + "api_type": "core", "methods": [ { "name": "get_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3234237668, "return_value": { "type": "ImporterMesh" } @@ -86071,8 +93565,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 474940809, "arguments": [ { "name": "mesh", @@ -86084,8 +93579,9 @@ "name": "get_blend_weights", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2115431945, "return_value": { "type": "PackedFloat32Array" } @@ -86094,8 +93590,9 @@ "name": "set_blend_weights", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2971499966, "arguments": [ { "name": "blend_weights", @@ -86107,8 +93604,9 @@ "name": "get_instance_materials", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -86117,8 +93615,9 @@ "name": "set_instance_materials", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "instance_materials", @@ -86162,8 +93661,9 @@ "name": "get_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86173,8 +93673,9 @@ "name": "set_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "parent", @@ -86187,8 +93688,9 @@ "name": "get_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86198,8 +93700,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "height", @@ -86212,8 +93715,9 @@ "name": "get_xform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1021181044, "return_value": { "type": "Transform3D" } @@ -86222,8 +93726,9 @@ "name": "set_xform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "xform", @@ -86235,8 +93740,9 @@ "name": "get_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86246,8 +93752,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mesh", @@ -86260,8 +93767,9 @@ "name": "get_camera", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86271,8 +93779,9 @@ "name": "set_camera", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "camera", @@ -86285,8 +93794,9 @@ "name": "get_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86296,8 +93806,9 @@ "name": "set_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "skin", @@ -86310,8 +93821,9 @@ "name": "get_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86321,8 +93833,9 @@ "name": "set_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "skeleton", @@ -86335,8 +93848,9 @@ "name": "get_joint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -86345,8 +93859,9 @@ "name": "set_joint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "joint", @@ -86358,8 +93873,9 @@ "name": "get_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3783033775, "return_value": { "type": "Vector3" } @@ -86368,8 +93884,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "position", @@ -86381,8 +93898,9 @@ "name": "get_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2116383845, "return_value": { "type": "Quaternion" } @@ -86391,8 +93909,9 @@ "name": "set_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3033533971, "arguments": [ { "name": "rotation", @@ -86404,8 +93923,9 @@ "name": "get_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3783033775, "return_value": { "type": "Vector3" } @@ -86414,8 +93934,9 @@ "name": "set_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "scale", @@ -86427,8 +93948,9 @@ "name": "get_children", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -86437,8 +93959,9 @@ "name": "set_children", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "children", @@ -86450,8 +93973,9 @@ "name": "get_light", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86461,8 +93985,9 @@ "name": "set_light", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "light", @@ -86577,8 +94102,9 @@ "name": "get_joints", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -86587,8 +94113,9 @@ "name": "set_joints", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "joints", @@ -86600,8 +94127,9 @@ "name": "get_roots", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -86610,8 +94138,9 @@ "name": "set_roots", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "roots", @@ -86623,8 +94152,9 @@ "name": "get_godot_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 170853429, "return_value": { "type": "Skeleton3D" } @@ -86633,8 +94163,9 @@ "name": "get_unique_names", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -86643,8 +94174,9 @@ "name": "set_unique_names", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "unique_names", @@ -86656,8 +94188,9 @@ "name": "get_godot_bone_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -86666,8 +94199,9 @@ "name": "set_godot_bone_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "godot_bone_node", @@ -86679,8 +94213,9 @@ "name": "get_bone_attachment_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86690,8 +94225,9 @@ "name": "get_bone_attachment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3849864782, "return_value": { "type": "BoneAttachment3D" }, @@ -86746,8 +94282,9 @@ "name": "get_skin_root", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86757,8 +94294,9 @@ "name": "set_skin_root", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "skin_root", @@ -86771,8 +94309,9 @@ "name": "get_joints_original", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -86781,8 +94320,9 @@ "name": "set_joints_original", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "joints_original", @@ -86794,8 +94334,9 @@ "name": "get_inverse_binds", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -86804,8 +94345,9 @@ "name": "set_inverse_binds", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "inverse_binds", @@ -86817,8 +94359,9 @@ "name": "get_joints", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -86827,8 +94370,9 @@ "name": "set_joints", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "joints", @@ -86840,8 +94384,9 @@ "name": "get_non_joints", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -86850,8 +94395,9 @@ "name": "set_non_joints", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "non_joints", @@ -86863,8 +94409,9 @@ "name": "get_roots", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -86873,8 +94420,9 @@ "name": "set_roots", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "roots", @@ -86886,8 +94434,9 @@ "name": "get_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -86897,8 +94446,9 @@ "name": "set_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "skeleton", @@ -86911,8 +94461,9 @@ "name": "get_joint_i_to_bone_i", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -86921,8 +94472,9 @@ "name": "set_joint_i_to_bone_i", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "joint_i_to_bone_i", @@ -86934,8 +94486,9 @@ "name": "get_joint_i_to_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -86944,8 +94497,9 @@ "name": "set_joint_i_to_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "joint_i_to_name", @@ -86957,8 +94511,9 @@ "name": "get_godot_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 567515627, "return_value": { "type": "Skin" } @@ -86967,8 +94522,9 @@ "name": "set_godot_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1456563072, "arguments": [ { "name": "godot_skin", @@ -87061,8 +94617,9 @@ "name": "get_diffuse_img", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3926227280, "return_value": { "type": "Image" } @@ -87071,8 +94628,9 @@ "name": "set_diffuse_img", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 876597735, "arguments": [ { "name": "diffuse_img", @@ -87084,8 +94642,9 @@ "name": "get_diffuse_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4003681478, "return_value": { "type": "Color" } @@ -87094,8 +94653,9 @@ "name": "set_diffuse_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "diffuse_factor", @@ -87107,8 +94667,9 @@ "name": "get_gloss_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -87118,8 +94679,9 @@ "name": "set_gloss_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gloss_factor", @@ -87132,8 +94694,9 @@ "name": "get_specular_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4003681478, "return_value": { "type": "Color" } @@ -87142,8 +94705,9 @@ "name": "set_specular_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "specular_factor", @@ -87155,8 +94719,9 @@ "name": "get_spec_gloss_img", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3926227280, "return_value": { "type": "Image" } @@ -87165,8 +94730,9 @@ "name": "set_spec_gloss_img", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 876597735, "arguments": [ { "name": "spec_gloss_img", @@ -87224,8 +94790,9 @@ "name": "get_json", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -87234,8 +94801,9 @@ "name": "set_json", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "json", @@ -87247,8 +94815,9 @@ "name": "get_major_version", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -87258,8 +94827,9 @@ "name": "set_major_version", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "major_version", @@ -87272,8 +94842,9 @@ "name": "get_minor_version", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -87283,8 +94854,9 @@ "name": "set_minor_version", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "minor_version", @@ -87297,8 +94869,9 @@ "name": "get_glb_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4046169648, "return_value": { "type": "PackedByteArray" } @@ -87307,8 +94880,9 @@ "name": "set_glb_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4019067137, "arguments": [ { "name": "glb_data", @@ -87320,8 +94894,9 @@ "name": "get_use_named_skin_binds", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -87330,8 +94905,9 @@ "name": "set_use_named_skin_binds", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_named_skin_binds", @@ -87343,8 +94919,9 @@ "name": "get_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87353,8 +94930,9 @@ "name": "set_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "nodes", @@ -87366,8 +94944,9 @@ "name": "get_buffers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87376,8 +94955,9 @@ "name": "set_buffers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "buffers", @@ -87389,8 +94969,9 @@ "name": "get_buffer_views", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87399,8 +94980,9 @@ "name": "set_buffer_views", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "buffer_views", @@ -87412,8 +94994,9 @@ "name": "get_accessors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87422,8 +95005,9 @@ "name": "set_accessors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "accessors", @@ -87435,8 +95019,9 @@ "name": "get_meshes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87445,8 +95030,9 @@ "name": "set_meshes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "meshes", @@ -87458,8 +95044,9 @@ "name": "get_animation_players_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -87476,8 +95063,9 @@ "name": "get_animation_player", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1529523766, "return_value": { "type": "AnimationPlayer" }, @@ -87493,8 +95081,9 @@ "name": "get_materials", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87503,8 +95092,9 @@ "name": "set_materials", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "materials", @@ -87516,8 +95106,9 @@ "name": "get_scene_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -87526,8 +95117,9 @@ "name": "set_scene_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "scene_name", @@ -87535,12 +95127,38 @@ } ] }, + { + "name": "get_base_path", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2841200299, + "return_value": { + "type": "String" + } + }, + { + "name": "set_base_path", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "base_path", + "type": "String" + } + ] + }, { "name": "get_root_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87549,8 +95167,9 @@ "name": "set_root_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "root_nodes", @@ -87562,8 +95181,9 @@ "name": "get_textures", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87572,8 +95192,9 @@ "name": "set_textures", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "textures", @@ -87585,8 +95206,9 @@ "name": "get_images", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87595,8 +95217,9 @@ "name": "set_images", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "images", @@ -87608,8 +95231,9 @@ "name": "get_skins", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87618,8 +95242,9 @@ "name": "set_skins", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "skins", @@ -87631,8 +95256,9 @@ "name": "get_cameras", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87641,8 +95267,9 @@ "name": "set_cameras", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "cameras", @@ -87654,8 +95281,9 @@ "name": "get_lights", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87664,8 +95292,9 @@ "name": "set_lights", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "lights", @@ -87677,8 +95306,9 @@ "name": "get_unique_names", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87687,8 +95317,9 @@ "name": "set_unique_names", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "unique_names", @@ -87700,8 +95331,9 @@ "name": "get_unique_animation_names", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87710,8 +95342,9 @@ "name": "set_unique_animation_names", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "unique_animation_names", @@ -87723,8 +95356,9 @@ "name": "get_skeletons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87733,8 +95367,9 @@ "name": "set_skeletons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "skeletons", @@ -87746,8 +95381,9 @@ "name": "get_skeleton_to_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -87756,8 +95392,9 @@ "name": "set_skeleton_to_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "skeleton_to_node", @@ -87769,8 +95406,9 @@ "name": "get_animations", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -87779,8 +95417,9 @@ "name": "set_animations", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "animations", @@ -87792,8 +95431,9 @@ "name": "get_scene_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1888566484, "return_value": { "type": "Node" }, @@ -87891,6 +95531,13 @@ "getter": "get_scene_name", "index": -1 }, + { + "type": "String", + "name": "base_path", + "setter": "set_base_path", + "getter": "get_base_path", + "index": -1 + }, { "type": "PackedInt32Array", "name": "root_nodes", @@ -87981,8 +95628,9 @@ "name": "get_src_image", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -87992,8 +95640,9 @@ "name": "set_src_image", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "src_image", @@ -88020,8 +95669,27 @@ "inherits": "Node2D", "api_type": "core", "enums": [ + { + "name": "DrawOrder", + "is_bitfield": false, + "values": [ + { + "name": "DRAW_ORDER_INDEX", + "value": 0 + }, + { + "name": "DRAW_ORDER_LIFETIME", + "value": 1 + }, + { + "name": "DRAW_ORDER_REVERSE_LIFETIME", + "value": 2 + } + ] + }, { "name": "EmitFlags", + "is_bitfield": false, "values": [ { "name": "EMIT_FLAG_POSITION", @@ -88044,23 +95712,6 @@ "value": 16 } ] - }, - { - "name": "DrawOrder", - "values": [ - { - "name": "DRAW_ORDER_INDEX", - "value": 0 - }, - { - "name": "DRAW_ORDER_LIFETIME", - "value": 1 - }, - { - "name": "DRAW_ORDER_REVERSE_LIFETIME", - "value": 2 - } - ] } ], "methods": [ @@ -88068,8 +95719,9 @@ "name": "set_emitting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "emitting", @@ -88081,8 +95733,9 @@ "name": "set_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -88095,8 +95748,9 @@ "name": "set_lifetime", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -88109,8 +95763,9 @@ "name": "set_one_shot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "secs", @@ -88122,8 +95777,9 @@ "name": "set_pre_process_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -88136,8 +95792,9 @@ "name": "set_explosiveness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -88150,8 +95807,9 @@ "name": "set_randomness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -88164,8 +95822,9 @@ "name": "set_visibility_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "visibility_rect", @@ -88177,8 +95836,9 @@ "name": "set_use_local_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -88190,8 +95850,9 @@ "name": "set_fixed_fps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "fps", @@ -88204,8 +95865,23 @@ "name": "set_fractional_delta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "set_interpolate", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -88217,8 +95893,9 @@ "name": "set_process_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -88230,8 +95907,9 @@ "name": "set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -88244,8 +95922,9 @@ "name": "set_collision_base_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -88258,8 +95937,9 @@ "name": "is_emitting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -88268,8 +95948,9 @@ "name": "get_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -88279,8 +95960,9 @@ "name": "get_lifetime", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -88290,8 +95972,9 @@ "name": "get_one_shot", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -88300,8 +95983,9 @@ "name": "get_pre_process_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -88311,8 +95995,9 @@ "name": "get_explosiveness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -88322,8 +96007,9 @@ "name": "get_randomness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -88333,8 +96019,9 @@ "name": "get_visibility_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -88343,8 +96030,9 @@ "name": "get_use_local_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -88353,8 +96041,9 @@ "name": "get_fixed_fps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -88364,8 +96053,20 @@ "name": "get_fractional_delta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "get_interpolate", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -88374,8 +96075,9 @@ "name": "get_process_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -88384,8 +96086,9 @@ "name": "get_speed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -88395,8 +96098,9 @@ "name": "get_collision_base_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -88406,8 +96110,9 @@ "name": "set_draw_order", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1939677959, "arguments": [ { "name": "order", @@ -88419,8 +96124,9 @@ "name": "get_draw_order", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 941479095, "return_value": { "type": "enum::GPUParticles2D.DrawOrder" } @@ -88429,8 +96135,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -88442,8 +96149,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -88452,8 +96160,9 @@ "name": "capture_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -88462,15 +96171,17 @@ "name": "restart", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_sub_emitter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -88482,8 +96193,9 @@ "name": "get_sub_emitter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -88492,8 +96204,9 @@ "name": "emit_particle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 700352884, "arguments": [ { "name": "xform", @@ -88522,8 +96235,9 @@ "name": "set_trail_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -88535,8 +96249,9 @@ "name": "set_trail_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -88549,8 +96264,9 @@ "name": "is_trail_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -88559,8 +96275,9 @@ "name": "get_trail_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -88570,8 +96287,9 @@ "name": "set_trail_sections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sections", @@ -88584,8 +96302,9 @@ "name": "get_trail_sections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -88595,8 +96314,9 @@ "name": "set_trail_section_subdivisions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "subdivisions", @@ -88609,8 +96329,9 @@ "name": "get_trail_section_subdivisions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -88688,6 +96409,13 @@ "getter": "get_fixed_fps", "index": -1 }, + { + "type": "bool", + "name": "interpolate", + "setter": "set_interpolate", + "getter": "get_interpolate", + "index": -1 + }, { "type": "bool", "name": "fract_delta", @@ -88780,8 +96508,31 @@ } ], "enums": [ + { + "name": "DrawOrder", + "is_bitfield": false, + "values": [ + { + "name": "DRAW_ORDER_INDEX", + "value": 0 + }, + { + "name": "DRAW_ORDER_LIFETIME", + "value": 1 + }, + { + "name": "DRAW_ORDER_REVERSE_LIFETIME", + "value": 2 + }, + { + "name": "DRAW_ORDER_VIEW_DEPTH", + "value": 3 + } + ] + }, { "name": "EmitFlags", + "is_bitfield": false, "values": [ { "name": "EMIT_FLAG_POSITION", @@ -88807,6 +96558,7 @@ }, { "name": "TransformAlign", + "is_bitfield": false, "values": [ { "name": "TRANSFORM_ALIGN_DISABLED", @@ -88825,27 +96577,6 @@ "value": 3 } ] - }, - { - "name": "DrawOrder", - "values": [ - { - "name": "DRAW_ORDER_INDEX", - "value": 0 - }, - { - "name": "DRAW_ORDER_LIFETIME", - "value": 1 - }, - { - "name": "DRAW_ORDER_REVERSE_LIFETIME", - "value": 2 - }, - { - "name": "DRAW_ORDER_VIEW_DEPTH", - "value": 3 - } - ] } ], "methods": [ @@ -88853,8 +96584,9 @@ "name": "set_emitting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "emitting", @@ -88866,8 +96598,9 @@ "name": "set_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -88880,8 +96613,9 @@ "name": "set_lifetime", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -88894,8 +96628,9 @@ "name": "set_one_shot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -88907,8 +96642,9 @@ "name": "set_pre_process_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -88921,8 +96657,9 @@ "name": "set_explosiveness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -88935,8 +96672,9 @@ "name": "set_randomness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -88949,8 +96687,9 @@ "name": "set_visibility_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3505987427, "arguments": [ { "name": "aabb", @@ -88962,8 +96701,9 @@ "name": "set_use_local_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -88975,8 +96715,9 @@ "name": "set_fixed_fps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "fps", @@ -88989,8 +96730,9 @@ "name": "set_fractional_delta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -89002,8 +96744,9 @@ "name": "set_interpolate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -89015,8 +96758,9 @@ "name": "set_process_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -89028,8 +96772,9 @@ "name": "set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -89042,8 +96787,9 @@ "name": "set_collision_base_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -89056,8 +96802,9 @@ "name": "is_emitting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -89066,8 +96813,9 @@ "name": "get_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -89077,8 +96825,9 @@ "name": "get_lifetime", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -89088,8 +96837,9 @@ "name": "get_one_shot", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -89098,8 +96848,9 @@ "name": "get_pre_process_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -89109,8 +96860,9 @@ "name": "get_explosiveness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -89120,8 +96872,9 @@ "name": "get_randomness_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -89131,8 +96884,9 @@ "name": "get_visibility_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -89141,8 +96895,9 @@ "name": "get_use_local_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -89151,8 +96906,9 @@ "name": "get_fixed_fps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -89162,8 +96918,9 @@ "name": "get_fractional_delta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -89172,8 +96929,9 @@ "name": "get_interpolate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -89182,8 +96940,9 @@ "name": "get_process_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -89192,8 +96951,9 @@ "name": "get_speed_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -89203,8 +96963,9 @@ "name": "get_collision_base_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -89214,8 +96975,9 @@ "name": "set_draw_order", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1208074815, "arguments": [ { "name": "order", @@ -89227,8 +96989,9 @@ "name": "get_draw_order", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3770381780, "return_value": { "type": "enum::GPUParticles3D.DrawOrder" } @@ -89237,8 +97000,9 @@ "name": "set_draw_passes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "passes", @@ -89251,8 +97015,9 @@ "name": "set_draw_pass_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3994473542, "arguments": [ { "name": "pass", @@ -89269,8 +97034,9 @@ "name": "get_draw_passes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -89280,8 +97046,9 @@ "name": "get_draw_pass_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 419276189, "return_value": { "type": "Mesh" }, @@ -89297,8 +97064,9 @@ "name": "set_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1456563072, "arguments": [ { "name": "skin", @@ -89310,8 +97078,9 @@ "name": "get_skin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2603997527, "return_value": { "type": "Skin" } @@ -89320,15 +97089,17 @@ "name": "restart", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "capture_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -89337,8 +97108,9 @@ "name": "set_sub_emitter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -89350,8 +97122,9 @@ "name": "get_sub_emitter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -89360,8 +97133,9 @@ "name": "emit_particle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2605187402, "arguments": [ { "name": "xform", @@ -89390,8 +97164,9 @@ "name": "set_trail_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -89403,8 +97178,9 @@ "name": "set_trail_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "secs", @@ -89417,8 +97193,9 @@ "name": "is_trail_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -89427,8 +97204,9 @@ "name": "get_trail_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -89438,8 +97216,9 @@ "name": "set_transform_align", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3892425954, "arguments": [ { "name": "align", @@ -89451,8 +97230,9 @@ "name": "get_transform_align", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2100992166, "return_value": { "type": "enum::GPUParticles3D.TransformAlign" } @@ -89654,8 +97434,9 @@ "name": "set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -89668,8 +97449,9 @@ "name": "get_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -89679,8 +97461,9 @@ "name": "set_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "strength", @@ -89693,8 +97476,9 @@ "name": "get_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -89704,8 +97488,9 @@ "name": "set_attenuation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "attenuation", @@ -89718,8 +97503,9 @@ "name": "get_attenuation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -89729,8 +97515,9 @@ "name": "set_directionality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -89743,8 +97530,9 @@ "name": "get_directionality", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -89793,8 +97581,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -89806,8 +97595,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -89834,8 +97624,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -89848,8 +97639,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -89877,8 +97669,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -89890,8 +97683,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -89900,8 +97694,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 305206263, "arguments": [ { "name": "texture", @@ -89913,8 +97708,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3148596224, "return_value": { "type": "Texture3D" } @@ -89948,8 +97744,9 @@ "name": "set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -89962,8 +97759,9 @@ "name": "get_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -89991,8 +97789,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -90004,8 +97803,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -90030,6 +97830,7 @@ "enums": [ { "name": "Resolution", + "is_bitfield": false, "values": [ { "name": "RESOLUTION_256", @@ -90063,6 +97864,7 @@ }, { "name": "UpdateMode", + "is_bitfield": false, "values": [ { "name": "UPDATE_MODE_WHEN_MOVED", @@ -90080,8 +97882,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -90093,8 +97896,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -90103,8 +97907,9 @@ "name": "set_resolution", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1009996517, "arguments": [ { "name": "resolution", @@ -90116,8 +97921,9 @@ "name": "get_resolution", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1156065644, "return_value": { "type": "enum::GPUParticlesCollisionHeightField3D.Resolution" } @@ -90126,8 +97932,9 @@ "name": "set_update_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 673680859, "arguments": [ { "name": "update_mode", @@ -90139,18 +97946,20 @@ "name": "get_update_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1998141380, "return_value": { "type": "enum::GPUParticlesCollisionHeightField3D.UpdateMode" } }, { - "name": "set_follow_camera_mode", + "name": "set_follow_camera_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -90159,39 +97968,15 @@ ] }, { - "name": "is_follow_camera_mode_enabled", + "name": "is_follow_camera_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } - }, - { - "name": "set_follow_camera_push_ratio", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "ratio", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_follow_camera_push_ratio", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "float", - "meta": "float" - } } ], "properties": [ @@ -90219,15 +98004,8 @@ { "type": "bool", "name": "follow_camera_enabled", - "setter": "set_follow_camera_mode", - "getter": "is_follow_camera_mode_enabled", - "index": -1 - }, - { - "type": "float", - "name": "follow_camera_push_ratio", - "setter": "set_follow_camera_push_ratio", - "getter": "get_follow_camera_push_ratio", + "setter": "set_follow_camera_enabled", + "getter": "is_follow_camera_enabled", "index": -1 } ] @@ -90241,6 +98019,7 @@ "enums": [ { "name": "Resolution", + "is_bitfield": false, "values": [ { "name": "RESOLUTION_16", @@ -90278,8 +98057,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -90291,8 +98071,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -90301,8 +98082,9 @@ "name": "set_resolution", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1155629297, "arguments": [ { "name": "resolution", @@ -90314,8 +98096,9 @@ "name": "get_resolution", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2919555867, "return_value": { "type": "enum::GPUParticlesCollisionSDF3D.Resolution" } @@ -90324,8 +98107,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 305206263, "arguments": [ { "name": "texture", @@ -90337,8 +98121,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3148596224, "return_value": { "type": "Texture3D" } @@ -90347,8 +98132,9 @@ "name": "set_thickness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "thickness", @@ -90361,8 +98147,9 @@ "name": "get_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -90411,8 +98198,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -90425,8 +98213,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -90452,6 +98241,7 @@ "enums": [ { "name": "Param", + "is_bitfield": false, "values": [ { "name": "PARAM_LINEAR_LOWER_LIMIT", @@ -90549,6 +98339,7 @@ }, { "name": "Flag", + "is_bitfield": false, "values": [ { "name": "FLAG_ENABLE_LINEAR_LIMIT", @@ -90586,8 +98377,9 @@ "name": "set_param_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2018184242, "arguments": [ { "name": "param", @@ -90604,8 +98396,9 @@ "name": "get_param_x", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2599835054, "return_value": { "type": "float", "meta": "float" @@ -90621,8 +98414,9 @@ "name": "set_param_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2018184242, "arguments": [ { "name": "param", @@ -90639,8 +98433,9 @@ "name": "get_param_y", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2599835054, "return_value": { "type": "float", "meta": "float" @@ -90656,8 +98451,9 @@ "name": "set_param_z", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2018184242, "arguments": [ { "name": "param", @@ -90674,8 +98470,9 @@ "name": "get_param_z", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2599835054, "return_value": { "type": "float", "meta": "float" @@ -90691,8 +98488,9 @@ "name": "set_flag_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2451594564, "arguments": [ { "name": "flag", @@ -90708,8 +98506,9 @@ "name": "get_flag_x", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2122427807, "return_value": { "type": "bool" }, @@ -90724,8 +98523,9 @@ "name": "set_flag_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2451594564, "arguments": [ { "name": "flag", @@ -90741,8 +98541,9 @@ "name": "get_flag_y", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2122427807, "return_value": { "type": "bool" }, @@ -90757,8 +98558,9 @@ "name": "set_flag_z", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2451594564, "arguments": [ { "name": "flag", @@ -90774,8 +98576,9 @@ "name": "get_flag_z", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2122427807, "return_value": { "type": "bool" }, @@ -91385,8 +99188,49 @@ "inherits": "Object", "api_type": "core", "enums": [ + { + "name": "PolyBooleanOperation", + "is_bitfield": false, + "values": [ + { + "name": "OPERATION_UNION", + "value": 0 + }, + { + "name": "OPERATION_DIFFERENCE", + "value": 1 + }, + { + "name": "OPERATION_INTERSECTION", + "value": 2 + }, + { + "name": "OPERATION_XOR", + "value": 3 + } + ] + }, + { + "name": "PolyJoinType", + "is_bitfield": false, + "values": [ + { + "name": "JOIN_SQUARE", + "value": 0 + }, + { + "name": "JOIN_ROUND", + "value": 1 + }, + { + "name": "JOIN_MITER", + "value": 2 + } + ] + }, { "name": "PolyEndType", + "is_bitfield": false, "values": [ { "name": "END_POLYGON", @@ -91409,44 +99253,6 @@ "value": 4 } ] - }, - { - "name": "PolyBooleanOperation", - "values": [ - { - "name": "OPERATION_UNION", - "value": 0 - }, - { - "name": "OPERATION_DIFFERENCE", - "value": 1 - }, - { - "name": "OPERATION_INTERSECTION", - "value": 2 - }, - { - "name": "OPERATION_XOR", - "value": 3 - } - ] - }, - { - "name": "PolyJoinType", - "values": [ - { - "name": "JOIN_SQUARE", - "value": 0 - }, - { - "name": "JOIN_ROUND", - "value": 1 - }, - { - "name": "JOIN_MITER", - "value": 2 - } - ] } ], "methods": [ @@ -91454,8 +99260,9 @@ "name": "is_point_in_circle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2929491703, "return_value": { "type": "bool" }, @@ -91479,8 +99286,9 @@ "name": "segment_intersects_segment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 2058025344, "return_value": { "type": "Variant" }, @@ -91507,8 +99315,9 @@ "name": "line_intersects_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 2058025344, "return_value": { "type": "Variant" }, @@ -91535,8 +99344,9 @@ "name": "get_closest_points_between_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 892788030, "return_value": { "type": "PackedVector2Array" }, @@ -91563,8 +99373,9 @@ "name": "get_closest_point_to_segment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 4172901909, "return_value": { "type": "Vector2" }, @@ -91587,8 +99398,9 @@ "name": "get_closest_point_to_segment_uncapped", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 4172901909, "return_value": { "type": "Vector2" }, @@ -91611,8 +99423,9 @@ "name": "point_is_inside_triangle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481931, + "hash": 1025948137, "return_value": { "type": "bool" }, @@ -91639,8 +99452,9 @@ "name": "is_polygon_clockwise", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2035584311, "return_value": { "type": "bool" }, @@ -91655,8 +99469,9 @@ "name": "is_point_in_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 4009805191, "return_value": { "type": "bool" }, @@ -91675,8 +99490,9 @@ "name": "triangulate_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4213226020, "return_value": { "type": "PackedInt32Array" }, @@ -91691,8 +99507,9 @@ "name": "triangulate_delaunay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4213226020, "return_value": { "type": "PackedInt32Array" }, @@ -91707,8 +99524,9 @@ "name": "convex_hull", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1813272971, "return_value": { "type": "PackedVector2Array" }, @@ -91723,8 +99541,9 @@ "name": "merge_polygons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2912129692, "return_value": { "type": "Array" }, @@ -91743,8 +99562,9 @@ "name": "clip_polygons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2912129692, "return_value": { "type": "Array" }, @@ -91763,8 +99583,9 @@ "name": "intersect_polygons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2912129692, "return_value": { "type": "Array" }, @@ -91783,8 +99604,9 @@ "name": "exclude_polygons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2912129692, "return_value": { "type": "Array" }, @@ -91803,8 +99625,9 @@ "name": "clip_polyline_with_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2912129692, "return_value": { "type": "Array" }, @@ -91823,8 +99646,9 @@ "name": "intersect_polyline_with_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2912129692, "return_value": { "type": "Array" }, @@ -91843,8 +99667,9 @@ "name": "offset_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 2790114779, "return_value": { "type": "Array" }, @@ -91869,8 +99694,9 @@ "name": "offset_polyline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 4266635620, "return_value": { "type": "Array" }, @@ -91900,8 +99726,9 @@ "name": "make_atlas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2105963868, "return_value": { "type": "Dictionary" }, @@ -91925,8 +99752,9 @@ "name": "build_box_planes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3322085416, "return_value": { "type": "Array" }, @@ -91941,8 +99769,9 @@ "name": "build_cylinder_planes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971275, + "hash": 2932117172, "return_value": { "type": "Array" }, @@ -91973,8 +99802,9 @@ "name": "build_capsule_planes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 177157196, + "hash": 3845745374, "return_value": { "type": "Array" }, @@ -92010,8 +99840,9 @@ "name": "get_closest_points_between_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 4287683581, "return_value": { "type": "PackedVector3Array" }, @@ -92038,8 +99869,9 @@ "name": "get_closest_point_to_segment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2168193209, "return_value": { "type": "Vector3" }, @@ -92062,8 +99894,9 @@ "name": "get_closest_point_to_segment_uncapped", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2168193209, "return_value": { "type": "Vector3" }, @@ -92086,8 +99919,9 @@ "name": "ray_intersects_triangle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135517835, + "hash": 1718655448, "return_value": { "type": "Variant" }, @@ -92118,8 +99952,9 @@ "name": "segment_intersects_triangle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135517835, + "hash": 1718655448, "return_value": { "type": "Variant" }, @@ -92150,8 +99985,9 @@ "name": "segment_intersects_sphere", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 3030971334, "return_value": { "type": "PackedVector3Array" }, @@ -92179,8 +100015,9 @@ "name": "segment_intersects_cylinder", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 2298440154, "return_value": { "type": "PackedVector3Array" }, @@ -92209,8 +100046,9 @@ "name": "segment_intersects_convex", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 346150776, "return_value": { "type": "PackedVector3Array" }, @@ -92233,8 +100071,9 @@ "name": "clip_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3568788661, "return_value": { "type": "PackedVector3Array" }, @@ -92254,29 +100093,13 @@ { "name": "GeometryInstance3D", "is_refcounted": false, - "is_instantiable": false, + "is_instantiable": true, "inherits": "VisualInstance3D", "api_type": "core", "enums": [ - { - "name": "GIMode", - "values": [ - { - "name": "GI_MODE_DISABLED", - "value": 0 - }, - { - "name": "GI_MODE_STATIC", - "value": 1 - }, - { - "name": "GI_MODE_DYNAMIC", - "value": 2 - } - ] - }, { "name": "ShadowCastingSetting", + "is_bitfield": false, "values": [ { "name": "SHADOW_CASTING_SETTING_OFF", @@ -92296,8 +100119,27 @@ } ] }, + { + "name": "GIMode", + "is_bitfield": false, + "values": [ + { + "name": "GI_MODE_DISABLED", + "value": 0 + }, + { + "name": "GI_MODE_STATIC", + "value": 1 + }, + { + "name": "GI_MODE_DYNAMIC", + "value": 2 + } + ] + }, { "name": "LightmapScale", + "is_bitfield": false, "values": [ { "name": "LIGHTMAP_SCALE_1X", @@ -92323,6 +100165,7 @@ }, { "name": "VisibilityRangeFadeMode", + "is_bitfield": false, "values": [ { "name": "VISIBILITY_RANGE_FADE_DISABLED", @@ -92344,8 +100187,9 @@ "name": "set_material_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -92357,8 +100201,9 @@ "name": "get_material_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -92367,8 +100212,9 @@ "name": "set_material_overlay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -92380,8 +100226,9 @@ "name": "get_material_overlay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -92390,8 +100237,9 @@ "name": "set_cast_shadows_setting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 856677339, "arguments": [ { "name": "shadow_casting_setting", @@ -92403,8 +100251,9 @@ "name": "get_cast_shadows_setting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3383019359, "return_value": { "type": "enum::GeometryInstance3D.ShadowCastingSetting" } @@ -92413,8 +100262,9 @@ "name": "set_lod_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -92427,8 +100277,9 @@ "name": "get_lod_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -92438,8 +100289,9 @@ "name": "set_transparency", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "transparency", @@ -92452,8 +100304,9 @@ "name": "get_transparency", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -92463,8 +100316,9 @@ "name": "set_visibility_range_end_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -92477,8 +100331,9 @@ "name": "get_visibility_range_end_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -92488,8 +100343,9 @@ "name": "set_visibility_range_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -92502,8 +100358,9 @@ "name": "get_visibility_range_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -92513,8 +100370,9 @@ "name": "set_visibility_range_begin_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -92527,8 +100385,9 @@ "name": "get_visibility_range_begin_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -92538,8 +100397,9 @@ "name": "set_visibility_range_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -92552,8 +100412,9 @@ "name": "get_visibility_range_begin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -92563,8 +100424,9 @@ "name": "set_visibility_range_fade_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1440117808, "arguments": [ { "name": "mode", @@ -92576,8 +100438,9 @@ "name": "get_visibility_range_fade_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2067221882, "return_value": { "type": "enum::GeometryInstance3D.VisibilityRangeFadeMode" } @@ -92586,8 +100449,9 @@ "name": "set_shader_instance_uniform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "uniform", @@ -92603,8 +100467,9 @@ "name": "get_shader_instance_uniform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -92619,8 +100484,9 @@ "name": "set_extra_cull_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -92633,8 +100499,9 @@ "name": "get_extra_cull_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -92644,8 +100511,9 @@ "name": "set_lightmap_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2462696582, "arguments": [ { "name": "scale", @@ -92657,8 +100525,9 @@ "name": "get_lightmap_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 798767852, "return_value": { "type": "enum::GeometryInstance3D.LightmapScale" } @@ -92667,8 +100536,9 @@ "name": "set_gi_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2548557163, "arguments": [ { "name": "mode", @@ -92680,8 +100550,9 @@ "name": "get_gi_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2188566509, "return_value": { "type": "enum::GeometryInstance3D.GIMode" } @@ -92690,8 +100561,9 @@ "name": "set_ignore_occlusion_culling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ignore_culling", @@ -92703,8 +100575,9 @@ "name": "is_ignoring_occlusion_culling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -92713,8 +100586,9 @@ "name": "set_custom_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3505987427, "arguments": [ { "name": "aabb", @@ -92847,6 +100721,7 @@ "enums": [ { "name": "InterpolationMode", + "is_bitfield": false, "values": [ { "name": "GRADIENT_INTERPOLATE_LINEAR", @@ -92868,8 +100743,9 @@ "name": "add_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 17761313, "arguments": [ { "name": "offset", @@ -92886,8 +100762,9 @@ "name": "remove_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "point", @@ -92900,8 +100777,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "point", @@ -92919,8 +100797,9 @@ "name": "get_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4025615559, "return_value": { "type": "float", "meta": "float" @@ -92937,15 +100816,17 @@ "name": "reverse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "point", @@ -92962,8 +100843,9 @@ "name": "get_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 163691780, "return_value": { "type": "Color" }, @@ -92979,8 +100861,9 @@ "name": "interpolate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 914353281, "return_value": { "type": "Color" }, @@ -92996,8 +100879,9 @@ "name": "get_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -93007,8 +100891,9 @@ "name": "set_offsets", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2971499966, "arguments": [ { "name": "offsets", @@ -93020,8 +100905,9 @@ "name": "get_offsets", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2362200018, "return_value": { "type": "PackedFloat32Array" } @@ -93030,8 +100916,9 @@ "name": "set_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4015028928, "arguments": [ { "name": "colors", @@ -93043,8 +100930,9 @@ "name": "get_colors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1139954409, "return_value": { "type": "PackedColorArray" } @@ -93053,8 +100941,9 @@ "name": "set_interpolation_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1971444490, "arguments": [ { "name": "interpolation_mode", @@ -93066,8 +100955,9 @@ "name": "get_interpolation_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3674172981, "return_value": { "type": "enum::Gradient.InterpolationMode" } @@ -93108,8 +100998,9 @@ "name": "set_gradient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3711718734, "arguments": [ { "name": "gradient", @@ -93121,8 +101012,9 @@ "name": "get_gradient", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1770643285, "return_value": { "type": "Gradient" } @@ -93131,8 +101023,9 @@ "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -93145,8 +101038,9 @@ "name": "set_use_hdr", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -93158,8 +101052,9 @@ "name": "is_using_hdr", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -93198,6 +101093,7 @@ "enums": [ { "name": "Fill", + "is_bitfield": false, "values": [ { "name": "FILL_LINEAR", @@ -93211,6 +101107,7 @@ }, { "name": "Repeat", + "is_bitfield": false, "values": [ { "name": "REPEAT_NONE", @@ -93232,8 +101129,9 @@ "name": "set_gradient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3711718734, "arguments": [ { "name": "gradient", @@ -93245,8 +101143,9 @@ "name": "get_gradient", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1770643285, "return_value": { "type": "Gradient" } @@ -93255,8 +101154,9 @@ "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -93269,8 +101169,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "height", @@ -93283,8 +101184,9 @@ "name": "set_use_hdr", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -93296,8 +101198,9 @@ "name": "is_using_hdr", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -93306,8 +101209,9 @@ "name": "set_fill", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3623927636, "arguments": [ { "name": "fill", @@ -93319,8 +101223,9 @@ "name": "get_fill", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1876227217, "return_value": { "type": "enum::GradientTexture2D.Fill" } @@ -93329,8 +101234,9 @@ "name": "set_fill_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "fill_from", @@ -93342,8 +101248,9 @@ "name": "get_fill_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -93352,8 +101259,9 @@ "name": "set_fill_to", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "fill_to", @@ -93365,8 +101273,9 @@ "name": "get_fill_to", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -93375,8 +101284,9 @@ "name": "set_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1357597002, "arguments": [ { "name": "repeat", @@ -93388,8 +101298,9 @@ "name": "get_repeat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3351758665, "return_value": { "type": "enum::GradientTexture2D.Repeat" } @@ -93463,6 +101374,7 @@ "enums": [ { "name": "PanningScheme", + "is_bitfield": false, "values": [ { "name": "SCROLL_ZOOMS", @@ -93479,6 +101391,7 @@ { "name": "_is_in_input_hotzone", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -93502,6 +101415,7 @@ { "name": "_is_in_output_hotzone", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -93525,6 +101439,7 @@ { "name": "_get_connection_line", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -93545,8 +101460,9 @@ "name": "connect_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 3350889359, "return_value": { "type": "enum::Error" }, @@ -93575,8 +101491,9 @@ "name": "is_node_connected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 250061196, "return_value": { "type": "bool" }, @@ -93605,8 +101522,9 @@ "name": "disconnect_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1925837147, "arguments": [ { "name": "from", @@ -93632,8 +101550,9 @@ "name": "set_connection_activity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 3073550396, "arguments": [ { "name": "from", @@ -93664,8 +101583,9 @@ "name": "get_connection_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -93674,22 +101594,25 @@ "name": "clear_connections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "force_connection_drag_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_scroll_ofs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -93698,11 +101621,12 @@ "name": "set_scroll_ofs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "Vector2" } ] @@ -93711,8 +101635,9 @@ "name": "add_valid_right_disconnect_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "type", @@ -93725,8 +101650,9 @@ "name": "remove_valid_right_disconnect_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "type", @@ -93739,8 +101665,9 @@ "name": "add_valid_left_disconnect_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "type", @@ -93753,8 +101680,9 @@ "name": "remove_valid_left_disconnect_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "type", @@ -93767,8 +101695,9 @@ "name": "add_valid_connection_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "from_type", @@ -93786,8 +101715,9 @@ "name": "remove_valid_connection_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "from_type", @@ -93805,8 +101735,9 @@ "name": "is_valid_connection_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2522259332, "return_value": { "type": "bool" }, @@ -93827,8 +101758,9 @@ "name": "get_connection_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3713013236, "return_value": { "type": "PackedVector2Array" }, @@ -93847,8 +101779,9 @@ "name": "set_panning_scheme", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 18893313, "arguments": [ { "name": "scheme", @@ -93860,8 +101793,9 @@ "name": "get_panning_scheme", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 549924446, "return_value": { "type": "enum::GraphEdit.PanningScheme" } @@ -93870,8 +101804,9 @@ "name": "set_zoom", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "zoom", @@ -93884,8 +101819,9 @@ "name": "get_zoom", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -93895,8 +101831,9 @@ "name": "set_zoom_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "zoom_min", @@ -93909,8 +101846,9 @@ "name": "get_zoom_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -93920,8 +101858,9 @@ "name": "set_zoom_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "zoom_max", @@ -93934,8 +101873,9 @@ "name": "get_zoom_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -93945,8 +101885,9 @@ "name": "set_zoom_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "zoom_step", @@ -93959,8 +101900,9 @@ "name": "get_zoom_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -93970,8 +101912,9 @@ "name": "set_show_zoom_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -93983,8 +101926,9 @@ "name": "is_showing_zoom_label", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -93993,8 +101937,9 @@ "name": "set_snap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "pixels", @@ -94007,8 +101952,9 @@ "name": "get_snap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -94018,8 +101964,9 @@ "name": "set_use_snap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -94031,18 +101978,47 @@ "name": "is_using_snap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, + { + "name": "set_connection_lines_curvature", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "curvature", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_connection_lines_curvature", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "set_connection_lines_thickness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pixels", @@ -94055,8 +102031,9 @@ "name": "get_connection_lines_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -94066,8 +102043,9 @@ "name": "set_connection_lines_antialiased", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pixels", @@ -94079,8 +102057,9 @@ "name": "is_connection_lines_antialiased", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -94089,8 +102068,9 @@ "name": "set_minimap_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -94102,8 +102082,9 @@ "name": "get_minimap_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -94112,8 +102093,9 @@ "name": "set_minimap_opacity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "opacity", @@ -94126,8 +102108,9 @@ "name": "get_minimap_opacity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -94137,8 +102120,9 @@ "name": "set_minimap_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -94150,8 +102134,9 @@ "name": "is_minimap_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -94160,8 +102145,9 @@ "name": "set_right_disconnects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -94173,8 +102159,9 @@ "name": "is_right_disconnects_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -94183,8 +102170,9 @@ "name": "get_zoom_hbox", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3193930309, "return_value": { "type": "HBoxContainer" } @@ -94193,15 +102181,17 @@ "name": "arrange_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -94212,78 +102202,7 @@ ], "signals": [ { - "name": "connection_drag_started", - "arguments": [ - { - "name": "from", - "type": "String" - }, - { - "name": "slot", - "type": "String" - }, - { - "name": "is_output", - "type": "bool" - } - ] - }, - { - "name": "delete_nodes_request" - }, - { - "name": "copy_nodes_request" - }, - { - "name": "duplicate_nodes_request" - }, - { - "name": "connection_drag_ended" - }, - { - "name": "popup_request", - "arguments": [ - { - "name": "position", - "type": "Vector2" - } - ] - }, - { - "name": "paste_nodes_request" - }, - { - "name": "scroll_offset_changed", - "arguments": [ - { - "name": "ofs", - "type": "Vector2" - } - ] - }, - { - "name": "node_selected", - "arguments": [ - { - "name": "node", - "type": "Node" - } - ] - }, - { - "name": "node_deselected", - "arguments": [ - { - "name": "node", - "type": "Node" - } - ] - }, - { - "name": "begin_node_move" - }, - { - "name": "connection_to_empty", + "name": "connection_request", "arguments": [ { "name": "from", @@ -94294,8 +102213,12 @@ "type": "int" }, { - "name": "release_position", - "type": "Vector2" + "name": "to", + "type": "StringName" + }, + { + "name": "to_slot", + "type": "int" } ] }, @@ -94321,7 +102244,43 @@ ] }, { - "name": "connection_request", + "name": "popup_request", + "arguments": [ + { + "name": "position", + "type": "Vector2" + } + ] + }, + { + "name": "duplicate_nodes_request" + }, + { + "name": "copy_nodes_request" + }, + { + "name": "paste_nodes_request" + }, + { + "name": "node_selected", + "arguments": [ + { + "name": "node", + "type": "Node" + } + ] + }, + { + "name": "node_deselected", + "arguments": [ + { + "name": "node", + "type": "Node" + } + ] + }, + { + "name": "connection_to_empty", "arguments": [ { "name": "from", @@ -94332,12 +102291,8 @@ "type": "int" }, { - "name": "to", - "type": "StringName" - }, - { - "name": "to_slot", - "type": "int" + "name": "release_position", + "type": "Vector2" } ] }, @@ -94358,8 +102313,49 @@ } ] }, + { + "name": "delete_nodes_request", + "arguments": [ + { + "name": "nodes", + "type": "Array" + } + ] + }, + { + "name": "begin_node_move" + }, { "name": "end_node_move" + }, + { + "name": "scroll_offset_changed", + "arguments": [ + { + "name": "offset", + "type": "Vector2" + } + ] + }, + { + "name": "connection_drag_started", + "arguments": [ + { + "name": "from", + "type": "String" + }, + { + "name": "slot", + "type": "String" + }, + { + "name": "is_output", + "type": "bool" + } + ] + }, + { + "name": "connection_drag_ended" } ], "properties": [ @@ -94398,6 +102394,13 @@ "getter": "get_panning_scheme", "index": -1 }, + { + "type": "float", + "name": "connection_lines_curvature", + "setter": "set_connection_lines_curvature", + "getter": "get_connection_lines_curvature", + "index": -1 + }, { "type": "float", "name": "connection_lines_thickness", @@ -94479,6 +102482,7 @@ "enums": [ { "name": "Overlay", + "is_bitfield": false, "values": [ { "name": "OVERLAY_DISABLED", @@ -94500,8 +102504,9 @@ "name": "set_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "title", @@ -94513,8 +102518,9 @@ "name": "get_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -94523,8 +102529,9 @@ "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 119160795, "arguments": [ { "name": "direction", @@ -94536,60 +102543,20 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 797257663, "return_value": { "type": "enum::Control.TextDirection" } }, - { - "name": "set_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, { "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -94601,8 +102568,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -94611,8 +102579,9 @@ "name": "set_slot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 417479696, + "hash": 30449713, "arguments": [ { "name": "idx", @@ -94654,6 +102623,11 @@ "name": "custom_right", "type": "Texture2D", "default_value": "null" + }, + { + "name": "enable", + "type": "bool", + "default_value": "true" } ] }, @@ -94661,8 +102635,9 @@ "name": "clear_slot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -94675,15 +102650,17 @@ "name": "clear_all_slots", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_slot_enabled_left", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -94699,8 +102676,9 @@ "name": "set_slot_enabled_left", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "idx", @@ -94717,8 +102695,9 @@ "name": "set_slot_type_left", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "idx", @@ -94736,8 +102715,9 @@ "name": "get_slot_type_left", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -94754,8 +102734,9 @@ "name": "set_slot_color_left", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "idx", @@ -94772,8 +102753,9 @@ "name": "get_slot_color_left", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -94789,8 +102771,9 @@ "name": "is_slot_enabled_right", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -94806,8 +102789,9 @@ "name": "set_slot_enabled_right", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "idx", @@ -94824,8 +102808,9 @@ "name": "set_slot_type_right", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "idx", @@ -94843,8 +102828,9 @@ "name": "get_slot_type_right", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -94861,8 +102847,9 @@ "name": "set_slot_color_right", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "idx", @@ -94879,8 +102866,9 @@ "name": "get_slot_color_right", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -94892,12 +102880,50 @@ } ] }, + { + "name": "is_slot_draw_stylebox", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_slot_draw_stylebox", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "draw_stylebox", + "type": "bool" + } + ] + }, { "name": "set_position_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -94909,8 +102935,9 @@ "name": "get_position_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -94919,8 +102946,9 @@ "name": "set_comment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "comment", @@ -94932,8 +102960,9 @@ "name": "is_comment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -94942,8 +102971,9 @@ "name": "set_resizable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "resizable", @@ -94955,8 +102985,9 @@ "name": "is_resizable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -94965,8 +102996,9 @@ "name": "set_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "selected", @@ -94978,57 +103010,32 @@ "name": "is_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } }, - { - "name": "get_connection_output_count", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "int", - "meta": "int32" - } - }, { "name": "get_connection_input_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" } }, { - "name": "get_connection_output_position", + "name": "get_connection_input_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, - "return_value": { - "type": "Vector2" - }, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_connection_output_type", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -95041,29 +103048,13 @@ } ] }, - { - "name": "get_connection_output_color", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135374087, - "return_value": { - "type": "Color" - }, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "get_connection_input_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3114997196, "return_value": { "type": "Vector2" }, @@ -95079,8 +103070,9 @@ "name": "get_connection_input_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -95097,8 +103089,95 @@ "name": "get_connection_input_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 163691780, + "return_value": { + "type": "Color" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_connection_output_count", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2455072627, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "get_connection_output_height", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3744713108, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_connection_output_position", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3114997196, + "return_value": { + "type": "Vector2" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_connection_output_type", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3744713108, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_connection_output_color", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 163691780, "return_value": { "type": "Color" }, @@ -95114,8 +103193,9 @@ "name": "set_show_close_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "show", @@ -95127,8 +103207,9 @@ "name": "is_close_button_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -95137,8 +103218,9 @@ "name": "set_overlay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3144190109, "arguments": [ { "name": "overlay", @@ -95150,22 +103232,26 @@ "name": "get_overlay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2854257040, "return_value": { "type": "enum::GraphNode.Overlay" } } ], "signals": [ - { - "name": "raise_request" - }, { "name": "position_offset_changed" }, { - "name": "close_request" + "name": "slot_updated", + "arguments": [ + { + "name": "idx", + "type": "int" + } + ] }, { "name": "dragged", @@ -95181,13 +103267,10 @@ ] }, { - "name": "slot_updated", - "arguments": [ - { - "name": "idx", - "type": "int" - } - ] + "name": "raise_request" + }, + { + "name": "close_request" }, { "name": "resize_request", @@ -95207,20 +103290,6 @@ "getter": "get_title", "index": -1 }, - { - "type": "int", - "name": "text_direction", - "setter": "set_text_direction", - "getter": "get_text_direction", - "index": -1 - }, - { - "type": "String", - "name": "language", - "setter": "set_language", - "getter": "get_language", - "index": -1 - }, { "type": "Vector2", "name": "position_offset", @@ -95262,6 +103331,20 @@ "setter": "set_overlay", "getter": "get_overlay", "index": -1 + }, + { + "type": "int", + "name": "text_direction", + "setter": "set_text_direction", + "getter": "get_text_direction", + "index": -1 + }, + { + "type": "String", + "name": "language", + "setter": "set_language", + "getter": "get_language", + "index": -1 } ] }, @@ -95276,8 +103359,9 @@ "name": "set_columns", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "columns", @@ -95290,8 +103374,9 @@ "name": "get_columns", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -95325,8 +103410,9 @@ "name": "set_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -95339,8 +103425,9 @@ "name": "get_collision_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -95350,8 +103437,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -95364,8 +103452,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -95375,8 +103464,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -95393,8 +103483,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -95410,8 +103501,9 @@ "name": "set_collision_layer_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -95428,8 +103520,9 @@ "name": "get_collision_layer_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -95445,8 +103538,9 @@ "name": "set_physics_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 351877173, "arguments": [ { "name": "material", @@ -95458,8 +103552,9 @@ "name": "get_physics_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 195782278, "return_value": { "type": "PhysicsMaterial" } @@ -95468,8 +103563,9 @@ "name": "set_bake_navigation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "bake_navigation", @@ -95481,8 +103577,9 @@ "name": "is_baking_navigation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -95491,8 +103588,9 @@ "name": "set_navigation_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layers", @@ -95503,21 +103601,60 @@ }, { "name": "get_navigation_layers", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" } }, + { + "name": "set_navigation_layer_value", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + }, + { + "name": "value", + "type": "bool" + } + ] + }, + { + "name": "get_navigation_layer_value", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "set_mesh_library", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1571879309, "arguments": [ { "name": "mesh_library", @@ -95529,8 +103666,9 @@ "name": "get_mesh_library", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 44118198, "return_value": { "type": "MeshLibrary" } @@ -95539,8 +103677,9 @@ "name": "set_cell_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "size", @@ -95552,8 +103691,9 @@ "name": "get_cell_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -95562,8 +103702,9 @@ "name": "set_cell_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -95576,8 +103717,9 @@ "name": "get_cell_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -95587,8 +103729,9 @@ "name": "set_octant_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -95601,8 +103744,9 @@ "name": "get_octant_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -95612,8 +103756,9 @@ "name": "set_cell_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 4177201334, "arguments": [ { "name": "position", @@ -95636,8 +103781,9 @@ "name": "get_cell_item", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3724960147, "return_value": { "type": "int", "meta": "int32" @@ -95653,8 +103799,9 @@ "name": "get_cell_item_orientation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3724960147, "return_value": { "type": "int", "meta": "int32" @@ -95670,8 +103817,9 @@ "name": "world_to_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1257687843, "return_value": { "type": "Vector3i" }, @@ -95686,8 +103834,9 @@ "name": "map_to_world", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1088329196, "return_value": { "type": "Vector3" }, @@ -95702,8 +103851,9 @@ "name": "resource_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 156439567, "arguments": [ { "name": "resource", @@ -95715,8 +103865,9 @@ "name": "set_center_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -95728,8 +103879,9 @@ "name": "get_center_x", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -95738,8 +103890,9 @@ "name": "set_center_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -95751,8 +103904,9 @@ "name": "get_center_y", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -95761,8 +103915,9 @@ "name": "set_center_z", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -95774,8 +103929,9 @@ "name": "get_center_z", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -95784,15 +103940,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_used_cells", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -95801,8 +103959,9 @@ "name": "get_used_cells_by_item", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -95818,8 +103977,9 @@ "name": "get_meshes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -95828,8 +103988,9 @@ "name": "get_bake_meshes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -95838,8 +103999,9 @@ "name": "get_bake_mesh_instance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2624840992, "return_value": { "type": "RID" }, @@ -95855,15 +104017,17 @@ "name": "clear_baked_meshes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "make_baked_meshes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3650612583, + "hash": 1135556294, "arguments": [ { "name": "gen_lightmap_uv", @@ -95988,8 +104152,9 @@ "name": "set_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -96002,8 +104167,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -96013,8 +104179,9 @@ "name": "set_initial_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "offset", @@ -96027,8 +104194,9 @@ "name": "get_initial_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -96077,8 +104245,9 @@ "name": "start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 244868950, "return_value": { "type": "enum::Error" }, @@ -96097,8 +104266,9 @@ "name": "update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -96113,8 +104283,9 @@ "name": "finish", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4046169648, "return_value": { "type": "PackedByteArray" } @@ -96156,53 +104327,9 @@ "inherits": "RefCounted", "api_type": "core", "enums": [ - { - "name": "Status", - "values": [ - { - "name": "STATUS_DISCONNECTED", - "value": 0 - }, - { - "name": "STATUS_RESOLVING", - "value": 1 - }, - { - "name": "STATUS_CANT_RESOLVE", - "value": 2 - }, - { - "name": "STATUS_CONNECTING", - "value": 3 - }, - { - "name": "STATUS_CANT_CONNECT", - "value": 4 - }, - { - "name": "STATUS_CONNECTED", - "value": 5 - }, - { - "name": "STATUS_REQUESTING", - "value": 6 - }, - { - "name": "STATUS_BODY", - "value": 7 - }, - { - "name": "STATUS_CONNECTION_ERROR", - "value": 8 - }, - { - "name": "STATUS_SSL_HANDSHAKE_ERROR", - "value": 9 - } - ] - }, { "name": "Method", + "is_bitfield": false, "values": [ { "name": "METHOD_GET", @@ -96246,8 +104373,55 @@ } ] }, + { + "name": "Status", + "is_bitfield": false, + "values": [ + { + "name": "STATUS_DISCONNECTED", + "value": 0 + }, + { + "name": "STATUS_RESOLVING", + "value": 1 + }, + { + "name": "STATUS_CANT_RESOLVE", + "value": 2 + }, + { + "name": "STATUS_CONNECTING", + "value": 3 + }, + { + "name": "STATUS_CANT_CONNECT", + "value": 4 + }, + { + "name": "STATUS_CONNECTED", + "value": 5 + }, + { + "name": "STATUS_REQUESTING", + "value": 6 + }, + { + "name": "STATUS_BODY", + "value": 7 + }, + { + "name": "STATUS_CONNECTION_ERROR", + "value": 8 + }, + { + "name": "STATUS_SSL_HANDSHAKE_ERROR", + "value": 9 + } + ] + }, { "name": "ResponseCode", + "is_bitfield": false, "values": [ { "name": "RESPONSE_CONTINUE", @@ -96501,8 +104675,9 @@ "name": "connect_to_host", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1966527607, + "hash": 2602796911, "return_value": { "type": "enum::Error" }, @@ -96533,8 +104708,9 @@ "name": "set_connection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1065601560, "arguments": [ { "name": "connection", @@ -96546,8 +104722,9 @@ "name": "get_connection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 737546513, "return_value": { "type": "StreamPeer" } @@ -96556,8 +104733,9 @@ "name": "request_raw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 386360418, "return_value": { "type": "enum::Error" }, @@ -96584,8 +104762,9 @@ "name": "request", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971275, + "hash": 1203279699, "return_value": { "type": "enum::Error" }, @@ -96613,15 +104792,17 @@ "name": "close", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "has_response", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -96630,8 +104811,9 @@ "name": "is_response_chunked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -96640,8 +104822,9 @@ "name": "get_response_code", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -96651,8 +104834,9 @@ "name": "get_response_headers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3851388692, "return_value": { "type": "PackedStringArray" } @@ -96661,8 +104845,9 @@ "name": "get_response_headers_as_dictionary", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -96671,8 +104856,9 @@ "name": "get_response_body_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int64" @@ -96682,8 +104868,9 @@ "name": "read_response_body_chunk", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4046169648, "return_value": { "type": "PackedByteArray" } @@ -96692,8 +104879,9 @@ "name": "set_read_chunk_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bytes", @@ -96706,8 +104894,9 @@ "name": "get_read_chunk_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -96717,8 +104906,9 @@ "name": "set_blocking_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -96730,8 +104920,9 @@ "name": "is_blocking_mode_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -96740,8 +104931,9 @@ "name": "get_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1426656811, "return_value": { "type": "enum::HTTPClient.Status" } @@ -96750,8 +104942,9 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -96760,8 +104953,9 @@ "name": "set_http_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2956805083, "arguments": [ { "name": "host", @@ -96778,8 +104972,9 @@ "name": "set_https_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2956805083, "arguments": [ { "name": "host", @@ -96796,8 +104991,9 @@ "name": "query_string_from_dict", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3212049958, "return_value": { "type": "String" }, @@ -96842,6 +105038,7 @@ "enums": [ { "name": "Result", + "is_bitfield": false, "values": [ { "name": "RESULT_SUCCESS", @@ -96907,8 +105104,9 @@ "name": "request", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1679146786, + "hash": 2032749647, "return_value": { "type": "enum::Error" }, @@ -96943,8 +105141,9 @@ "name": "request_raw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1679146786, + "hash": 2261262717, "return_value": { "type": "enum::Error" }, @@ -96979,15 +105178,17 @@ "name": "cancel_request", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_http_client_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1426656811, "return_value": { "type": "enum::HTTPClient.Status" } @@ -96996,8 +105197,9 @@ "name": "set_use_threads", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -97009,8 +105211,9 @@ "name": "is_using_threads", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -97019,8 +105222,9 @@ "name": "set_accept_gzip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -97032,8 +105236,9 @@ "name": "is_accepting_gzip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -97042,8 +105247,9 @@ "name": "set_body_size_limit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bytes", @@ -97056,8 +105262,9 @@ "name": "get_body_size_limit", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -97067,8 +105274,9 @@ "name": "set_max_redirects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -97081,8 +105289,9 @@ "name": "get_max_redirects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -97092,8 +105301,9 @@ "name": "set_download_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -97105,8 +105315,9 @@ "name": "get_download_file", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -97115,8 +105326,9 @@ "name": "get_downloaded_bytes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -97126,8 +105338,9 @@ "name": "get_body_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -97137,13 +105350,14 @@ "name": "set_timeout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "timeout", - "type": "int", - "meta": "int32" + "type": "float", + "meta": "double" } ] }, @@ -97151,19 +105365,21 @@ "name": "get_timeout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { - "type": "int", - "meta": "int32" + "type": "float", + "meta": "double" } }, { "name": "set_download_chunk_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "chunk_size", @@ -97176,8 +105392,9 @@ "name": "get_download_chunk_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -97187,8 +105404,9 @@ "name": "set_http_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2956805083, "arguments": [ { "name": "host", @@ -97205,8 +105423,9 @@ "name": "set_https_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2956805083, "arguments": [ { "name": "host", @@ -97287,7 +105506,7 @@ "index": -1 }, { - "type": "int", + "type": "float", "name": "timeout", "setter": "set_timeout", "getter": "get_timeout", @@ -97304,6 +105523,7 @@ "enums": [ { "name": "HashType", + "is_bitfield": false, "values": [ { "name": "HASH_MD5", @@ -97325,8 +105545,9 @@ "name": "start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3940338335, "return_value": { "type": "enum::Error" }, @@ -97341,8 +105562,9 @@ "name": "update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -97357,8 +105579,9 @@ "name": "finish", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4046169648, "return_value": { "type": "PackedByteArray" } @@ -97376,8 +105599,9 @@ "name": "set_map_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -97390,8 +105614,9 @@ "name": "get_map_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -97401,8 +105626,9 @@ "name": "set_map_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "height", @@ -97415,8 +105641,9 @@ "name": "get_map_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -97426,8 +105653,9 @@ "name": "set_map_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2971499966, "arguments": [ { "name": "data", @@ -97439,8 +105667,9 @@ "name": "get_map_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2362200018, "return_value": { "type": "PackedFloat32Array" } @@ -97479,6 +105708,7 @@ "enums": [ { "name": "Param", + "is_bitfield": false, "values": [ { "name": "PARAM_BIAS", @@ -97520,6 +105750,7 @@ }, { "name": "Flag", + "is_bitfield": false, "values": [ { "name": "FLAG_USE_LIMIT", @@ -97541,8 +105772,9 @@ "name": "set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3082977519, "arguments": [ { "name": "param", @@ -97559,8 +105791,9 @@ "name": "get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4066002676, "return_value": { "type": "float", "meta": "float" @@ -97576,8 +105809,9 @@ "name": "set_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1083494620, "arguments": [ { "name": "flag", @@ -97593,8 +105827,9 @@ "name": "get_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2841369610, "return_value": { "type": "bool" }, @@ -97688,7 +105923,7 @@ "constants": [ { "name": "RESOLVER_MAX_QUERIES", - "value": 32 + "value": 256 }, { "name": "RESOLVER_INVALID_ID", @@ -97698,6 +105933,7 @@ "enums": [ { "name": "ResolverStatus", + "is_bitfield": false, "values": [ { "name": "RESOLVER_STATUS_NONE", @@ -97719,6 +105955,7 @@ }, { "name": "Type", + "is_bitfield": false, "values": [ { "name": "TYPE_NONE", @@ -97744,8 +105981,9 @@ "name": "resolve_hostname", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 396864159, "return_value": { "type": "String" }, @@ -97765,8 +106003,9 @@ "name": "resolve_hostname_addresses", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2942266734, "return_value": { "type": "Array" }, @@ -97786,8 +106025,9 @@ "name": "resolve_hostname_queue_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3936392508, "return_value": { "type": "int", "meta": "int32" @@ -97808,8 +106048,9 @@ "name": "get_resolve_item_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3812250196, "return_value": { "type": "enum::IP.ResolverStatus" }, @@ -97825,8 +106066,9 @@ "name": "get_resolve_item_address", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -97842,8 +106084,9 @@ "name": "get_resolve_item_addresses", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -97859,8 +106102,9 @@ "name": "erase_resolve_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -97873,8 +106117,9 @@ "name": "get_local_addresses", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -97883,8 +106128,9 @@ "name": "get_local_interfaces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -97893,8 +106139,9 @@ "name": "clear_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 139138028, + "hash": 3005725572, "arguments": [ { "name": "hostname", @@ -97929,117 +106176,9 @@ } ], "enums": [ - { - "name": "AlphaMode", - "values": [ - { - "name": "ALPHA_NONE", - "value": 0 - }, - { - "name": "ALPHA_BIT", - "value": 1 - }, - { - "name": "ALPHA_BLEND", - "value": 2 - } - ] - }, - { - "name": "CompressSource", - "values": [ - { - "name": "COMPRESS_SOURCE_GENERIC", - "value": 0 - }, - { - "name": "COMPRESS_SOURCE_SRGB", - "value": 1 - }, - { - "name": "COMPRESS_SOURCE_NORMAL", - "value": 2 - } - ] - }, - { - "name": "UsedChannels", - "values": [ - { - "name": "USED_CHANNELS_L", - "value": 0 - }, - { - "name": "USED_CHANNELS_LA", - "value": 1 - }, - { - "name": "USED_CHANNELS_R", - "value": 2 - }, - { - "name": "USED_CHANNELS_RG", - "value": 3 - }, - { - "name": "USED_CHANNELS_RGB", - "value": 4 - }, - { - "name": "USED_CHANNELS_RGBA", - "value": 5 - } - ] - }, - { - "name": "Interpolation", - "values": [ - { - "name": "INTERPOLATE_NEAREST", - "value": 0 - }, - { - "name": "INTERPOLATE_BILINEAR", - "value": 1 - }, - { - "name": "INTERPOLATE_CUBIC", - "value": 2 - }, - { - "name": "INTERPOLATE_TRILINEAR", - "value": 3 - }, - { - "name": "INTERPOLATE_LANCZOS", - "value": 4 - } - ] - }, - { - "name": "CompressMode", - "values": [ - { - "name": "COMPRESS_S3TC", - "value": 0 - }, - { - "name": "COMPRESS_ETC", - "value": 1 - }, - { - "name": "COMPRESS_ETC2", - "value": 2 - }, - { - "name": "COMPRESS_BPTC", - "value": 3 - } - ] - }, { "name": "Format", + "is_bitfield": false, "values": [ { "name": "FORMAT_L8", @@ -98186,6 +106325,120 @@ "value": 35 } ] + }, + { + "name": "Interpolation", + "is_bitfield": false, + "values": [ + { + "name": "INTERPOLATE_NEAREST", + "value": 0 + }, + { + "name": "INTERPOLATE_BILINEAR", + "value": 1 + }, + { + "name": "INTERPOLATE_CUBIC", + "value": 2 + }, + { + "name": "INTERPOLATE_TRILINEAR", + "value": 3 + }, + { + "name": "INTERPOLATE_LANCZOS", + "value": 4 + } + ] + }, + { + "name": "AlphaMode", + "is_bitfield": false, + "values": [ + { + "name": "ALPHA_NONE", + "value": 0 + }, + { + "name": "ALPHA_BIT", + "value": 1 + }, + { + "name": "ALPHA_BLEND", + "value": 2 + } + ] + }, + { + "name": "CompressMode", + "is_bitfield": false, + "values": [ + { + "name": "COMPRESS_S3TC", + "value": 0 + }, + { + "name": "COMPRESS_ETC", + "value": 1 + }, + { + "name": "COMPRESS_ETC2", + "value": 2 + }, + { + "name": "COMPRESS_BPTC", + "value": 3 + } + ] + }, + { + "name": "UsedChannels", + "is_bitfield": false, + "values": [ + { + "name": "USED_CHANNELS_L", + "value": 0 + }, + { + "name": "USED_CHANNELS_LA", + "value": 1 + }, + { + "name": "USED_CHANNELS_R", + "value": 2 + }, + { + "name": "USED_CHANNELS_RG", + "value": 3 + }, + { + "name": "USED_CHANNELS_RGB", + "value": 4 + }, + { + "name": "USED_CHANNELS_RGBA", + "value": 5 + } + ] + }, + { + "name": "CompressSource", + "is_bitfield": false, + "values": [ + { + "name": "COMPRESS_SOURCE_GENERIC", + "value": 0 + }, + { + "name": "COMPRESS_SOURCE_SRGB", + "value": 1 + }, + { + "name": "COMPRESS_SOURCE_NORMAL", + "value": 2 + } + ] } ], "methods": [ @@ -98193,8 +106446,9 @@ "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -98204,8 +106458,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -98215,8 +106470,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -98225,8 +106481,9 @@ "name": "has_mipmaps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -98235,8 +106492,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3847873762, "return_value": { "type": "enum::Image.Format" } @@ -98245,8 +106503,9 @@ "name": "get_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } @@ -98255,8 +106514,9 @@ "name": "convert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2120693146, "arguments": [ { "name": "format", @@ -98268,8 +106528,9 @@ "name": "get_mipmap_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -98286,8 +106547,9 @@ "name": "resize_to_po2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3082182245, + "hash": 4189212329, "arguments": [ { "name": "square", @@ -98305,8 +106567,9 @@ "name": "resize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2461393748, "arguments": [ { "name": "width", @@ -98329,15 +106592,17 @@ "name": "shrink_x2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "crop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "width", @@ -98355,22 +106620,25 @@ "name": "flip_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "flip_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "generate_mipmaps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 1633102583, "return_value": { "type": "enum::Error" }, @@ -98386,15 +106654,17 @@ "name": "clear_mipmaps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 2904688759, "arguments": [ { "name": "width", @@ -98420,8 +106690,9 @@ "name": "create_from_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 1539094215, "arguments": [ { "name": "width", @@ -98451,8 +106722,9 @@ "name": "is_empty", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -98461,8 +106733,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -98473,12 +106746,30 @@ } ] }, + { + "name": "load_from_file", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 2401829007, + "return_value": { + "type": "Image" + }, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, { "name": "save_png", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2113323047, "return_value": { "type": "enum::Error" }, @@ -98493,18 +106784,62 @@ "name": "save_png_to_buffer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } }, + { + "name": "save_jpg", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 578836491, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "path", + "type": "String" + }, + { + "name": "quality", + "type": "float", + "meta": "float", + "default_value": "0.75" + } + ] + }, + { + "name": "save_jpg_to_buffer", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3675054054, + "return_value": { + "type": "PackedByteArray" + }, + "arguments": [ + { + "name": "quality", + "type": "float", + "meta": "float", + "default_value": "0.75" + } + ] + }, { "name": "save_exr", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3108122999, "return_value": { "type": "enum::Error" }, @@ -98520,12 +106855,83 @@ } ] }, + { + "name": "save_exr_to_buffer", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3798141066, + "return_value": { + "type": "PackedByteArray" + }, + "arguments": [ + { + "name": "grayscale", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "save_webp", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3594949219, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "path", + "type": "String" + }, + { + "name": "lossy", + "type": "bool", + "default_value": "false" + }, + { + "name": "quality", + "type": "float", + "meta": "float", + "default_value": "0.75" + } + ] + }, + { + "name": "save_webp_to_buffer", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2383624584, + "return_value": { + "type": "PackedByteArray" + }, + "arguments": [ + { + "name": "lossy", + "type": "bool", + "default_value": "false" + }, + { + "name": "quality", + "type": "float", + "meta": "float", + "default_value": "0.75" + } + ] + }, { "name": "detect_alpha", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2030116505, "return_value": { "type": "enum::Image.AlphaMode" } @@ -98534,18 +106940,20 @@ "name": "is_invisible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { "name": "detect_used_channels", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297011, + "hash": 2703139984, "return_value": { "type": "enum::Image.UsedChannels" }, @@ -98561,8 +106969,9 @@ "name": "compress", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3892018806, + "hash": 2521880595, "return_value": { "type": "enum::Error" }, @@ -98588,8 +106997,9 @@ "name": "compress_from_channels", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 1815281629, "return_value": { "type": "enum::Error" }, @@ -98614,8 +107024,9 @@ "name": "decompress", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -98624,8 +107035,9 @@ "name": "is_compressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -98634,36 +107046,41 @@ "name": "fix_alpha_edges", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "premultiply_alpha", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "srgb_to_linear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "normal_map_to_xy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "rgbe_to_srgb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3926227280, "return_value": { "type": "Image" } @@ -98672,8 +107089,9 @@ "name": "bump_map_to_normal_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3158860097, + "hash": 336773324, "arguments": [ { "name": "bump_scale", @@ -98687,8 +107105,9 @@ "name": "compute_image_metrics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 910217556, "return_value": { "type": "Dictionary" }, @@ -98707,8 +107126,9 @@ "name": "blit_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2205170945, "arguments": [ { "name": "src", @@ -98728,8 +107148,9 @@ "name": "blit_rect_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1783897667, "arguments": [ { "name": "src", @@ -98753,8 +107174,9 @@ "name": "blend_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2205170945, "arguments": [ { "name": "src", @@ -98774,8 +107196,9 @@ "name": "blend_rect_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1783897667, "arguments": [ { "name": "src", @@ -98799,8 +107222,9 @@ "name": "fill", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -98812,8 +107236,9 @@ "name": "fill_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1555442478, "arguments": [ { "name": "rect", @@ -98829,8 +107254,9 @@ "name": "get_used_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -98839,8 +107265,9 @@ "name": "get_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4092571173, "return_value": { "type": "Image" }, @@ -98855,8 +107282,9 @@ "name": "copy_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 876597735, "arguments": [ { "name": "src", @@ -98868,8 +107296,9 @@ "name": "get_pixelv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2697088083, "return_value": { "type": "Color" }, @@ -98884,8 +107313,9 @@ "name": "get_pixel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3907021144, "return_value": { "type": "Color" }, @@ -98906,8 +107336,9 @@ "name": "set_pixelv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 674511425, "arguments": [ { "name": "point", @@ -98923,8 +107354,9 @@ "name": "set_pixel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 30950988, "arguments": [ { "name": "x", @@ -98946,8 +107378,9 @@ "name": "adjust_bcs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2385087082, "arguments": [ { "name": "brightness", @@ -98970,8 +107403,9 @@ "name": "load_png_from_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -98986,8 +107420,9 @@ "name": "load_jpg_from_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -99002,8 +107437,9 @@ "name": "load_webp_from_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -99018,8 +107454,9 @@ "name": "load_tga_from_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -99034,8 +107471,9 @@ "name": "load_bmp_from_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -99068,8 +107506,12 @@ "name": "create_from_image", "is_const": false, "is_vararg": false, + "is_static": true, "is_virtual": false, - "hash": 134188166, + "hash": 3209655829, + "return_value": { + "type": "ImageTexture" + }, "arguments": [ { "name": "image", @@ -99081,8 +107523,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3847873762, "return_value": { "type": "enum::Image.Format" } @@ -99091,8 +107534,9 @@ "name": "update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 876597735, "arguments": [ { "name": "image", @@ -99104,8 +107548,9 @@ "name": "set_size_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -99126,8 +107571,9 @@ "name": "create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135553772, + "hash": 1171065415, "return_value": { "type": "enum::Error" }, @@ -99165,8 +107611,9 @@ "name": "update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "data", @@ -99187,8 +107634,9 @@ "name": "create_from_images", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2275419960, "return_value": { "type": "enum::Error" }, @@ -99203,8 +107651,9 @@ "name": "update_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4141779052, "arguments": [ { "name": "image", @@ -99230,8 +107679,9 @@ "name": "surface_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1403445069, "arguments": [ { "name": "primitive", @@ -99248,8 +107698,9 @@ "name": "surface_set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -99261,8 +107712,9 @@ "name": "surface_set_normal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "normal", @@ -99274,8 +107726,9 @@ "name": "surface_set_tangent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 643568085, "arguments": [ { "name": "tangent", @@ -99287,8 +107740,9 @@ "name": "surface_set_uv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "uv", @@ -99300,8 +107754,9 @@ "name": "surface_set_uv2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "uv2", @@ -99313,8 +107768,9 @@ "name": "surface_add_vertex", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "vertex", @@ -99326,8 +107782,9 @@ "name": "surface_add_vertex_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "vertex", @@ -99339,15 +107796,17 @@ "name": "surface_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_surfaces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -99362,8 +107821,9 @@ "name": "add_blend_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -99375,8 +107835,9 @@ "name": "get_blend_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -99386,8 +107847,9 @@ "name": "get_blend_shape_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -99403,8 +107865,9 @@ "name": "set_blend_shape_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 227983991, "arguments": [ { "name": "mode", @@ -99416,8 +107879,9 @@ "name": "get_blend_shape_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 836485024, "return_value": { "type": "enum::Mesh.BlendShapeMode" } @@ -99426,8 +107890,9 @@ "name": "add_surface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2484236017, + "hash": 1525202589, "arguments": [ { "name": "primitive", @@ -99469,8 +107934,9 @@ "name": "get_surface_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -99480,8 +107946,9 @@ "name": "get_surface_primitive_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3552571330, "return_value": { "type": "enum::Mesh.PrimitiveType" }, @@ -99497,8 +107964,9 @@ "name": "get_surface_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -99514,8 +107982,9 @@ "name": "get_surface_arrays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -99531,8 +108000,9 @@ "name": "get_surface_blend_shape_arrays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3624222292, "return_value": { "type": "Array" }, @@ -99553,8 +108023,9 @@ "name": "get_surface_lod_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -99571,8 +108042,9 @@ "name": "get_surface_lod_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -99594,8 +108066,9 @@ "name": "get_surface_lod_indices", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1035135106, "return_value": { "type": "PackedInt32Array" }, @@ -99616,8 +108089,9 @@ "name": "get_surface_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1123557275, "return_value": { "type": "Material" }, @@ -99633,8 +108107,9 @@ "name": "get_surface_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint32" @@ -99651,8 +108126,9 @@ "name": "set_surface_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "surface_idx", @@ -99669,8 +108145,9 @@ "name": "set_surface_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 361193944, "arguments": [ { "name": "surface_idx", @@ -99683,12 +108160,33 @@ } ] }, + { + "name": "generate_lods", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1017552074, + "arguments": [ + { + "name": "normal_merge_angle", + "type": "float", + "meta": "float" + }, + { + "name": "normal_split_angle", + "type": "float", + "meta": "float" + } + ] + }, { "name": "get_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 365790509, + "hash": 3010993272, "return_value": { "type": "ArrayMesh" }, @@ -99704,15 +108202,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_lightmap_size_hint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -99724,8 +108224,9 @@ "name": "get_lightmap_size_hint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -99743,8 +108244,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 474940809, "arguments": [ { "name": "mesh", @@ -99756,8 +108258,9 @@ "name": "get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3910664323, "return_value": { "type": "ImporterMesh" } @@ -99766,8 +108269,9 @@ "name": "set_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1456563072, "arguments": [ { "name": "skin", @@ -99779,8 +108283,9 @@ "name": "get_skin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2603997527, "return_value": { "type": "Skin" } @@ -99789,8 +108294,9 @@ "name": "set_skeleton_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "skeleton_path", @@ -99802,8 +108308,9 @@ "name": "get_skeleton_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -99842,6 +108349,7 @@ "enums": [ { "name": "MouseMode", + "is_bitfield": false, "values": [ { "name": "MOUSE_MODE_VISIBLE", @@ -99867,6 +108375,7 @@ }, { "name": "CursorShape", + "is_bitfield": false, "values": [ { "name": "CURSOR_ARROW", @@ -99944,8 +108453,9 @@ "name": "is_anything_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -99954,8 +108464,9 @@ "name": "is_key_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1938909964, "return_value": { "type": "bool" }, @@ -99970,8 +108481,9 @@ "name": "is_physical_key_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1938909964, "return_value": { "type": "bool" }, @@ -99986,8 +108498,9 @@ "name": "is_mouse_button_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1821097125, "return_value": { "type": "bool" }, @@ -100002,8 +108515,9 @@ "name": "is_joy_button_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 787208542, "return_value": { "type": "bool" }, @@ -100023,8 +108537,9 @@ "name": "is_action_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1858289356, "return_value": { "type": "bool" }, @@ -100044,8 +108559,9 @@ "name": "is_action_just_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1858289356, "return_value": { "type": "bool" }, @@ -100065,8 +108581,9 @@ "name": "is_action_just_released", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1858289356, "return_value": { "type": "bool" }, @@ -100086,8 +108603,9 @@ "name": "get_action_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3677802638, "return_value": { "type": "float", "meta": "float" @@ -100108,8 +108626,9 @@ "name": "get_action_raw_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3677802638, "return_value": { "type": "float", "meta": "float" @@ -100130,8 +108649,9 @@ "name": "get_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 679549610, "return_value": { "type": "float", "meta": "float" @@ -100151,8 +108671,9 @@ "name": "get_vector", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 177157229, + "hash": 646335058, "return_value": { "type": "Vector2" }, @@ -100185,8 +108706,9 @@ "name": "add_joy_mapping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1168363258, "arguments": [ { "name": "mapping", @@ -100203,8 +108725,9 @@ "name": "remove_joy_mapping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "guid", @@ -100216,8 +108739,9 @@ "name": "is_joy_known", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3067735520, "return_value": { "type": "bool" }, @@ -100233,8 +108757,9 @@ "name": "get_joy_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 4063175957, "return_value": { "type": "float", "meta": "float" @@ -100255,8 +108780,9 @@ "name": "get_joy_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 990163283, "return_value": { "type": "String" }, @@ -100272,8 +108798,9 @@ "name": "get_joy_guid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -100289,8 +108816,9 @@ "name": "get_connected_joypads", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -100299,8 +108827,9 @@ "name": "get_joy_vibration_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3114997196, "return_value": { "type": "Vector2" }, @@ -100316,8 +108845,9 @@ "name": "get_joy_vibration_duration", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4025615559, "return_value": { "type": "float", "meta": "float" @@ -100334,8 +108864,9 @@ "name": "start_joy_vibration", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1890603622, "arguments": [ { "name": "device", @@ -100364,8 +108895,9 @@ "name": "stop_joy_vibration", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "device", @@ -100378,8 +108910,9 @@ "name": "vibrate_handheld", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 909473821, + "hash": 955504365, "arguments": [ { "name": "duration_ms", @@ -100393,8 +108926,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -100403,8 +108937,9 @@ "name": "get_accelerometer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -100413,8 +108948,9 @@ "name": "get_magnetometer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -100423,8 +108959,9 @@ "name": "get_gyroscope", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -100433,8 +108970,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "value", @@ -100446,8 +108984,9 @@ "name": "set_accelerometer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "value", @@ -100459,8 +108998,9 @@ "name": "set_magnetometer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "value", @@ -100472,8 +109012,9 @@ "name": "set_gyroscope", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "value", @@ -100485,8 +109026,9 @@ "name": "get_last_mouse_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1497962370, "return_value": { "type": "Vector2" } @@ -100495,8 +109037,9 @@ "name": "get_mouse_button_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1132662608, "return_value": { "type": "enum::MouseButton" } @@ -100505,8 +109048,9 @@ "name": "set_mouse_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2228490894, "arguments": [ { "name": "mode", @@ -100518,21 +109062,23 @@ "name": "get_mouse_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 965286182, "return_value": { "type": "enum::Input.MouseMode" } }, { - "name": "warp_mouse_position", + "name": "warp_mouse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "to", + "name": "position", "type": "Vector2" } ] @@ -100541,8 +109087,9 @@ "name": "action_press", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 506236447, "arguments": [ { "name": "action", @@ -100560,8 +109107,9 @@ "name": "action_release", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "action", @@ -100573,8 +109121,9 @@ "name": "set_default_cursor_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 2124816902, "arguments": [ { "name": "shape", @@ -100587,8 +109136,9 @@ "name": "get_current_cursor_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3455658929, "return_value": { "type": "enum::Input.CursorShape" } @@ -100597,8 +109147,9 @@ "name": "set_custom_mouse_cursor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2600550837, + "hash": 1882327942, "arguments": [ { "name": "image", @@ -100620,8 +109171,9 @@ "name": "parse_input_event", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1866643146, "arguments": [ { "name": "event", @@ -100633,8 +109185,9 @@ "name": "set_use_accumulated_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -100642,12 +109195,24 @@ } ] }, + { + "name": "is_using_accumulated_input", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2240911060, + "return_value": { + "type": "bool" + } + }, { "name": "flush_buffered_events", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "signals": [ @@ -100664,6 +109229,22 @@ } ] } + ], + "properties": [ + { + "type": "int", + "name": "mouse_mode", + "setter": "set_mouse_mode", + "getter": "get_mouse_mode", + "index": -1 + }, + { + "type": "bool", + "name": "use_accumulated_input", + "setter": "set_use_accumulated_input", + "getter": "is_using_accumulated_input", + "index": -1 + } ] }, { @@ -100677,8 +109258,9 @@ "name": "set_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "device", @@ -100691,8 +109273,9 @@ "name": "get_device", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -100702,8 +109285,9 @@ "name": "is_action", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1858289356, "return_value": { "type": "bool" }, @@ -100723,8 +109307,9 @@ "name": "is_action_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1474135340, + "hash": 3761960142, "return_value": { "type": "bool" }, @@ -100749,8 +109334,9 @@ "name": "is_action_released", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1858289356, "return_value": { "type": "bool" }, @@ -100770,8 +109356,9 @@ "name": "get_action_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3677802638, "return_value": { "type": "float", "meta": "float" @@ -100792,8 +109379,9 @@ "name": "is_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -100802,8 +109390,9 @@ "name": "is_echo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -100812,8 +109401,9 @@ "name": "as_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -100822,8 +109412,9 @@ "name": "is_match", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2895547244, "return_value": { "type": "bool" }, @@ -100843,8 +109434,9 @@ "name": "is_action_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -100853,8 +109445,9 @@ "name": "accumulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2996893038, "return_value": { "type": "bool" }, @@ -100869,8 +109462,9 @@ "name": "xformed_by", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1721246039, "return_value": { "type": "InputEvent" }, @@ -100908,8 +109502,9 @@ "name": "set_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "action", @@ -100921,8 +109516,9 @@ "name": "get_action", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -100931,8 +109527,9 @@ "name": "set_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -100944,8 +109541,9 @@ "name": "set_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "strength", @@ -100958,8 +109556,9 @@ "name": "get_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -101001,8 +109600,9 @@ "name": "set_window_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -101015,8 +109615,9 @@ "name": "get_window_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int64" @@ -101044,8 +109645,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -101057,8 +109659,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -101085,8 +109688,9 @@ "name": "set_button_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1466368136, "arguments": [ { "name": "button_index", @@ -101098,8 +109702,9 @@ "name": "get_button_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 595588182, "return_value": { "type": "enum::JoyButton" } @@ -101108,8 +109713,9 @@ "name": "set_pressure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pressure", @@ -101122,8 +109728,9 @@ "name": "get_pressure", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -101133,8 +109740,9 @@ "name": "set_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -101178,8 +109786,9 @@ "name": "set_axis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1332685170, "arguments": [ { "name": "axis", @@ -101191,8 +109800,9 @@ "name": "get_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4019121683, "return_value": { "type": "enum::JoyAxis" } @@ -101201,8 +109811,9 @@ "name": "set_axis_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "axis_value", @@ -101215,8 +109826,9 @@ "name": "get_axis_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -101251,8 +109863,9 @@ "name": "set_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -101264,8 +109877,9 @@ "name": "set_keycode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 888074362, "arguments": [ { "name": "keycode", @@ -101277,8 +109891,9 @@ "name": "get_keycode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1585896689, "return_value": { "type": "enum::Key" } @@ -101287,8 +109902,9 @@ "name": "set_physical_keycode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 888074362, "arguments": [ { "name": "physical_keycode", @@ -101300,8 +109916,9 @@ "name": "get_physical_keycode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1585896689, "return_value": { "type": "enum::Key" } @@ -101310,8 +109927,9 @@ "name": "set_unicode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "unicode", @@ -101323,8 +109941,9 @@ "name": "get_unicode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int" } @@ -101333,8 +109952,9 @@ "name": "set_echo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "echo", @@ -101346,8 +109966,9 @@ "name": "get_keycode_with_modifiers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1585896689, "return_value": { "type": "enum::Key" } @@ -101356,8 +109977,9 @@ "name": "get_physical_keycode_with_modifiers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1585896689, "return_value": { "type": "enum::Key" } @@ -101412,8 +110034,9 @@ "name": "set_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "channel", @@ -101426,8 +110049,9 @@ "name": "get_channel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -101437,8 +110061,9 @@ "name": "set_message", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1064271510, "arguments": [ { "name": "message", @@ -101450,8 +110075,9 @@ "name": "get_message", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1936512097, "return_value": { "type": "enum::MIDIMessage" } @@ -101460,8 +110086,9 @@ "name": "set_pitch", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "pitch", @@ -101474,8 +110101,9 @@ "name": "get_pitch", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -101485,8 +110113,9 @@ "name": "set_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "velocity", @@ -101499,8 +110128,9 @@ "name": "get_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -101510,8 +110140,9 @@ "name": "set_instrument", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "instrument", @@ -101524,8 +110155,9 @@ "name": "get_instrument", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -101535,8 +110167,9 @@ "name": "set_pressure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "pressure", @@ -101549,8 +110182,9 @@ "name": "get_pressure", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -101560,8 +110194,9 @@ "name": "set_controller_number", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "controller_number", @@ -101574,8 +110209,9 @@ "name": "get_controller_number", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -101585,8 +110221,9 @@ "name": "set_controller_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "controller_value", @@ -101599,8 +110236,9 @@ "name": "get_controller_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -101677,8 +110315,9 @@ "name": "set_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "factor", @@ -101691,8 +110330,9 @@ "name": "get_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -101720,8 +110360,9 @@ "name": "set_button_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3624991109, "arguments": [ { "name": "button_mask", @@ -101733,8 +110374,9 @@ "name": "get_button_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1132662608, "return_value": { "type": "enum::MouseButton" } @@ -101743,8 +110385,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -101756,8 +110399,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -101766,8 +110410,9 @@ "name": "set_global_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "global_position", @@ -101779,8 +110424,9 @@ "name": "get_global_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -101821,8 +110467,9 @@ "name": "set_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "factor", @@ -101835,8 +110482,9 @@ "name": "get_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -101846,8 +110494,9 @@ "name": "set_button_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3624991109, "arguments": [ { "name": "button_index", @@ -101859,8 +110508,9 @@ "name": "get_button_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1132662608, "return_value": { "type": "enum::MouseButton" } @@ -101869,8 +110519,9 @@ "name": "set_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -101882,8 +110533,9 @@ "name": "set_double_click", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "double_click", @@ -101895,8 +110547,9 @@ "name": "is_double_click", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -101944,8 +110597,9 @@ "name": "set_tilt", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "tilt", @@ -101957,8 +110611,9 @@ "name": "get_tilt", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -101967,8 +110622,9 @@ "name": "set_pressure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pressure", @@ -101981,19 +110637,46 @@ "name": "get_pressure", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" } }, + { + "name": "set_pen_inverted", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "pen_inverted", + "type": "bool" + } + ] + }, + { + "name": "get_pen_inverted", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_relative", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "relative", @@ -102005,8 +110688,9 @@ "name": "get_relative", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -102015,8 +110699,9 @@ "name": "set_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "velocity", @@ -102028,8 +110713,9 @@ "name": "get_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -102050,6 +110736,13 @@ "getter": "get_pressure", "index": -1 }, + { + "type": "bool", + "name": "pen_inverted", + "setter": "set_pen_inverted", + "getter": "get_pen_inverted", + "index": -1 + }, { "type": "Vector2", "name": "relative", @@ -102077,8 +110770,9 @@ "name": "set_delta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "delta", @@ -102090,8 +110784,9 @@ "name": "get_delta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -102118,8 +110813,9 @@ "name": "set_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -102132,8 +110828,9 @@ "name": "get_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -102143,8 +110840,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -102156,8 +110854,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -102166,8 +110865,9 @@ "name": "set_relative", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "relative", @@ -102179,8 +110879,9 @@ "name": "get_relative", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -102189,8 +110890,9 @@ "name": "set_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "velocity", @@ -102202,8 +110904,9 @@ "name": "get_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -102251,8 +110954,9 @@ "name": "set_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -102265,8 +110969,9 @@ "name": "get_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -102276,8 +110981,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -102289,8 +110995,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -102299,8 +111006,9 @@ "name": "set_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -102344,8 +111052,9 @@ "name": "set_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2573031266, "arguments": [ { "name": "shortcut", @@ -102357,8 +111066,9 @@ "name": "get_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2027321407, "return_value": { "type": "Shortcut" } @@ -102385,8 +111095,9 @@ "name": "set_store_command", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -102398,8 +111109,9 @@ "name": "is_storing_command", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -102408,8 +111120,9 @@ "name": "set_alt_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -102421,8 +111134,9 @@ "name": "is_alt_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -102431,8 +111145,9 @@ "name": "set_shift_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -102444,8 +111159,9 @@ "name": "is_shift_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -102454,8 +111170,9 @@ "name": "set_ctrl_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -102467,8 +111184,9 @@ "name": "is_ctrl_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -102477,8 +111195,9 @@ "name": "set_meta_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -102490,8 +111209,9 @@ "name": "is_meta_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -102500,8 +111220,9 @@ "name": "set_command_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "pressed", @@ -102513,8 +111234,9 @@ "name": "is_command_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -102576,8 +111298,9 @@ "name": "has_action", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -102592,8 +111315,9 @@ "name": "get_actions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -102602,8 +111326,9 @@ "name": "add_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 506236447, "arguments": [ { "name": "action", @@ -102621,8 +111346,9 @@ "name": "erase_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "action", @@ -102634,8 +111360,9 @@ "name": "action_set_deadzone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3220659865, "arguments": [ { "name": "action", @@ -102652,8 +111379,9 @@ "name": "action_get_deadzone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2001184261, "return_value": { "type": "float", "meta": "float" @@ -102669,8 +111397,9 @@ "name": "action_add_event", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1060779353, "arguments": [ { "name": "action", @@ -102686,8 +111415,9 @@ "name": "action_has_event", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3536972888, "return_value": { "type": "bool" }, @@ -102706,8 +111436,9 @@ "name": "action_erase_event", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1060779353, "arguments": [ { "name": "action", @@ -102723,8 +111454,9 @@ "name": "action_erase_events", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "action", @@ -102736,8 +111468,9 @@ "name": "action_get_events", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2961387885, "return_value": { "type": "Array" }, @@ -102752,8 +111485,9 @@ "name": "event_is_action", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 3835896736, "return_value": { "type": "bool" }, @@ -102777,8 +111511,9 @@ "name": "load_from_project_settings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -102793,8 +111528,9 @@ "name": "get_stored_values", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 3685846133, "return_value": { "type": "Dictionary" }, @@ -102810,8 +111546,9 @@ "name": "create_instance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1434999914, + "hash": 1705438973, "return_value": { "type": "Node" }, @@ -102832,8 +111569,9 @@ "name": "get_instance_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -102854,21 +111592,9 @@ "inherits": "Control", "api_type": "core", "enums": [ - { - "name": "SelectMode", - "values": [ - { - "name": "SELECT_SINGLE", - "value": 0 - }, - { - "name": "SELECT_MULTI", - "value": 1 - } - ] - }, { "name": "IconMode", + "is_bitfield": false, "values": [ { "name": "ICON_MODE_TOP", @@ -102879,6 +111605,20 @@ "value": 1 } ] + }, + { + "name": "SelectMode", + "is_bitfield": false, + "values": [ + { + "name": "SELECT_SINGLE", + "value": 0 + }, + { + "name": "SELECT_MULTI", + "value": 1 + } + ] } ], "methods": [ @@ -102886,8 +111626,9 @@ "name": "add_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1474135307, + "hash": 2361719517, "return_value": { "type": "int", "meta": "int32" @@ -102913,8 +111654,9 @@ "name": "add_icon_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 107851222, "return_value": { "type": "int", "meta": "int32" @@ -102935,8 +111677,9 @@ "name": "set_item_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "idx", @@ -102953,8 +111696,9 @@ "name": "get_item_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -102970,8 +111714,9 @@ "name": "set_item_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "idx", @@ -102988,8 +111733,9 @@ "name": "get_item_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -103005,8 +111751,9 @@ "name": "set_item_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1707680378, "arguments": [ { "name": "idx", @@ -103023,8 +111770,9 @@ "name": "get_item_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4235602388, "return_value": { "type": "enum::Control.TextDirection" }, @@ -103036,71 +111784,13 @@ } ] }, - { - "name": "set_item_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_item_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_item_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "idx", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "set_item_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "idx", @@ -103117,8 +111807,9 @@ "name": "get_item_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -103134,8 +111825,9 @@ "name": "set_item_icon_transposed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "idx", @@ -103152,8 +111844,9 @@ "name": "is_item_icon_transposed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -103169,8 +111862,9 @@ "name": "set_item_icon_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1356297692, "arguments": [ { "name": "idx", @@ -103187,8 +111881,9 @@ "name": "get_item_icon_region", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3327874267, "return_value": { "type": "Rect2" }, @@ -103204,8 +111899,9 @@ "name": "set_item_icon_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "idx", @@ -103222,8 +111918,9 @@ "name": "get_item_icon_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -103239,8 +111936,9 @@ "name": "set_item_selectable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "idx", @@ -103257,8 +111955,9 @@ "name": "is_item_selectable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -103274,8 +111973,9 @@ "name": "set_item_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "idx", @@ -103292,8 +111992,9 @@ "name": "is_item_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -103309,8 +112010,9 @@ "name": "set_item_metadata", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "idx", @@ -103327,8 +112029,9 @@ "name": "get_item_metadata", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -103344,8 +112047,9 @@ "name": "set_item_custom_bg_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "idx", @@ -103362,8 +112066,9 @@ "name": "get_item_custom_bg_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -103379,8 +112084,9 @@ "name": "set_item_custom_fg_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "idx", @@ -103397,8 +112103,9 @@ "name": "get_item_custom_fg_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -103414,8 +112121,9 @@ "name": "set_item_tooltip_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "idx", @@ -103432,8 +112140,9 @@ "name": "is_item_tooltip_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -103449,8 +112158,9 @@ "name": "set_item_tooltip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "idx", @@ -103467,8 +112177,9 @@ "name": "get_item_tooltip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -103484,8 +112195,9 @@ "name": "select", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 4023243586, "arguments": [ { "name": "idx", @@ -103503,8 +112215,9 @@ "name": "deselect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -103517,15 +112230,17 @@ "name": "deselect_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_selected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -103541,8 +112256,9 @@ "name": "get_selected_items", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -103551,8 +112267,9 @@ "name": "move_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "from_idx", @@ -103570,8 +112287,9 @@ "name": "set_item_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -103584,8 +112302,9 @@ "name": "get_item_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -103595,8 +112314,9 @@ "name": "remove_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -103609,22 +112329,25 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "sort_items_by_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_fixed_column_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -103637,8 +112360,9 @@ "name": "get_fixed_column_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -103648,8 +112372,9 @@ "name": "set_same_column_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -103661,8 +112386,9 @@ "name": "is_same_column_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -103671,8 +112397,9 @@ "name": "set_max_text_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "lines", @@ -103685,8 +112412,9 @@ "name": "get_max_text_lines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -103696,8 +112424,9 @@ "name": "set_max_columns", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -103710,8 +112439,9 @@ "name": "get_max_columns", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -103721,8 +112451,9 @@ "name": "set_select_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 928267388, "arguments": [ { "name": "mode", @@ -103734,8 +112465,9 @@ "name": "get_select_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1191945842, "return_value": { "type": "enum::ItemList.SelectMode" } @@ -103744,8 +112476,9 @@ "name": "set_icon_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2025053633, "arguments": [ { "name": "mode", @@ -103757,8 +112490,9 @@ "name": "get_icon_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3353929232, "return_value": { "type": "enum::ItemList.IconMode" } @@ -103767,8 +112501,9 @@ "name": "set_fixed_icon_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -103780,8 +112515,9 @@ "name": "get_fixed_icon_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -103790,8 +112526,9 @@ "name": "set_icon_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -103804,8 +112541,9 @@ "name": "get_icon_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -103815,8 +112553,9 @@ "name": "set_allow_rmb_select", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "allow", @@ -103828,8 +112567,9 @@ "name": "get_allow_rmb_select", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -103838,8 +112578,9 @@ "name": "set_allow_reselect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "allow", @@ -103851,8 +112592,9 @@ "name": "get_allow_reselect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -103861,8 +112603,9 @@ "name": "set_auto_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -103874,8 +112617,9 @@ "name": "has_auto_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -103884,8 +112628,9 @@ "name": "is_anything_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -103894,8 +112639,9 @@ "name": "get_item_at_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2300324924, "return_value": { "type": "int", "meta": "int32" @@ -103916,15 +112662,17 @@ "name": "ensure_current_is_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_v_scroll_bar", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 597467019, "return_value": { "type": "VScrollBar" } @@ -103933,12 +112681,13 @@ "name": "set_text_overrun_behavior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1008890932, "arguments": [ { "name": "overrun_behavior", - "type": "enum::TextParagraph.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } ] }, @@ -103946,16 +112695,17 @@ "name": "get_text_overrun_behavior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3779142101, "return_value": { - "type": "enum::TextParagraph.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } } ], "signals": [ { - "name": "item_activated", + "name": "item_selected", "arguments": [ { "name": "index", @@ -103963,6 +112713,36 @@ } ] }, + { + "name": "empty_clicked", + "arguments": [ + { + "name": "at_position", + "type": "Vector2" + }, + { + "name": "mouse_button_index", + "type": "int" + } + ] + }, + { + "name": "item_clicked", + "arguments": [ + { + "name": "index", + "type": "int" + }, + { + "name": "at_position", + "type": "Vector2" + }, + { + "name": "mouse_button_index", + "type": "int" + } + ] + }, { "name": "multi_selected", "arguments": [ @@ -103977,32 +112757,7 @@ ] }, { - "name": "nothing_selected" - }, - { - "name": "rmb_clicked", - "arguments": [ - { - "name": "at_position", - "type": "Vector2" - } - ] - }, - { - "name": "item_rmb_selected", - "arguments": [ - { - "name": "index", - "type": "int" - }, - { - "name": "at_position", - "type": "Vector2" - } - ] - }, - { - "name": "item_selected", + "name": "item_activated", "arguments": [ { "name": "index", @@ -104123,8 +112878,9 @@ "name": "stringify", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2925806323, + "hash": 2656701787, "return_value": { "type": "String" }, @@ -104154,8 +112910,9 @@ "name": "parse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -104170,8 +112927,9 @@ "name": "get_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1214101251, "return_value": { "type": "Variant" } @@ -104180,8 +112938,9 @@ "name": "get_error_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -104191,8 +112950,9 @@ "name": "get_error_message", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -104208,6 +112968,7 @@ "enums": [ { "name": "ErrorCode", + "is_bitfield": false, "values": [ { "name": "PARSE_ERROR", @@ -104237,8 +112998,9 @@ "name": "set_scope", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3411677182, "arguments": [ { "name": "scope", @@ -104254,8 +113016,9 @@ "name": "process_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2963479484, "return_value": { "type": "Variant" }, @@ -104275,8 +113038,9 @@ "name": "process_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1703090593, "return_value": { "type": "String" }, @@ -104291,8 +113055,9 @@ "name": "make_request", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2013233992, "return_value": { "type": "Dictionary" }, @@ -104315,8 +113080,9 @@ "name": "make_response", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1446956460, "return_value": { "type": "Dictionary" }, @@ -104335,8 +113101,9 @@ "name": "make_notification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1542394326, "return_value": { "type": "Dictionary" }, @@ -104355,8 +113122,9 @@ "name": "make_response_error", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 2848714958, "return_value": { "type": "Dictionary" }, @@ -104397,8 +113165,9 @@ "name": "wrap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 433281528, "return_value": { "type": "JavaClass" }, @@ -104422,8 +113191,9 @@ "name": "eval", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 218087648, "return_value": { "type": "Variant" }, @@ -104443,8 +113213,9 @@ "name": "get_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3963350753, "return_value": { "type": "JavaScriptObject" }, @@ -104459,8 +113230,9 @@ "name": "create_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3142501811, "return_value": { "type": "JavaScriptObject" }, @@ -104475,8 +113247,9 @@ "name": "create_object", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135374088, + "hash": 3093893586, "return_value": { "type": "Variant" }, @@ -104491,8 +113264,9 @@ "name": "download_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 361014591, "arguments": [ { "name": "buffer", @@ -104513,8 +113287,9 @@ "name": "pwa_needs_update", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -104523,8 +113298,9 @@ "name": "pwa_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -104554,8 +113330,9 @@ "name": "set_node_a", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "node", @@ -104567,8 +113344,9 @@ "name": "get_node_a", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -104577,8 +113355,9 @@ "name": "set_node_b", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "node", @@ -104590,8 +113369,9 @@ "name": "get_node_b", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -104600,8 +113380,9 @@ "name": "set_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -104614,8 +113395,9 @@ "name": "get_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -104625,8 +113407,9 @@ "name": "set_exclude_nodes_from_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -104638,8 +113421,9 @@ "name": "get_exclude_nodes_from_collision", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -104687,8 +113471,9 @@ "name": "set_node_a", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "node", @@ -104700,8 +113485,9 @@ "name": "get_node_a", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -104710,8 +113496,9 @@ "name": "set_node_b", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "node", @@ -104723,8 +113510,9 @@ "name": "get_node_b", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -104733,8 +113521,9 @@ "name": "set_solver_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "priority", @@ -104747,8 +113536,9 @@ "name": "get_solver_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -104758,8 +113548,9 @@ "name": "set_exclude_nodes_from_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -104771,8 +113562,9 @@ "name": "get_exclude_nodes_from_collision", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -104820,8 +113612,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -104830,8 +113623,9 @@ "name": "get_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -104840,8 +113634,9 @@ "name": "get_travel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -104850,8 +113645,9 @@ "name": "get_remainder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -104860,8 +113656,9 @@ "name": "get_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3009477143, + "hash": 2841063350, "return_value": { "type": "float", "meta": "float" @@ -104878,8 +113675,9 @@ "name": "get_local_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3983428187, "return_value": { "type": "Object" } @@ -104888,8 +113686,9 @@ "name": "get_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3983428187, "return_value": { "type": "Object" } @@ -104898,8 +113697,9 @@ "name": "get_collider_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -104909,8 +113709,9 @@ "name": "get_collider_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -104919,8 +113720,9 @@ "name": "get_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3983428187, "return_value": { "type": "Object" } @@ -104929,8 +113731,9 @@ "name": "get_collider_shape_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -104940,8 +113743,9 @@ "name": "get_collider_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -104959,8 +113763,9 @@ "name": "get_travel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -104969,8 +113774,9 @@ "name": "get_remainder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -104979,8 +113785,9 @@ "name": "get_collision_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -104990,8 +113797,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1914908202, "return_value": { "type": "Vector3" }, @@ -105008,8 +113816,9 @@ "name": "get_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1914908202, "return_value": { "type": "Vector3" }, @@ -105026,8 +113835,9 @@ "name": "get_angle", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1406474342, + "hash": 1242741860, "return_value": { "type": "float", "meta": "float" @@ -105050,8 +113860,9 @@ "name": "get_local_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1474830693, "return_value": { "type": "Object" }, @@ -105068,8 +113879,9 @@ "name": "get_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1474830693, "return_value": { "type": "Object" }, @@ -105086,8 +113898,9 @@ "name": "get_collider_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "uint64" @@ -105105,8 +113918,9 @@ "name": "get_collider_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 3258361713, "return_value": { "type": "RID" }, @@ -105123,8 +113937,9 @@ "name": "get_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1474830693, "return_value": { "type": "Object" }, @@ -105141,8 +113956,9 @@ "name": "get_collider_shape_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "int32" @@ -105160,8 +113976,9 @@ "name": "get_collider_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1914908202, "return_value": { "type": "Vector3" }, @@ -105182,86 +113999,14 @@ "is_instantiable": true, "inherits": "Control", "api_type": "core", - "enums": [ - { - "name": "VisibleCharactersBehavior", - "values": [ - { - "name": "VC_CHARS_BEFORE_SHAPING", - "value": 0 - }, - { - "name": "VC_CHARS_AFTER_SHAPING", - "value": 1 - }, - { - "name": "VC_GLYPHS_AUTO", - "value": 2 - }, - { - "name": "VC_GLYPHS_LTR", - "value": 3 - }, - { - "name": "VC_GLYPHS_RTL", - "value": 4 - } - ] - }, - { - "name": "AutowrapMode", - "values": [ - { - "name": "AUTOWRAP_OFF", - "value": 0 - }, - { - "name": "AUTOWRAP_ARBITRARY", - "value": 1 - }, - { - "name": "AUTOWRAP_WORD", - "value": 2 - }, - { - "name": "AUTOWRAP_WORD_SMART", - "value": 3 - } - ] - }, - { - "name": "OverrunBehavior", - "values": [ - { - "name": "OVERRUN_NO_TRIMMING", - "value": 0 - }, - { - "name": "OVERRUN_TRIM_CHAR", - "value": 1 - }, - { - "name": "OVERRUN_TRIM_WORD", - "value": 2 - }, - { - "name": "OVERRUN_TRIM_ELLIPSIS", - "value": 3 - }, - { - "name": "OVERRUN_TRIM_WORD_ELLIPSIS", - "value": 4 - } - ] - } - ], "methods": [ { "name": "set_horizontal_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2312603777, "arguments": [ { "name": "alignment", @@ -105273,8 +114018,9 @@ "name": "get_horizontal_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 341400642, "return_value": { "type": "enum::HorizontalAlignment" } @@ -105283,8 +114029,9 @@ "name": "set_vertical_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1796458609, "arguments": [ { "name": "alignment", @@ -105296,8 +114043,9 @@ "name": "get_vertical_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3274884059, "return_value": { "type": "enum::VerticalAlignment" } @@ -105306,8 +114054,9 @@ "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -105319,8 +114068,9 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -105329,8 +114079,9 @@ "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 119160795, "arguments": [ { "name": "direction", @@ -105342,60 +114093,20 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 797257663, "return_value": { "type": "enum::Control.TextDirection" } }, - { - "name": "set_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, { "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -105407,8 +114118,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -105417,12 +114129,13 @@ "name": "set_autowrap_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3289138044, "arguments": [ { "name": "autowrap_mode", - "type": "enum::Label.AutowrapMode" + "type": "enum::TextServer.AutowrapMode" } ] }, @@ -105430,18 +114143,20 @@ "name": "get_autowrap_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1549071663, "return_value": { - "type": "enum::Label.AutowrapMode" + "type": "enum::TextServer.AutowrapMode" } }, { "name": "set_clip_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -105453,8 +114168,9 @@ "name": "is_clipping_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -105463,12 +114179,13 @@ "name": "set_text_overrun_behavior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1008890932, "arguments": [ { "name": "overrun_behavior", - "type": "enum::Label.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } ] }, @@ -105476,18 +114193,20 @@ "name": "get_text_overrun_behavior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3779142101, "return_value": { - "type": "enum::Label.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } }, { "name": "set_uppercase", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -105499,8 +114218,9 @@ "name": "is_uppercase", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -105509,8 +114229,9 @@ "name": "get_line_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204435, + "hash": 181039630, "return_value": { "type": "int", "meta": "int32" @@ -105528,8 +114249,9 @@ "name": "get_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -105539,8 +114261,9 @@ "name": "get_visible_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -105550,8 +114273,9 @@ "name": "get_total_character_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -105561,8 +114285,9 @@ "name": "set_visible_characters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -105575,8 +114300,9 @@ "name": "get_visible_characters", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -105586,22 +114312,24 @@ "name": "get_visible_characters_behavior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 258789322, "return_value": { - "type": "enum::Label.VisibleCharactersBehavior" + "type": "enum::TextServer.VisibleCharactersBehavior" } }, { "name": "set_visible_characters_behavior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3383839701, "arguments": [ { "name": "behavior", - "type": "enum::Label.VisibleCharactersBehavior" + "type": "enum::TextServer.VisibleCharactersBehavior" } ] }, @@ -105609,8 +114337,9 @@ "name": "set_percent_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "percent_visible", @@ -105623,8 +114352,9 @@ "name": "get_percent_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -105634,8 +114364,9 @@ "name": "set_lines_skipped", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "lines_skipped", @@ -105648,8 +114379,9 @@ "name": "get_lines_skipped", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -105659,8 +114391,9 @@ "name": "set_max_lines_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "lines_visible", @@ -105673,8 +114406,9 @@ "name": "get_max_lines_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -105684,12 +114418,13 @@ "name": "set_structured_text_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 55961453, "arguments": [ { "name": "parser", - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } ] }, @@ -105697,18 +114432,20 @@ "name": "get_structured_text_bidi_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3385126229, "return_value": { - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } }, { "name": "set_structured_text_bidi_override_options", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "args", @@ -105720,8 +114457,9 @@ "name": "get_structured_text_bidi_override_options", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -105842,6 +114580,921 @@ } ] }, + { + "name": "Label3D", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "GeometryInstance3D", + "api_type": "core", + "enums": [ + { + "name": "DrawFlags", + "is_bitfield": false, + "values": [ + { + "name": "FLAG_SHADED", + "value": 0 + }, + { + "name": "FLAG_DOUBLE_SIDED", + "value": 1 + }, + { + "name": "FLAG_DISABLE_DEPTH_TEST", + "value": 2 + }, + { + "name": "FLAG_FIXED_SIZE", + "value": 3 + }, + { + "name": "FLAG_MAX", + "value": 4 + } + ] + }, + { + "name": "AlphaCutMode", + "is_bitfield": false, + "values": [ + { + "name": "ALPHA_CUT_DISABLED", + "value": 0 + }, + { + "name": "ALPHA_CUT_DISCARD", + "value": 1 + }, + { + "name": "ALPHA_CUT_OPAQUE_PREPASS", + "value": 2 + } + ] + } + ], + "methods": [ + { + "name": "set_horizontal_alignment", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2312603777, + "arguments": [ + { + "name": "alignment", + "type": "enum::HorizontalAlignment" + } + ] + }, + { + "name": "get_horizontal_alignment", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 341400642, + "return_value": { + "type": "enum::HorizontalAlignment" + } + }, + { + "name": "set_vertical_alignment", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1796458609, + "arguments": [ + { + "name": "alignment", + "type": "enum::VerticalAlignment" + } + ] + }, + { + "name": "get_vertical_alignment", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3274884059, + "return_value": { + "type": "enum::VerticalAlignment" + } + }, + { + "name": "set_modulate", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1055510324, + "arguments": [ + { + "name": "modulate", + "type": "Color" + } + ] + }, + { + "name": "get_modulate", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2716978435, + "return_value": { + "type": "Color" + } + }, + { + "name": "set_outline_modulate", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1055510324, + "arguments": [ + { + "name": "modulate", + "type": "Color" + } + ] + }, + { + "name": "get_outline_modulate", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2716978435, + "return_value": { + "type": "Color" + } + }, + { + "name": "set_text", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "text", + "type": "String" + } + ] + }, + { + "name": "get_text", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_text_direction", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1418190634, + "arguments": [ + { + "name": "direction", + "type": "enum::TextServer.Direction" + } + ] + }, + { + "name": "get_text_direction", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2516697328, + "return_value": { + "type": "enum::TextServer.Direction" + } + }, + { + "name": "set_language", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "language", + "type": "String" + } + ] + }, + { + "name": "get_language", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_structured_text_bidi_override", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 55961453, + "arguments": [ + { + "name": "parser", + "type": "enum::TextServer.StructuredTextParser" + } + ] + }, + { + "name": "get_structured_text_bidi_override", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3385126229, + "return_value": { + "type": "enum::TextServer.StructuredTextParser" + } + }, + { + "name": "set_structured_text_bidi_override_options", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1611583062, + "arguments": [ + { + "name": "args", + "type": "Array" + } + ] + }, + { + "name": "get_structured_text_bidi_override_options", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + }, + { + "name": "set_uppercase", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_uppercase", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_render_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "priority", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_render_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_outline_render_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "priority", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_outline_render_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_font", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3289570653, + "arguments": [ + { + "name": "font", + "type": "Font" + } + ] + }, + { + "name": "get_font", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1041304650, + "return_value": { + "type": "Font" + } + }, + { + "name": "set_font_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "size", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_font_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_outline_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "outline_size", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_outline_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_line_spacing", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "line_spacing", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_line_spacing", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_autowrap_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3289138044, + "arguments": [ + { + "name": "autowrap_mode", + "type": "enum::TextServer.AutowrapMode" + } + ] + }, + { + "name": "get_autowrap_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1549071663, + "return_value": { + "type": "enum::TextServer.AutowrapMode" + } + }, + { + "name": "set_width", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "width", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_width", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_pixel_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "pixel_size", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_pixel_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_offset", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 743155724, + "arguments": [ + { + "name": "offset", + "type": "Vector2" + } + ] + }, + { + "name": "get_offset", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3341600327, + "return_value": { + "type": "Vector2" + } + }, + { + "name": "set_draw_flag", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1285833066, + "arguments": [ + { + "name": "flag", + "type": "enum::Label3D.DrawFlags" + }, + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "get_draw_flag", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 259226453, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "flag", + "type": "enum::Label3D.DrawFlags" + } + ] + }, + { + "name": "set_billboard_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4202036497, + "arguments": [ + { + "name": "mode", + "type": "enum::BaseMaterial3D.BillboardMode" + } + ] + }, + { + "name": "get_billboard_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1283840139, + "return_value": { + "type": "enum::BaseMaterial3D.BillboardMode" + } + }, + { + "name": "set_alpha_cut_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2549142916, + "arguments": [ + { + "name": "mode", + "type": "enum::Label3D.AlphaCutMode" + } + ] + }, + { + "name": "get_alpha_cut_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 219468601, + "return_value": { + "type": "enum::Label3D.AlphaCutMode" + } + }, + { + "name": "set_alpha_scissor_threshold", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "threshold", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_alpha_scissor_threshold", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_texture_filter", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 22904437, + "arguments": [ + { + "name": "mode", + "type": "enum::BaseMaterial3D.TextureFilter" + } + ] + }, + { + "name": "get_texture_filter", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3289213076, + "return_value": { + "type": "enum::BaseMaterial3D.TextureFilter" + } + }, + { + "name": "generate_triangle_mesh", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 276721876, + "return_value": { + "type": "TriangleMesh" + } + } + ], + "properties": [ + { + "type": "float", + "name": "pixel_size", + "setter": "set_pixel_size", + "getter": "get_pixel_size", + "index": -1 + }, + { + "type": "Vector2", + "name": "offset", + "setter": "set_offset", + "getter": "get_offset", + "index": -1 + }, + { + "type": "int", + "name": "billboard", + "setter": "set_billboard_mode", + "getter": "get_billboard_mode", + "index": -1 + }, + { + "type": "bool", + "name": "shaded", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "index": 0 + }, + { + "type": "bool", + "name": "double_sided", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "index": 1 + }, + { + "type": "bool", + "name": "no_depth_test", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "index": 2 + }, + { + "type": "bool", + "name": "fixed_size", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "index": 3 + }, + { + "type": "int", + "name": "alpha_cut", + "setter": "set_alpha_cut_mode", + "getter": "get_alpha_cut_mode", + "index": -1 + }, + { + "type": "float", + "name": "alpha_scissor_threshold", + "setter": "set_alpha_scissor_threshold", + "getter": "get_alpha_scissor_threshold", + "index": -1 + }, + { + "type": "int", + "name": "texture_filter", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "index": -1 + }, + { + "type": "int", + "name": "render_priority", + "setter": "set_render_priority", + "getter": "get_render_priority", + "index": -1 + }, + { + "type": "int", + "name": "outline_render_priority", + "setter": "set_outline_render_priority", + "getter": "get_outline_render_priority", + "index": -1 + }, + { + "type": "Color", + "name": "modulate", + "setter": "set_modulate", + "getter": "get_modulate", + "index": -1 + }, + { + "type": "Color", + "name": "outline_modulate", + "setter": "set_outline_modulate", + "getter": "get_outline_modulate", + "index": -1 + }, + { + "type": "String", + "name": "text", + "setter": "set_text", + "getter": "get_text", + "index": -1 + }, + { + "type": "Font", + "name": "font", + "setter": "set_font", + "getter": "get_font", + "index": -1 + }, + { + "type": "int", + "name": "font_size", + "setter": "set_font_size", + "getter": "get_font_size", + "index": -1 + }, + { + "type": "int", + "name": "outline_size", + "setter": "set_outline_size", + "getter": "get_outline_size", + "index": -1 + }, + { + "type": "int", + "name": "horizontal_alignment", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "index": -1 + }, + { + "type": "int", + "name": "vertical_alignment", + "setter": "set_vertical_alignment", + "getter": "get_vertical_alignment", + "index": -1 + }, + { + "type": "bool", + "name": "uppercase", + "setter": "set_uppercase", + "getter": "is_uppercase", + "index": -1 + }, + { + "type": "float", + "name": "line_spacing", + "setter": "set_line_spacing", + "getter": "get_line_spacing", + "index": -1 + }, + { + "type": "int", + "name": "autowrap_mode", + "setter": "set_autowrap_mode", + "getter": "get_autowrap_mode", + "index": -1 + }, + { + "type": "float", + "name": "width", + "setter": "set_width", + "getter": "get_width", + "index": -1 + }, + { + "type": "int", + "name": "text_direction", + "setter": "set_text_direction", + "getter": "get_text_direction", + "index": -1 + }, + { + "type": "String", + "name": "language", + "setter": "set_language", + "getter": "get_language", + "index": -1 + }, + { + "type": "int", + "name": "structured_text_bidi_override", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "index": -1 + }, + { + "type": "Array", + "name": "structured_text_bidi_override_options", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "index": -1 + } + ] + }, { "name": "Light2D", "is_refcounted": false, @@ -105851,6 +115504,7 @@ "enums": [ { "name": "ShadowFilter", + "is_bitfield": false, "values": [ { "name": "SHADOW_FILTER_NONE", @@ -105868,6 +115522,7 @@ }, { "name": "BlendMode", + "is_bitfield": false, "values": [ { "name": "BLEND_MODE_ADD", @@ -105889,8 +115544,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -105902,8 +115558,9 @@ "name": "is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -105912,8 +115569,9 @@ "name": "set_editor_only", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "editor_only", @@ -105925,8 +115583,9 @@ "name": "is_editor_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -105935,8 +115594,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -105948,8 +115608,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -105958,8 +115619,9 @@ "name": "set_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -105972,8 +115634,9 @@ "name": "get_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -105983,8 +115646,9 @@ "name": "set_z_range_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "z", @@ -105997,8 +115661,9 @@ "name": "get_z_range_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -106008,8 +115673,9 @@ "name": "set_z_range_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "z", @@ -106022,8 +115688,9 @@ "name": "get_z_range_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -106033,8 +115700,9 @@ "name": "set_layer_range_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -106047,8 +115715,9 @@ "name": "get_layer_range_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -106058,8 +115727,9 @@ "name": "set_layer_range_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -106072,8 +115742,9 @@ "name": "get_layer_range_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -106083,8 +115754,9 @@ "name": "set_item_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "item_cull_mask", @@ -106097,8 +115769,9 @@ "name": "get_item_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -106108,8 +115781,9 @@ "name": "set_item_shadow_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "item_shadow_cull_mask", @@ -106122,8 +115796,9 @@ "name": "get_item_shadow_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -106133,8 +115808,9 @@ "name": "set_shadow_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -106146,8 +115822,9 @@ "name": "is_shadow_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -106156,8 +115833,9 @@ "name": "set_shadow_smooth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "smooth", @@ -106170,8 +115848,9 @@ "name": "get_shadow_smooth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -106181,8 +115860,9 @@ "name": "set_shadow_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3209356555, "arguments": [ { "name": "filter", @@ -106194,8 +115874,9 @@ "name": "get_shadow_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1973619177, "return_value": { "type": "enum::Light2D.ShadowFilter" } @@ -106204,8 +115885,9 @@ "name": "set_shadow_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "shadow_color", @@ -106217,8 +115899,9 @@ "name": "get_shadow_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -106227,8 +115910,9 @@ "name": "set_blend_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2916638796, "arguments": [ { "name": "mode", @@ -106240,8 +115924,9 @@ "name": "get_blend_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 936255250, "return_value": { "type": "enum::Light2D.BlendMode" } @@ -106250,8 +115935,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -106264,8 +115950,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -106387,25 +116074,9 @@ "inherits": "VisualInstance3D", "api_type": "core", "enums": [ - { - "name": "BakeMode", - "values": [ - { - "name": "BAKE_DISABLED", - "value": 0 - }, - { - "name": "BAKE_STATIC", - "value": 1 - }, - { - "name": "BAKE_DYNAMIC", - "value": 2 - } - ] - }, { "name": "Param", + "is_bitfield": false, "values": [ { "name": "PARAM_ENERGY", @@ -106488,6 +116159,24 @@ "value": 19 } ] + }, + { + "name": "BakeMode", + "is_bitfield": false, + "values": [ + { + "name": "BAKE_DISABLED", + "value": 0 + }, + { + "name": "BAKE_STATIC", + "value": 1 + }, + { + "name": "BAKE_DYNAMIC", + "value": 2 + } + ] } ], "methods": [ @@ -106495,8 +116184,9 @@ "name": "set_editor_only", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "editor_only", @@ -106508,8 +116198,9 @@ "name": "is_editor_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -106518,8 +116209,9 @@ "name": "set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1722734213, "arguments": [ { "name": "param", @@ -106536,8 +116228,9 @@ "name": "get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1844084987, "return_value": { "type": "float", "meta": "float" @@ -106553,8 +116246,9 @@ "name": "set_shadow", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -106566,8 +116260,9 @@ "name": "has_shadow", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -106576,8 +116271,9 @@ "name": "set_negative", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -106589,8 +116285,9 @@ "name": "is_negative", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -106599,8 +116296,9 @@ "name": "set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "cull_mask", @@ -106613,8 +116311,9 @@ "name": "get_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -106624,8 +116323,9 @@ "name": "set_enable_distance_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -106637,8 +116337,9 @@ "name": "is_distance_fade_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -106647,8 +116348,9 @@ "name": "set_distance_fade_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -106661,8 +116363,9 @@ "name": "get_distance_fade_begin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -106672,8 +116375,9 @@ "name": "set_distance_fade_shadow", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -106686,8 +116390,9 @@ "name": "get_distance_fade_shadow", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -106697,8 +116402,9 @@ "name": "set_distance_fade_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -106711,8 +116417,9 @@ "name": "get_distance_fade_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -106722,8 +116429,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -106735,8 +116443,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -106745,8 +116454,9 @@ "name": "set_shadow_reverse_cull_face", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -106758,8 +116468,9 @@ "name": "get_shadow_reverse_cull_face", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -106768,8 +116479,9 @@ "name": "set_bake_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 37739303, "arguments": [ { "name": "bake_mode", @@ -106781,8 +116493,9 @@ "name": "get_bake_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 371737608, "return_value": { "type": "enum::Light3D.BakeMode" } @@ -106791,8 +116504,9 @@ "name": "set_projector", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "projector", @@ -106804,8 +116518,9 @@ "name": "get_projector", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -106979,8 +116694,9 @@ "name": "set_occluder_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4150028967, "arguments": [ { "name": "polygon", @@ -106992,8 +116708,9 @@ "name": "get_occluder_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1797935618, "return_value": { "type": "OccluderPolygon2D" } @@ -107002,8 +116719,9 @@ "name": "set_occluder_light_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -107016,8 +116734,9 @@ "name": "get_occluder_light_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -107027,8 +116746,9 @@ "name": "set_as_sdf_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -107040,8 +116760,9 @@ "name": "is_set_as_sdf_collision", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -107080,6 +116801,7 @@ "enums": [ { "name": "BakeQuality", + "is_bitfield": false, "values": [ { "name": "BAKE_QUALITY_LOW", @@ -107099,8 +116821,35 @@ } ] }, + { + "name": "GenerateProbes", + "is_bitfield": false, + "values": [ + { + "name": "GENERATE_PROBES_DISABLED", + "value": 0 + }, + { + "name": "GENERATE_PROBES_SUBDIV_4", + "value": 1 + }, + { + "name": "GENERATE_PROBES_SUBDIV_8", + "value": 2 + }, + { + "name": "GENERATE_PROBES_SUBDIV_16", + "value": 3 + }, + { + "name": "GENERATE_PROBES_SUBDIV_32", + "value": 4 + } + ] + }, { "name": "BakeError", + "is_bitfield": false, "values": [ { "name": "BAKE_ERROR_OK", @@ -107132,33 +116881,9 @@ } ] }, - { - "name": "GenerateProbes", - "values": [ - { - "name": "GENERATE_PROBES_DISABLED", - "value": 0 - }, - { - "name": "GENERATE_PROBES_SUBDIV_4", - "value": 1 - }, - { - "name": "GENERATE_PROBES_SUBDIV_8", - "value": 2 - }, - { - "name": "GENERATE_PROBES_SUBDIV_16", - "value": 3 - }, - { - "name": "GENERATE_PROBES_SUBDIV_32", - "value": 4 - } - ] - }, { "name": "EnvironmentMode", + "is_bitfield": false, "values": [ { "name": "ENVIRONMENT_MODE_DISABLED", @@ -107184,8 +116909,9 @@ "name": "set_light_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2950409165, "arguments": [ { "name": "data", @@ -107197,8 +116923,9 @@ "name": "get_light_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3206389699, "return_value": { "type": "LightmapGIData" } @@ -107207,8 +116934,9 @@ "name": "set_bake_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1192215803, "arguments": [ { "name": "bake_quality", @@ -107220,8 +116948,9 @@ "name": "get_bake_quality", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 688832735, "return_value": { "type": "enum::LightmapGI.BakeQuality" } @@ -107230,8 +116959,9 @@ "name": "set_bounces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bounces", @@ -107244,8 +116974,9 @@ "name": "get_bounces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -107255,8 +116986,9 @@ "name": "set_generate_probes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 549981046, "arguments": [ { "name": "subdivision", @@ -107268,8 +117000,9 @@ "name": "get_generate_probes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3930596226, "return_value": { "type": "enum::LightmapGI.GenerateProbes" } @@ -107278,8 +117011,9 @@ "name": "set_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -107292,8 +117026,9 @@ "name": "get_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -107303,8 +117038,9 @@ "name": "set_environment_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2282650285, "arguments": [ { "name": "mode", @@ -107316,8 +117052,9 @@ "name": "get_environment_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4128646479, "return_value": { "type": "enum::LightmapGI.EnvironmentMode" } @@ -107326,8 +117063,9 @@ "name": "set_environment_custom_sky", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3067830675, "arguments": [ { "name": "sky", @@ -107339,8 +117077,9 @@ "name": "get_environment_custom_sky", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2855131442, "return_value": { "type": "Sky" } @@ -107349,8 +117088,9 @@ "name": "set_environment_custom_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -107362,8 +117102,9 @@ "name": "get_environment_custom_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -107372,8 +117113,9 @@ "name": "set_environment_custom_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -107386,8 +117128,9 @@ "name": "get_environment_custom_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -107397,8 +117140,9 @@ "name": "set_max_texture_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_texture_size", @@ -107411,8 +117155,9 @@ "name": "get_max_texture_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -107422,8 +117167,9 @@ "name": "set_use_denoiser", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_denoiser", @@ -107435,8 +117181,9 @@ "name": "is_using_denoiser", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -107445,8 +117192,9 @@ "name": "set_interior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -107458,8 +117206,9 @@ "name": "is_interior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -107468,8 +117217,9 @@ "name": "set_directional", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "directional", @@ -107481,8 +117231,9 @@ "name": "is_directional", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -107593,8 +117344,9 @@ "name": "set_light_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3983211982, "arguments": [ { "name": "light_texture", @@ -107606,8 +117358,9 @@ "name": "get_light_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2178092975, "return_value": { "type": "TextureLayered" } @@ -107616,8 +117369,9 @@ "name": "set_uses_spherical_harmonics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "uses_spherical_harmonics", @@ -107629,8 +117383,9 @@ "name": "is_using_spherical_harmonics", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -107639,8 +117394,9 @@ "name": "add_user", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1693461969, "arguments": [ { "name": "path", @@ -107666,8 +117422,9 @@ "name": "get_user_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -107677,8 +117434,9 @@ "name": "get_user_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -107694,8 +117452,9 @@ "name": "clear_users", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -107706,6 +117465,13 @@ "getter": "get_light_texture", "index": -1 }, + { + "type": "Array", + "name": "light_textures", + "setter": "_set_light_textures_data", + "getter": "_get_light_textures_data", + "index": -1 + }, { "type": "bool", "name": "uses_spherical_harmonics", @@ -107758,24 +117524,26 @@ "api_type": "core", "enums": [ { - "name": "LineTextureMode", + "name": "LineJointMode", + "is_bitfield": false, "values": [ { - "name": "LINE_TEXTURE_NONE", + "name": "LINE_JOINT_SHARP", "value": 0 }, { - "name": "LINE_TEXTURE_TILE", + "name": "LINE_JOINT_BEVEL", "value": 1 }, { - "name": "LINE_TEXTURE_STRETCH", + "name": "LINE_JOINT_ROUND", "value": 2 } ] }, { "name": "LineCapMode", + "is_bitfield": false, "values": [ { "name": "LINE_CAP_NONE", @@ -107792,18 +117560,19 @@ ] }, { - "name": "LineJointMode", + "name": "LineTextureMode", + "is_bitfield": false, "values": [ { - "name": "LINE_JOINT_SHARP", + "name": "LINE_TEXTURE_NONE", "value": 0 }, { - "name": "LINE_JOINT_BEVEL", + "name": "LINE_TEXTURE_TILE", "value": 1 }, { - "name": "LINE_JOINT_ROUND", + "name": "LINE_TEXTURE_STRETCH", "value": 2 } ] @@ -107814,8 +117583,9 @@ "name": "set_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "points", @@ -107827,8 +117597,9 @@ "name": "get_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -107837,8 +117608,9 @@ "name": "set_point_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "i", @@ -107855,8 +117627,9 @@ "name": "get_point_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -107872,8 +117645,9 @@ "name": "get_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -107883,8 +117657,9 @@ "name": "add_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 468506575, "arguments": [ { "name": "position", @@ -107902,8 +117677,9 @@ "name": "remove_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "i", @@ -107916,15 +117692,17 @@ "name": "clear_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "width", @@ -107937,8 +117715,9 @@ "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -107948,8 +117727,9 @@ "name": "set_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "curve", @@ -107961,8 +117741,9 @@ "name": "get_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -107971,8 +117752,9 @@ "name": "set_default_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -107984,8 +117766,9 @@ "name": "get_default_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -107994,8 +117777,9 @@ "name": "set_gradient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3711718734, "arguments": [ { "name": "color", @@ -108007,8 +117791,9 @@ "name": "get_gradient", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1770643285, "return_value": { "type": "Gradient" } @@ -108017,8 +117802,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -108030,8 +117816,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -108040,8 +117827,9 @@ "name": "set_texture_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1952559516, "arguments": [ { "name": "mode", @@ -108053,8 +117841,9 @@ "name": "get_texture_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2341040722, "return_value": { "type": "enum::Line2D.LineTextureMode" } @@ -108063,8 +117852,9 @@ "name": "set_joint_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 604292979, "arguments": [ { "name": "mode", @@ -108076,8 +117866,9 @@ "name": "get_joint_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2546544037, "return_value": { "type": "enum::Line2D.LineJointMode" } @@ -108086,8 +117877,9 @@ "name": "set_begin_cap_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1669024546, "arguments": [ { "name": "mode", @@ -108099,8 +117891,9 @@ "name": "get_begin_cap_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1107511441, "return_value": { "type": "enum::Line2D.LineCapMode" } @@ -108109,8 +117902,9 @@ "name": "set_end_cap_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1669024546, "arguments": [ { "name": "mode", @@ -108122,8 +117916,9 @@ "name": "get_end_cap_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1107511441, "return_value": { "type": "enum::Line2D.LineCapMode" } @@ -108132,8 +117927,9 @@ "name": "set_sharp_limit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "limit", @@ -108146,8 +117942,9 @@ "name": "get_sharp_limit", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -108157,8 +117954,9 @@ "name": "set_round_precision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "precision", @@ -108171,8 +117969,9 @@ "name": "get_round_precision", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -108182,8 +117981,9 @@ "name": "set_antialiased", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "antialiased", @@ -108195,8 +117995,9 @@ "name": "get_antialiased", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108305,6 +118106,7 @@ "enums": [ { "name": "MenuItems", + "is_bitfield": false, "values": [ { "name": "MENU_CUT", @@ -108430,8 +118232,9 @@ "name": "set_horizontal_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2312603777, "arguments": [ { "name": "alignment", @@ -108443,8 +118246,9 @@ "name": "get_horizontal_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 341400642, "return_value": { "type": "enum::HorizontalAlignment" } @@ -108453,15 +118257,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "select", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2601066974, + "hash": 1328111411, "arguments": [ { "name": "from", @@ -108481,22 +118287,25 @@ "name": "select_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "deselect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "has_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108505,8 +118314,9 @@ "name": "get_selection_from_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -108516,8 +118326,9 @@ "name": "get_selection_to_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -108527,8 +118338,9 @@ "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -108540,8 +118352,9 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -108550,8 +118363,9 @@ "name": "get_draw_control_chars", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108560,8 +118374,9 @@ "name": "set_draw_control_chars", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -108573,8 +118388,9 @@ "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 119160795, "arguments": [ { "name": "direction", @@ -108586,60 +118402,20 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 797257663, "return_value": { "type": "enum::Control.TextDirection" } }, - { - "name": "set_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, { "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -108651,8 +118427,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -108661,12 +118438,13 @@ "name": "set_structured_text_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 55961453, "arguments": [ { "name": "parser", - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } ] }, @@ -108674,18 +118452,20 @@ "name": "get_structured_text_bidi_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3385126229, "return_value": { - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } }, { "name": "set_structured_text_bidi_override_options", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "args", @@ -108697,8 +118477,9 @@ "name": "get_structured_text_bidi_override_options", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -108707,8 +118488,9 @@ "name": "set_placeholder", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -108720,8 +118502,9 @@ "name": "get_placeholder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -108730,8 +118513,9 @@ "name": "set_caret_column", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "position", @@ -108744,8 +118528,9 @@ "name": "get_caret_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -108755,8 +118540,9 @@ "name": "get_scroll_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -108766,8 +118552,9 @@ "name": "set_expand_to_text_length_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -108779,8 +118566,9 @@ "name": "is_expand_to_text_length_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108789,8 +118577,9 @@ "name": "set_caret_blink_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -108802,8 +118591,9 @@ "name": "is_caret_blink_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108812,8 +118602,9 @@ "name": "set_caret_mid_grapheme_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -108825,8 +118616,9 @@ "name": "is_caret_mid_grapheme_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108835,8 +118627,9 @@ "name": "set_caret_force_displayed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -108848,8 +118641,9 @@ "name": "is_caret_force_displayed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108858,8 +118652,9 @@ "name": "set_caret_blink_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "blink_speed", @@ -108872,8 +118667,9 @@ "name": "get_caret_blink_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -108883,8 +118679,9 @@ "name": "set_max_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "chars", @@ -108897,8 +118694,9 @@ "name": "get_max_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -108908,8 +118706,9 @@ "name": "insert_text_at_caret", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -108921,15 +118720,17 @@ "name": "delete_char_at_caret", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "delete_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "from_column", @@ -108947,8 +118748,9 @@ "name": "set_editable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -108960,8 +118762,9 @@ "name": "is_editable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108970,8 +118773,9 @@ "name": "set_secret", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -108983,8 +118787,9 @@ "name": "is_secret", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -108993,8 +118798,9 @@ "name": "set_secret_character", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "character", @@ -109006,8 +118812,9 @@ "name": "get_secret_character", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -109016,8 +118823,9 @@ "name": "menu_option", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "option", @@ -109030,8 +118838,9 @@ "name": "get_menu", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 43831279, "return_value": { "type": "PopupMenu" } @@ -109040,8 +118849,9 @@ "name": "is_menu_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -109050,8 +118860,9 @@ "name": "set_context_menu_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -109063,8 +118874,9 @@ "name": "is_context_menu_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -109073,8 +118885,9 @@ "name": "set_virtual_keyboard_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -109086,8 +118899,9 @@ "name": "is_virtual_keyboard_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -109096,8 +118910,9 @@ "name": "set_clear_button_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -109109,8 +118924,9 @@ "name": "is_clear_button_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -109119,8 +118935,9 @@ "name": "set_shortcut_keys_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -109132,8 +118949,9 @@ "name": "is_shortcut_keys_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -109142,8 +118960,9 @@ "name": "set_middle_mouse_paste_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -109155,8 +118974,9 @@ "name": "is_middle_mouse_paste_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -109165,8 +118985,9 @@ "name": "set_selecting_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -109178,8 +118999,9 @@ "name": "is_selecting_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -109188,8 +119010,9 @@ "name": "set_deselect_on_focus_loss_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -109201,8 +119024,9 @@ "name": "is_deselect_on_focus_loss_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -109211,8 +119035,9 @@ "name": "set_right_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "icon", @@ -109224,8 +119049,9 @@ "name": "get_right_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1025371935, "return_value": { "type": "Texture2D" } @@ -109234,8 +119060,9 @@ "name": "set_flat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -109247,23 +119074,15 @@ "name": "is_flat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } } ], "signals": [ - { - "name": "text_submitted", - "arguments": [ - { - "name": "new_text", - "type": "String" - } - ] - }, { "name": "text_changed", "arguments": [ @@ -109281,6 +119100,15 @@ "type": "String" } ] + }, + { + "name": "text_submitted", + "arguments": [ + { + "name": "new_text", + "type": "String" + } + ] } ], "properties": [ @@ -109403,20 +119231,6 @@ "getter": "is_flat", "index": -1 }, - { - "type": "int", - "name": "text_direction", - "setter": "set_text_direction", - "getter": "get_text_direction", - "index": -1 - }, - { - "type": "String", - "name": "language", - "setter": "set_language", - "getter": "get_language", - "index": -1 - }, { "type": "bool", "name": "draw_control_chars", @@ -109424,20 +119238,6 @@ "getter": "get_draw_control_chars", "index": -1 }, - { - "type": "int", - "name": "structured_text_bidi_override", - "setter": "set_structured_text_bidi_override", - "getter": "get_structured_text_bidi_override", - "index": -1 - }, - { - "type": "Array", - "name": "structured_text_bidi_override_options", - "setter": "set_structured_text_bidi_override_options", - "getter": "get_structured_text_bidi_override_options", - "index": -1 - }, { "type": "bool", "name": "caret_blink", @@ -109472,6 +119272,34 @@ "setter": "set_caret_mid_grapheme_enabled", "getter": "is_caret_mid_grapheme_enabled", "index": -1 + }, + { + "type": "int", + "name": "text_direction", + "setter": "set_text_direction", + "getter": "get_text_direction", + "index": -1 + }, + { + "type": "String", + "name": "language", + "setter": "set_language", + "getter": "get_language", + "index": -1 + }, + { + "type": "int", + "name": "structured_text_bidi_override", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "index": -1 + }, + { + "type": "Array", + "name": "structured_text_bidi_override_options", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "index": -1 } ] }, @@ -109484,6 +119312,7 @@ "enums": [ { "name": "UnderlineMode", + "is_bitfield": false, "values": [ { "name": "UNDERLINE_MODE_ALWAYS", @@ -109505,8 +119334,9 @@ "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -109518,8 +119348,9 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -109528,8 +119359,9 @@ "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 119160795, "arguments": [ { "name": "direction", @@ -109541,60 +119373,20 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 797257663, "return_value": { "type": "enum::Control.TextDirection" } }, - { - "name": "set_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, { "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -109606,8 +119398,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -109616,8 +119409,9 @@ "name": "set_underline_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4032947085, "arguments": [ { "name": "underline_mode", @@ -109629,8 +119423,9 @@ "name": "get_underline_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 568343738, "return_value": { "type": "enum::LinkButton.UnderlineMode" } @@ -109639,12 +119434,13 @@ "name": "set_structured_text_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 55961453, "arguments": [ { "name": "parser", - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } ] }, @@ -109652,18 +119448,20 @@ "name": "get_structured_text_bidi_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3385126229, "return_value": { - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } }, { "name": "set_structured_text_bidi_override_options", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "args", @@ -109675,8 +119473,9 @@ "name": "get_structured_text_bidi_override_options", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -109690,6 +119489,13 @@ "getter": "get_text", "index": -1 }, + { + "type": "int", + "name": "underline", + "setter": "set_underline_mode", + "getter": "get_underline_mode", + "index": -1 + }, { "type": "int", "name": "text_direction", @@ -109704,13 +119510,6 @@ "getter": "get_language", "index": -1 }, - { - "type": "int", - "name": "underline", - "setter": "set_underline_mode", - "getter": "get_underline_mode", - "index": -1 - }, { "type": "int", "name": "structured_text_bidi_override", @@ -109779,12 +119578,14 @@ { "name": "_initialize", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_physics_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -109800,6 +119601,7 @@ { "name": "_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -109815,6 +119617,7 @@ { "name": "_finalize", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true } @@ -109853,8 +119656,9 @@ "name": "variant_to_base64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3876248563, "return_value": { "type": "String" }, @@ -109874,8 +119678,9 @@ "name": "base64_to_variant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 218087648, "return_value": { "type": "Variant" }, @@ -109895,8 +119700,9 @@ "name": "raw_to_base64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 821793638, "return_value": { "type": "String" }, @@ -109911,8 +119717,9 @@ "name": "base64_to_raw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1997075741, "return_value": { "type": "PackedByteArray" }, @@ -109927,8 +119734,9 @@ "name": "utf8_to_base64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1703090593, "return_value": { "type": "String" }, @@ -109943,8 +119751,9 @@ "name": "base64_to_utf8", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1703090593, "return_value": { "type": "String" }, @@ -109960,7 +119769,7 @@ { "name": "Material", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Resource", "api_type": "core", "constants": [ @@ -109974,12 +119783,53 @@ } ], "methods": [ + { + "name": "_get_shader_rid", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_get_shader_mode", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Shader.Mode" + } + }, + { + "name": "_can_do_next_pass", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_can_use_render_priority", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, { "name": "set_next_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "next_pass", @@ -109991,8 +119841,9 @@ "name": "get_next_pass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -110001,8 +119852,9 @@ "name": "set_render_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "priority", @@ -110015,8 +119867,9 @@ "name": "get_render_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -110026,8 +119879,9 @@ "name": "inspect_native_shader_code", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -110058,8 +119912,9 @@ "name": "get_popup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 43831279, "return_value": { "type": "PopupMenu" } @@ -110068,8 +119923,9 @@ "name": "set_switch_on_hover", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -110081,8 +119937,9 @@ "name": "is_switch_on_hover", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -110091,8 +119948,9 @@ "name": "set_disable_shortcuts", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disabled", @@ -110104,8 +119962,9 @@ "name": "set_item_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -110118,8 +119977,9 @@ "name": "get_item_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -110151,25 +120011,101 @@ { "name": "Mesh", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Resource", "api_type": "core", "enums": [ { - "name": "BlendShapeMode", + "name": "PrimitiveType", + "is_bitfield": false, "values": [ { - "name": "BLEND_SHAPE_MODE_NORMALIZED", + "name": "PRIMITIVE_POINTS", "value": 0 }, { - "name": "BLEND_SHAPE_MODE_RELATIVE", + "name": "PRIMITIVE_LINES", "value": 1 + }, + { + "name": "PRIMITIVE_LINE_STRIP", + "value": 2 + }, + { + "name": "PRIMITIVE_TRIANGLES", + "value": 3 + }, + { + "name": "PRIMITIVE_TRIANGLE_STRIP", + "value": 4 + } + ] + }, + { + "name": "ArrayType", + "is_bitfield": false, + "values": [ + { + "name": "ARRAY_VERTEX", + "value": 0 + }, + { + "name": "ARRAY_NORMAL", + "value": 1 + }, + { + "name": "ARRAY_TANGENT", + "value": 2 + }, + { + "name": "ARRAY_COLOR", + "value": 3 + }, + { + "name": "ARRAY_TEX_UV", + "value": 4 + }, + { + "name": "ARRAY_TEX_UV2", + "value": 5 + }, + { + "name": "ARRAY_CUSTOM0", + "value": 6 + }, + { + "name": "ARRAY_CUSTOM1", + "value": 7 + }, + { + "name": "ARRAY_CUSTOM2", + "value": 8 + }, + { + "name": "ARRAY_CUSTOM3", + "value": 9 + }, + { + "name": "ARRAY_BONES", + "value": 10 + }, + { + "name": "ARRAY_WEIGHTS", + "value": 11 + }, + { + "name": "ARRAY_INDEX", + "value": 12 + }, + { + "name": "ARRAY_MAX", + "value": 13 } ] }, { "name": "ArrayCustomFormat", + "is_bitfield": false, "values": [ { "name": "ARRAY_CUSTOM_RGBA8_UNORM", @@ -110209,33 +120145,9 @@ } ] }, - { - "name": "PrimitiveType", - "values": [ - { - "name": "PRIMITIVE_POINTS", - "value": 0 - }, - { - "name": "PRIMITIVE_LINES", - "value": 1 - }, - { - "name": "PRIMITIVE_LINE_STRIP", - "value": 2 - }, - { - "name": "PRIMITIVE_TRIANGLES", - "value": 3 - }, - { - "name": "PRIMITIVE_TRIANGLE_STRIP", - "value": 4 - } - ] - }, { "name": "ArrayFormat", + "is_bitfield": false, "values": [ { "name": "ARRAY_FORMAT_VERTEX", @@ -110340,74 +120252,236 @@ ] }, { - "name": "ArrayType", + "name": "BlendShapeMode", + "is_bitfield": false, "values": [ { - "name": "ARRAY_VERTEX", + "name": "BLEND_SHAPE_MODE_NORMALIZED", "value": 0 }, { - "name": "ARRAY_NORMAL", + "name": "BLEND_SHAPE_MODE_RELATIVE", "value": 1 - }, - { - "name": "ARRAY_TANGENT", - "value": 2 - }, - { - "name": "ARRAY_COLOR", - "value": 3 - }, - { - "name": "ARRAY_TEX_UV", - "value": 4 - }, - { - "name": "ARRAY_TEX_UV2", - "value": 5 - }, - { - "name": "ARRAY_CUSTOM0", - "value": 6 - }, - { - "name": "ARRAY_CUSTOM1", - "value": 7 - }, - { - "name": "ARRAY_CUSTOM2", - "value": 8 - }, - { - "name": "ARRAY_CUSTOM3", - "value": 9 - }, - { - "name": "ARRAY_BONES", - "value": 10 - }, - { - "name": "ARRAY_WEIGHTS", - "value": 11 - }, - { - "name": "ARRAY_INDEX", - "value": 12 - }, - { - "name": "ARRAY_MAX", - "value": 13 } ] } ], "methods": [ + { + "name": "_get_surface_count", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_surface_get_array_len", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_surface_get_array_index_len", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_surface_get_arrays", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_surface_get_blend_shape_arrays", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_surface_get_lods", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_surface_get_format", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_surface_get_primitive_type", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_surface_set_material", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "index", + "type": "int" + }, + { + "name": "material", + "type": "Material" + } + ] + }, + { + "name": "_surface_get_material", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Material" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_get_blend_shape_count", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_blend_shape_name", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "StringName" + }, + "arguments": [ + { + "name": "index", + "type": "int" + } + ] + }, + { + "name": "_set_blend_shape_name", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "index", + "type": "int" + }, + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "_get_aabb", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "AABB" + } + }, { "name": "set_lightmap_size_hint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -110419,8 +120493,9 @@ "name": "get_lightmap_size_hint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -110429,8 +120504,9 @@ "name": "get_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -110439,8 +120515,9 @@ "name": "get_surface_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -110450,8 +120527,9 @@ "name": "surface_get_arrays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -110467,8 +120545,9 @@ "name": "surface_get_blend_shape_arrays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -110484,8 +120563,9 @@ "name": "surface_set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 361193944, "arguments": [ { "name": "surf_idx", @@ -110502,8 +120582,9 @@ "name": "surface_get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1123557275, "return_value": { "type": "Material" }, @@ -110519,8 +120600,9 @@ "name": "create_trimesh_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2586532317, "return_value": { "type": "Shape3D" } @@ -110529,8 +120611,9 @@ "name": "create_convex_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1435035884, + "hash": 1805297238, "return_value": { "type": "Shape3D" }, @@ -110551,8 +120634,9 @@ "name": "create_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 803174023, "return_value": { "type": "Mesh" }, @@ -110568,8 +120652,9 @@ "name": "get_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -110578,8 +120663,9 @@ "name": "generate_triangle_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 276721876, "return_value": { "type": "TriangleMesh" } @@ -110606,15 +120692,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "create_from_surface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3593082177, "return_value": { "type": "enum::Error" }, @@ -110634,8 +120722,9 @@ "name": "commit_to_surface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1547715585, "return_value": { "type": "enum::Error" }, @@ -110650,8 +120739,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -110661,8 +120751,9 @@ "name": "get_vertex_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -110672,8 +120763,9 @@ "name": "get_edge_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -110683,8 +120775,9 @@ "name": "get_face_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -110694,8 +120787,9 @@ "name": "set_vertex", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "idx", @@ -110712,8 +120806,9 @@ "name": "get_vertex", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -110729,8 +120824,9 @@ "name": "set_vertex_normal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "idx", @@ -110747,8 +120843,9 @@ "name": "get_vertex_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -110764,8 +120861,9 @@ "name": "set_vertex_tangent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1047177526, "arguments": [ { "name": "idx", @@ -110782,8 +120880,9 @@ "name": "get_vertex_tangent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4292967459, "return_value": { "type": "Plane" }, @@ -110799,8 +120898,9 @@ "name": "set_vertex_uv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "idx", @@ -110817,8 +120917,9 @@ "name": "get_vertex_uv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -110834,8 +120935,9 @@ "name": "set_vertex_uv2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "idx", @@ -110852,8 +120954,9 @@ "name": "get_vertex_uv2", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -110869,8 +120972,9 @@ "name": "set_vertex_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "idx", @@ -110887,8 +120991,9 @@ "name": "get_vertex_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -110904,8 +121009,9 @@ "name": "set_vertex_bones", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 64545446, "arguments": [ { "name": "idx", @@ -110922,8 +121028,9 @@ "name": "get_vertex_bones", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3485342025, "return_value": { "type": "PackedInt32Array" }, @@ -110939,8 +121046,9 @@ "name": "set_vertex_weights", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3403714078, "arguments": [ { "name": "idx", @@ -110957,8 +121065,9 @@ "name": "get_vertex_weights", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4131300905, "return_value": { "type": "PackedFloat32Array" }, @@ -110974,8 +121083,9 @@ "name": "set_vertex_meta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "idx", @@ -110992,8 +121102,9 @@ "name": "get_vertex_meta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -111009,8 +121120,9 @@ "name": "get_vertex_edges", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3485342025, "return_value": { "type": "PackedInt32Array" }, @@ -111026,8 +121138,9 @@ "name": "get_vertex_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3485342025, "return_value": { "type": "PackedInt32Array" }, @@ -111043,8 +121156,9 @@ "name": "get_edge_vertex", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -111066,8 +121180,9 @@ "name": "get_edge_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3485342025, "return_value": { "type": "PackedInt32Array" }, @@ -111083,8 +121198,9 @@ "name": "set_edge_meta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "idx", @@ -111101,8 +121217,9 @@ "name": "get_edge_meta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -111118,8 +121235,9 @@ "name": "get_face_vertex", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -111141,8 +121259,9 @@ "name": "get_face_edge", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -111164,8 +121283,9 @@ "name": "set_face_meta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "idx", @@ -111182,8 +121302,9 @@ "name": "get_face_meta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -111199,8 +121320,9 @@ "name": "get_face_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -111216,8 +121338,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -111229,8 +121352,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -111248,8 +121372,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -111261,8 +121386,9 @@ "name": "get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2078299583, "return_value": { "type": "Mesh" } @@ -111271,8 +121397,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -111284,8 +121411,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -111294,8 +121422,9 @@ "name": "set_normal_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "normal_map", @@ -111307,8 +121436,9 @@ "name": "get_normal_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -111354,8 +121484,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -111367,8 +121498,9 @@ "name": "get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2078299583, "return_value": { "type": "Mesh" } @@ -111377,8 +121509,9 @@ "name": "set_skeleton_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "skeleton_path", @@ -111390,8 +121523,9 @@ "name": "get_skeleton_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3377292804, "return_value": { "type": "NodePath" } @@ -111400,8 +121534,9 @@ "name": "set_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1456563072, "arguments": [ { "name": "skin", @@ -111413,8 +121548,9 @@ "name": "get_skin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2603997527, "return_value": { "type": "Skin" } @@ -111423,8 +121559,9 @@ "name": "get_surface_override_material_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -111434,8 +121571,9 @@ "name": "set_surface_override_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 361193944, "arguments": [ { "name": "surface", @@ -111452,8 +121590,9 @@ "name": "get_surface_override_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1123557275, "return_value": { "type": "Material" }, @@ -111469,8 +121608,9 @@ "name": "get_active_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1123557275, "return_value": { "type": "Material" }, @@ -111486,15 +121626,17 @@ "name": "create_trimesh_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "create_convex_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 143567882, + "hash": 2751962654, "arguments": [ { "name": "clean", @@ -111512,15 +121654,17 @@ "name": "create_multiple_convex_collisions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_blend_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -111530,8 +121674,9 @@ "name": "find_blend_shape_by_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 442336921, "return_value": { "type": "int", "meta": "int32" @@ -111547,8 +121692,9 @@ "name": "get_blend_shape_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -111565,8 +121711,9 @@ "name": "set_blend_shape_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "blend_shape_idx", @@ -111584,8 +121731,9 @@ "name": "create_debug_tangents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -111623,8 +121771,9 @@ "name": "create_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -111637,8 +121786,9 @@ "name": "set_item_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "id", @@ -111655,8 +121805,9 @@ "name": "set_item_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3994473542, "arguments": [ { "name": "id", @@ -111673,8 +121824,9 @@ "name": "set_item_mesh_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 803768362, "arguments": [ { "name": "id", @@ -111691,8 +121843,9 @@ "name": "set_item_navmesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2817086266, "arguments": [ { "name": "id", @@ -111709,8 +121862,9 @@ "name": "set_item_navmesh_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 803768362, "arguments": [ { "name": "id", @@ -111727,8 +121881,9 @@ "name": "set_item_shapes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 957362965, "arguments": [ { "name": "id", @@ -111745,8 +121900,9 @@ "name": "set_item_preview", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "id", @@ -111763,8 +121919,9 @@ "name": "get_item_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -111780,8 +121937,9 @@ "name": "get_item_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 419276189, "return_value": { "type": "Mesh" }, @@ -111797,8 +121955,9 @@ "name": "get_item_mesh_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -111814,8 +121973,9 @@ "name": "get_item_navmesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 576437264, "return_value": { "type": "NavigationMesh" }, @@ -111831,8 +121991,9 @@ "name": "get_item_navmesh_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -111848,8 +122009,9 @@ "name": "get_item_shapes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -111865,8 +122027,9 @@ "name": "get_item_preview", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -111882,8 +122045,9 @@ "name": "remove_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -111896,8 +122060,9 @@ "name": "find_item_by_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int32" @@ -111913,15 +122078,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_item_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -111930,8 +122097,9 @@ "name": "get_last_unused_item_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -111950,8 +122118,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -111963,8 +122132,9 @@ "name": "get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2078299583, "return_value": { "type": "Mesh" } @@ -111973,8 +122143,9 @@ "name": "set_image_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -111986,8 +122157,9 @@ "name": "get_image_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -111996,8 +122168,9 @@ "name": "set_base_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -112009,8 +122182,9 @@ "name": "get_base_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -112051,8 +122225,9 @@ "name": "set_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 915053514, "return_value": { "type": "MethodTweener" }, @@ -112068,8 +122243,9 @@ "name": "set_trans", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2672757199, "return_value": { "type": "MethodTweener" }, @@ -112084,8 +122260,9 @@ "name": "set_ease", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3095911588, "return_value": { "type": "MethodTweener" }, @@ -112098,6 +122275,156 @@ } ] }, + { + "name": "MissingNode", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "Node", + "api_type": "core", + "methods": [ + { + "name": "set_original_class", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "name": "get_original_class", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_recording_properties", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_recording_properties", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + } + ], + "properties": [ + { + "type": "String", + "name": "original_class", + "setter": "set_original_class", + "getter": "get_original_class", + "index": -1 + }, + { + "type": "bool", + "name": "recording_properties", + "setter": "set_recording_properties", + "getter": "is_recording_properties", + "index": -1 + } + ] + }, + { + "name": "MissingResource", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Resource", + "api_type": "core", + "methods": [ + { + "name": "set_original_class", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "name": "get_original_class", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_recording_properties", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_recording_properties", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + } + ], + "properties": [ + { + "type": "String", + "name": "original_class", + "setter": "set_original_class", + "getter": "get_original_class", + "index": -1 + }, + { + "type": "bool", + "name": "recording_properties", + "setter": "set_recording_properties", + "getter": "is_recording_properties", + "index": -1 + } + ] + }, { "name": "MobileVRInterface", "is_refcounted": true, @@ -112109,8 +122436,9 @@ "name": "set_eye_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "eye_height", @@ -112123,8 +122451,9 @@ "name": "get_eye_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -112134,8 +122463,9 @@ "name": "set_iod", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "iod", @@ -112148,8 +122478,9 @@ "name": "get_iod", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -112159,8 +122490,9 @@ "name": "set_display_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "display_width", @@ -112173,8 +122505,9 @@ "name": "get_display_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -112184,8 +122517,9 @@ "name": "set_display_to_lens", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "display_to_lens", @@ -112198,8 +122532,9 @@ "name": "get_display_to_lens", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -112209,8 +122544,9 @@ "name": "set_oversample", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "oversample", @@ -112223,8 +122559,9 @@ "name": "get_oversample", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -112234,8 +122571,9 @@ "name": "set_k1", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "k", @@ -112248,8 +122586,9 @@ "name": "get_k1", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -112259,8 +122598,9 @@ "name": "set_k2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "k", @@ -112273,8 +122613,9 @@ "name": "get_k2", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -112333,6 +122674,130 @@ } ] }, + { + "name": "MovieWriter", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "Object", + "api_type": "core", + "methods": [ + { + "name": "_get_audio_mix_rate", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_audio_speaker_mode", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::AudioServer.SpeakerMode" + } + }, + { + "name": "_handles_file", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, + { + "name": "_write_begin", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "movie_size", + "type": "Vector2i" + }, + { + "name": "fps", + "type": "int" + }, + { + "name": "base_path", + "type": "String" + } + ] + }, + { + "name": "_write_frame", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "frame_image", + "type": "Image" + }, + { + "name": "audio_frame_block", + "type": "const void*" + } + ] + }, + { + "name": "_write_end", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "add_writer", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 2898257729, + "arguments": [ + { + "name": "writer", + "type": "MovieWriter" + } + ] + } + ] + }, + { + "name": "MovieWriterMJPEG", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "MovieWriter", + "api_type": "core" + }, + { + "name": "MovieWriterPNGWAV", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "MovieWriter", + "api_type": "core" + }, { "name": "MultiMesh", "is_refcounted": true, @@ -112342,6 +122807,7 @@ "enums": [ { "name": "TransformFormat", + "is_bitfield": false, "values": [ { "name": "TRANSFORM_2D", @@ -112359,8 +122825,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -112372,8 +122839,9 @@ "name": "get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2078299583, "return_value": { "type": "Mesh" } @@ -112382,8 +122850,9 @@ "name": "set_use_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -112395,8 +122864,9 @@ "name": "is_using_colors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -112405,8 +122875,9 @@ "name": "set_use_custom_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -112418,8 +122889,9 @@ "name": "is_using_custom_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -112428,8 +122900,9 @@ "name": "set_transform_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2404750322, "arguments": [ { "name": "format", @@ -112441,8 +122914,9 @@ "name": "get_transform_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2444156481, "return_value": { "type": "enum::MultiMesh.TransformFormat" } @@ -112451,8 +122925,9 @@ "name": "set_instance_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -112465,8 +122940,9 @@ "name": "get_instance_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -112476,8 +122952,9 @@ "name": "set_visible_instance_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -112490,8 +122967,9 @@ "name": "get_visible_instance_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -112501,8 +122979,9 @@ "name": "set_instance_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 803768362, "arguments": [ { "name": "instance", @@ -112519,8 +122998,9 @@ "name": "set_instance_transform_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 30160968, "arguments": [ { "name": "instance", @@ -112537,8 +123017,9 @@ "name": "get_instance_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -112554,8 +123035,9 @@ "name": "get_instance_transform_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3836996910, "return_value": { "type": "Transform2D" }, @@ -112571,8 +123053,9 @@ "name": "set_instance_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "instance", @@ -112589,8 +123072,9 @@ "name": "get_instance_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -112606,8 +123090,9 @@ "name": "set_instance_custom_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "instance", @@ -112624,8 +123109,9 @@ "name": "get_instance_custom_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -112641,8 +123127,9 @@ "name": "get_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -112651,8 +123138,9 @@ "name": "get_buffer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2362200018, "return_value": { "type": "PackedFloat32Array" } @@ -112661,8 +123149,9 @@ "name": "set_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2971499966, "arguments": [ { "name": "buffer", @@ -112762,8 +123251,9 @@ "name": "set_multimesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2759473302, "arguments": [ { "name": "multimesh", @@ -112775,8 +123265,9 @@ "name": "get_multimesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2701322451, "return_value": { "type": "MultiMesh" } @@ -112785,8 +123276,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -112798,8 +123290,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -112808,8 +123301,9 @@ "name": "set_normal_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "normal_map", @@ -112821,8 +123315,9 @@ "name": "get_normal_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -112868,8 +123363,9 @@ "name": "set_multimesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2759473302, "arguments": [ { "name": "multimesh", @@ -112881,8 +123377,9 @@ "name": "get_multimesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2701322451, "return_value": { "type": "MultiMesh" } @@ -112909,8 +123406,9 @@ "name": "set_root_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -112922,8 +123420,9 @@ "name": "get_root_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -112932,8 +123431,9 @@ "name": "send_bytes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2499035564, + "hash": 4094039433, "return_value": { "type": "enum::Error" }, @@ -112965,8 +123465,9 @@ "name": "has_multiplayer_peer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -112975,8 +123476,9 @@ "name": "get_multiplayer_peer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2930340794, "return_value": { "type": "MultiplayerPeer" } @@ -112985,8 +123487,9 @@ "name": "set_multiplayer_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3770383715, "arguments": [ { "name": "peer", @@ -112998,8 +123501,9 @@ "name": "get_unique_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -113009,8 +123513,9 @@ "name": "is_server", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -113019,8 +123524,9 @@ "name": "get_remote_sender_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -113030,22 +123536,25 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_peers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -113054,8 +123563,9 @@ "name": "set_refuse_new_connections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "refuse", @@ -113067,8 +123577,9 @@ "name": "is_refusing_new_connections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -113077,8 +123588,9 @@ "name": "set_allow_object_decoding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -113090,8 +123602,9 @@ "name": "is_object_decoding_allowed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -113099,7 +123612,22 @@ ], "signals": [ { - "name": "connected_to_server" + "name": "peer_connected", + "arguments": [ + { + "name": "id", + "type": "int" + } + ] + }, + { + "name": "peer_disconnected", + "arguments": [ + { + "name": "id", + "type": "int" + } + ] }, { "name": "peer_packet", @@ -113114,27 +123642,12 @@ } ] }, + { + "name": "connected_to_server" + }, { "name": "connection_failed" }, - { - "name": "peer_disconnected", - "arguments": [ - { - "name": "id", - "type": "int" - } - ] - }, - { - "name": "peer_connected", - "arguments": [ - { - "name": "id", - "type": "int" - } - ] - }, { "name": "server_disconnected" } @@ -113189,6 +123702,7 @@ "enums": [ { "name": "ConnectionStatus", + "is_bitfield": false, "values": [ { "name": "CONNECTION_DISCONNECTED", @@ -113210,8 +123724,9 @@ "name": "set_transfer_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "channel", @@ -113224,8 +123739,9 @@ "name": "get_transfer_channel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -113235,8 +123751,9 @@ "name": "set_transfer_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4250222702, "arguments": [ { "name": "mode", @@ -113248,8 +123765,9 @@ "name": "get_transfer_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1055872290, "return_value": { "type": "enum::TransferMode" } @@ -113258,8 +123776,9 @@ "name": "set_target_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -113272,8 +123791,9 @@ "name": "get_packet_peer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -113283,15 +123803,17 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_connection_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2147374275, "return_value": { "type": "enum::MultiplayerPeer.ConnectionStatus" } @@ -113300,8 +123822,9 @@ "name": "get_unique_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -113311,8 +123834,9 @@ "name": "generate_unique_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -113322,8 +123846,9 @@ "name": "set_refuse_new_connections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -113335,8 +123860,9 @@ "name": "is_refusing_new_connections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -113344,10 +123870,13 @@ ], "signals": [ { - "name": "connection_failed" - }, - { - "name": "connection_succeeded" + "name": "peer_connected", + "arguments": [ + { + "name": "id", + "type": "int" + } + ] }, { "name": "peer_disconnected", @@ -113359,16 +123888,13 @@ ] }, { - "name": "peer_connected", - "arguments": [ - { - "name": "id", - "type": "int" - } - ] + "name": "server_disconnected" }, { - "name": "server_disconnected" + "name": "connection_succeeded" + }, + { + "name": "connection_failed" } ], "properties": [ @@ -113405,6 +123931,7 @@ { "name": "_get_packet", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113424,6 +123951,7 @@ { "name": "_put_packet", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113443,6 +123971,7 @@ { "name": "_get_available_packet_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113452,6 +123981,7 @@ { "name": "_get_max_packet_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113461,6 +123991,7 @@ { "name": "_set_transfer_channel", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -113473,6 +124004,7 @@ { "name": "_get_transfer_channel", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113482,6 +124014,7 @@ { "name": "_set_transfer_mode", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -113494,6 +124027,7 @@ { "name": "_get_transfer_mode", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113503,6 +124037,7 @@ { "name": "_set_target_peer", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -113515,6 +124050,7 @@ { "name": "_get_packet_peer", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113524,6 +124060,7 @@ { "name": "_is_server", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113533,6 +124070,7 @@ { "name": "_poll", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113542,6 +124080,7 @@ { "name": "_get_unique_id", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113551,6 +124090,7 @@ { "name": "_set_refuse_new_connections", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -113563,6 +124103,7 @@ { "name": "_is_refusing_new_connections", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113572,6 +124113,7 @@ { "name": "_get_connection_status", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113590,6 +124132,7 @@ { "name": "_spawn_custom", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -113602,12 +124145,65 @@ } ] }, + { + "name": "add_spawnable_scene", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, + { + "name": "get_spawnable_scene_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "get_spawnable_scene", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 844755477, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "path", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "clear_spawnable_scenes", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, { "name": "spawn", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 1218518461, "return_value": { "type": "Node" }, @@ -113619,35 +124215,13 @@ } ] }, - { - "name": "get_spawnable_scenes", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "Array" - } - }, - { - "name": "set_spawnable_scenes", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "scenes", - "type": "Array" - } - ] - }, { "name": "get_spawn_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -113656,8 +124230,9 @@ "name": "set_spawn_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -113669,8 +124244,9 @@ "name": "get_spawn_limit", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -113680,8 +124256,9 @@ "name": "set_spawn_limit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "limit", @@ -113694,8 +124271,9 @@ "name": "set_auto_spawning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -113707,8 +124285,9 @@ "name": "is_auto_spawning", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -113743,13 +124322,6 @@ } ], "properties": [ - { - "type": "Array", - "name": "replication", - "setter": "set_spawnable_scenes", - "getter": "get_spawnable_scenes", - "index": -1 - }, { "type": "NodePath", "name": "spawn_path", @@ -113784,8 +124356,9 @@ "name": "set_root_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -113797,8 +124370,9 @@ "name": "get_root_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -113807,8 +124381,9 @@ "name": "set_replication_interval", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "milliseconds", @@ -113821,8 +124396,9 @@ "name": "get_replication_interval", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -113832,8 +124408,9 @@ "name": "set_replication_config", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3088192783, "arguments": [ { "name": "config", @@ -113845,8 +124422,9 @@ "name": "get_replication_config", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3713323940, "return_value": { "type": "SceneReplicationConfig" } @@ -113869,7 +124447,7 @@ }, { "type": "SceneReplicationConfig", - "name": "resource", + "name": "replication_config", "setter": "set_replication_config", "getter": "get_replication_config", "index": -1 @@ -113887,15 +124465,17 @@ "name": "lock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "try_lock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -113904,8 +124484,9 @@ "name": "unlock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -113918,6 +124499,7 @@ "enums": [ { "name": "InitializationLevel", + "is_bitfield": false, "values": [ { "name": "INITIALIZATION_LEVEL_CORE", @@ -113931,13 +124513,9 @@ "name": "INITIALIZATION_LEVEL_SCENE", "value": 2 }, - { - "name": "INITIALIZATION_LEVEL_DRIVER", - "value": 3 - }, { "name": "INITIALIZATION_LEVEL_EDITOR", - "value": 4 + "value": 3 } ] } @@ -113947,8 +124525,9 @@ "name": "open_library", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -113967,15 +124546,17 @@ "name": "close_library", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_library_open", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -113984,8 +124565,9 @@ "name": "get_minimum_library_initialization_level", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3541246554, "return_value": { "type": "enum::NativeExtension.InitializationLevel" } @@ -113994,8 +124576,9 @@ "name": "initialize_library", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3743496778, "arguments": [ { "name": "level", @@ -114014,6 +124597,7 @@ "enums": [ { "name": "LoadStatus", + "is_bitfield": false, "values": [ { "name": "LOAD_STATUS_OK", @@ -114043,8 +124627,9 @@ "name": "load_extension", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3900395898, "return_value": { "type": "enum::NativeExtensionManager.LoadStatus" }, @@ -114059,8 +124644,9 @@ "name": "reload_extension", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3900395898, "return_value": { "type": "enum::NativeExtensionManager.LoadStatus" }, @@ -114075,8 +124661,9 @@ "name": "unload_extension", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3900395898, "return_value": { "type": "enum::NativeExtensionManager.LoadStatus" }, @@ -114091,8 +124678,9 @@ "name": "is_extension_loaded", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -114107,8 +124695,9 @@ "name": "get_loaded_extensions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -114117,8 +124706,9 @@ "name": "get_extension", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3999821318, "return_value": { "type": "NativeExtension" }, @@ -114131,205 +124721,6 @@ } ] }, - { - "name": "NativeScript", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "Script", - "api_type": "core", - "methods": [ - { - "name": "set_class_name", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "class_name", - "type": "String" - } - ] - }, - { - "name": "get_class_name", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "set_library", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "library", - "type": "GDNativeLibrary" - } - ] - }, - { - "name": "get_library", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "GDNativeLibrary" - } - }, - { - "name": "set_script_class_name", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "class_name", - "type": "String" - } - ] - }, - { - "name": "get_script_class_name", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "set_script_class_icon_path", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "icon_path", - "type": "String" - } - ] - }, - { - "name": "get_script_class_icon_path", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "get_class_documentation", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "String" - } - }, - { - "name": "get_method_documentation", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "method", - "type": "StringName" - } - ] - }, - { - "name": "get_signal_documentation", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "signal_name", - "type": "StringName" - } - ] - }, - { - "name": "get_property_documentation", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "String" - }, - "arguments": [ - { - "name": "path", - "type": "StringName" - } - ] - }, - { - "name": "new", - "is_const": false, - "is_vararg": true, - "is_virtual": false, - "hash": 135338151, - "return_value": { - "type": "Variant" - } - } - ], - "properties": [ - { - "type": "String", - "name": "class_name", - "setter": "set_class_name", - "getter": "get_class_name", - "index": -1 - }, - { - "type": "GDNativeLibrary", - "name": "library", - "setter": "set_library", - "getter": "get_library", - "index": -1 - }, - { - "type": "String", - "name": "script_class_name", - "setter": "set_script_class_name", - "getter": "get_script_class_name", - "index": -1 - }, - { - "type": "String", - "name": "script_class_icon_path", - "setter": "set_script_class_icon_path", - "getter": "get_script_class_icon_path", - "index": -1 - } - ] - }, { "name": "NavigationAgent2D", "is_refcounted": false, @@ -114341,18 +124732,72 @@ "name": "get_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } }, + { + "name": "set_avoidance_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "get_avoidance_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_path_desired_distance", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "desired_distance", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_path_desired_distance", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "set_target_desired_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "desired_distance", @@ -114365,8 +124810,9 @@ "name": "get_target_desired_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114376,8 +124822,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -114390,8 +124837,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114401,8 +124849,9 @@ "name": "set_neighbor_dist", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "neighbor_dist", @@ -114415,8 +124864,9 @@ "name": "get_neighbor_dist", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114426,8 +124876,9 @@ "name": "set_max_neighbors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_neighbors", @@ -114440,8 +124891,9 @@ "name": "get_max_neighbors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -114451,8 +124903,9 @@ "name": "set_time_horizon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time_horizon", @@ -114465,8 +124918,9 @@ "name": "get_time_horizon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114476,8 +124930,9 @@ "name": "set_max_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max_speed", @@ -114490,8 +124945,9 @@ "name": "get_max_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114501,8 +124957,9 @@ "name": "set_path_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max_speed", @@ -114515,19 +124972,110 @@ "name": "get_path_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" } }, + { + "name": "set_navigation_layers", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "navigation_layers", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "get_navigation_layers", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "uint32" + } + }, + { + "name": "set_navigation_layer_value", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + }, + { + "name": "value", + "type": "bool" + } + ] + }, + { + "name": "get_navigation_layer_value", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_navigation_map", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "navigation_map", + "type": "RID" + } + ] + }, + { + "name": "get_navigation_map", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3444240500, + "return_value": { + "type": "RID" + } + }, { "name": "set_target_location", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "location", @@ -114539,8 +125087,9 @@ "name": "get_target_location", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -114549,8 +125098,9 @@ "name": "get_next_location", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1497962370, "return_value": { "type": "Vector2" } @@ -114559,8 +125109,9 @@ "name": "distance_to_target", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114570,8 +125121,9 @@ "name": "set_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "velocity", @@ -114583,8 +125135,9 @@ "name": "get_nav_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -114593,8 +125146,9 @@ "name": "get_nav_path_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -114604,8 +125158,9 @@ "name": "is_target_reached", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -114614,8 +125169,9 @@ "name": "is_target_reachable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -114624,8 +125180,9 @@ "name": "is_navigation_finished", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -114634,8 +125191,9 @@ "name": "get_final_location", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1497962370, "return_value": { "type": "Vector2" } @@ -114645,6 +125203,12 @@ { "name": "path_changed" }, + { + "name": "target_reached" + }, + { + "name": "navigation_finished" + }, { "name": "velocity_computed", "arguments": [ @@ -114653,15 +125217,16 @@ "type": "Vector3" } ] - }, - { - "name": "navigation_finished" - }, - { - "name": "target_reached" } ], "properties": [ + { + "type": "float", + "name": "path_desired_distance", + "setter": "set_path_desired_distance", + "getter": "get_path_desired_distance", + "index": -1 + }, { "type": "float", "name": "target_desired_distance", @@ -114669,6 +125234,27 @@ "getter": "get_target_desired_distance", "index": -1 }, + { + "type": "float", + "name": "path_max_distance", + "setter": "set_path_max_distance", + "getter": "get_path_max_distance", + "index": -1 + }, + { + "type": "int", + "name": "navigation_layers", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "index": -1 + }, + { + "type": "bool", + "name": "avoidance_enabled", + "setter": "set_avoidance_enabled", + "getter": "get_avoidance_enabled", + "index": -1 + }, { "type": "float", "name": "radius", @@ -114703,13 +125289,6 @@ "setter": "set_max_speed", "getter": "get_max_speed", "index": -1 - }, - { - "type": "float", - "name": "path_max_distance", - "setter": "set_path_max_distance", - "getter": "get_path_max_distance", - "index": -1 } ] }, @@ -114724,18 +125303,72 @@ "name": "get_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } }, + { + "name": "set_avoidance_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "get_avoidance_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_path_desired_distance", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "desired_distance", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_path_desired_distance", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "set_target_desired_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "desired_distance", @@ -114748,8 +125381,9 @@ "name": "get_target_desired_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114759,8 +125393,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -114773,8 +125408,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114784,8 +125420,9 @@ "name": "set_agent_height_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "agent_height_offset", @@ -114798,8 +125435,9 @@ "name": "get_agent_height_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114809,8 +125447,9 @@ "name": "set_ignore_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ignore", @@ -114822,8 +125461,9 @@ "name": "get_ignore_y", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -114832,8 +125472,9 @@ "name": "set_neighbor_dist", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "neighbor_dist", @@ -114846,8 +125487,9 @@ "name": "get_neighbor_dist", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114857,8 +125499,9 @@ "name": "set_max_neighbors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_neighbors", @@ -114871,8 +125514,9 @@ "name": "get_max_neighbors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -114882,8 +125526,9 @@ "name": "set_time_horizon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time_horizon", @@ -114896,8 +125541,9 @@ "name": "get_time_horizon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114907,8 +125553,9 @@ "name": "set_max_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max_speed", @@ -114921,8 +125568,9 @@ "name": "get_max_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -114932,8 +125580,9 @@ "name": "set_path_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max_speed", @@ -114946,19 +125595,110 @@ "name": "get_path_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" } }, + { + "name": "set_navigation_layers", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "navigation_layers", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "get_navigation_layers", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "uint32" + } + }, + { + "name": "set_navigation_layer_value", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + }, + { + "name": "value", + "type": "bool" + } + ] + }, + { + "name": "get_navigation_layer_value", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_navigation_map", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "navigation_map", + "type": "RID" + } + ] + }, + { + "name": "get_navigation_map", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3444240500, + "return_value": { + "type": "RID" + } + }, { "name": "set_target_location", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "location", @@ -114970,8 +125710,9 @@ "name": "get_target_location", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -114980,8 +125721,9 @@ "name": "get_next_location", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3783033775, "return_value": { "type": "Vector3" } @@ -114990,8 +125732,9 @@ "name": "distance_to_target", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115001,8 +125744,9 @@ "name": "set_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "velocity", @@ -115014,8 +125758,9 @@ "name": "get_nav_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -115024,8 +125769,9 @@ "name": "get_nav_path_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -115035,8 +125781,9 @@ "name": "is_target_reached", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -115045,8 +125792,9 @@ "name": "is_target_reachable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -115055,8 +125803,9 @@ "name": "is_navigation_finished", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -115065,8 +125814,9 @@ "name": "get_final_location", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3783033775, "return_value": { "type": "Vector3" } @@ -115076,6 +125826,12 @@ { "name": "path_changed" }, + { + "name": "target_reached" + }, + { + "name": "navigation_finished" + }, { "name": "velocity_computed", "arguments": [ @@ -115084,15 +125840,16 @@ "type": "Vector3" } ] - }, - { - "name": "navigation_finished" - }, - { - "name": "target_reached" } ], "properties": [ + { + "type": "float", + "name": "path_desired_distance", + "setter": "set_path_desired_distance", + "getter": "get_path_desired_distance", + "index": -1 + }, { "type": "float", "name": "target_desired_distance", @@ -115102,16 +125859,37 @@ }, { "type": "float", - "name": "radius", - "setter": "set_radius", - "getter": "get_radius", + "name": "agent_height_offset", + "setter": "set_agent_height_offset", + "getter": "get_agent_height_offset", "index": -1 }, { "type": "float", - "name": "agent_height_offset", - "setter": "set_agent_height_offset", - "getter": "get_agent_height_offset", + "name": "path_max_distance", + "setter": "set_path_max_distance", + "getter": "get_path_max_distance", + "index": -1 + }, + { + "type": "int", + "name": "navigation_layers", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "index": -1 + }, + { + "type": "bool", + "name": "avoidance_enabled", + "setter": "set_avoidance_enabled", + "getter": "get_avoidance_enabled", + "index": -1 + }, + { + "type": "float", + "name": "radius", + "setter": "set_radius", + "getter": "get_radius", "index": -1 }, { @@ -115142,13 +125920,6 @@ "getter": "get_max_speed", "index": -1 }, - { - "type": "float", - "name": "path_max_distance", - "setter": "set_path_max_distance", - "getter": "get_path_max_distance", - "index": -1 - }, { "type": "bool", "name": "ignore_y", @@ -115165,29 +125936,9 @@ "inherits": "Resource", "api_type": "core", "enums": [ - { - "name": "ParsedGeometryType", - "values": [ - { - "name": "PARSED_GEOMETRY_MESH_INSTANCES", - "value": 0 - }, - { - "name": "PARSED_GEOMETRY_STATIC_COLLIDERS", - "value": 1 - }, - { - "name": "PARSED_GEOMETRY_BOTH", - "value": 2 - }, - { - "name": "PARSED_GEOMETRY_MAX", - "value": 3 - } - ] - }, { "name": "SamplePartitionType", + "is_bitfield": false, "values": [ { "name": "SAMPLE_PARTITION_WATERSHED", @@ -115207,8 +125958,31 @@ } ] }, + { + "name": "ParsedGeometryType", + "is_bitfield": false, + "values": [ + { + "name": "PARSED_GEOMETRY_MESH_INSTANCES", + "value": 0 + }, + { + "name": "PARSED_GEOMETRY_STATIC_COLLIDERS", + "value": 1 + }, + { + "name": "PARSED_GEOMETRY_BOTH", + "value": 2 + }, + { + "name": "PARSED_GEOMETRY_MAX", + "value": 3 + } + ] + }, { "name": "SourceGeometryMode", + "is_bitfield": false, "values": [ { "name": "SOURCE_GEOMETRY_NAVMESH_CHILDREN", @@ -115234,8 +126008,9 @@ "name": "set_sample_partition_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2472437533, "arguments": [ { "name": "sample_partition_type", @@ -115247,8 +126022,9 @@ "name": "get_sample_partition_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 833513918, "return_value": { "type": "enum::NavigationMesh.SamplePartitionType" } @@ -115257,8 +126033,9 @@ "name": "set_parsed_geometry_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3064713163, "arguments": [ { "name": "geometry_type", @@ -115270,8 +126047,9 @@ "name": "get_parsed_geometry_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3928011953, "return_value": { "type": "enum::NavigationMesh.ParsedGeometryType" } @@ -115280,8 +126058,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -115294,8 +126073,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -115305,8 +126085,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -115323,8 +126104,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -115340,8 +126122,9 @@ "name": "set_source_geometry_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2700825194, "arguments": [ { "name": "mask", @@ -115353,8 +126136,9 @@ "name": "get_source_geometry_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2770484141, "return_value": { "type": "enum::NavigationMesh.SourceGeometryMode" } @@ -115363,8 +126147,9 @@ "name": "set_source_group_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "mask", @@ -115376,8 +126161,9 @@ "name": "get_source_group_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -115386,8 +126172,9 @@ "name": "set_cell_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "cell_size", @@ -115400,8 +126187,9 @@ "name": "get_cell_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115411,8 +126199,9 @@ "name": "set_cell_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "cell_height", @@ -115425,8 +126214,9 @@ "name": "get_cell_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115436,8 +126226,9 @@ "name": "set_agent_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "agent_height", @@ -115450,8 +126241,9 @@ "name": "get_agent_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115461,8 +126253,9 @@ "name": "set_agent_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "agent_radius", @@ -115475,8 +126268,9 @@ "name": "get_agent_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -115486,8 +126280,9 @@ "name": "set_agent_max_climb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "agent_max_climb", @@ -115500,8 +126295,9 @@ "name": "get_agent_max_climb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115511,8 +126307,9 @@ "name": "set_agent_max_slope", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "agent_max_slope", @@ -115525,8 +126322,9 @@ "name": "get_agent_max_slope", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115536,8 +126334,9 @@ "name": "set_region_min_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "region_min_size", @@ -115550,8 +126349,9 @@ "name": "get_region_min_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115561,8 +126361,9 @@ "name": "set_region_merge_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "region_merge_size", @@ -115575,8 +126376,9 @@ "name": "get_region_merge_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115586,8 +126388,9 @@ "name": "set_edge_max_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "edge_max_length", @@ -115600,8 +126403,9 @@ "name": "get_edge_max_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115611,8 +126415,9 @@ "name": "set_edge_max_error", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "edge_max_error", @@ -115625,8 +126430,9 @@ "name": "get_edge_max_error", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115636,8 +126442,9 @@ "name": "set_verts_per_poly", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "verts_per_poly", @@ -115650,8 +126457,9 @@ "name": "get_verts_per_poly", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115661,8 +126469,9 @@ "name": "set_detail_sample_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "detail_sample_dist", @@ -115675,8 +126484,9 @@ "name": "get_detail_sample_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115686,8 +126496,9 @@ "name": "set_detail_sample_max_error", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "detail_sample_max_error", @@ -115700,8 +126511,9 @@ "name": "get_detail_sample_max_error", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -115711,8 +126523,9 @@ "name": "set_filter_low_hanging_obstacles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "filter_low_hanging_obstacles", @@ -115724,8 +126537,9 @@ "name": "get_filter_low_hanging_obstacles", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -115734,8 +126548,9 @@ "name": "set_filter_ledge_spans", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "filter_ledge_spans", @@ -115747,8 +126562,9 @@ "name": "get_filter_ledge_spans", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -115757,8 +126573,9 @@ "name": "set_filter_walkable_low_height_spans", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "filter_walkable_low_height_spans", @@ -115770,18 +126587,70 @@ "name": "get_filter_walkable_low_height_spans", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, + { + "name": "set_filter_baking_aabb", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3505987427, + "arguments": [ + { + "name": "baking_aabb", + "type": "AABB" + } + ] + }, + { + "name": "get_filter_baking_aabb", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2753500971, + "return_value": { + "type": "AABB" + } + }, + { + "name": "set_filter_baking_aabb_offset", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3460891852, + "arguments": [ + { + "name": "baking_aabb_offset", + "type": "Vector3" + } + ] + }, + { + "name": "get_filter_baking_aabb_offset", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3360562783, + "return_value": { + "type": "Vector3" + } + }, { "name": "set_vertices", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2576592201, "arguments": [ { "name": "vertices", @@ -115793,8 +126662,9 @@ "name": "get_vertices", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -115803,8 +126673,9 @@ "name": "add_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "polygon", @@ -115816,8 +126687,9 @@ "name": "get_polygon_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -115827,8 +126699,9 @@ "name": "get_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3554694381, "return_value": { "type": "PackedInt32Array" }, @@ -115844,15 +126717,17 @@ "name": "clear_polygons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "create_from_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -115878,150 +126753,164 @@ }, { "type": "int", - "name": "sample_partition_type/sample_partition_type", + "name": "sample_partition_type", "setter": "set_sample_partition_type", "getter": "get_sample_partition_type", "index": -1 }, { "type": "int", - "name": "geometry/parsed_geometry_type", + "name": "geometry_parsed_geometry_type", "setter": "set_parsed_geometry_type", "getter": "get_parsed_geometry_type", "index": -1 }, { "type": "int", - "name": "geometry/collision_mask", + "name": "geometry_collision_mask", "setter": "set_collision_mask", "getter": "get_collision_mask", "index": -1 }, { "type": "int", - "name": "geometry/source_geometry_mode", + "name": "geometry_source_geometry_mode", "setter": "set_source_geometry_mode", "getter": "get_source_geometry_mode", "index": -1 }, { "type": "String", - "name": "geometry/source_group_name", + "name": "geometry_source_group_name", "setter": "set_source_group_name", "getter": "get_source_group_name", "index": -1 }, { "type": "float", - "name": "cell/size", + "name": "cell_size", "setter": "set_cell_size", "getter": "get_cell_size", "index": -1 }, { "type": "float", - "name": "cell/height", + "name": "cell_height", "setter": "set_cell_height", "getter": "get_cell_height", "index": -1 }, { "type": "float", - "name": "agent/height", + "name": "agent_height", "setter": "set_agent_height", "getter": "get_agent_height", "index": -1 }, { "type": "float", - "name": "agent/radius", + "name": "agent_radius", "setter": "set_agent_radius", "getter": "get_agent_radius", "index": -1 }, { "type": "float", - "name": "agent/max_climb", + "name": "agent_max_climb", "setter": "set_agent_max_climb", "getter": "get_agent_max_climb", "index": -1 }, { "type": "float", - "name": "agent/max_slope", + "name": "agent_max_slope", "setter": "set_agent_max_slope", "getter": "get_agent_max_slope", "index": -1 }, { "type": "float", - "name": "region/min_size", + "name": "region_min_size", "setter": "set_region_min_size", "getter": "get_region_min_size", "index": -1 }, { "type": "float", - "name": "region/merge_size", + "name": "region_merge_size", "setter": "set_region_merge_size", "getter": "get_region_merge_size", "index": -1 }, { "type": "float", - "name": "edge/max_length", + "name": "edge_max_length", "setter": "set_edge_max_length", "getter": "get_edge_max_length", "index": -1 }, { "type": "float", - "name": "edge/max_error", + "name": "edge_max_error", "setter": "set_edge_max_error", "getter": "get_edge_max_error", "index": -1 }, { "type": "float", - "name": "polygon/verts_per_poly", + "name": "polygon_verts_per_poly", "setter": "set_verts_per_poly", "getter": "get_verts_per_poly", "index": -1 }, { "type": "float", - "name": "detail/sample_distance", + "name": "detail_sample_distance", "setter": "set_detail_sample_distance", "getter": "get_detail_sample_distance", "index": -1 }, { "type": "float", - "name": "detail/sample_max_error", + "name": "detail_sample_max_error", "setter": "set_detail_sample_max_error", "getter": "get_detail_sample_max_error", "index": -1 }, { "type": "bool", - "name": "filter/low_hanging_obstacles", + "name": "filter_low_hanging_obstacles", "setter": "set_filter_low_hanging_obstacles", "getter": "get_filter_low_hanging_obstacles", "index": -1 }, { "type": "bool", - "name": "filter/ledge_spans", + "name": "filter_ledge_spans", "setter": "set_filter_ledge_spans", "getter": "get_filter_ledge_spans", "index": -1 }, { "type": "bool", - "name": "filter/filter_walkable_low_height_spans", + "name": "filter_walkable_low_height_spans", "setter": "set_filter_walkable_low_height_spans", "getter": "get_filter_walkable_low_height_spans", "index": -1 + }, + { + "type": "AABB", + "name": "filter_baking_aabb", + "setter": "set_filter_baking_aabb", + "getter": "get_filter_baking_aabb", + "index": -1 + }, + { + "type": "Vector3", + "name": "filter_baking_aabb_offset", + "setter": "set_filter_baking_aabb_offset", + "getter": "get_filter_baking_aabb_offset", + "index": -1 } ] }, @@ -116036,8 +126925,9 @@ "name": "bake", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2077939789, "arguments": [ { "name": "nav_mesh", @@ -116053,8 +126943,9 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3269791695, "arguments": [ { "name": "nav_mesh", @@ -116071,12 +126962,24 @@ "inherits": "Node", "api_type": "core", "methods": [ + { + "name": "get_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3444240500, + "return_value": { + "type": "RID" + } + }, { "name": "set_estimate_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "estimate_radius", @@ -116088,8 +126991,9 @@ "name": "is_radius_estimated", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -116098,8 +127002,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -116112,8 +127017,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -116144,12 +127050,24 @@ "inherits": "Node", "api_type": "core", "methods": [ + { + "name": "get_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3444240500, + "return_value": { + "type": "RID" + } + }, { "name": "set_estimate_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "estimate_radius", @@ -116161,8 +127079,9 @@ "name": "is_radius_estimated", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -116171,8 +127090,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -116185,8 +127105,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -116221,8 +127142,9 @@ "name": "set_vertices", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "vertices", @@ -116234,8 +127156,9 @@ "name": "get_vertices", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -116244,8 +127167,9 @@ "name": "add_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "polygon", @@ -116257,8 +127181,9 @@ "name": "get_polygon_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -116268,8 +127193,9 @@ "name": "get_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3554694381, "return_value": { "type": "PackedInt32Array" }, @@ -116285,15 +127211,28 @@ "name": "clear_polygons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 + }, + { + "name": "get_mesh", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 772233963, + "return_value": { + "type": "NavigationMesh" + } }, { "name": "add_outline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "outline", @@ -116305,8 +127244,9 @@ "name": "add_outline_at_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2161944963, "arguments": [ { "name": "outline", @@ -116323,8 +127263,9 @@ "name": "get_outline_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -116334,8 +127275,9 @@ "name": "set_outline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1345852415, "arguments": [ { "name": "idx", @@ -116352,8 +127294,9 @@ "name": "get_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1542882410, "return_value": { "type": "PackedVector2Array" }, @@ -116369,8 +127312,9 @@ "name": "remove_outline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -116383,15 +127327,17 @@ "name": "clear_outlines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "make_polygons_from_outlines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -116429,8 +127375,9 @@ "name": "set_navigation_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3856996332, "arguments": [ { "name": "navpoly", @@ -116442,8 +127389,9 @@ "name": "get_navigation_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2209327766, "return_value": { "type": "NavigationPolygon" } @@ -116452,8 +127400,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -116465,36 +127414,141 @@ "name": "is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { - "name": "set_layers", + "name": "set_navigation_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { - "name": "layers", + "name": "navigation_layers", "type": "int", "meta": "uint32" } ] }, { - "name": "get_layers", + "name": "get_navigation_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" } + }, + { + "name": "set_navigation_layer_value", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + }, + { + "name": "value", + "type": "bool" + } + ] + }, + { + "name": "get_navigation_layer_value", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_region_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3444240500, + "return_value": { + "type": "RID" + } + }, + { + "name": "set_enter_cost", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "enter_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_enter_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_travel_cost", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "travel_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_travel_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } } ], "properties": [ @@ -116514,9 +127568,23 @@ }, { "type": "int", - "name": "layers", - "setter": "set_layers", - "getter": "get_layers", + "name": "navigation_layers", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "index": -1 + }, + { + "type": "float", + "name": "enter_cost", + "setter": "set_enter_cost", + "getter": "get_enter_cost", + "index": -1 + }, + { + "type": "float", + "name": "travel_cost", + "setter": "set_travel_cost", + "getter": "get_travel_cost", "index": -1 } ] @@ -116532,8 +127600,9 @@ "name": "set_navigation_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3269791695, "arguments": [ { "name": "navmesh", @@ -116545,8 +127614,9 @@ "name": "get_navigation_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2392228225, "return_value": { "type": "NavigationMesh" } @@ -116555,8 +127625,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -116568,51 +127639,164 @@ "name": "is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { - "name": "set_layers", + "name": "set_navigation_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { - "name": "layers", + "name": "navigation_layers", "type": "int", "meta": "uint32" } ] }, { - "name": "get_layers", + "name": "get_navigation_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" } }, + { + "name": "set_navigation_layer_value", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 300928843, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + }, + { + "name": "value", + "type": "bool" + } + ] + }, + { + "name": "get_navigation_layer_value", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "layer_number", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_region_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3444240500, + "return_value": { + "type": "RID" + } + }, + { + "name": "set_enter_cost", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "enter_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_enter_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_travel_cost", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "travel_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_travel_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "bake_navigation_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3216645846, + "arguments": [ + { + "name": "on_thread", + "type": "bool", + "default_value": "true" + } + ] } ], "signals": [ { - "name": "bake_finished" + "name": "navigation_mesh_changed" }, { - "name": "navigation_mesh_changed" + "name": "bake_finished" } ], "properties": [ @@ -116632,9 +127816,23 @@ }, { "type": "int", - "name": "layers", - "setter": "set_layers", - "getter": "get_layers", + "name": "navigation_layers", + "setter": "set_navigation_layers", + "getter": "get_navigation_layers", + "index": -1 + }, + { + "type": "float", + "name": "enter_cost", + "setter": "set_enter_cost", + "getter": "get_enter_cost", + "index": -1 + }, + { + "type": "float", + "name": "travel_cost", + "setter": "set_travel_cost", + "getter": "get_travel_cost", "index": -1 } ] @@ -116646,12 +127844,24 @@ "inherits": "Object", "api_type": "core", "methods": [ + { + "name": "get_maps", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + }, { "name": "map_create", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -116660,8 +127870,9 @@ "name": "map_set_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 616016876, "arguments": [ { "name": "map", @@ -116677,8 +127888,9 @@ "name": "map_is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -116693,8 +127905,9 @@ "name": "map_set_cell_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "map", @@ -116711,8 +127924,9 @@ "name": "map_get_cell_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", "meta": "float" @@ -116728,8 +127942,9 @@ "name": "map_set_edge_connection_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "map", @@ -116746,8 +127961,9 @@ "name": "map_get_edge_connection_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", "meta": "float" @@ -116763,8 +127979,9 @@ "name": "map_get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 177157229, + "hash": 1674805915, "return_value": { "type": "PackedVector2Array" }, @@ -116786,7 +128003,7 @@ "type": "bool" }, { - "name": "layers", + "name": "navigation_layers", "type": "int", "meta": "uint32", "default_value": "1" @@ -116797,8 +128014,9 @@ "name": "map_get_closest_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3833618980, "return_value": { "type": "Vector2" }, @@ -116817,8 +128035,9 @@ "name": "map_get_closest_point_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3026429279, "return_value": { "type": "RID" }, @@ -116833,22 +128052,167 @@ } ] }, + { + "name": "map_get_regions", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3802419548, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "map", + "type": "RID" + } + ] + }, + { + "name": "map_get_agents", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3802419548, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "map", + "type": "RID" + } + ] + }, + { + "name": "map_force_update", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "map", + "type": "RID" + } + ] + }, { "name": "region_create", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } }, + { + "name": "region_set_enter_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1853169129, + "arguments": [ + { + "name": "region", + "type": "RID" + }, + { + "name": "enter_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "region_get_enter_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2071154628, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + } + ] + }, + { + "name": "region_set_travel_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1853169129, + "arguments": [ + { + "name": "region", + "type": "RID" + }, + { + "name": "travel_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "region_get_travel_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2071154628, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + } + ] + }, + { + "name": "region_owns_point", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 790972050, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + }, + { + "name": "point", + "type": "Vector2" + } + ] + }, { "name": "region_set_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 9487443, "arguments": [ { "name": "region", @@ -116861,29 +128225,48 @@ ] }, { - "name": "region_set_layers", + "name": "region_get_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2776947836, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + } + ] + }, + { + "name": "region_set_navigation_layers", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1531300932, "arguments": [ { "name": "region", "type": "RID" }, { - "name": "layers", + "name": "navigation_layers", "type": "int", "meta": "uint32" } ] }, { - "name": "region_get_layers", + "name": "region_get_navigation_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "uint32" @@ -116899,8 +128282,9 @@ "name": "region_set_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 160064963, "arguments": [ { "name": "region", @@ -116916,8 +128300,9 @@ "name": "region_set_navpoly", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2163649920, "arguments": [ { "name": "region", @@ -116933,8 +128318,9 @@ "name": "region_get_connections_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -116950,8 +128336,9 @@ "name": "region_get_connection_pathway_start", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 673168904, "return_value": { "type": "Vector2" }, @@ -116971,8 +128358,9 @@ "name": "region_get_connection_pathway_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 673168904, "return_value": { "type": "Vector2" }, @@ -116992,8 +128380,9 @@ "name": "agent_create", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -117002,8 +128391,9 @@ "name": "agent_set_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 9487443, "arguments": [ { "name": "agent", @@ -117015,12 +128405,30 @@ } ] }, + { + "name": "agent_get_map", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2776947836, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "agent", + "type": "RID" + } + ] + }, { "name": "agent_set_neighbor_dist", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117037,8 +128445,9 @@ "name": "agent_set_max_neighbors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1531300932, "arguments": [ { "name": "agent", @@ -117055,8 +128464,9 @@ "name": "agent_set_time_horizon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117073,8 +128483,9 @@ "name": "agent_set_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117091,8 +128502,9 @@ "name": "agent_set_max_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117109,8 +128521,9 @@ "name": "agent_set_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2390727360, "arguments": [ { "name": "agent", @@ -117126,8 +128539,9 @@ "name": "agent_set_target_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2390727360, "arguments": [ { "name": "agent", @@ -117143,8 +128557,9 @@ "name": "agent_set_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2390727360, "arguments": [ { "name": "agent", @@ -117160,8 +128575,9 @@ "name": "agent_is_map_changed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -117176,8 +128592,9 @@ "name": "agent_set_callback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835915, + "hash": 1914568843, "arguments": [ { "name": "agent", @@ -117199,14 +128616,15 @@ ] }, { - "name": "free", + "name": "free_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188199, + "hash": 1555827330, "arguments": [ { - "name": "object", + "name": "rid", "type": "RID" } ] @@ -117231,12 +128649,24 @@ "inherits": "Object", "api_type": "core", "methods": [ + { + "name": "get_maps", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + }, { "name": "map_create", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -117245,8 +128675,9 @@ "name": "map_set_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 616016876, "arguments": [ { "name": "map", @@ -117262,8 +128693,9 @@ "name": "map_is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -117278,8 +128710,9 @@ "name": "map_set_up", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2337805242, "arguments": [ { "name": "map", @@ -117295,8 +128728,9 @@ "name": "map_get_up", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3797356015, "return_value": { "type": "Vector3" }, @@ -117311,8 +128745,9 @@ "name": "map_set_cell_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "map", @@ -117329,8 +128764,9 @@ "name": "map_get_cell_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", "meta": "float" @@ -117346,8 +128782,9 @@ "name": "map_set_edge_connection_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "map", @@ -117364,8 +128801,9 @@ "name": "map_get_edge_connection_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", "meta": "float" @@ -117381,8 +128819,9 @@ "name": "map_get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 177157229, + "hash": 2194901037, "return_value": { "type": "PackedVector3Array" }, @@ -117404,7 +128843,7 @@ "type": "bool" }, { - "name": "layers", + "name": "navigation_layers", "type": "int", "meta": "uint32", "default_value": "1" @@ -117415,8 +128854,9 @@ "name": "map_get_closest_point_to_segment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971308, + "hash": 1924477464, "return_value": { "type": "Vector3" }, @@ -117444,8 +128884,9 @@ "name": "map_get_closest_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1651533589, "return_value": { "type": "Vector3" }, @@ -117464,8 +128905,9 @@ "name": "map_get_closest_point_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1651533589, "return_value": { "type": "Vector3" }, @@ -117484,8 +128926,9 @@ "name": "map_get_closest_point_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 4117389206, "return_value": { "type": "RID" }, @@ -117500,22 +128943,167 @@ } ] }, + { + "name": "map_get_regions", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3802419548, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "map", + "type": "RID" + } + ] + }, + { + "name": "map_get_agents", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3802419548, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "map", + "type": "RID" + } + ] + }, + { + "name": "map_force_update", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "map", + "type": "RID" + } + ] + }, { "name": "region_create", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } }, + { + "name": "region_set_enter_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1853169129, + "arguments": [ + { + "name": "region", + "type": "RID" + }, + { + "name": "enter_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "region_get_enter_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2071154628, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + } + ] + }, + { + "name": "region_set_travel_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1853169129, + "arguments": [ + { + "name": "region", + "type": "RID" + }, + { + "name": "travel_cost", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "region_get_travel_cost", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2071154628, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + } + ] + }, + { + "name": "region_owns_point", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4102959498, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + }, + { + "name": "point", + "type": "Vector3" + } + ] + }, { "name": "region_set_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 9487443, "arguments": [ { "name": "region", @@ -117528,29 +129116,48 @@ ] }, { - "name": "region_set_layers", + "name": "region_get_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2776947836, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "region", + "type": "RID" + } + ] + }, + { + "name": "region_set_navigation_layers", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1531300932, "arguments": [ { "name": "region", "type": "RID" }, { - "name": "layers", + "name": "navigation_layers", "type": "int", "meta": "uint32" } ] }, { - "name": "region_get_layers", + "name": "region_get_navigation_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "uint32" @@ -117566,8 +129173,9 @@ "name": "region_set_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 3282684177, "arguments": [ { "name": "region", @@ -117583,8 +129191,9 @@ "name": "region_set_navmesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 3014488220, "arguments": [ { "name": "region", @@ -117600,8 +129209,9 @@ "name": "region_bake_navmesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1062351617, "arguments": [ { "name": "mesh", @@ -117617,8 +129227,9 @@ "name": "region_get_connections_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -117634,8 +129245,9 @@ "name": "region_get_connection_pathway_start", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2994870061, "return_value": { "type": "Vector3" }, @@ -117655,8 +129267,9 @@ "name": "region_get_connection_pathway_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2994870061, "return_value": { "type": "Vector3" }, @@ -117676,8 +129289,9 @@ "name": "agent_create", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -117686,8 +129300,9 @@ "name": "agent_set_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 9487443, "arguments": [ { "name": "agent", @@ -117699,12 +129314,30 @@ } ] }, + { + "name": "agent_get_map", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2776947836, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "agent", + "type": "RID" + } + ] + }, { "name": "agent_set_neighbor_dist", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117721,8 +129354,9 @@ "name": "agent_set_max_neighbors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1531300932, "arguments": [ { "name": "agent", @@ -117739,8 +129373,9 @@ "name": "agent_set_time_horizon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117757,8 +129392,9 @@ "name": "agent_set_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117775,8 +129411,9 @@ "name": "agent_set_max_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 1853169129, "arguments": [ { "name": "agent", @@ -117793,8 +129430,9 @@ "name": "agent_set_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2337805242, "arguments": [ { "name": "agent", @@ -117810,8 +129448,9 @@ "name": "agent_set_target_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2337805242, "arguments": [ { "name": "agent", @@ -117827,8 +129466,9 @@ "name": "agent_set_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2337805242, "arguments": [ { "name": "agent", @@ -117844,8 +129484,9 @@ "name": "agent_is_map_changed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -117860,8 +129501,9 @@ "name": "agent_set_callback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835915, + "hash": 1914568843, "arguments": [ { "name": "agent", @@ -117883,14 +129525,15 @@ ] }, { - "name": "free", + "name": "free_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188199, + "hash": 1555827330, "arguments": [ { - "name": "object", + "name": "rid", "type": "RID" } ] @@ -117899,8 +129542,9 @@ "name": "set_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188199, + "hash": 1695273946, "arguments": [ { "name": "active", @@ -117912,8 +129556,9 @@ "name": "process", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "delta_time", @@ -117944,6 +129589,7 @@ "enums": [ { "name": "AxisStretchMode", + "is_bitfield": false, "values": [ { "name": "AXIS_STRETCH_MODE_STRETCH", @@ -117965,8 +129611,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -117978,8 +129625,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -117988,8 +129636,9 @@ "name": "set_patch_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 437707142, "arguments": [ { "name": "margin", @@ -118006,8 +129655,9 @@ "name": "get_patch_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1983885014, "return_value": { "type": "int", "meta": "int32" @@ -118023,8 +129673,9 @@ "name": "set_region_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "rect", @@ -118036,8 +129687,9 @@ "name": "get_region_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -118046,8 +129698,9 @@ "name": "set_draw_center", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "draw_center", @@ -118059,8 +129712,9 @@ "name": "is_draw_center_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -118069,8 +129723,9 @@ "name": "set_h_axis_stretch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3219608417, "arguments": [ { "name": "mode", @@ -118082,8 +129737,9 @@ "name": "get_h_axis_stretch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3317113799, "return_value": { "type": "enum::NinePatchRect.AxisStretchMode" } @@ -118092,8 +129748,9 @@ "name": "set_v_axis_stretch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3219608417, "arguments": [ { "name": "mode", @@ -118105,8 +129762,9 @@ "name": "get_v_axis_stretch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3317113799, "return_value": { "type": "enum::NinePatchRect.AxisStretchMode" } @@ -118358,6 +130016,7 @@ "enums": [ { "name": "ProcessMode", + "is_bitfield": false, "values": [ { "name": "PROCESS_MODE_INHERIT", @@ -118383,6 +130042,7 @@ }, { "name": "DuplicateFlags", + "is_bitfield": false, "values": [ { "name": "DUPLICATE_SIGNALS", @@ -118404,6 +130064,7 @@ }, { "name": "InternalMode", + "is_bitfield": false, "values": [ { "name": "INTERNAL_MODE_DISABLED", @@ -118424,6 +130085,7 @@ { "name": "_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -118436,6 +130098,7 @@ { "name": "_physics_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -118448,24 +130111,28 @@ { "name": "_enter_tree", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_exit_tree", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_ready", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_get_configuration_warnings", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -118475,6 +130142,20 @@ { "name": "_input", "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "event", + "type": "InputEvent" + } + ] + }, + { + "name": "_shortcut_input", + "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -118487,6 +130168,7 @@ { "name": "_unhandled_input", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -118499,6 +130181,7 @@ { "name": "_unhandled_key_input", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -118512,8 +130195,9 @@ "name": "add_sibling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1397874869, "arguments": [ { "name": "sibling", @@ -118530,8 +130214,9 @@ "name": "set_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -118543,8 +130228,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -118553,8 +130239,9 @@ "name": "add_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 182667338, + "hash": 3869657433, "arguments": [ { "name": "node", @@ -118576,8 +130263,9 @@ "name": "remove_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "node", @@ -118589,8 +130277,9 @@ "name": "get_child_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 894402480, "return_value": { "type": "int", "meta": "int32" @@ -118607,8 +130296,9 @@ "name": "get_children", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 1626260195, "return_value": { "type": "Array" }, @@ -118624,8 +130314,9 @@ "name": "get_child", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 835073269, "return_value": { "type": "Node" }, @@ -118646,8 +130337,9 @@ "name": "has_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4265963692, "return_value": { "type": "bool" }, @@ -118662,8 +130354,9 @@ "name": "get_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2964632403, "return_value": { "type": "Node" }, @@ -118678,8 +130371,9 @@ "name": "get_node_or_null", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2964632403, "return_value": { "type": "Node" }, @@ -118694,24 +130388,53 @@ "name": "get_parent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } }, { - "name": "find_nodes", + "name": "find_child", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2925806356, + "hash": 795550036, + "return_value": { + "type": "Node" + }, + "arguments": [ + { + "name": "pattern", + "type": "String" + }, + { + "name": "recursive", + "type": "bool", + "default_value": "true" + }, + { + "name": "owned", + "type": "bool", + "default_value": "true" + } + ] + }, + { + "name": "find_children", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 268724256, "return_value": { "type": "Array" }, "arguments": [ { - "name": "mask", + "name": "pattern", "type": "String" }, { @@ -118735,14 +130458,15 @@ "name": "find_parent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4054578539, "return_value": { "type": "Node" }, "arguments": [ { - "name": "mask", + "name": "pattern", "type": "String" } ] @@ -118751,8 +130475,9 @@ "name": "has_node_and_resource", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4265963692, "return_value": { "type": "bool" }, @@ -118767,8 +130492,9 @@ "name": "get_node_and_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2835708627, "return_value": { "type": "Array" }, @@ -118783,8 +130509,9 @@ "name": "is_inside_tree", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -118793,8 +130520,9 @@ "name": "is_ancestor_of", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1684645554, "return_value": { "type": "bool" }, @@ -118809,8 +130537,9 @@ "name": "is_greater_than", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1684645554, "return_value": { "type": "bool" }, @@ -118825,8 +130554,9 @@ "name": "get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -118835,8 +130565,9 @@ "name": "get_path_to", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3428866197, "return_value": { "type": "NodePath" }, @@ -118851,8 +130582,9 @@ "name": "add_to_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 885828787, "arguments": [ { "name": "group", @@ -118869,8 +130601,9 @@ "name": "remove_from_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "group", @@ -118882,8 +130615,9 @@ "name": "is_in_group", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -118898,8 +130632,9 @@ "name": "move_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4017877878, "arguments": [ { "name": "child_node", @@ -118916,8 +130651,9 @@ "name": "get_groups", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -118926,15 +130662,17 @@ "name": "raise", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_owner", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "owner", @@ -118946,8 +130684,9 @@ "name": "get_owner", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } @@ -118956,15 +130695,17 @@ "name": "remove_and_skip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 894402480, "return_value": { "type": "int", "meta": "int32" @@ -118981,22 +130722,25 @@ "name": "print_tree", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "print_tree_pretty", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_scene_file_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "scene_file_path", @@ -119008,8 +130752,9 @@ "name": "get_scene_file_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -119018,8 +130763,9 @@ "name": "propagate_notification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "what", @@ -119032,8 +130778,9 @@ "name": "propagate_call", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 376071560, + "hash": 1928035354, "arguments": [ { "name": "method", @@ -119055,8 +130802,9 @@ "name": "set_physics_process", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -119068,8 +130816,9 @@ "name": "get_physics_process_delta_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -119079,8 +130828,9 @@ "name": "is_physics_processing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119089,8 +130839,9 @@ "name": "get_process_delta_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -119100,8 +130851,9 @@ "name": "set_process", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -119113,8 +130865,9 @@ "name": "set_process_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "priority", @@ -119127,8 +130880,9 @@ "name": "get_process_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -119138,8 +130892,9 @@ "name": "is_processing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119148,8 +130903,9 @@ "name": "set_process_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -119161,8 +130917,34 @@ "name": "is_processing_input", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_process_shortcut_input", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_processing_shortcut_input", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119171,8 +130953,9 @@ "name": "set_process_unhandled_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -119184,8 +130967,9 @@ "name": "is_processing_unhandled_input", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119194,8 +130978,9 @@ "name": "set_process_unhandled_key_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -119207,8 +130992,9 @@ "name": "is_processing_unhandled_key_input", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119217,8 +131003,9 @@ "name": "set_process_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1841290486, "arguments": [ { "name": "mode", @@ -119230,8 +131017,9 @@ "name": "get_process_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 739966102, "return_value": { "type": "enum::Node.ProcessMode" } @@ -119240,25 +131028,28 @@ "name": "can_process", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { - "name": "print_stray_nodes", + "name": "print_orphan_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_display_folded", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "fold", @@ -119270,8 +131061,9 @@ "name": "is_displayed_folded", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119280,8 +131072,9 @@ "name": "set_process_internal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -119293,8 +131086,9 @@ "name": "is_processing_internal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119303,8 +131097,9 @@ "name": "set_physics_process_internal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -119316,8 +131111,9 @@ "name": "is_physics_processing_internal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119326,8 +131122,9 @@ "name": "get_tree", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3055705492, "return_value": { "type": "SceneTree" } @@ -119336,8 +131133,9 @@ "name": "create_tween", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1860313881, "return_value": { "type": "Tween" } @@ -119346,8 +131144,9 @@ "name": "duplicate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1282261465, + "hash": 1344733726, "return_value": { "type": "Node" }, @@ -119364,8 +131163,9 @@ "name": "replace_by", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1397874869, "arguments": [ { "name": "node", @@ -119382,8 +131182,9 @@ "name": "set_scene_instance_load_placeholder", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "load_placeholder", @@ -119395,8 +131196,9 @@ "name": "get_scene_instance_load_placeholder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119405,8 +131207,9 @@ "name": "set_editable_instance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4165292728, "arguments": [ { "name": "node", @@ -119422,8 +131225,9 @@ "name": "is_editable_instance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1684645554, "return_value": { "type": "bool" }, @@ -119438,8 +131242,9 @@ "name": "get_viewport", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 532154943, "return_value": { "type": "Viewport" } @@ -119448,22 +131253,25 @@ "name": "queue_free", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "request_ready", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_multiplayer_authority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 4023243586, "arguments": [ { "name": "id", @@ -119481,8 +131289,9 @@ "name": "get_multiplayer_authority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -119492,8 +131301,9 @@ "name": "is_multiplayer_authority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -119502,41 +131312,20 @@ "name": "get_multiplayer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4034796070, "return_value": { "type": "MultiplayerAPI" } }, - { - "name": "get_custom_multiplayer", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "MultiplayerAPI" - } - }, - { - "name": "set_custom_multiplayer", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "api", - "type": "MultiplayerAPI" - } - ] - }, { "name": "rpc_config", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4023896206, + "hash": 7899898, "return_value": { "type": "int", "meta": "uint16" @@ -119572,8 +131361,9 @@ "name": "set_editor_description", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "editor_description", @@ -119585,21 +131375,45 @@ "name": "get_editor_description", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } }, + { + "name": "set_unique_name_in_owner", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_unique_name_in_owner", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "rpc", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135374088, - "return_value": { - "type": "Variant" - }, + "hash": 3040091069, "arguments": [ { "name": "method", @@ -119611,11 +131425,9 @@ "name": "rpc_id", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135410025, - "return_value": { - "type": "Variant" - }, + "hash": 3189699873, "arguments": [ { "name": "peer_id", @@ -119631,32 +131443,27 @@ "name": "update_configuration_warnings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "signals": [ - { - "name": "renamed" - }, - { - "name": "child_exited_tree", - "arguments": [ - { - "name": "node", - "type": "Node" - } - ] - }, { "name": "ready" }, + { + "name": "renamed" + }, { "name": "tree_entered" }, { "name": "tree_exiting" }, + { + "name": "tree_exited" + }, { "name": "child_entered_tree", "arguments": [ @@ -119667,7 +131474,13 @@ ] }, { - "name": "tree_exited" + "name": "child_exiting_tree", + "arguments": [ + { + "name": "node", + "type": "Node" + } + ] } ], "properties": [ @@ -119678,6 +131491,13 @@ "getter": "get_name", "index": -1 }, + { + "type": "bool", + "name": "unique_name_in_owner", + "setter": "set_unique_name_in_owner", + "getter": "is_unique_name_in_owner", + "index": -1 + }, { "type": "String", "name": "scene_file_path", @@ -119699,13 +131519,6 @@ "getter": "get_multiplayer", "index": -1 }, - { - "type": "MultiplayerAPI", - "name": "custom_multiplayer", - "setter": "set_custom_multiplayer", - "getter": "get_custom_multiplayer", - "index": -1 - }, { "type": "int", "name": "process_mode", @@ -119740,8 +131553,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -119753,8 +131567,9 @@ "name": "set_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -119767,8 +131582,9 @@ "name": "set_skew", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -119781,8 +131597,9 @@ "name": "set_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "scale", @@ -119794,8 +131611,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -119804,8 +131622,9 @@ "name": "get_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -119815,8 +131634,9 @@ "name": "get_skew", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -119826,8 +131646,9 @@ "name": "get_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -119836,8 +131657,9 @@ "name": "rotate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -119850,8 +131672,9 @@ "name": "move_local_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2087892650, "arguments": [ { "name": "delta", @@ -119869,8 +131692,9 @@ "name": "move_local_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 2087892650, "arguments": [ { "name": "delta", @@ -119888,8 +131712,9 @@ "name": "translate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -119901,8 +131726,9 @@ "name": "global_translate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -119914,8 +131740,9 @@ "name": "apply_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "ratio", @@ -119927,8 +131754,9 @@ "name": "set_global_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -119940,8 +131768,9 @@ "name": "get_global_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -119950,8 +131779,9 @@ "name": "set_global_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radians", @@ -119964,8 +131794,36 @@ "name": "get_global_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_global_skew", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "radians", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_global_skew", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -119975,8 +131833,9 @@ "name": "set_global_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "scale", @@ -119988,8 +131847,9 @@ "name": "get_global_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -119998,8 +131858,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "xform", @@ -120011,8 +131872,9 @@ "name": "set_global_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "xform", @@ -120024,8 +131886,9 @@ "name": "look_at", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "point", @@ -120037,8 +131900,9 @@ "name": "get_angle_to", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2276447920, "return_value": { "type": "float", "meta": "float" @@ -120054,8 +131918,9 @@ "name": "to_local", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2656412154, "return_value": { "type": "Vector2" }, @@ -120070,8 +131935,9 @@ "name": "to_global", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2656412154, "return_value": { "type": "Vector2" }, @@ -120086,8 +131952,9 @@ "name": "set_z_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "z_index", @@ -120100,8 +131967,9 @@ "name": "get_z_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -120111,8 +131979,9 @@ "name": "set_z_as_relative", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -120124,8 +131993,9 @@ "name": "is_z_relative", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120134,8 +132004,9 @@ "name": "set_y_sort_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -120147,8 +132018,9 @@ "name": "is_y_sort_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120157,8 +132029,9 @@ "name": "get_relative_transform_to_parent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2171880115, "return_value": { "type": "Transform2D" }, @@ -120227,6 +132100,13 @@ "getter": "get_global_scale", "index": -1 }, + { + "type": "float", + "name": "global_skew", + "setter": "set_global_skew", + "getter": "get_global_skew", + "index": -1 + }, { "type": "Transform2D", "name": "global_transform", @@ -120284,6 +132164,7 @@ "enums": [ { "name": "RotationEditMode", + "is_bitfield": false, "values": [ { "name": "ROTATION_EDIT_MODE_EULER", @@ -120301,6 +132182,7 @@ }, { "name": "RotationOrder", + "is_bitfield": false, "values": [ { "name": "ROTATION_ORDER_XYZ", @@ -120334,8 +132216,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "local", @@ -120347,8 +132230,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -120357,8 +132241,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "position", @@ -120370,8 +132255,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -120380,8 +132266,9 @@ "name": "set_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "euler", @@ -120393,8 +132280,9 @@ "name": "get_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -120403,8 +132291,9 @@ "name": "set_rotation_order", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1415243067, "arguments": [ { "name": "order", @@ -120416,8 +132305,9 @@ "name": "get_rotation_order", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2488981056, "return_value": { "type": "enum::Node3D.RotationOrder" } @@ -120426,8 +132316,9 @@ "name": "set_rotation_edit_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 141483330, "arguments": [ { "name": "edit_mode", @@ -120439,8 +132330,9 @@ "name": "get_rotation_edit_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1572188370, "return_value": { "type": "enum::Node3D.RotationEditMode" } @@ -120449,8 +132341,9 @@ "name": "set_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "scale", @@ -120462,8 +132355,9 @@ "name": "get_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -120472,8 +132366,9 @@ "name": "set_quaternion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3033533971, "arguments": [ { "name": "quaternion", @@ -120485,8 +132380,9 @@ "name": "get_quaternion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1852599330, "return_value": { "type": "Quaternion" } @@ -120495,8 +132391,9 @@ "name": "set_basis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1727505552, "arguments": [ { "name": "basis", @@ -120508,8 +132405,9 @@ "name": "get_basis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1222331677, "return_value": { "type": "Basis" } @@ -120518,8 +132416,9 @@ "name": "set_global_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "global", @@ -120531,18 +132430,70 @@ "name": "get_global_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } }, + { + "name": "set_global_position", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3460891852, + "arguments": [ + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "get_global_position", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3360562783, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "set_global_rotation", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3460891852, + "arguments": [ + { + "name": "radians", + "type": "Vector3" + } + ] + }, + { + "name": "get_global_rotation", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3360562783, + "return_value": { + "type": "Vector3" + } + }, { "name": "get_parent_node_3d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3337111055, "return_value": { "type": "Node3D" } @@ -120551,8 +132502,9 @@ "name": "set_ignore_transform_notification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -120564,8 +132516,9 @@ "name": "set_as_top_level", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -120577,8 +132530,9 @@ "name": "is_set_as_top_level", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120587,8 +132541,9 @@ "name": "set_disable_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disable", @@ -120600,8 +132555,9 @@ "name": "is_scale_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120610,8 +132566,9 @@ "name": "get_world_3d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4069158832, "return_value": { "type": "World3D" } @@ -120620,15 +132577,17 @@ "name": "force_update_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_visibility_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -120640,8 +132599,9 @@ "name": "get_visibility_parent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -120650,15 +132610,17 @@ "name": "update_gizmos", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_gizmo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3419027011, "arguments": [ { "name": "gizmo", @@ -120670,8 +132632,9 @@ "name": "get_gizmos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -120680,15 +132643,17 @@ "name": "clear_gizmos", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_subgizmo_selection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2979561669, "arguments": [ { "name": "gizmo", @@ -120709,15 +132674,17 @@ "name": "clear_subgizmo_selection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -120729,8 +132696,9 @@ "name": "is_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120739,8 +132707,9 @@ "name": "is_visible_in_tree", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120749,22 +132718,25 @@ "name": "show", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "hide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_notify_local_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -120776,8 +132748,9 @@ "name": "is_local_transform_notification_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120786,8 +132759,9 @@ "name": "set_notify_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -120799,8 +132773,9 @@ "name": "is_transform_notification_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -120809,8 +132784,9 @@ "name": "rotate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3436291937, "arguments": [ { "name": "axis", @@ -120827,8 +132803,9 @@ "name": "global_rotate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3436291937, "arguments": [ { "name": "axis", @@ -120845,8 +132822,9 @@ "name": "global_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "scale", @@ -120858,8 +132836,9 @@ "name": "global_translate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "offset", @@ -120871,8 +132850,9 @@ "name": "rotate_object_local", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3436291937, "arguments": [ { "name": "axis", @@ -120889,8 +132869,9 @@ "name": "scale_object_local", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "scale", @@ -120902,8 +132883,9 @@ "name": "translate_object_local", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "offset", @@ -120915,8 +132897,9 @@ "name": "rotate_x", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angle", @@ -120929,8 +132912,9 @@ "name": "rotate_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angle", @@ -120943,8 +132927,9 @@ "name": "rotate_z", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angle", @@ -120957,8 +132942,9 @@ "name": "translate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "offset", @@ -120970,22 +132956,25 @@ "name": "orthonormalize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_identity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "look_at", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "target", @@ -121002,8 +132991,9 @@ "name": "look_at_from_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 735115603, "arguments": [ { "name": "position", @@ -121024,8 +133014,9 @@ "name": "to_local", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 192990374, "return_value": { "type": "Vector3" }, @@ -121040,8 +133031,9 @@ "name": "to_global", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 192990374, "return_value": { "type": "Vector3" }, @@ -121056,8 +133048,9 @@ "name": "property_can_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -121072,8 +133065,9 @@ "name": "property_get_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 309047738, "return_value": { "type": "Variant" }, @@ -121161,6 +133155,20 @@ "getter": "is_set_as_top_level", "index": -1 }, + { + "type": "Vector3", + "name": "global_position", + "setter": "set_global_position", + "getter": "get_global_position", + "index": -1 + }, + { + "type": "Vector3", + "name": "global_rotation", + "setter": "set_global_rotation", + "getter": "get_global_rotation", + "index": -1 + }, { "type": "bool", "name": "visible", @@ -121184,6 +133192,195 @@ "inherits": "RefCounted", "api_type": "core" }, + { + "name": "Noise", + "is_refcounted": true, + "is_instantiable": false, + "inherits": "Resource", + "api_type": "core", + "methods": [ + { + "name": "get_noise_1d", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3919130443, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "x", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_noise_2d", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2753205203, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "x", + "type": "float", + "meta": "float" + }, + { + "name": "y", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_noise_2dv", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2276447920, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "v", + "type": "Vector2" + } + ] + }, + { + "name": "get_noise_3d", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 973811851, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "x", + "type": "float", + "meta": "float" + }, + { + "name": "y", + "type": "float", + "meta": "float" + }, + { + "name": "z", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_noise_3dv", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1109078154, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "v", + "type": "Vector3" + } + ] + }, + { + "name": "get_image", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1231767616, + "return_value": { + "type": "Image" + }, + "arguments": [ + { + "name": "width", + "type": "int", + "meta": "int32" + }, + { + "name": "height", + "type": "int", + "meta": "int32" + }, + { + "name": "invert", + "type": "bool", + "default_value": "false" + }, + { + "name": "in_3d_space", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "get_seamless_image", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 533092280, + "return_value": { + "type": "Image" + }, + "arguments": [ + { + "name": "width", + "type": "int", + "meta": "int32" + }, + { + "name": "height", + "type": "int", + "meta": "int32" + }, + { + "name": "invert", + "type": "bool", + "default_value": "false" + }, + { + "name": "in_3d_space", + "type": "bool", + "default_value": "false" + }, + { + "name": "skirt", + "type": "float", + "meta": "float", + "default_value": "0.1" + } + ] + } + ] + }, { "name": "NoiseTexture", "is_refcounted": true, @@ -121195,8 +133392,9 @@ "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -121209,8 +133407,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "height", @@ -121220,57 +133419,87 @@ ] }, { - "name": "set_noise", + "name": "set_invert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { - "name": "noise", - "type": "OpenSimplexNoise" + "name": "invert", + "type": "bool" } ] }, { - "name": "get_noise", - "is_const": false, + "name": "get_invert", + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 36873697, "return_value": { - "type": "OpenSimplexNoise" + "type": "bool" } }, { - "name": "set_noise_offset", + "name": "set_in_3d_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { - "name": "noise_offset", - "type": "Vector2" + "name": "enable", + "type": "bool" } ] }, { - "name": "get_noise_offset", + "name": "is_in_3d_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { - "type": "Vector2" + "type": "bool" + } + }, + { + "name": "set_generate_mipmaps", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "invert", + "type": "bool" + } + ] + }, + { + "name": "is_generating_mipmaps", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" } }, { "name": "set_seamless", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "seamless", @@ -121282,18 +133511,47 @@ "name": "get_seamless", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } }, + { + "name": "set_seamless_blend_skirt", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "seamless_blend_skirt", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_seamless_blend_skirt", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 191475506, + "return_value": { + "type": "float", + "meta": "float" + } + }, { "name": "set_as_normal_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "as_normal_map", @@ -121305,8 +133563,9 @@ "name": "is_normal_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -121315,8 +133574,9 @@ "name": "set_bump_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bump_strength", @@ -121329,12 +133589,63 @@ "name": "get_bump_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" } + }, + { + "name": "set_color_ramp", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3711718734, + "arguments": [ + { + "name": "gradient", + "type": "Gradient" + } + ] + }, + { + "name": "get_color_ramp", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1770643285, + "return_value": { + "type": "Gradient" + } + }, + { + "name": "set_noise", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3919103011, + "arguments": [ + { + "name": "noise", + "type": "Noise" + } + ] + }, + { + "name": "get_noise", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3598728457, + "return_value": { + "type": "Noise" + } } ], "properties": [ @@ -121352,6 +133663,27 @@ "getter": "get_height", "index": -1 }, + { + "type": "bool", + "name": "invert", + "setter": "set_invert", + "getter": "get_invert", + "index": -1 + }, + { + "type": "bool", + "name": "in_3d_space", + "setter": "set_in_3d_space", + "getter": "is_in_3d_space", + "index": -1 + }, + { + "type": "bool", + "name": "generate_mipmaps", + "setter": "set_generate_mipmaps", + "getter": "is_generating_mipmaps", + "index": -1 + }, { "type": "bool", "name": "seamless", @@ -121359,6 +133691,13 @@ "getter": "get_seamless", "index": -1 }, + { + "type": "float", + "name": "seamless_blend_skirt", + "setter": "set_seamless_blend_skirt", + "getter": "get_seamless_blend_skirt", + "index": -1 + }, { "type": "bool", "name": "as_normal_map", @@ -121374,17 +133713,17 @@ "index": -1 }, { - "type": "OpenSimplexNoise", - "name": "noise", - "setter": "set_noise", - "getter": "get_noise", + "type": "Gradient", + "name": "color_ramp", + "setter": "set_color_ramp", + "getter": "get_color_ramp", "index": -1 }, { - "type": "Vector2", - "name": "noise_offset", - "setter": "set_noise_offset", - "getter": "get_noise_offset", + "type": "Noise", + "name": "noise", + "setter": "set_noise", + "getter": "get_noise", "index": -1 } ] @@ -121400,8 +133739,9 @@ "name": "set_packet_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "packet_data", @@ -121413,8 +133753,9 @@ "name": "get_packet_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -121423,8 +133764,9 @@ "name": "set_packet_granule_positions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "granule_positions", @@ -121436,8 +133778,9 @@ "name": "get_packet_granule_positions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -121446,8 +133789,9 @@ "name": "set_sampling_rate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sampling_rate", @@ -121460,8 +133804,9 @@ "name": "get_sampling_rate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -121471,8 +133816,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -121526,6 +133872,7 @@ "enums": [ { "name": "VideoDriver", + "is_bitfield": false, "values": [ { "name": "VIDEO_DRIVER_VULKAN", @@ -121538,44 +133885,42 @@ ] }, { - "name": "SystemDir", + "name": "Weekday", + "is_bitfield": false, "values": [ { - "name": "SYSTEM_DIR_DESKTOP", + "name": "DAY_SUNDAY", "value": 0 }, { - "name": "SYSTEM_DIR_DCIM", + "name": "DAY_MONDAY", "value": 1 }, { - "name": "SYSTEM_DIR_DOCUMENTS", + "name": "DAY_TUESDAY", "value": 2 }, { - "name": "SYSTEM_DIR_DOWNLOADS", + "name": "DAY_WEDNESDAY", "value": 3 }, { - "name": "SYSTEM_DIR_MOVIES", + "name": "DAY_THURSDAY", "value": 4 }, { - "name": "SYSTEM_DIR_MUSIC", + "name": "DAY_FRIDAY", "value": 5 }, { - "name": "SYSTEM_DIR_PICTURES", + "name": "DAY_SATURDAY", "value": 6 - }, - { - "name": "SYSTEM_DIR_RINGTONES", - "value": 7 } ] }, { "name": "Month", + "is_bitfield": false, "values": [ { "name": "MONTH_JANUARY", @@ -121628,35 +133973,40 @@ ] }, { - "name": "Weekday", + "name": "SystemDir", + "is_bitfield": false, "values": [ { - "name": "DAY_SUNDAY", + "name": "SYSTEM_DIR_DESKTOP", "value": 0 }, { - "name": "DAY_MONDAY", + "name": "SYSTEM_DIR_DCIM", "value": 1 }, { - "name": "DAY_TUESDAY", + "name": "SYSTEM_DIR_DOCUMENTS", "value": 2 }, { - "name": "DAY_WEDNESDAY", + "name": "SYSTEM_DIR_DOWNLOADS", "value": 3 }, { - "name": "DAY_THURSDAY", + "name": "SYSTEM_DIR_MOVIES", "value": 4 }, { - "name": "DAY_FRIDAY", + "name": "SYSTEM_DIR_MUSIC", "value": 5 }, { - "name": "DAY_SATURDAY", + "name": "SYSTEM_DIR_PICTURES", "value": 6 + }, + { + "name": "SYSTEM_DIR_RINGTONES", + "value": 7 } ] } @@ -121666,8 +134016,9 @@ "name": "get_connected_midi_inputs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3851388692, "return_value": { "type": "PackedStringArray" } @@ -121676,22 +134027,25 @@ "name": "open_midi_inputs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "close_midi_inputs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "alert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 233059325, "arguments": [ { "name": "text", @@ -121708,8 +134062,9 @@ "name": "crash", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "message", @@ -121721,8 +134076,9 @@ "name": "set_low_processor_usage_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -121734,8 +134090,9 @@ "name": "is_in_low_processor_usage_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -121744,8 +134101,9 @@ "name": "set_low_processor_usage_mode_sleep_usec", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "usec", @@ -121758,8 +134116,9 @@ "name": "get_low_processor_usage_mode_sleep_usec", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -121769,8 +134128,9 @@ "name": "get_processor_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -121780,8 +134140,9 @@ "name": "get_processor_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -121790,8 +134151,9 @@ "name": "get_executable_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -121800,8 +134162,9 @@ "name": "execute", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4217300428, + "hash": 3915593192, "return_value": { "type": "int", "meta": "int32" @@ -121836,8 +134199,9 @@ "name": "create_process", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 3154099955, "return_value": { "type": "int", "meta": "int32" @@ -121862,8 +134226,9 @@ "name": "create_instance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4080618454, "return_value": { "type": "int", "meta": "int32" @@ -121879,8 +134244,9 @@ "name": "kill", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 844576869, "return_value": { "type": "enum::Error" }, @@ -121896,8 +134262,9 @@ "name": "shell_open", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -121908,12 +134275,31 @@ } ] }, + { + "name": "is_process_running", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "pid", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "get_process_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -121923,8 +134309,9 @@ "name": "get_environment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -121939,8 +134326,9 @@ "name": "set_environment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 820780508, "return_value": { "type": "bool" }, @@ -121959,8 +134347,9 @@ "name": "has_environment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -121975,8 +134364,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -121985,8 +134375,9 @@ "name": "get_cmdline_args", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3851388692, "return_value": { "type": "PackedStringArray" } @@ -121995,8 +134386,9 @@ "name": "delay_usec", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188199, + "hash": 998575451, "arguments": [ { "name": "usec", @@ -122009,8 +134401,9 @@ "name": "delay_msec", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188199, + "hash": 998575451, "arguments": [ { "name": "msec", @@ -122023,8 +134416,9 @@ "name": "get_locale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122033,8 +134427,9 @@ "name": "get_locale_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122043,8 +134438,9 @@ "name": "get_model_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122053,8 +134449,9 @@ "name": "is_userfs_persistent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -122063,8 +134460,9 @@ "name": "is_stdout_verbose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -122073,8 +134471,9 @@ "name": "can_use_threads", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -122083,8 +134482,9 @@ "name": "is_debug_build", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -122093,8 +134493,9 @@ "name": "dump_memory_to_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file", @@ -122106,8 +134507,9 @@ "name": "dump_resources_to_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file", @@ -122119,8 +134521,9 @@ "name": "print_resources_in_use", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133278119, + "hash": 107499316, "arguments": [ { "name": "short", @@ -122133,8 +134536,9 @@ "name": "print_all_resources", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 139138028, + "hash": 3005725572, "arguments": [ { "name": "tofile", @@ -122147,8 +134551,9 @@ "name": "get_static_memory_usage", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -122158,19 +134563,38 @@ "name": "get_static_memory_peak_usage", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" } }, + { + "name": "move_to_trash", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2113323047, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, { "name": "get_user_data_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122179,8 +134603,9 @@ "name": "get_system_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1965199849, "return_value": { "type": "String" }, @@ -122200,8 +134625,9 @@ "name": "get_config_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122210,8 +134636,9 @@ "name": "get_data_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122220,8 +134647,9 @@ "name": "get_cache_dir", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122230,8 +134658,9 @@ "name": "get_unique_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122240,15 +134669,17 @@ "name": "print_all_textures_by_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "print_resources_by_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3709968205, "arguments": [ { "name": "types", @@ -122260,8 +134691,9 @@ "name": "get_keycode_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2261993717, "return_value": { "type": "String" }, @@ -122276,8 +134708,9 @@ "name": "is_keycode_unicode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -122292,8 +134725,9 @@ "name": "find_keycode_from_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1084858572, "return_value": { "type": "enum::Key" }, @@ -122308,8 +134742,9 @@ "name": "set_use_file_access_save_and_swap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -122321,8 +134756,9 @@ "name": "set_thread_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -122337,8 +134773,9 @@ "name": "get_thread_caller_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -122348,8 +134785,9 @@ "name": "get_main_thread_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -122359,8 +134797,9 @@ "name": "has_feature", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -122375,8 +134814,9 @@ "name": "request_permission", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -122391,8 +134831,9 @@ "name": "request_permissions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -122401,8 +134842,9 @@ "name": "get_granted_permissions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -122443,6 +134885,7 @@ "enums": [ { "name": "ConnectFlags", + "is_bitfield": false, "values": [ { "name": "CONNECT_DEFERRED", @@ -122468,8 +134911,9 @@ "name": "get_class", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -122478,8 +134922,9 @@ "name": "is_class", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -122494,12 +134939,13 @@ "name": "set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "property", - "type": "String" + "type": "StringName" }, { "name": "value", @@ -122511,15 +134957,16 @@ "name": "get", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, "arguments": [ { "name": "property", - "type": "String" + "type": "StringName" } ] }, @@ -122527,8 +134974,9 @@ "name": "set_indexed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 238066950, "arguments": [ { "name": "property", @@ -122544,8 +134992,9 @@ "name": "get_indexed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3265182688, "return_value": { "type": "Variant" }, @@ -122560,8 +135009,9 @@ "name": "get_property_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -122570,8 +135020,9 @@ "name": "get_method_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -122580,8 +135031,9 @@ "name": "notification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 4023243586, "arguments": [ { "name": "what", @@ -122599,8 +135051,9 @@ "name": "to_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -122609,8 +135062,9 @@ "name": "get_instance_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -122620,8 +135074,9 @@ "name": "set_script", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1114965689, "arguments": [ { "name": "script", @@ -122633,8 +135088,9 @@ "name": "get_script", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1214101251, "return_value": { "type": "Variant" } @@ -122643,8 +135099,9 @@ "name": "set_meta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "name", @@ -122660,8 +135117,9 @@ "name": "remove_meta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -122673,8 +135131,9 @@ "name": "get_meta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1209587471, "return_value": { "type": "Variant" }, @@ -122682,6 +135141,11 @@ { "name": "name", "type": "StringName" + }, + { + "name": "default", + "type": "Variant", + "default_value": "null" } ] }, @@ -122689,8 +135153,9 @@ "name": "has_meta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -122705,8 +135170,9 @@ "name": "get_meta_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -122715,8 +135181,9 @@ "name": "add_user_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 176002456, "arguments": [ { "name": "signal", @@ -122733,8 +135200,9 @@ "name": "has_user_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -122749,10 +135217,11 @@ "name": "emit_signal", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135374088, + "hash": 3721877161, "return_value": { - "type": "void" + "type": "enum::Error" }, "arguments": [ { @@ -122765,8 +135234,9 @@ "name": "call", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135374088, + "hash": 269386926, "return_value": { "type": "Variant" }, @@ -122781,10 +135251,11 @@ "name": "call_deferred", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135374088, + "hash": 269386926, "return_value": { - "type": "void" + "type": "Variant" }, "arguments": [ { @@ -122797,8 +135268,9 @@ "name": "set_deferred", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "property", @@ -122814,8 +135286,9 @@ "name": "callv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2975918426, "return_value": { "type": "Variant" }, @@ -122834,8 +135307,9 @@ "name": "has_method", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -122850,8 +135324,9 @@ "name": "has_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -122866,8 +135341,9 @@ "name": "get_signal_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -122876,15 +135352,16 @@ "name": "get_signal_connection_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1465280471, "return_value": { "type": "Array" }, "arguments": [ { "name": "signal", - "type": "String" + "type": "StringName" } ] }, @@ -122892,8 +135369,9 @@ "name": "get_incoming_connections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -122902,8 +135380,9 @@ "name": "connect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 1712207097, "return_value": { "type": "enum::Error" }, @@ -122933,8 +135412,9 @@ "name": "disconnect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2359220517, "arguments": [ { "name": "signal", @@ -122950,8 +135430,9 @@ "name": "is_connected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1286124828, "return_value": { "type": "bool" }, @@ -122970,8 +135451,9 @@ "name": "set_block_signals", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -122983,8 +135465,9 @@ "name": "is_blocking_signals", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -122993,15 +135476,17 @@ "name": "notify_property_list_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_message_translation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -123013,8 +135498,9 @@ "name": "can_translate_messages", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -123023,8 +135509,9 @@ "name": "tr", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1797914871, "return_value": { "type": "String" }, @@ -123044,8 +135531,9 @@ "name": "tr_n", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971308, + "hash": 3704752340, "return_value": { "type": "String" }, @@ -123074,8 +135562,9 @@ "name": "is_queued_for_deletion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -123101,8 +135590,9 @@ "name": "get_vertices", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -123111,8 +135601,9 @@ "name": "get_indices", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -123130,8 +135621,9 @@ "name": "set_bake_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -123144,8 +135636,9 @@ "name": "get_bake_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -123155,8 +135648,9 @@ "name": "set_bake_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -123173,8 +135667,9 @@ "name": "get_bake_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -123190,8 +135685,9 @@ "name": "set_bake_simplification_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "simplification_distance", @@ -123204,8 +135700,9 @@ "name": "get_bake_simplification_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -123215,8 +135712,9 @@ "name": "set_occluder", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2066760583, "arguments": [ { "name": "occluder", @@ -123228,8 +135726,9 @@ "name": "get_occluder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3522694517, "return_value": { "type": "Occluder3D" } @@ -123268,6 +135767,7 @@ "enums": [ { "name": "CullMode", + "is_bitfield": false, "values": [ { "name": "CULL_DISABLED", @@ -123289,8 +135789,9 @@ "name": "set_closed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "closed", @@ -123302,8 +135803,9 @@ "name": "is_closed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -123312,8 +135814,9 @@ "name": "set_cull_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3500863002, "arguments": [ { "name": "cull_mode", @@ -123325,8 +135828,9 @@ "name": "get_cull_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 33931036, "return_value": { "type": "enum::OccluderPolygon2D.CullMode" } @@ -123335,8 +135839,9 @@ "name": "set_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "polygon", @@ -123348,8 +135853,9 @@ "name": "get_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -123388,6 +135894,7 @@ "enums": [ { "name": "ShadowMode", + "is_bitfield": false, "values": [ { "name": "SHADOW_DUAL_PARABOLOID", @@ -123405,8 +135912,9 @@ "name": "set_shadow_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 121862228, "arguments": [ { "name": "mode", @@ -123418,8 +135926,9 @@ "name": "get_shadow_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4181586331, "return_value": { "type": "enum::OmniLight3D.ShadowMode" } @@ -123449,357 +135958,6 @@ } ] }, - { - "name": "OpenSimplexNoise", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "Resource", - "api_type": "core", - "methods": [ - { - "name": "get_seed", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "int32" - } - }, - { - "name": "set_seed", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "seed", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "set_octaves", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "octave_count", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_octaves", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "int32" - } - }, - { - "name": "set_period", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "period", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_period", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "float", - "meta": "float" - } - }, - { - "name": "set_persistence", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "persistence", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_persistence", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "float", - "meta": "float" - } - }, - { - "name": "set_lacunarity", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "lacunarity", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_lacunarity", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "float", - "meta": "float" - } - }, - { - "name": "get_image", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 174785387, - "return_value": { - "type": "Image" - }, - "arguments": [ - { - "name": "width", - "type": "int", - "meta": "int32" - }, - { - "name": "height", - "type": "int", - "meta": "int32" - }, - { - "name": "noise_offset", - "type": "Vector2", - "default_value": "Vector2(0, 0)" - } - ] - }, - { - "name": "get_seamless_image", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "Image" - }, - "arguments": [ - { - "name": "size", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_noise_1d", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "x", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_noise_2d", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "x", - "type": "float", - "meta": "float" - }, - { - "name": "y", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_noise_3d", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135445994, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "x", - "type": "float", - "meta": "float" - }, - { - "name": "y", - "type": "float", - "meta": "float" - }, - { - "name": "z", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_noise_4d", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135481931, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "x", - "type": "float", - "meta": "float" - }, - { - "name": "y", - "type": "float", - "meta": "float" - }, - { - "name": "z", - "type": "float", - "meta": "float" - }, - { - "name": "w", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "get_noise_2dv", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "pos", - "type": "Vector2" - } - ] - }, - { - "name": "get_noise_3dv", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "pos", - "type": "Vector3" - } - ] - } - ], - "properties": [ - { - "type": "int", - "name": "seed", - "setter": "set_seed", - "getter": "get_seed", - "index": -1 - }, - { - "type": "int", - "name": "octaves", - "setter": "set_octaves", - "getter": "get_octaves", - "index": -1 - }, - { - "type": "float", - "name": "period", - "setter": "set_period", - "getter": "get_period", - "index": -1 - }, - { - "type": "float", - "name": "persistence", - "setter": "set_persistence", - "getter": "get_persistence", - "index": -1 - }, - { - "type": "float", - "name": "lacunarity", - "setter": "set_lacunarity", - "getter": "get_lacunarity", - "index": -1 - } - ] - }, { "name": "OpenXRAction", "is_refcounted": true, @@ -123809,6 +135967,7 @@ "enums": [ { "name": "ActionType", + "is_bitfield": false, "values": [ { "name": "OPENXR_ACTION_BOOL", @@ -123834,8 +135993,9 @@ "name": "set_localized_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "localized_name", @@ -123847,8 +136007,9 @@ "name": "get_localized_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -123857,8 +136018,9 @@ "name": "set_action_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1675238366, "arguments": [ { "name": "action_type", @@ -123870,8 +136032,9 @@ "name": "get_action_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3536542431, "return_value": { "type": "enum::OpenXRAction.ActionType" } @@ -123880,8 +136043,9 @@ "name": "set_toplevel_paths", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3709968205, "arguments": [ { "name": "toplevel_paths", @@ -123893,8 +136057,9 @@ "name": "get_toplevel_paths", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -123935,8 +136100,9 @@ "name": "set_action_sets", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "action_sets", @@ -123948,18 +136114,67 @@ "name": "get_action_sets", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } }, + { + "name": "get_action_set_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "find_action_set", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2222291562, + "return_value": { + "type": "OpenXRActionSet" + }, + "arguments": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "name": "get_action_set", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3683502819, + "return_value": { + "type": "OpenXRActionSet" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "add_action_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1635730024, "arguments": [ { "name": "action_set", @@ -123971,8 +136186,9 @@ "name": "remove_action_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1635730024, "arguments": [ { "name": "action_set", @@ -123984,8 +136200,9 @@ "name": "set_interaction_profiles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "interaction_profiles", @@ -123997,18 +136214,67 @@ "name": "get_interaction_profiles", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } }, + { + "name": "get_interaction_profile_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "find_interaction_profile", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4093983294, + "return_value": { + "type": "OpenXRInteractionProfile" + }, + "arguments": [ + { + "name": "name", + "type": "String" + } + ] + }, + { + "name": "get_interaction_profile", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2000686519, + "return_value": { + "type": "OpenXRInteractionProfile" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "add_interaction_profile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2514001313, "arguments": [ { "name": "interaction_profile", @@ -124020,8 +136286,9 @@ "name": "remove_interaction_profile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2514001313, "arguments": [ { "name": "interaction_profile", @@ -124033,8 +136300,9 @@ "name": "create_default_action_sets", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -124065,8 +136333,9 @@ "name": "set_localized_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "localized_name", @@ -124078,8 +136347,9 @@ "name": "get_localized_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -124088,8 +136358,9 @@ "name": "set_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "priority", @@ -124102,8 +136373,21 @@ "name": "get_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "get_action_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -124113,8 +136397,9 @@ "name": "set_actions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "actions", @@ -124126,8 +136411,9 @@ "name": "get_actions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -124136,8 +136422,9 @@ "name": "add_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4261547980, "arguments": [ { "name": "action", @@ -124149,8 +136436,9 @@ "name": "remove_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4261547980, "arguments": [ { "name": "action", @@ -124194,8 +136482,9 @@ "name": "set_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4261547980, "arguments": [ { "name": "action", @@ -124207,18 +136496,32 @@ "name": "get_action", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3146664183, "return_value": { "type": "OpenXRAction" } }, + { + "name": "get_path_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_paths", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3709968205, "arguments": [ { "name": "paths", @@ -124230,11 +136533,57 @@ "name": "get_paths", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } + }, + { + "name": "has_path", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3927539163, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "arg0", + "type": "String" + } + ] + }, + { + "name": "add_path", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, + { + "name": "remove_path", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] } ], "properties": [ @@ -124265,8 +136614,9 @@ "name": "set_interaction_profile_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "interaction_profile_path", @@ -124278,18 +136628,50 @@ "name": "get_interaction_profile_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } }, + { + "name": "get_binding_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "get_binding", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1661898124, + "return_value": { + "type": "OpenXRIPBinding" + }, + "arguments": [ + { + "name": "index", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "set_bindings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "bindings", @@ -124301,8 +136683,9 @@ "name": "get_bindings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -124330,7 +136713,24 @@ "is_refcounted": true, "is_instantiable": true, "inherits": "XRInterface", - "api_type": "core" + "api_type": "core", + "signals": [ + { + "name": "session_begun" + }, + { + "name": "session_stopping" + }, + { + "name": "session_focussed" + }, + { + "name": "session_visible" + }, + { + "name": "pose_recentered" + } + ] }, { "name": "OptimizedTranslation", @@ -124343,8 +136743,9 @@ "name": "generate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 856179469, "arguments": [ { "name": "from", @@ -124365,8 +136766,9 @@ "name": "add_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3043792800, "arguments": [ { "name": "label", @@ -124384,8 +136786,9 @@ "name": "add_icon_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3922086158, "arguments": [ { "name": "texture", @@ -124407,8 +136810,9 @@ "name": "set_item_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "idx", @@ -124425,8 +136829,9 @@ "name": "set_item_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "idx", @@ -124443,8 +136848,9 @@ "name": "set_item_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "idx", @@ -124461,8 +136867,9 @@ "name": "set_item_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "idx", @@ -124480,8 +136887,9 @@ "name": "set_item_metadata", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "idx", @@ -124494,12 +136902,32 @@ } ] }, + { + "name": "set_item_tooltip", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 501894301, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + }, + { + "name": "tooltip", + "type": "String" + } + ] + }, { "name": "get_item_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -124515,8 +136943,9 @@ "name": "get_item_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -124532,8 +136961,9 @@ "name": "get_item_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -124550,8 +136980,9 @@ "name": "get_item_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -124568,8 +136999,9 @@ "name": "get_item_metadata", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -124581,12 +137013,49 @@ } ] }, + { + "name": "get_item_tooltip", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 844755477, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "is_item_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "is_item_separator", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -124602,22 +137071,32 @@ "name": "add_separator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3005725572, + "arguments": [ + { + "name": "text", + "type": "String", + "default_value": "\"\"" + } + ] }, { "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "select", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -124630,8 +137109,9 @@ "name": "get_selected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -124641,8 +137121,9 @@ "name": "get_selected_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -124652,8 +137133,9 @@ "name": "get_selected_metadata", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1214101251, "return_value": { "type": "Variant" } @@ -124662,8 +137144,9 @@ "name": "remove_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -124676,8 +137159,9 @@ "name": "get_popup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 43831279, "return_value": { "type": "PopupMenu" } @@ -124686,8 +137170,9 @@ "name": "set_item_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -124700,17 +137185,48 @@ "name": "get_item_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } + }, + { + "name": "has_selectable_items", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "get_selectable_item", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 894402480, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "from_last", + "type": "bool", + "default_value": "false" + } + ] } ], "signals": [ { - "name": "item_focused", + "name": "item_selected", "arguments": [ { "name": "index", @@ -124719,7 +137235,7 @@ ] }, { - "name": "item_selected", + "name": "item_focused", "arguments": [ { "name": "index", @@ -124756,8 +137272,9 @@ "name": "pck_start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3466557870, + "hash": 3232891339, "return_value": { "type": "enum::Error" }, @@ -124788,8 +137305,9 @@ "name": "add_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 2215643711, "return_value": { "type": "enum::Error" }, @@ -124813,8 +137331,9 @@ "name": "flush", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 1633102583, "return_value": { "type": "enum::Error" }, @@ -124839,8 +137358,9 @@ "name": "pack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 966674026, "return_value": { "type": "enum::Error" }, @@ -124855,8 +137375,9 @@ "name": "size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -124875,8 +137396,9 @@ "name": "size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -124893,6 +137415,7 @@ "enums": [ { "name": "GenEditState", + "is_bitfield": false, "values": [ { "name": "GEN_EDIT_STATE_DISABLED", @@ -124918,8 +137441,9 @@ "name": "pack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 588586847, "return_value": { "type": "enum::Error" }, @@ -124934,8 +137458,9 @@ "name": "instantiate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 594181633, "return_value": { "type": "Node" }, @@ -124951,8 +137476,9 @@ "name": "can_instantiate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -124961,8 +137487,9 @@ "name": "get_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1547557197, "return_value": { "type": "SceneState" } @@ -124980,8 +137507,9 @@ "name": "get_var", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 3442865206, "return_value": { "type": "Variant" }, @@ -124997,8 +137525,9 @@ "name": "put_var", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2436251611, "return_value": { "type": "enum::Error" }, @@ -125018,8 +137547,9 @@ "name": "get_packet", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4046169648, "return_value": { "type": "PackedByteArray" } @@ -125028,8 +137558,9 @@ "name": "put_packet", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -125044,8 +137575,9 @@ "name": "get_packet_error", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3185525595, "return_value": { "type": "enum::Error" } @@ -125054,8 +137586,9 @@ "name": "get_available_packet_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -125065,8 +137598,9 @@ "name": "get_encode_buffer_max_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -125076,8 +137610,9 @@ "name": "set_encode_buffer_max_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_size", @@ -125106,6 +137641,7 @@ "enums": [ { "name": "Status", + "is_bitfield": false, "values": [ { "name": "STATUS_DISCONNECTED", @@ -125135,15 +137671,17 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "connect_to_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2738324083, + "hash": 3471722402, "return_value": { "type": "enum::Error" }, @@ -125173,8 +137711,9 @@ "name": "get_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3248654679, "return_value": { "type": "enum::PacketPeerDTLS.Status" } @@ -125183,8 +137722,9 @@ "name": "disconnect_from_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -125198,6 +137738,7 @@ { "name": "_get_packet", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -125217,6 +137758,7 @@ { "name": "_put_packet", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -125236,6 +137778,7 @@ { "name": "_get_available_packet_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -125245,6 +137788,7 @@ { "name": "_get_max_packet_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -125264,8 +137808,9 @@ "name": "set_stream_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1065601560, "arguments": [ { "name": "peer", @@ -125277,8 +137822,9 @@ "name": "get_stream_peer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 737546513, "return_value": { "type": "StreamPeer" } @@ -125287,8 +137833,9 @@ "name": "set_input_buffer_max_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_size_bytes", @@ -125301,8 +137848,9 @@ "name": "set_output_buffer_max_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_size_bytes", @@ -125315,8 +137863,9 @@ "name": "get_input_buffer_max_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -125326,8 +137875,9 @@ "name": "get_output_buffer_max_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -125369,8 +137919,9 @@ "name": "bind", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1667558042, + "hash": 4290438434, "return_value": { "type": "enum::Error" }, @@ -125397,15 +137948,17 @@ "name": "close", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "wait", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -125414,8 +137967,9 @@ "name": "is_bound", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -125424,8 +137978,9 @@ "name": "connect_to_host", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 993915709, "return_value": { "type": "enum::Error" }, @@ -125442,11 +137997,12 @@ ] }, { - "name": "is_connected_to_host", + "name": "is_socket_connected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -125455,8 +138011,9 @@ "name": "get_packet_ip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -125465,8 +138022,9 @@ "name": "get_packet_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -125476,8 +138034,9 @@ "name": "get_local_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -125487,8 +138046,9 @@ "name": "set_dest_address", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 993915709, "return_value": { "type": "enum::Error" }, @@ -125508,8 +138068,9 @@ "name": "set_broadcast_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -125521,8 +138082,9 @@ "name": "join_multicast_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -125541,8 +138103,9 @@ "name": "leave_multicast_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -125584,8 +138147,9 @@ "name": "set_panorama", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -125597,8 +138161,9 @@ "name": "get_panorama", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -125607,8 +138172,9 @@ "name": "set_filtering_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -125620,8 +138186,9 @@ "name": "is_filtering_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -125655,11 +138222,12 @@ "name": "set_scroll_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "Vector2" } ] @@ -125668,8 +138236,9 @@ "name": "get_scroll_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125678,11 +138247,12 @@ "name": "set_scroll_base_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "Vector2" } ] @@ -125691,8 +138261,9 @@ "name": "get_scroll_base_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125701,8 +138272,9 @@ "name": "set_scroll_base_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "scale", @@ -125714,8 +138286,9 @@ "name": "get_scroll_base_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125724,11 +138297,12 @@ "name": "set_limit_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "Vector2" } ] @@ -125737,8 +138311,9 @@ "name": "get_limit_begin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125747,11 +138322,12 @@ "name": "set_limit_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "Vector2" } ] @@ -125760,8 +138336,9 @@ "name": "get_limit_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125770,8 +138347,9 @@ "name": "set_ignore_camera_zoom", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ignore", @@ -125783,8 +138361,9 @@ "name": "is_ignore_camera_zoom", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -125846,8 +138425,9 @@ "name": "set_motion_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "scale", @@ -125859,8 +138439,9 @@ "name": "get_motion_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125869,8 +138450,9 @@ "name": "set_motion_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -125882,8 +138464,9 @@ "name": "get_motion_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125892,8 +138475,9 @@ "name": "set_mirroring", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "mirror", @@ -125905,8 +138489,9 @@ "name": "get_mirroring", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -125943,87 +138528,9 @@ "inherits": "Material", "api_type": "core", "enums": [ - { - "name": "EmissionShape", - "values": [ - { - "name": "EMISSION_SHAPE_POINT", - "value": 0 - }, - { - "name": "EMISSION_SHAPE_SPHERE", - "value": 1 - }, - { - "name": "EMISSION_SHAPE_BOX", - "value": 2 - }, - { - "name": "EMISSION_SHAPE_POINTS", - "value": 3 - }, - { - "name": "EMISSION_SHAPE_DIRECTED_POINTS", - "value": 4 - }, - { - "name": "EMISSION_SHAPE_RING", - "value": 5 - }, - { - "name": "EMISSION_SHAPE_MAX", - "value": 6 - } - ] - }, - { - "name": "SubEmitterMode", - "values": [ - { - "name": "SUB_EMITTER_DISABLED", - "value": 0 - }, - { - "name": "SUB_EMITTER_CONSTANT", - "value": 1 - }, - { - "name": "SUB_EMITTER_AT_END", - "value": 2 - }, - { - "name": "SUB_EMITTER_AT_COLLISION", - "value": 3 - }, - { - "name": "SUB_EMITTER_MAX", - "value": 4 - } - ] - }, - { - "name": "ParticleFlags", - "values": [ - { - "name": "PARTICLE_FLAG_ALIGN_Y_TO_VELOCITY", - "value": 0 - }, - { - "name": "PARTICLE_FLAG_ROTATE_Y", - "value": 1 - }, - { - "name": "PARTICLE_FLAG_DISABLE_Z", - "value": 2 - }, - { - "name": "PARTICLE_FLAG_MAX", - "value": 3 - } - ] - }, { "name": "Parameter", + "is_bitfield": false, "values": [ { "name": "PARAM_INITIAL_LINEAR_VELOCITY", @@ -126078,6 +138585,92 @@ "value": 12 } ] + }, + { + "name": "ParticleFlags", + "is_bitfield": false, + "values": [ + { + "name": "PARTICLE_FLAG_ALIGN_Y_TO_VELOCITY", + "value": 0 + }, + { + "name": "PARTICLE_FLAG_ROTATE_Y", + "value": 1 + }, + { + "name": "PARTICLE_FLAG_DISABLE_Z", + "value": 2 + }, + { + "name": "PARTICLE_FLAG_MAX", + "value": 3 + } + ] + }, + { + "name": "EmissionShape", + "is_bitfield": false, + "values": [ + { + "name": "EMISSION_SHAPE_POINT", + "value": 0 + }, + { + "name": "EMISSION_SHAPE_SPHERE", + "value": 1 + }, + { + "name": "EMISSION_SHAPE_SPHERE_SURFACE", + "value": 2 + }, + { + "name": "EMISSION_SHAPE_BOX", + "value": 3 + }, + { + "name": "EMISSION_SHAPE_POINTS", + "value": 4 + }, + { + "name": "EMISSION_SHAPE_DIRECTED_POINTS", + "value": 5 + }, + { + "name": "EMISSION_SHAPE_RING", + "value": 6 + }, + { + "name": "EMISSION_SHAPE_MAX", + "value": 7 + } + ] + }, + { + "name": "SubEmitterMode", + "is_bitfield": false, + "values": [ + { + "name": "SUB_EMITTER_DISABLED", + "value": 0 + }, + { + "name": "SUB_EMITTER_CONSTANT", + "value": 1 + }, + { + "name": "SUB_EMITTER_AT_END", + "value": 2 + }, + { + "name": "SUB_EMITTER_AT_COLLISION", + "value": 3 + }, + { + "name": "SUB_EMITTER_MAX", + "value": 4 + } + ] } ], "methods": [ @@ -126085,8 +138678,9 @@ "name": "set_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "degrees", @@ -126098,8 +138692,9 @@ "name": "get_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -126108,8 +138703,9 @@ "name": "set_spread", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "degrees", @@ -126122,8 +138718,9 @@ "name": "get_spread", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -126133,8 +138730,9 @@ "name": "set_flatness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "amount", @@ -126147,8 +138745,9 @@ "name": "get_flatness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -126158,8 +138757,9 @@ "name": "set_param_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4274524439, "arguments": [ { "name": "param", @@ -126176,8 +138776,9 @@ "name": "get_param_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1283126188, "return_value": { "type": "float", "meta": "float" @@ -126193,8 +138794,9 @@ "name": "set_param_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4274524439, "arguments": [ { "name": "param", @@ -126211,8 +138813,9 @@ "name": "get_param_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1283126188, "return_value": { "type": "float", "meta": "float" @@ -126228,8 +138831,9 @@ "name": "set_param_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3845044119, "arguments": [ { "name": "param", @@ -126245,8 +138849,9 @@ "name": "get_param_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2984255582, "return_value": { "type": "Texture2D" }, @@ -126261,8 +138866,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -126274,8 +138880,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -126284,8 +138891,9 @@ "name": "set_color_ramp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "ramp", @@ -126297,8 +138905,9 @@ "name": "get_color_ramp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -126307,8 +138916,9 @@ "name": "set_color_initial_ramp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "ramp", @@ -126320,8 +138930,9 @@ "name": "get_color_initial_ramp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -126330,8 +138941,9 @@ "name": "set_particle_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1631494402, "arguments": [ { "name": "particle_flag", @@ -126347,8 +138959,9 @@ "name": "get_particle_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 818711554, "return_value": { "type": "bool" }, @@ -126363,8 +138976,9 @@ "name": "set_emission_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 248988319, "arguments": [ { "name": "shape", @@ -126376,8 +138990,9 @@ "name": "get_emission_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3582086991, "return_value": { "type": "enum::ParticlesMaterial.EmissionShape" } @@ -126386,8 +139001,9 @@ "name": "set_emission_sphere_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -126400,8 +139016,9 @@ "name": "get_emission_sphere_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -126411,8 +139028,9 @@ "name": "set_emission_box_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -126424,8 +139042,9 @@ "name": "get_emission_box_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -126434,8 +139053,9 @@ "name": "set_emission_point_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -126447,8 +139067,9 @@ "name": "get_emission_point_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -126457,8 +139078,9 @@ "name": "set_emission_normal_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -126470,8 +139092,9 @@ "name": "get_emission_normal_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -126480,8 +139103,9 @@ "name": "set_emission_color_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -126493,8 +139117,9 @@ "name": "get_emission_color_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -126503,8 +139128,9 @@ "name": "set_emission_point_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "point_count", @@ -126517,8 +139143,9 @@ "name": "get_emission_point_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -126528,8 +139155,9 @@ "name": "set_emission_ring_axis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "axis", @@ -126541,8 +139169,9 @@ "name": "get_emission_ring_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -126551,8 +139180,9 @@ "name": "set_emission_ring_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -126565,8 +139195,9 @@ "name": "get_emission_ring_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -126576,8 +139207,9 @@ "name": "set_emission_ring_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -126590,8 +139222,9 @@ "name": "get_emission_ring_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -126601,8 +139234,9 @@ "name": "set_emission_ring_inner_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "inner_radius", @@ -126615,8 +139249,9 @@ "name": "get_emission_ring_inner_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -126626,8 +139261,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -126636,8 +139272,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "accel_vec", @@ -126649,8 +139286,9 @@ "name": "set_lifetime_randomness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "randomness", @@ -126663,8 +139301,9 @@ "name": "get_lifetime_randomness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -126674,8 +139313,9 @@ "name": "get_sub_emitter_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1938652866, "return_value": { "type": "enum::ParticlesMaterial.SubEmitterMode" } @@ -126684,8 +139324,9 @@ "name": "set_sub_emitter_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 372278199, "arguments": [ { "name": "mode", @@ -126697,8 +139338,9 @@ "name": "get_sub_emitter_frequency", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -126708,8 +139350,9 @@ "name": "set_sub_emitter_frequency", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "hz", @@ -126722,8 +139365,9 @@ "name": "get_sub_emitter_amount_at_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -126733,8 +139377,9 @@ "name": "set_sub_emitter_amount_at_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -126747,8 +139392,9 @@ "name": "get_sub_emitter_keep_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -126757,8 +139403,9 @@ "name": "set_sub_emitter_keep_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -126770,8 +139417,9 @@ "name": "set_attractor_interaction_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -126783,8 +139431,9 @@ "name": "is_attractor_interaction_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -126793,8 +139442,9 @@ "name": "set_collision_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -126806,8 +139456,9 @@ "name": "is_collision_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -126816,8 +139467,9 @@ "name": "set_collision_use_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "radius", @@ -126829,8 +139481,9 @@ "name": "is_collision_using_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -126839,8 +139492,9 @@ "name": "set_collision_friction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "friction", @@ -126853,8 +139507,9 @@ "name": "get_collision_friction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -126864,8 +139519,9 @@ "name": "set_collision_bounce", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bounce", @@ -126878,8 +139534,9 @@ "name": "get_collision_bounce", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127362,8 +140019,9 @@ "name": "set_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2201314538, "arguments": [ { "name": "curve", @@ -127375,8 +140033,9 @@ "name": "get_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 382971360, "return_value": { "type": "Curve2D" } @@ -127403,8 +140062,9 @@ "name": "set_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3676210330, "arguments": [ { "name": "curve", @@ -127416,8 +140076,9 @@ "name": "get_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201051630, "return_value": { "type": "Curve3D" } @@ -127449,8 +140110,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "offset", @@ -127463,8 +140125,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127474,8 +140137,9 @@ "name": "set_h_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "h_offset", @@ -127488,8 +140152,9 @@ "name": "get_h_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127499,8 +140164,9 @@ "name": "set_v_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "v_offset", @@ -127513,8 +140179,9 @@ "name": "get_v_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127524,8 +140191,9 @@ "name": "set_unit_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "unit_offset", @@ -127538,8 +140206,9 @@ "name": "get_unit_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127549,8 +140218,9 @@ "name": "set_rotates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -127562,8 +140232,9 @@ "name": "is_rotating", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -127572,8 +140243,9 @@ "name": "set_cubic_interpolation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -127585,8 +140257,9 @@ "name": "get_cubic_interpolation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -127595,8 +140268,9 @@ "name": "set_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "loop", @@ -127608,8 +140282,9 @@ "name": "has_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -127618,8 +140293,9 @@ "name": "set_lookahead", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "lookahead", @@ -127632,8 +140308,9 @@ "name": "get_lookahead", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127708,6 +140385,7 @@ "enums": [ { "name": "RotationMode", + "is_bitfield": false, "values": [ { "name": "ROTATION_NONE", @@ -127737,8 +140415,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "offset", @@ -127751,8 +140430,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127762,8 +140442,9 @@ "name": "set_h_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "h_offset", @@ -127776,8 +140457,9 @@ "name": "get_h_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127787,8 +140469,9 @@ "name": "set_v_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "v_offset", @@ -127801,8 +140484,9 @@ "name": "get_v_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127812,8 +140496,9 @@ "name": "set_unit_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "unit_offset", @@ -127826,8 +140511,9 @@ "name": "get_unit_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -127837,8 +140523,9 @@ "name": "set_rotation_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1640311967, "arguments": [ { "name": "rotation_mode", @@ -127850,8 +140537,9 @@ "name": "get_rotation_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814010545, "return_value": { "type": "enum::PathFollow3D.RotationMode" } @@ -127860,8 +140548,9 @@ "name": "set_cubic_interpolation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -127873,8 +140562,9 @@ "name": "get_cubic_interpolation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -127883,8 +140573,9 @@ "name": "set_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "loop", @@ -127896,8 +140587,9 @@ "name": "has_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -127964,6 +140656,7 @@ "enums": [ { "name": "Monitor", + "is_bitfield": false, "values": [ { "name": "TIME_FPS", @@ -128069,8 +140762,9 @@ "name": "get_monitor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1943275655, "return_value": { "type": "float", "meta": "double" @@ -128086,8 +140780,9 @@ "name": "add_custom_monitor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 958161595, "arguments": [ { "name": "id", @@ -128108,8 +140803,9 @@ "name": "remove_custom_monitor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "id", @@ -128121,8 +140817,9 @@ "name": "has_custom_monitor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3085722924, "return_value": { "type": "bool" }, @@ -128137,8 +140834,9 @@ "name": "get_custom_monitor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3346185326, "return_value": { "type": "Variant" }, @@ -128153,8 +140851,9 @@ "name": "get_monitor_modification_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint64" @@ -128164,8 +140863,9 @@ "name": "get_custom_monitor_names", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -128183,8 +140883,9 @@ "name": "get_joint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2164999802, "return_value": { "type": "Joint2D" } @@ -128193,8 +140894,9 @@ "name": "get_auto_configure_joint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -128203,8 +140905,9 @@ "name": "set_auto_configure_joint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "auto_configure_joint", @@ -128216,8 +140919,9 @@ "name": "set_simulate_physics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "simulate_physics", @@ -128229,8 +140933,9 @@ "name": "get_simulate_physics", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -128239,8 +140944,9 @@ "name": "is_simulating_physics", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -128249,8 +140955,9 @@ "name": "set_bone2d_nodepath", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "nodepath", @@ -128262,8 +140969,9 @@ "name": "get_bone2d_nodepath", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -128272,8 +140980,9 @@ "name": "set_bone2d_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_index", @@ -128286,8 +140995,9 @@ "name": "get_bone2d_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -128297,8 +141007,9 @@ "name": "set_follow_bone_when_simulating", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "follow_bone", @@ -128310,8 +141021,9 @@ "name": "get_follow_bone_when_simulating", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -128362,8 +141074,23 @@ "inherits": "PhysicsBody3D", "api_type": "core", "enums": [ + { + "name": "DampMode", + "is_bitfield": false, + "values": [ + { + "name": "DAMP_MODE_COMBINE", + "value": 0 + }, + { + "name": "DAMP_MODE_REPLACE", + "value": 1 + } + ] + }, { "name": "JointType", + "is_bitfield": false, "values": [ { "name": "JOINT_TYPE_NONE", @@ -128390,25 +141117,13 @@ "value": 5 } ] - }, - { - "name": "DampMode", - "values": [ - { - "name": "DAMP_MODE_COMBINE", - "value": 0 - }, - { - "name": "DAMP_MODE_REPLACE", - "value": 1 - } - ] } ], "methods": [ { "name": "_integrate_forces", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -128422,8 +141137,9 @@ "name": "apply_central_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "impulse", @@ -128435,8 +141151,9 @@ "name": "apply_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "impulse", @@ -128453,8 +141170,9 @@ "name": "set_joint_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2289552604, "arguments": [ { "name": "joint_type", @@ -128466,8 +141184,9 @@ "name": "get_joint_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 931347320, "return_value": { "type": "enum::PhysicalBone3D.JointType" } @@ -128476,8 +141195,9 @@ "name": "set_joint_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "offset", @@ -128489,8 +141209,9 @@ "name": "get_joint_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -128499,8 +141220,9 @@ "name": "set_joint_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "euler", @@ -128512,8 +141234,9 @@ "name": "get_joint_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -128522,8 +141245,9 @@ "name": "set_body_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "offset", @@ -128535,8 +141259,9 @@ "name": "get_body_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -128545,8 +141270,9 @@ "name": "get_simulate_physics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -128555,8 +141281,9 @@ "name": "is_simulating_physics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -128565,8 +141292,9 @@ "name": "get_bone_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -128576,8 +141304,9 @@ "name": "set_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mass", @@ -128590,8 +141319,9 @@ "name": "get_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -128601,8 +141331,9 @@ "name": "set_friction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "friction", @@ -128615,8 +141346,9 @@ "name": "get_friction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -128626,8 +141358,9 @@ "name": "set_bounce", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bounce", @@ -128640,8 +141373,9 @@ "name": "get_bounce", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -128651,8 +141385,9 @@ "name": "set_gravity_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gravity_scale", @@ -128665,8 +141400,9 @@ "name": "get_gravity_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -128676,8 +141412,9 @@ "name": "set_linear_damp_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1244972221, "arguments": [ { "name": "linear_damp_mode", @@ -128689,8 +141426,9 @@ "name": "get_linear_damp_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 205884699, "return_value": { "type": "enum::PhysicalBone3D.DampMode" } @@ -128699,8 +141437,9 @@ "name": "set_angular_damp_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1244972221, "arguments": [ { "name": "angular_damp_mode", @@ -128712,8 +141451,9 @@ "name": "get_angular_damp_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 205884699, "return_value": { "type": "enum::PhysicalBone3D.DampMode" } @@ -128722,8 +141462,9 @@ "name": "set_linear_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "linear_damp", @@ -128736,8 +141477,9 @@ "name": "get_linear_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -128747,8 +141489,9 @@ "name": "set_angular_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angular_damp", @@ -128761,8 +141504,9 @@ "name": "get_angular_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -128772,8 +141516,9 @@ "name": "set_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "linear_velocity", @@ -128785,8 +141530,9 @@ "name": "get_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -128795,8 +141541,9 @@ "name": "set_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "angular_velocity", @@ -128808,8 +141555,9 @@ "name": "get_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -128818,8 +141566,9 @@ "name": "set_use_custom_integrator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -128831,8 +141580,9 @@ "name": "is_using_custom_integrator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -128841,8 +141591,9 @@ "name": "set_can_sleep", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "able_to_sleep", @@ -128854,8 +141605,9 @@ "name": "is_able_to_sleep", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -128987,8 +141739,9 @@ "name": "set_rayleigh_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "rayleigh", @@ -129001,8 +141754,9 @@ "name": "get_rayleigh_coefficient", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129012,8 +141766,9 @@ "name": "set_rayleigh_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -129025,8 +141780,9 @@ "name": "get_rayleigh_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -129035,8 +141791,9 @@ "name": "set_mie_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mie", @@ -129049,8 +141806,9 @@ "name": "get_mie_coefficient", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129060,8 +141818,9 @@ "name": "set_mie_eccentricity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "eccentricity", @@ -129074,8 +141833,9 @@ "name": "get_mie_eccentricity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129085,8 +141845,9 @@ "name": "set_mie_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -129098,8 +141859,9 @@ "name": "get_mie_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -129108,8 +141870,9 @@ "name": "set_turbidity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "turbidity", @@ -129122,8 +141885,9 @@ "name": "get_turbidity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129133,8 +141897,9 @@ "name": "set_sun_disk_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -129147,8 +141912,9 @@ "name": "get_sun_disk_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129158,8 +141924,9 @@ "name": "set_ground_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -129171,8 +141938,9 @@ "name": "get_ground_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -129181,8 +141949,9 @@ "name": "set_exposure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "exposure", @@ -129195,44 +141964,46 @@ "name": "get_exposure", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" } }, { - "name": "set_dither_strength", + "name": "set_use_debanding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { - "name": "strength", - "type": "float", - "meta": "float" + "name": "use_debanding", + "type": "bool" } ] }, { - "name": "get_dither_strength", + "name": "get_use_debanding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { - "type": "float", - "meta": "float" + "type": "bool" } }, { "name": "set_night_sky", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "night_sky", @@ -129244,8 +142015,9 @@ "name": "get_night_sky", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -129316,10 +142088,10 @@ "index": -1 }, { - "type": "float", - "name": "dither_strength", - "setter": "set_dither_strength", - "getter": "get_dither_strength", + "type": "bool", + "name": "use_debanding", + "setter": "set_use_debanding", + "getter": "get_use_debanding", "index": -1 }, { @@ -129342,8 +142114,9 @@ "name": "move_and_collide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1474135307, + "hash": 378039958, "return_value": { "type": "KinematicCollision2D" }, @@ -129369,8 +142142,9 @@ "name": "test_move", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 2511075124, "return_value": { "type": "bool" }, @@ -129400,8 +142174,9 @@ "name": "get_collision_exceptions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -129410,8 +142185,9 @@ "name": "add_collision_exception_with", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "body", @@ -129423,8 +142199,9 @@ "name": "remove_collision_exception_with", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "body", @@ -129445,8 +142222,9 @@ "name": "move_and_collide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 648153669, + "hash": 3880675835, "return_value": { "type": "KinematicCollision3D" }, @@ -129478,8 +142256,9 @@ "name": "test_move", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4023896206, + "hash": 272483429, "return_value": { "type": "bool" }, @@ -129515,8 +142294,9 @@ "name": "set_axis_lock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1787895195, "arguments": [ { "name": "axis", @@ -129532,8 +142312,9 @@ "name": "get_axis_lock", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2264617709, "return_value": { "type": "bool" }, @@ -129548,8 +142329,9 @@ "name": "get_collision_exceptions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -129558,8 +142340,9 @@ "name": "add_collision_exception_with", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "body", @@ -129571,8 +142354,9 @@ "name": "remove_collision_exception_with", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "body", @@ -129637,8 +142421,9 @@ "name": "get_total_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -129647,8 +142432,9 @@ "name": "get_total_linear_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129658,8 +142444,9 @@ "name": "get_total_angular_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129669,8 +142456,9 @@ "name": "get_center_of_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -129679,8 +142467,9 @@ "name": "get_center_of_mass_local", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -129689,8 +142478,9 @@ "name": "get_inverse_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129700,8 +142490,9 @@ "name": "get_inverse_inertia", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129711,8 +142502,9 @@ "name": "set_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "velocity", @@ -129724,8 +142516,9 @@ "name": "get_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -129734,8 +142527,9 @@ "name": "set_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "velocity", @@ -129748,8 +142542,9 @@ "name": "get_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129759,8 +142554,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "transform", @@ -129772,8 +142568,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -129782,8 +142579,9 @@ "name": "get_velocity_at_local_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2656412154, "return_value": { "type": "Vector2" }, @@ -129798,8 +142596,9 @@ "name": "apply_central_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "impulse", @@ -129811,8 +142610,9 @@ "name": "apply_torque_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "impulse", @@ -129825,8 +142625,9 @@ "name": "apply_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 496058220, "arguments": [ { "name": "impulse", @@ -129843,8 +142644,9 @@ "name": "apply_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2823412066, + "hash": 3862383994, "arguments": [ { "name": "force", @@ -129857,8 +142659,9 @@ "name": "apply_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 496058220, "arguments": [ { "name": "force", @@ -129875,8 +142678,9 @@ "name": "apply_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "torque", @@ -129889,8 +142693,9 @@ "name": "add_constant_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2823412066, + "hash": 3862383994, "arguments": [ { "name": "force", @@ -129903,8 +142708,9 @@ "name": "add_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 496058220, "arguments": [ { "name": "force", @@ -129921,8 +142727,9 @@ "name": "add_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "torque", @@ -129935,8 +142742,9 @@ "name": "set_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "force", @@ -129948,8 +142756,9 @@ "name": "get_constant_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -129958,8 +142767,9 @@ "name": "set_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "torque", @@ -129972,8 +142782,9 @@ "name": "get_constant_torque", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -129983,8 +142794,9 @@ "name": "set_sleep_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -129996,8 +142808,9 @@ "name": "is_sleeping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -130006,8 +142819,9 @@ "name": "get_contact_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -130017,8 +142831,9 @@ "name": "get_contact_local_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -130034,8 +142849,9 @@ "name": "get_contact_local_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -130051,8 +142867,9 @@ "name": "get_contact_local_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -130069,8 +142886,9 @@ "name": "get_contact_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3457211756, "return_value": { "type": "RID" }, @@ -130086,8 +142904,9 @@ "name": "get_contact_collider_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -130103,8 +142922,9 @@ "name": "get_contact_collider_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint64" @@ -130121,8 +142941,9 @@ "name": "get_contact_collider_object", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2310046134, "return_value": { "type": "Object" }, @@ -130138,8 +142959,9 @@ "name": "get_contact_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -130156,8 +142978,9 @@ "name": "get_contact_collider_velocity_at_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -130173,8 +142996,9 @@ "name": "get_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -130184,15 +143008,17 @@ "name": "integrate_forces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_space_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1631620006, "return_value": { "type": "PhysicsDirectSpaceState2D" } @@ -130296,8 +143122,9 @@ "name": "get_total_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130306,8 +143133,9 @@ "name": "get_total_linear_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -130317,8 +143145,9 @@ "name": "get_total_angular_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -130328,8 +143157,9 @@ "name": "get_center_of_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130338,8 +143168,9 @@ "name": "get_center_of_mass_local", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130348,8 +143179,9 @@ "name": "get_principal_inertia_axes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1222331677, "return_value": { "type": "Basis" } @@ -130358,8 +143190,9 @@ "name": "get_inverse_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -130369,8 +143202,9 @@ "name": "get_inverse_inertia", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130379,8 +143213,9 @@ "name": "set_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "velocity", @@ -130392,8 +143227,9 @@ "name": "get_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130402,8 +143238,9 @@ "name": "set_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "velocity", @@ -130415,8 +143252,9 @@ "name": "get_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130425,8 +143263,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "transform", @@ -130438,8 +143277,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -130448,8 +143288,9 @@ "name": "get_velocity_at_local_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 192990374, "return_value": { "type": "Vector3" }, @@ -130464,8 +143305,9 @@ "name": "apply_central_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1131268653, + "hash": 2007698547, "arguments": [ { "name": "impulse", @@ -130478,8 +143320,9 @@ "name": "apply_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "impulse", @@ -130496,8 +143339,9 @@ "name": "apply_torque_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "impulse", @@ -130509,8 +143353,9 @@ "name": "apply_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1131268653, + "hash": 2007698547, "arguments": [ { "name": "force", @@ -130523,8 +143368,9 @@ "name": "apply_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "force", @@ -130541,8 +143387,9 @@ "name": "apply_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "torque", @@ -130554,8 +143401,9 @@ "name": "add_constant_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1131268653, + "hash": 2007698547, "arguments": [ { "name": "force", @@ -130568,8 +143416,9 @@ "name": "add_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "force", @@ -130586,8 +143435,9 @@ "name": "add_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "torque", @@ -130599,8 +143449,9 @@ "name": "set_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "force", @@ -130612,8 +143463,9 @@ "name": "get_constant_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130622,8 +143474,9 @@ "name": "set_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "torque", @@ -130635,8 +143488,9 @@ "name": "get_constant_torque", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -130645,8 +143499,9 @@ "name": "set_sleep_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -130658,8 +143513,9 @@ "name": "is_sleeping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -130668,8 +143524,9 @@ "name": "get_contact_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -130679,8 +143536,9 @@ "name": "get_contact_local_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -130696,8 +143554,9 @@ "name": "get_contact_local_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -130713,8 +143572,9 @@ "name": "get_contact_impulse", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -130731,8 +143591,9 @@ "name": "get_contact_local_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -130749,8 +143610,9 @@ "name": "get_contact_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3457211756, "return_value": { "type": "RID" }, @@ -130766,8 +143628,9 @@ "name": "get_contact_collider_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -130783,8 +143646,9 @@ "name": "get_contact_collider_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint64" @@ -130801,8 +143665,9 @@ "name": "get_contact_collider_object", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2310046134, "return_value": { "type": "Object" }, @@ -130818,8 +143683,9 @@ "name": "get_contact_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -130836,8 +143702,9 @@ "name": "get_contact_collider_velocity_at_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -130853,8 +143720,9 @@ "name": "get_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -130864,15 +143732,17 @@ "name": "integrate_forces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_space_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3302649386, "return_value": { "type": "PhysicsDirectSpaceState3D" } @@ -130972,6 +143842,575 @@ } ] }, + { + "name": "PhysicsDirectBodyState3DExtension", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "PhysicsDirectBodyState3D", + "api_type": "core", + "methods": [ + { + "name": "_get_total_gravity", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_get_total_linear_damp", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + } + }, + { + "name": "_get_total_angular_damp", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + } + }, + { + "name": "_get_center_of_mass", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_get_center_of_mass_local", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_get_principal_inertia_axes", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Basis" + } + }, + { + "name": "_get_inverse_mass", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + } + }, + { + "name": "_get_inverse_inertia", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_set_linear_velocity", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "velocity", + "type": "Vector3" + } + ] + }, + { + "name": "_get_linear_velocity", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_set_angular_velocity", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "velocity", + "type": "Vector3" + } + ] + }, + { + "name": "_get_angular_velocity", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_set_transform", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "transform", + "type": "Transform3D" + } + ] + }, + { + "name": "_get_transform", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Transform3D" + } + }, + { + "name": "_get_velocity_at_local_position", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "local_position", + "type": "Vector3" + } + ] + }, + { + "name": "_apply_central_impulse", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "impulse", + "type": "Vector3" + } + ] + }, + { + "name": "_apply_impulse", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "impulse", + "type": "Vector3" + }, + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "_apply_torque_impulse", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "impulse", + "type": "Vector3" + } + ] + }, + { + "name": "_apply_central_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "force", + "type": "Vector3" + } + ] + }, + { + "name": "_apply_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "force", + "type": "Vector3" + }, + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "_apply_torque", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "torque", + "type": "Vector3" + } + ] + }, + { + "name": "_add_constant_central_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "force", + "type": "Vector3" + } + ] + }, + { + "name": "_add_constant_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "force", + "type": "Vector3" + }, + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "_add_constant_torque", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "torque", + "type": "Vector3" + } + ] + }, + { + "name": "_set_constant_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "force", + "type": "Vector3" + } + ] + }, + { + "name": "_get_constant_force", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_set_constant_torque", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "torque", + "type": "Vector3" + } + ] + }, + { + "name": "_get_constant_torque", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + } + }, + { + "name": "_set_sleep_state", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "_is_sleeping", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_contact_count", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_contact_local_position", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_local_normal", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_impulse", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_local_shape", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_collider", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_collider_position", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_collider_id", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_collider_object", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Object" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_collider_shape", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_contact_collider_velocity_at_position", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "contact_idx", + "type": "int" + } + ] + }, + { + "name": "_get_step", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + } + }, + { + "name": "_integrate_forces", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_get_space_state", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PhysicsDirectSpaceState3D" + } + } + ] + }, { "name": "PhysicsDirectSpaceState2D", "is_refcounted": false, @@ -130983,8 +144422,9 @@ "name": "intersect_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 101656736, "return_value": { "type": "Array" }, @@ -131005,8 +144445,9 @@ "name": "intersect_ray", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3672739749, "return_value": { "type": "Dictionary" }, @@ -131021,8 +144462,9 @@ "name": "intersect_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 4064871447, "return_value": { "type": "Array" }, @@ -131043,8 +144485,9 @@ "name": "cast_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2821029718, "return_value": { "type": "Array" }, @@ -131059,8 +144502,9 @@ "name": "collide_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 4064871447, "return_value": { "type": "Array" }, @@ -131081,8 +144525,9 @@ "name": "get_rest_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2829015571, "return_value": { "type": "Dictionary" }, @@ -131106,8 +144551,9 @@ "name": "intersect_point", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 1762051080, "return_value": { "type": "Array" }, @@ -131128,8 +144574,9 @@ "name": "intersect_ray", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3732255126, "return_value": { "type": "Dictionary" }, @@ -131144,8 +144591,9 @@ "name": "intersect_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3459242731, "return_value": { "type": "Array" }, @@ -131166,8 +144614,9 @@ "name": "cast_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3383588551, "return_value": { "type": "Array" }, @@ -131182,8 +144631,9 @@ "name": "collide_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3459242731, "return_value": { "type": "Array" }, @@ -131204,8 +144654,9 @@ "name": "get_rest_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1137323613, "return_value": { "type": "Dictionary" }, @@ -131218,6 +144669,311 @@ } ] }, + { + "name": "PhysicsDirectSpaceState3DExtension", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "PhysicsDirectSpaceState3D", + "api_type": "core", + "methods": [ + { + "name": "_intersect_ray", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "from", + "type": "Vector3" + }, + { + "name": "to", + "type": "Vector3" + }, + { + "name": "collision_mask", + "type": "int" + }, + { + "name": "collide_with_bodies", + "type": "bool" + }, + { + "name": "collide_with_areas", + "type": "bool" + }, + { + "name": "hit_from_inside", + "type": "bool" + }, + { + "name": "hit_back_faces", + "type": "bool" + }, + { + "name": "result", + "type": "PhysicsServer3DExtensionRayResult*" + } + ] + }, + { + "name": "_intersect_point", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "position", + "type": "Vector3" + }, + { + "name": "collision_mask", + "type": "int" + }, + { + "name": "collide_with_bodies", + "type": "bool" + }, + { + "name": "collide_with_areas", + "type": "bool" + }, + { + "name": "results", + "type": "PhysicsServer3DExtensionShapeResult*" + }, + { + "name": "max_results", + "type": "int" + } + ] + }, + { + "name": "_intersect_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "shape_rid", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform3D" + }, + { + "name": "motion", + "type": "Vector3" + }, + { + "name": "margin", + "type": "float" + }, + { + "name": "collision_mask", + "type": "int" + }, + { + "name": "collide_with_bodies", + "type": "bool" + }, + { + "name": "collide_with_areas", + "type": "bool" + }, + { + "name": "result_count", + "type": "PhysicsServer3DExtensionShapeResult*" + }, + { + "name": "max_results", + "type": "int" + } + ] + }, + { + "name": "_cast_motion", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "shape_rid", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform3D" + }, + { + "name": "motion", + "type": "Vector3" + }, + { + "name": "margin", + "type": "float" + }, + { + "name": "collision_mask", + "type": "int" + }, + { + "name": "collide_with_bodies", + "type": "bool" + }, + { + "name": "collide_with_areas", + "type": "bool" + }, + { + "name": "closest_safe", + "type": "float*" + }, + { + "name": "closest_unsafe", + "type": "float*" + }, + { + "name": "info", + "type": "PhysicsServer3DExtensionShapeRestInfo*" + } + ] + }, + { + "name": "_collide_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "shape_rid", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform3D" + }, + { + "name": "motion", + "type": "Vector3" + }, + { + "name": "margin", + "type": "float" + }, + { + "name": "collision_mask", + "type": "int" + }, + { + "name": "collide_with_bodies", + "type": "bool" + }, + { + "name": "collide_with_areas", + "type": "bool" + }, + { + "name": "results", + "type": "void*" + }, + { + "name": "max_results", + "type": "int" + }, + { + "name": "result_count", + "type": "int32_t*" + } + ] + }, + { + "name": "_rest_info", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "shape_rid", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform3D" + }, + { + "name": "motion", + "type": "Vector3" + }, + { + "name": "margin", + "type": "float" + }, + { + "name": "collision_mask", + "type": "int" + }, + { + "name": "collide_with_bodies", + "type": "bool" + }, + { + "name": "collide_with_areas", + "type": "bool" + }, + { + "name": "rest_info", + "type": "PhysicsServer3DExtensionShapeRestInfo*" + } + ] + }, + { + "name": "_get_closest_point_to_object_volume", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "object", + "type": "RID" + }, + { + "name": "point", + "type": "Vector3" + } + ] + } + ] + }, { "name": "PhysicsMaterial", "is_refcounted": true, @@ -131229,8 +144985,9 @@ "name": "set_friction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "friction", @@ -131243,8 +145000,9 @@ "name": "get_friction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -131254,8 +145012,9 @@ "name": "set_rough", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "rough", @@ -131267,8 +145026,9 @@ "name": "is_rough", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131277,8 +145037,9 @@ "name": "set_bounce", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bounce", @@ -131291,8 +145052,9 @@ "name": "get_bounce", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -131302,8 +145064,9 @@ "name": "set_absorbent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "absorbent", @@ -131315,8 +145078,9 @@ "name": "is_absorbent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131364,8 +145128,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "position", @@ -131377,8 +145142,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -131387,8 +145153,9 @@ "name": "set_canvas_instance_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "canvas_instance_id", @@ -131401,8 +145168,9 @@ "name": "get_canvas_instance_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -131412,8 +145180,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -131426,8 +145195,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -131437,8 +145207,9 @@ "name": "set_exclude", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude", @@ -131450,8 +145221,9 @@ "name": "get_exclude", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -131460,8 +145232,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -131473,8 +145246,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131483,8 +145257,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -131496,8 +145271,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131559,8 +145335,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "position", @@ -131572,8 +145349,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -131582,8 +145360,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -131596,8 +145375,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -131607,8 +145387,9 @@ "name": "set_exclude", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude", @@ -131620,8 +145401,9 @@ "name": "get_exclude", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -131630,8 +145412,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -131643,8 +145426,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131653,8 +145437,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -131666,8 +145451,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131722,8 +145508,9 @@ "name": "set_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "from", @@ -131735,8 +145522,9 @@ "name": "get_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -131745,8 +145533,9 @@ "name": "set_to", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "to", @@ -131758,8 +145547,9 @@ "name": "get_to", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -131768,8 +145558,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -131782,8 +145573,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -131793,8 +145585,9 @@ "name": "set_exclude", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude", @@ -131806,8 +145599,9 @@ "name": "get_exclude", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -131816,8 +145610,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -131829,8 +145624,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131839,8 +145635,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -131852,8 +145649,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131862,8 +145660,9 @@ "name": "set_hit_from_inside", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -131875,8 +145674,9 @@ "name": "is_hit_from_inside_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -131945,8 +145745,9 @@ "name": "set_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "from", @@ -131958,8 +145759,9 @@ "name": "get_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -131968,8 +145770,9 @@ "name": "set_to", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "to", @@ -131981,8 +145784,9 @@ "name": "get_to", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -131991,8 +145795,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -132005,8 +145810,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -132016,8 +145822,9 @@ "name": "set_exclude", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude", @@ -132029,8 +145836,9 @@ "name": "get_exclude", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -132039,8 +145847,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -132052,8 +145861,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -132062,8 +145872,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -132075,8 +145886,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -132085,8 +145897,9 @@ "name": "set_hit_from_inside", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -132098,8 +145911,9 @@ "name": "is_hit_from_inside_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -132108,8 +145922,9 @@ "name": "set_hit_back_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -132121,8 +145936,9 @@ "name": "is_hit_back_faces_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -132194,130 +146010,9 @@ "inherits": "Object", "api_type": "core", "enums": [ - { - "name": "ProcessInfo", - "values": [ - { - "name": "INFO_ACTIVE_OBJECTS", - "value": 0 - }, - { - "name": "INFO_COLLISION_PAIRS", - "value": 1 - }, - { - "name": "INFO_ISLAND_COUNT", - "value": 2 - } - ] - }, - { - "name": "AreaBodyStatus", - "values": [ - { - "name": "AREA_BODY_ADDED", - "value": 0 - }, - { - "name": "AREA_BODY_REMOVED", - "value": 1 - } - ] - }, - { - "name": "BodyMode", - "values": [ - { - "name": "BODY_MODE_STATIC", - "value": 0 - }, - { - "name": "BODY_MODE_KINEMATIC", - "value": 1 - }, - { - "name": "BODY_MODE_DYNAMIC", - "value": 2 - }, - { - "name": "BODY_MODE_DYNAMIC_LINEAR", - "value": 3 - } - ] - }, - { - "name": "ShapeType", - "values": [ - { - "name": "SHAPE_WORLD_BOUNDARY", - "value": 0 - }, - { - "name": "SHAPE_SEPARATION_RAY", - "value": 1 - }, - { - "name": "SHAPE_SEGMENT", - "value": 2 - }, - { - "name": "SHAPE_CIRCLE", - "value": 3 - }, - { - "name": "SHAPE_RECTANGLE", - "value": 4 - }, - { - "name": "SHAPE_CAPSULE", - "value": 5 - }, - { - "name": "SHAPE_CONVEX_POLYGON", - "value": 6 - }, - { - "name": "SHAPE_CONCAVE_POLYGON", - "value": 7 - }, - { - "name": "SHAPE_CUSTOM", - "value": 8 - } - ] - }, - { - "name": "JointParam", - "values": [ - { - "name": "JOINT_PARAM_BIAS", - "value": 0 - }, - { - "name": "JOINT_PARAM_MAX_BIAS", - "value": 1 - }, - { - "name": "JOINT_PARAM_MAX_FORCE", - "value": 2 - } - ] - }, - { - "name": "BodyDampMode", - "values": [ - { - "name": "BODY_DAMP_MODE_COMBINE", - "value": 0 - }, - { - "name": "BODY_DAMP_MODE_REPLACE", - "value": 1 - } - ] - }, { "name": "SpaceParameter", + "is_bitfield": false, "values": [ { "name": "SPACE_PARAM_CONTACT_RECYCLE_RADIUS", @@ -132358,161 +146053,50 @@ ] }, { - "name": "JointType", + "name": "ShapeType", + "is_bitfield": false, "values": [ { - "name": "JOINT_TYPE_PIN", + "name": "SHAPE_WORLD_BOUNDARY", "value": 0 }, { - "name": "JOINT_TYPE_GROOVE", + "name": "SHAPE_SEPARATION_RAY", "value": 1 }, { - "name": "JOINT_TYPE_DAMPED_SPRING", + "name": "SHAPE_SEGMENT", "value": 2 }, { - "name": "JOINT_TYPE_MAX", - "value": 3 - } - ] - }, - { - "name": "CCDMode", - "values": [ - { - "name": "CCD_MODE_DISABLED", - "value": 0 - }, - { - "name": "CCD_MODE_CAST_RAY", - "value": 1 - }, - { - "name": "CCD_MODE_CAST_SHAPE", - "value": 2 - } - ] - }, - { - "name": "DampedSpringParam", - "values": [ - { - "name": "DAMPED_SPRING_REST_LENGTH", - "value": 0 - }, - { - "name": "DAMPED_SPRING_STIFFNESS", - "value": 1 - }, - { - "name": "DAMPED_SPRING_DAMPING", - "value": 2 - } - ] - }, - { - "name": "BodyState", - "values": [ - { - "name": "BODY_STATE_TRANSFORM", - "value": 0 - }, - { - "name": "BODY_STATE_LINEAR_VELOCITY", - "value": 1 - }, - { - "name": "BODY_STATE_ANGULAR_VELOCITY", - "value": 2 - }, - { - "name": "BODY_STATE_SLEEPING", + "name": "SHAPE_CIRCLE", "value": 3 }, { - "name": "BODY_STATE_CAN_SLEEP", - "value": 4 - } - ] - }, - { - "name": "BodyParameter", - "values": [ - { - "name": "BODY_PARAM_BOUNCE", - "value": 0 - }, - { - "name": "BODY_PARAM_FRICTION", - "value": 1 - }, - { - "name": "BODY_PARAM_MASS", - "value": 2 - }, - { - "name": "BODY_PARAM_INERTIA", - "value": 3 - }, - { - "name": "BODY_PARAM_CENTER_OF_MASS", + "name": "SHAPE_RECTANGLE", "value": 4 }, { - "name": "BODY_PARAM_GRAVITY_SCALE", + "name": "SHAPE_CAPSULE", "value": 5 }, { - "name": "BODY_PARAM_LINEAR_DAMP_MODE", + "name": "SHAPE_CONVEX_POLYGON", "value": 6 }, { - "name": "BODY_PARAM_ANGULAR_DAMP_MODE", + "name": "SHAPE_CONCAVE_POLYGON", "value": 7 }, { - "name": "BODY_PARAM_LINEAR_DAMP", + "name": "SHAPE_CUSTOM", "value": 8 - }, - { - "name": "BODY_PARAM_ANGULAR_DAMP", - "value": 9 - }, - { - "name": "BODY_PARAM_MAX", - "value": 10 - } - ] - }, - { - "name": "AreaSpaceOverrideMode", - "values": [ - { - "name": "AREA_SPACE_OVERRIDE_DISABLED", - "value": 0 - }, - { - "name": "AREA_SPACE_OVERRIDE_COMBINE", - "value": 1 - }, - { - "name": "AREA_SPACE_OVERRIDE_COMBINE_REPLACE", - "value": 2 - }, - { - "name": "AREA_SPACE_OVERRIDE_REPLACE", - "value": 3 - }, - { - "name": "AREA_SPACE_OVERRIDE_REPLACE_COMBINE", - "value": 4 } ] }, { "name": "AreaParameter", + "is_bitfield": false, "values": [ { "name": "AREA_PARAM_GRAVITY_OVERRIDE_MODE", @@ -132559,2001 +146143,36 @@ "value": 10 } ] - } - ], - "methods": [ - { - "name": "world_boundary_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "separation_ray_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "segment_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "circle_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "rectangle_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "capsule_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "convex_polygon_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "concave_polygon_shape_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "shape_set_data", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "shape", - "type": "RID" - }, - { - "name": "data", - "type": "Variant" - } - ] - }, - { - "name": "shape_get_type", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "enum::PhysicsServer2D.ShapeType" - }, - "arguments": [ - { - "name": "shape", - "type": "RID" - } - ] - }, - { - "name": "shape_get_data", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "shape", - "type": "RID" - } - ] - }, - { - "name": "space_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "space_set_active", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "space", - "type": "RID" - }, - { - "name": "active", - "type": "bool" - } - ] - }, - { - "name": "space_is_active", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "space", - "type": "RID" - } - ] - }, - { - "name": "space_set_param", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "space", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.SpaceParameter" - }, - { - "name": "value", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "space_get_param", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "space", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.SpaceParameter" - } - ] - }, - { - "name": "space_get_direct_state", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135374087, - "return_value": { - "type": "PhysicsDirectSpaceState2D" - }, - "arguments": [ - { - "name": "space", - "type": "RID" - } - ] - }, - { - "name": "area_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "area_set_space", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "space", - "type": "RID" - } - ] - }, - { - "name": "area_get_space", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "RID" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - } - ] - }, - { - "name": "area_add_shape", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 221802731, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "shape", - "type": "RID" - }, - { - "name": "transform", - "type": "Transform2D", - "default_value": "Transform2D(1, 0, 0, 1, 0, 0)" - }, - { - "name": "disabled", - "type": "bool", - "default_value": "false" - } - ] - }, - { - "name": "area_set_shape", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "shape", - "type": "RID" - } - ] - }, - { - "name": "area_set_shape_transform", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "transform", - "type": "Transform2D" - } - ] - }, - { - "name": "area_set_shape_disabled", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "disabled", - "type": "bool" - } - ] - }, - { - "name": "area_get_shape_count", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - } - ] - }, - { - "name": "area_get_shape", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "RID" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "area_get_shape_transform", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "Transform2D" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "area_remove_shape", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "area_clear_shapes", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "area", - "type": "RID" - } - ] - }, - { - "name": "area_set_collision_layer", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "layer", - "type": "int", - "meta": "uint32" - } - ] - }, - { - "name": "area_set_collision_mask", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "mask", - "type": "int", - "meta": "uint32" - } - ] - }, - { - "name": "area_set_param", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.AreaParameter" - }, - { - "name": "value", - "type": "Variant" - } - ] - }, - { - "name": "area_set_transform", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "transform", - "type": "Transform2D" - } - ] - }, - { - "name": "area_get_param", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.AreaParameter" - } - ] - }, - { - "name": "area_get_transform", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "Transform2D" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - } - ] - }, - { - "name": "area_attach_object_instance_id", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "id", - "type": "int", - "meta": "uint64" - } - ] - }, - { - "name": "area_get_object_instance_id", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "uint64" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - } - ] - }, - { - "name": "area_attach_canvas_instance_id", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "id", - "type": "int", - "meta": "uint64" - } - ] - }, - { - "name": "area_get_canvas_instance_id", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "uint64" - }, - "arguments": [ - { - "name": "area", - "type": "RID" - } - ] - }, - { - "name": "area_set_monitor_callback", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "callback", - "type": "Callable" - } - ] - }, - { - "name": "area_set_area_monitor_callback", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "callback", - "type": "Callable" - } - ] - }, - { - "name": "area_set_monitorable", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "area", - "type": "RID" - }, - { - "name": "monitorable", - "type": "bool" - } - ] - }, - { - "name": "body_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "body_set_space", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "space", - "type": "RID" - } - ] - }, - { - "name": "body_get_space", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "RID" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_mode", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "mode", - "type": "enum::PhysicsServer2D.BodyMode" - } - ] - }, - { - "name": "body_get_mode", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "enum::PhysicsServer2D.BodyMode" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_add_shape", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 221802731, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape", - "type": "RID" - }, - { - "name": "transform", - "type": "Transform2D", - "default_value": "Transform2D(1, 0, 0, 1, 0, 0)" - }, - { - "name": "disabled", - "type": "bool", - "default_value": "false" - } - ] - }, - { - "name": "body_set_shape", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "shape", - "type": "RID" - } - ] - }, - { - "name": "body_set_shape_transform", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "transform", - "type": "Transform2D" - } - ] - }, - { - "name": "body_get_shape_count", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_get_shape", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "RID" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "body_get_shape_transform", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "Transform2D" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "body_remove_shape", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - } - ] }, { - "name": "body_clear_shapes", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_shape_disabled", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "disabled", - "type": "bool" - } - ] - }, - { - "name": "body_set_shape_as_one_way_collision", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134295977, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "shape_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "enable", - "type": "bool" - }, - { - "name": "margin", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "body_attach_object_instance_id", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "id", - "type": "int", - "meta": "uint64" - } - ] - }, - { - "name": "body_get_object_instance_id", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "uint64" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_attach_canvas_instance_id", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "id", - "type": "int", - "meta": "uint64" - } - ] - }, - { - "name": "body_get_canvas_instance_id", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "uint64" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_continuous_collision_detection_mode", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "mode", - "type": "enum::PhysicsServer2D.CCDMode" - } - ] - }, - { - "name": "body_get_continuous_collision_detection_mode", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "enum::PhysicsServer2D.CCDMode" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_collision_layer", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "layer", - "type": "int", - "meta": "uint32" - } - ] - }, - { - "name": "body_get_collision_layer", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "uint32" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_collision_mask", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "mask", - "type": "int", - "meta": "uint32" - } - ] - }, - { - "name": "body_get_collision_mask", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "uint32" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_param", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.BodyParameter" - }, - { - "name": "value", - "type": "Variant" - } - ] - }, - { - "name": "body_get_param", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.BodyParameter" - } - ] - }, - { - "name": "body_reset_mass_properties", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_state", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "state", - "type": "enum::PhysicsServer2D.BodyState" - }, - { - "name": "value", - "type": "Variant" - } - ] - }, - { - "name": "body_get_state", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "Variant" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "state", - "type": "enum::PhysicsServer2D.BodyState" - } - ] - }, - { - "name": "body_apply_central_impulse", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "impulse", - "type": "Vector2" - } - ] - }, - { - "name": "body_apply_torque_impulse", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "impulse", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "body_apply_impulse", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135649961, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "impulse", - "type": "Vector2" - }, - { - "name": "position", - "type": "Vector2", - "default_value": "Vector2(0, 0)" - } - ] - }, - { - "name": "body_apply_central_force", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "force", - "type": "Vector2" - } - ] - }, - { - "name": "body_apply_force", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135649961, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "force", - "type": "Vector2" - }, - { - "name": "position", - "type": "Vector2", - "default_value": "Vector2(0, 0)" - } - ] - }, - { - "name": "body_apply_torque", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "torque", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "body_add_constant_central_force", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "force", - "type": "Vector2" - } - ] - }, - { - "name": "body_add_constant_force", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135649961, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "force", - "type": "Vector2" - }, - { - "name": "position", - "type": "Vector2", - "default_value": "Vector2(0, 0)" - } - ] - }, - { - "name": "body_add_constant_torque", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "torque", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "body_set_constant_force", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "force", - "type": "Vector2" - } - ] - }, - { - "name": "body_get_constant_force", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "Vector2" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_constant_torque", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "torque", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "body_get_constant_torque", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_axis_velocity", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "axis_velocity", - "type": "Vector2" - } - ] - }, - { - "name": "body_add_collision_exception", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "excepted_body", - "type": "RID" - } - ] - }, - { - "name": "body_remove_collision_exception", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "excepted_body", - "type": "RID" - } - ] - }, - { - "name": "body_set_max_contacts_reported", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "amount", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "body_get_max_contacts_reported", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_omit_force_integration", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "enable", - "type": "bool" - } - ] - }, - { - "name": "body_is_omitting_force_integration", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "body_set_force_integration_callback", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135649961, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "callable", - "type": "Callable" - }, - { - "name": "userdata", - "type": "Variant", - "default_value": "null" - } - ] - }, - { - "name": "body_test_motion", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 174785354, - "return_value": { - "type": "bool" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - }, - { - "name": "parameters", - "type": "PhysicsTestMotionParameters2D" - }, - { - "name": "result", - "type": "PhysicsTestMotionResult2D", - "default_value": "null" - } - ] - }, - { - "name": "body_get_direct_state", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135374087, - "return_value": { - "type": "PhysicsDirectBodyState2D" - }, - "arguments": [ - { - "name": "body", - "type": "RID" - } - ] - }, - { - "name": "joint_create", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "RID" - } - }, - { - "name": "joint_clear", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "joint", - "type": "RID" - } - ] - }, - { - "name": "joint_set_param", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "joint", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.JointParam" - }, - { - "name": "value", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "joint_get_param", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "joint", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.JointParam" - } - ] - }, - { - "name": "joint_make_pin", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 136835882, - "arguments": [ - { - "name": "joint", - "type": "RID" - }, - { - "name": "anchor", - "type": "Vector2" - }, - { - "name": "body_a", - "type": "RID" - }, - { - "name": "body_b", - "type": "RID", - "default_value": "" - } - ] - }, - { - "name": "joint_make_groove", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 300073517, - "arguments": [ - { - "name": "joint", - "type": "RID" - }, - { - "name": "groove1_a", - "type": "Vector2" - }, - { - "name": "groove2_a", - "type": "Vector2" - }, - { - "name": "anchor_b", - "type": "Vector2" - }, - { - "name": "body_a", - "type": "RID", - "default_value": "" - }, - { - "name": "body_b", - "type": "RID", - "default_value": "" - } - ] - }, - { - "name": "joint_make_damped_spring", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 138021803, - "arguments": [ - { - "name": "joint", - "type": "RID" - }, - { - "name": "anchor_a", - "type": "Vector2" - }, - { - "name": "anchor_b", - "type": "Vector2" - }, - { - "name": "body_a", - "type": "RID" - }, - { - "name": "body_b", - "type": "RID", - "default_value": "" - } - ] - }, - { - "name": "damped_spring_joint_set_param", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "joint", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.DampedSpringParam" - }, - { - "name": "value", - "type": "float", - "meta": "float" - } - ] - }, - { - "name": "damped_spring_joint_get_param", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "float", - "meta": "float" - }, - "arguments": [ - { - "name": "joint", - "type": "RID" - }, - { - "name": "param", - "type": "enum::PhysicsServer2D.DampedSpringParam" - } - ] - }, - { - "name": "joint_get_type", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "enum::PhysicsServer2D.JointType" - }, - "arguments": [ - { - "name": "joint", - "type": "RID" - } - ] - }, - { - "name": "free_rid", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "rid", - "type": "RID" - } - ] - }, - { - "name": "set_active", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "active", - "type": "bool" - } - ] - }, - { - "name": "get_process_info", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135374087, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "process_info", - "type": "enum::PhysicsServer2D.ProcessInfo" - } - ] - } - ] - }, - { - "name": "PhysicsServer3D", - "is_refcounted": false, - "is_instantiable": false, - "inherits": "Object", - "api_type": "core", - "enums": [ - { - "name": "BodyAxis", + "name": "AreaSpaceOverrideMode", + "is_bitfield": false, "values": [ { - "name": "BODY_AXIS_LINEAR_X", + "name": "AREA_SPACE_OVERRIDE_DISABLED", + "value": 0 + }, + { + "name": "AREA_SPACE_OVERRIDE_COMBINE", "value": 1 }, { - "name": "BODY_AXIS_LINEAR_Y", + "name": "AREA_SPACE_OVERRIDE_COMBINE_REPLACE", "value": 2 }, { - "name": "BODY_AXIS_LINEAR_Z", + "name": "AREA_SPACE_OVERRIDE_REPLACE", + "value": 3 + }, + { + "name": "AREA_SPACE_OVERRIDE_REPLACE_COMBINE", "value": 4 - }, - { - "name": "BODY_AXIS_ANGULAR_X", - "value": 8 - }, - { - "name": "BODY_AXIS_ANGULAR_Y", - "value": 16 - }, - { - "name": "BODY_AXIS_ANGULAR_Z", - "value": 32 - } - ] - }, - { - "name": "ProcessInfo", - "values": [ - { - "name": "INFO_ACTIVE_OBJECTS", - "value": 0 - }, - { - "name": "INFO_COLLISION_PAIRS", - "value": 1 - }, - { - "name": "INFO_ISLAND_COUNT", - "value": 2 - } - ] - }, - { - "name": "AreaBodyStatus", - "values": [ - { - "name": "AREA_BODY_ADDED", - "value": 0 - }, - { - "name": "AREA_BODY_REMOVED", - "value": 1 } ] }, { "name": "BodyMode", + "is_bitfield": false, "values": [ { "name": "BODY_MODE_STATIC", @@ -134573,203 +146192,9 @@ } ] }, - { - "name": "ShapeType", - "values": [ - { - "name": "SHAPE_WORLD_BOUNDARY", - "value": 0 - }, - { - "name": "SHAPE_SEPARATION_RAY", - "value": 1 - }, - { - "name": "SHAPE_SPHERE", - "value": 2 - }, - { - "name": "SHAPE_BOX", - "value": 3 - }, - { - "name": "SHAPE_CAPSULE", - "value": 4 - }, - { - "name": "SHAPE_CYLINDER", - "value": 5 - }, - { - "name": "SHAPE_CONVEX_POLYGON", - "value": 6 - }, - { - "name": "SHAPE_CONCAVE_POLYGON", - "value": 7 - }, - { - "name": "SHAPE_HEIGHTMAP", - "value": 8 - }, - { - "name": "SHAPE_SOFT_BODY", - "value": 9 - }, - { - "name": "SHAPE_CUSTOM", - "value": 10 - } - ] - }, - { - "name": "PinJointParam", - "values": [ - { - "name": "PIN_JOINT_BIAS", - "value": 0 - }, - { - "name": "PIN_JOINT_DAMPING", - "value": 1 - }, - { - "name": "PIN_JOINT_IMPULSE_CLAMP", - "value": 2 - } - ] - }, - { - "name": "SpaceParameter", - "values": [ - { - "name": "SPACE_PARAM_CONTACT_RECYCLE_RADIUS", - "value": 0 - }, - { - "name": "SPACE_PARAM_CONTACT_MAX_SEPARATION", - "value": 1 - }, - { - "name": "SPACE_PARAM_CONTACT_MAX_ALLOWED_PENETRATION", - "value": 2 - }, - { - "name": "SPACE_PARAM_CONTACT_DEFAULT_BIAS", - "value": 3 - }, - { - "name": "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD", - "value": 4 - }, - { - "name": "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD", - "value": 5 - }, - { - "name": "SPACE_PARAM_BODY_TIME_TO_SLEEP", - "value": 6 - }, - { - "name": "SPACE_PARAM_SOLVER_ITERATIONS", - "value": 7 - } - ] - }, - { - "name": "BodyDampMode", - "values": [ - { - "name": "BODY_DAMP_MODE_COMBINE", - "value": 0 - }, - { - "name": "BODY_DAMP_MODE_REPLACE", - "value": 1 - } - ] - }, - { - "name": "ConeTwistJointParam", - "values": [ - { - "name": "CONE_TWIST_JOINT_SWING_SPAN", - "value": 0 - }, - { - "name": "CONE_TWIST_JOINT_TWIST_SPAN", - "value": 1 - }, - { - "name": "CONE_TWIST_JOINT_BIAS", - "value": 2 - }, - { - "name": "CONE_TWIST_JOINT_SOFTNESS", - "value": 3 - }, - { - "name": "CONE_TWIST_JOINT_RELAXATION", - "value": 4 - } - ] - }, - { - "name": "JointType", - "values": [ - { - "name": "JOINT_TYPE_PIN", - "value": 0 - }, - { - "name": "JOINT_TYPE_HINGE", - "value": 1 - }, - { - "name": "JOINT_TYPE_SLIDER", - "value": 2 - }, - { - "name": "JOINT_TYPE_CONE_TWIST", - "value": 3 - }, - { - "name": "JOINT_TYPE_6DOF", - "value": 4 - }, - { - "name": "JOINT_TYPE_MAX", - "value": 5 - } - ] - }, - { - "name": "BodyState", - "values": [ - { - "name": "BODY_STATE_TRANSFORM", - "value": 0 - }, - { - "name": "BODY_STATE_LINEAR_VELOCITY", - "value": 1 - }, - { - "name": "BODY_STATE_ANGULAR_VELOCITY", - "value": 2 - }, - { - "name": "BODY_STATE_SLEEPING", - "value": 3 - }, - { - "name": "BODY_STATE_CAN_SLEEP", - "value": 4 - } - ] - }, { "name": "BodyParameter", + "is_bitfield": false, "values": [ { "name": "BODY_PARAM_BOUNCE", @@ -134818,76 +146243,2297 @@ ] }, { - "name": "G6DOFJointAxisParam", + "name": "BodyDampMode", + "is_bitfield": false, "values": [ { - "name": "G6DOF_JOINT_LINEAR_LOWER_LIMIT", + "name": "BODY_DAMP_MODE_COMBINE", "value": 0 }, { - "name": "G6DOF_JOINT_LINEAR_UPPER_LIMIT", + "name": "BODY_DAMP_MODE_REPLACE", + "value": 1 + } + ] + }, + { + "name": "BodyState", + "is_bitfield": false, + "values": [ + { + "name": "BODY_STATE_TRANSFORM", + "value": 0 + }, + { + "name": "BODY_STATE_LINEAR_VELOCITY", "value": 1 }, { - "name": "G6DOF_JOINT_LINEAR_LIMIT_SOFTNESS", + "name": "BODY_STATE_ANGULAR_VELOCITY", "value": 2 }, { - "name": "G6DOF_JOINT_LINEAR_RESTITUTION", + "name": "BODY_STATE_SLEEPING", "value": 3 }, { - "name": "G6DOF_JOINT_LINEAR_DAMPING", + "name": "BODY_STATE_CAN_SLEEP", + "value": 4 + } + ] + }, + { + "name": "JointType", + "is_bitfield": false, + "values": [ + { + "name": "JOINT_TYPE_PIN", + "value": 0 + }, + { + "name": "JOINT_TYPE_GROOVE", + "value": 1 + }, + { + "name": "JOINT_TYPE_DAMPED_SPRING", + "value": 2 + }, + { + "name": "JOINT_TYPE_MAX", + "value": 3 + } + ] + }, + { + "name": "JointParam", + "is_bitfield": false, + "values": [ + { + "name": "JOINT_PARAM_BIAS", + "value": 0 + }, + { + "name": "JOINT_PARAM_MAX_BIAS", + "value": 1 + }, + { + "name": "JOINT_PARAM_MAX_FORCE", + "value": 2 + } + ] + }, + { + "name": "DampedSpringParam", + "is_bitfield": false, + "values": [ + { + "name": "DAMPED_SPRING_REST_LENGTH", + "value": 0 + }, + { + "name": "DAMPED_SPRING_STIFFNESS", + "value": 1 + }, + { + "name": "DAMPED_SPRING_DAMPING", + "value": 2 + } + ] + }, + { + "name": "CCDMode", + "is_bitfield": false, + "values": [ + { + "name": "CCD_MODE_DISABLED", + "value": 0 + }, + { + "name": "CCD_MODE_CAST_RAY", + "value": 1 + }, + { + "name": "CCD_MODE_CAST_SHAPE", + "value": 2 + } + ] + }, + { + "name": "AreaBodyStatus", + "is_bitfield": false, + "values": [ + { + "name": "AREA_BODY_ADDED", + "value": 0 + }, + { + "name": "AREA_BODY_REMOVED", + "value": 1 + } + ] + }, + { + "name": "ProcessInfo", + "is_bitfield": false, + "values": [ + { + "name": "INFO_ACTIVE_OBJECTS", + "value": 0 + }, + { + "name": "INFO_COLLISION_PAIRS", + "value": 1 + }, + { + "name": "INFO_ISLAND_COUNT", + "value": 2 + } + ] + } + ], + "methods": [ + { + "name": "world_boundary_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "separation_ray_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "segment_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "circle_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "rectangle_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "capsule_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "convex_polygon_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "concave_polygon_shape_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "shape_set_data", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3597234958, + "arguments": [ + { + "name": "shape", + "type": "RID" + }, + { + "name": "data", + "type": "Variant" + } + ] + }, + { + "name": "shape_get_type", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 366892689, + "return_value": { + "type": "enum::PhysicsServer2D.ShapeType" + }, + "arguments": [ + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "shape_get_data", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3706951583, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "space_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "space_set_active", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3760485695, + "arguments": [ + { + "name": "space", + "type": "RID" + }, + { + "name": "active", + "type": "bool" + } + ] + }, + { + "name": "space_is_active", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1263480955, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "space_set_param", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1772615830, + "arguments": [ + { + "name": "space", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.SpaceParameter" + }, + { + "name": "value", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "space_get_param", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 54546532, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "space", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.SpaceParameter" + } + ] + }, + { + "name": "space_get_direct_state", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3400591652, + "return_value": { + "type": "PhysicsDirectSpaceState2D" + }, + "arguments": [ + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "area_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "area_set_space", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3465483165, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "area_get_space", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2776947836, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "area_add_shape", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3573963502, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform2D", + "default_value": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "disabled", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "area_set_shape", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1017458435, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "area_set_shape_transform", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 700225374, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "transform", + "type": "Transform2D" + } + ] + }, + { + "name": "area_set_shape_disabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1904753495, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "area_get_shape_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "area_get_shape", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3845812860, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "area_get_shape_transform", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1080996065, + "return_value": { + "type": "Transform2D" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "area_remove_shape", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "area_clear_shapes", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "area_set_collision_layer", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "layer", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "area_set_collision_mask", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "mask", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "area_set_param", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3866181549, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.AreaParameter" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "area_set_transform", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2569846851, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform2D" + } + ] + }, + { + "name": "area_get_param", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1032393536, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.AreaParameter" + } + ] + }, + { + "name": "area_get_transform", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3601415685, + "return_value": { + "type": "Transform2D" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "area_attach_object_instance_id", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "id", + "type": "int", + "meta": "uint64" + } + ] + }, + { + "name": "area_get_object_instance_id", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "uint64" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "area_attach_canvas_instance_id", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "id", + "type": "int", + "meta": "uint64" + } + ] + }, + { + "name": "area_get_canvas_instance_id", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "uint64" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "area_set_monitor_callback", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2869628575, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "callback", + "type": "Callable" + } + ] + }, + { + "name": "area_set_area_monitor_callback", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2869628575, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "callback", + "type": "Callable" + } + ] + }, + { + "name": "area_set_monitorable", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3760485695, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "monitorable", + "type": "bool" + } + ] + }, + { + "name": "body_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "body_set_space", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3465483165, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "body_get_space", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2776947836, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1776178043, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "mode", + "type": "enum::PhysicsServer2D.BodyMode" + } + ] + }, + { + "name": "body_get_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 467074359, + "return_value": { + "type": "enum::PhysicsServer2D.BodyMode" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_add_shape", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3573963502, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform2D", + "default_value": "Transform2D(1, 0, 0, 1, 0, 0)" + }, + { + "name": "disabled", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "body_set_shape", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1017458435, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "body_set_shape_transform", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 700225374, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "transform", + "type": "Transform2D" + } + ] + }, + { + "name": "body_get_shape_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_get_shape", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3845812860, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "body_get_shape_transform", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1080996065, + "return_value": { + "type": "Transform2D" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "body_remove_shape", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "body_clear_shapes", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_shape_disabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1904753495, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "body_set_shape_as_one_way_collision", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2506311024, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "enable", + "type": "bool" + }, + { + "name": "margin", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "body_attach_object_instance_id", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "id", + "type": "int", + "meta": "uint64" + } + ] + }, + { + "name": "body_get_object_instance_id", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "uint64" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_attach_canvas_instance_id", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "id", + "type": "int", + "meta": "uint64" + } + ] + }, + { + "name": "body_get_canvas_instance_id", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "uint64" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_continuous_collision_detection_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 14978699, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "mode", + "type": "enum::PhysicsServer2D.CCDMode" + } + ] + }, + { + "name": "body_get_continuous_collision_detection_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 864994551, + "return_value": { + "type": "enum::PhysicsServer2D.CCDMode" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_collision_layer", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "layer", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "body_get_collision_layer", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "uint32" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_collision_mask", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "mask", + "type": "int", + "meta": "uint32" + } + ] + }, + { + "name": "body_get_collision_mask", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "uint32" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_param", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1052993681, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.BodyParameter" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "body_get_param", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2059987104, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.BodyParameter" + } + ] + }, + { + "name": "body_reset_mass_properties", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_state", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1280074837, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "state", + "type": "enum::PhysicsServer2D.BodyState" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "body_get_state", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 330297237, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "state", + "type": "enum::PhysicsServer2D.BodyState" + } + ] + }, + { + "name": "body_apply_central_impulse", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2134939734, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "impulse", + "type": "Vector2" + } + ] + }, + { + "name": "body_apply_torque_impulse", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4033792171, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "impulse", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "body_apply_impulse", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3238309948, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "impulse", + "type": "Vector2" + }, + { + "name": "position", + "type": "Vector2", + "default_value": "Vector2(0, 0)" + } + ] + }, + { + "name": "body_apply_central_force", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2134939734, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector2" + } + ] + }, + { + "name": "body_apply_force", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3238309948, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector2" + }, + { + "name": "position", + "type": "Vector2", + "default_value": "Vector2(0, 0)" + } + ] + }, + { + "name": "body_apply_torque", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4033792171, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "torque", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "body_add_constant_central_force", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2134939734, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector2" + } + ] + }, + { + "name": "body_add_constant_force", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3238309948, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector2" + }, + { + "name": "position", + "type": "Vector2", + "default_value": "Vector2(0, 0)" + } + ] + }, + { + "name": "body_add_constant_torque", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4033792171, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "torque", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "body_set_constant_force", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2134939734, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector2" + } + ] + }, + { + "name": "body_get_constant_force", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2902115780, + "return_value": { + "type": "Vector2" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_constant_torque", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4033792171, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "torque", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "body_get_constant_torque", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2071154628, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_axis_velocity", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2134939734, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "axis_velocity", + "type": "Vector2" + } + ] + }, + { + "name": "body_add_collision_exception", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3465483165, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "excepted_body", + "type": "RID" + } + ] + }, + { + "name": "body_remove_collision_exception", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3465483165, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "excepted_body", + "type": "RID" + } + ] + }, + { + "name": "body_set_max_contacts_reported", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "amount", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "body_get_max_contacts_reported", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_omit_force_integration", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3760485695, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "body_is_omitting_force_integration", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1263480955, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "body_set_force_integration_callback", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3484584134, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "callable", + "type": "Callable" + }, + { + "name": "userdata", + "type": "Variant", + "default_value": "null" + } + ] + }, + { + "name": "body_test_motion", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1580599383, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "parameters", + "type": "PhysicsTestMotionParameters2D" + }, + { + "name": "result", + "type": "PhysicsTestMotionResult2D", + "default_value": "null" + } + ] + }, + { + "name": "body_get_direct_state", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2474381616, + "return_value": { + "type": "PhysicsDirectBodyState2D" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "joint_create", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3200896285, + "return_value": { + "type": "RID" + } + }, + { + "name": "joint_clear", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "joint", + "type": "RID" + } + ] + }, + { + "name": "joint_set_param", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1251758338, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.JointParam" + }, + { + "name": "value", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "joint_get_param", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 248505964, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.JointParam" + } + ] + }, + { + "name": "joint_make_pin", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2063536421, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "anchor", + "type": "Vector2" + }, + { + "name": "body_a", + "type": "RID" + }, + { + "name": "body_b", + "type": "RID", + "default_value": "" + } + ] + }, + { + "name": "joint_make_groove", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3041076573, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "groove1_a", + "type": "Vector2" + }, + { + "name": "groove2_a", + "type": "Vector2" + }, + { + "name": "anchor_b", + "type": "Vector2" + }, + { + "name": "body_a", + "type": "RID", + "default_value": "" + }, + { + "name": "body_b", + "type": "RID", + "default_value": "" + } + ] + }, + { + "name": "joint_make_damped_spring", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2017479519, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "anchor_a", + "type": "Vector2" + }, + { + "name": "anchor_b", + "type": "Vector2" + }, + { + "name": "body_a", + "type": "RID" + }, + { + "name": "body_b", + "type": "RID", + "default_value": "" + } + ] + }, + { + "name": "damped_spring_joint_set_param", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2988607310, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.DampedSpringParam" + }, + { + "name": "value", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "damped_spring_joint_get_param", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3528365269, + "return_value": { + "type": "float", + "meta": "float" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer2D.DampedSpringParam" + } + ] + }, + { + "name": "joint_get_type", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3472072971, + "return_value": { + "type": "enum::PhysicsServer2D.JointType" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + } + ] + }, + { + "name": "free_rid", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2920490490, + "arguments": [ + { + "name": "rid", + "type": "RID" + } + ] + }, + { + "name": "set_active", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "active", + "type": "bool" + } + ] + }, + { + "name": "get_process_info", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 576496006, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "process_info", + "type": "enum::PhysicsServer2D.ProcessInfo" + } + ] + } + ] + }, + { + "name": "PhysicsServer3D", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core", + "enums": [ + { + "name": "JointType", + "is_bitfield": false, + "values": [ + { + "name": "JOINT_TYPE_PIN", + "value": 0 + }, + { + "name": "JOINT_TYPE_HINGE", + "value": 1 + }, + { + "name": "JOINT_TYPE_SLIDER", + "value": 2 + }, + { + "name": "JOINT_TYPE_CONE_TWIST", + "value": 3 + }, + { + "name": "JOINT_TYPE_6DOF", "value": 4 }, { - "name": "G6DOF_JOINT_LINEAR_MOTOR_TARGET_VELOCITY", + "name": "JOINT_TYPE_MAX", + "value": 5 + } + ] + }, + { + "name": "PinJointParam", + "is_bitfield": false, + "values": [ + { + "name": "PIN_JOINT_BIAS", + "value": 0 + }, + { + "name": "PIN_JOINT_DAMPING", + "value": 1 + }, + { + "name": "PIN_JOINT_IMPULSE_CLAMP", + "value": 2 + } + ] + }, + { + "name": "HingeJointParam", + "is_bitfield": false, + "values": [ + { + "name": "HINGE_JOINT_BIAS", + "value": 0 + }, + { + "name": "HINGE_JOINT_LIMIT_UPPER", + "value": 1 + }, + { + "name": "HINGE_JOINT_LIMIT_LOWER", + "value": 2 + }, + { + "name": "HINGE_JOINT_LIMIT_BIAS", + "value": 3 + }, + { + "name": "HINGE_JOINT_LIMIT_SOFTNESS", + "value": 4 + }, + { + "name": "HINGE_JOINT_LIMIT_RELAXATION", "value": 5 }, { - "name": "G6DOF_JOINT_LINEAR_MOTOR_FORCE_LIMIT", + "name": "HINGE_JOINT_MOTOR_TARGET_VELOCITY", "value": 6 }, { - "name": "G6DOF_JOINT_ANGULAR_LOWER_LIMIT", - "value": 10 + "name": "HINGE_JOINT_MOTOR_MAX_IMPULSE", + "value": 7 + } + ] + }, + { + "name": "HingeJointFlag", + "is_bitfield": false, + "values": [ + { + "name": "HINGE_JOINT_FLAG_USE_LIMIT", + "value": 0 }, { - "name": "G6DOF_JOINT_ANGULAR_UPPER_LIMIT", - "value": 11 - }, - { - "name": "G6DOF_JOINT_ANGULAR_LIMIT_SOFTNESS", - "value": 12 - }, - { - "name": "G6DOF_JOINT_ANGULAR_DAMPING", - "value": 13 - }, - { - "name": "G6DOF_JOINT_ANGULAR_RESTITUTION", - "value": 14 - }, - { - "name": "G6DOF_JOINT_ANGULAR_FORCE_LIMIT", - "value": 15 - }, - { - "name": "G6DOF_JOINT_ANGULAR_ERP", - "value": 16 - }, - { - "name": "G6DOF_JOINT_ANGULAR_MOTOR_TARGET_VELOCITY", - "value": 17 - }, - { - "name": "G6DOF_JOINT_ANGULAR_MOTOR_FORCE_LIMIT", - "value": 18 + "name": "HINGE_JOINT_FLAG_ENABLE_MOTOR", + "value": 1 } ] }, { "name": "SliderJointParam", + "is_bitfield": false, "values": [ { "name": "SLIDER_JOINT_LINEAR_LIMIT_UPPER", @@ -134984,44 +148630,104 @@ ] }, { - "name": "HingeJointParam", + "name": "ConeTwistJointParam", + "is_bitfield": false, "values": [ { - "name": "HINGE_JOINT_BIAS", + "name": "CONE_TWIST_JOINT_SWING_SPAN", "value": 0 }, { - "name": "HINGE_JOINT_LIMIT_UPPER", + "name": "CONE_TWIST_JOINT_TWIST_SPAN", "value": 1 }, { - "name": "HINGE_JOINT_LIMIT_LOWER", + "name": "CONE_TWIST_JOINT_BIAS", "value": 2 }, { - "name": "HINGE_JOINT_LIMIT_BIAS", + "name": "CONE_TWIST_JOINT_SOFTNESS", "value": 3 }, { - "name": "HINGE_JOINT_LIMIT_SOFTNESS", + "name": "CONE_TWIST_JOINT_RELAXATION", + "value": 4 + } + ] + }, + { + "name": "G6DOFJointAxisParam", + "is_bitfield": false, + "values": [ + { + "name": "G6DOF_JOINT_LINEAR_LOWER_LIMIT", + "value": 0 + }, + { + "name": "G6DOF_JOINT_LINEAR_UPPER_LIMIT", + "value": 1 + }, + { + "name": "G6DOF_JOINT_LINEAR_LIMIT_SOFTNESS", + "value": 2 + }, + { + "name": "G6DOF_JOINT_LINEAR_RESTITUTION", + "value": 3 + }, + { + "name": "G6DOF_JOINT_LINEAR_DAMPING", "value": 4 }, { - "name": "HINGE_JOINT_LIMIT_RELAXATION", + "name": "G6DOF_JOINT_LINEAR_MOTOR_TARGET_VELOCITY", "value": 5 }, { - "name": "HINGE_JOINT_MOTOR_TARGET_VELOCITY", + "name": "G6DOF_JOINT_LINEAR_MOTOR_FORCE_LIMIT", "value": 6 }, { - "name": "HINGE_JOINT_MOTOR_MAX_IMPULSE", - "value": 7 + "name": "G6DOF_JOINT_ANGULAR_LOWER_LIMIT", + "value": 10 + }, + { + "name": "G6DOF_JOINT_ANGULAR_UPPER_LIMIT", + "value": 11 + }, + { + "name": "G6DOF_JOINT_ANGULAR_LIMIT_SOFTNESS", + "value": 12 + }, + { + "name": "G6DOF_JOINT_ANGULAR_DAMPING", + "value": 13 + }, + { + "name": "G6DOF_JOINT_ANGULAR_RESTITUTION", + "value": 14 + }, + { + "name": "G6DOF_JOINT_ANGULAR_FORCE_LIMIT", + "value": 15 + }, + { + "name": "G6DOF_JOINT_ANGULAR_ERP", + "value": 16 + }, + { + "name": "G6DOF_JOINT_ANGULAR_MOTOR_TARGET_VELOCITY", + "value": 17 + }, + { + "name": "G6DOF_JOINT_ANGULAR_MOTOR_FORCE_LIMIT", + "value": 18 } ] }, { "name": "G6DOFJointAxisFlag", + "is_bitfield": false, "values": [ { "name": "G6DOF_JOINT_FLAG_ENABLE_LINEAR_LIMIT", @@ -135042,45 +148748,58 @@ ] }, { - "name": "HingeJointFlag", + "name": "ShapeType", + "is_bitfield": false, "values": [ { - "name": "HINGE_JOINT_FLAG_USE_LIMIT", + "name": "SHAPE_WORLD_BOUNDARY", "value": 0 }, { - "name": "HINGE_JOINT_FLAG_ENABLE_MOTOR", - "value": 1 - } - ] - }, - { - "name": "AreaSpaceOverrideMode", - "values": [ - { - "name": "AREA_SPACE_OVERRIDE_DISABLED", - "value": 0 - }, - { - "name": "AREA_SPACE_OVERRIDE_COMBINE", + "name": "SHAPE_SEPARATION_RAY", "value": 1 }, { - "name": "AREA_SPACE_OVERRIDE_COMBINE_REPLACE", + "name": "SHAPE_SPHERE", "value": 2 }, { - "name": "AREA_SPACE_OVERRIDE_REPLACE", + "name": "SHAPE_BOX", "value": 3 }, { - "name": "AREA_SPACE_OVERRIDE_REPLACE_COMBINE", + "name": "SHAPE_CAPSULE", "value": 4 + }, + { + "name": "SHAPE_CYLINDER", + "value": 5 + }, + { + "name": "SHAPE_CONVEX_POLYGON", + "value": 6 + }, + { + "name": "SHAPE_CONCAVE_POLYGON", + "value": 7 + }, + { + "name": "SHAPE_HEIGHTMAP", + "value": 8 + }, + { + "name": "SHAPE_SOFT_BODY", + "value": 9 + }, + { + "name": "SHAPE_CUSTOM", + "value": 10 } ] }, { "name": "AreaParameter", + "is_bitfield": false, "values": [ { "name": "AREA_PARAM_GRAVITY_OVERRIDE_MODE", @@ -135143,6 +148862,244 @@ "value": 14 } ] + }, + { + "name": "AreaSpaceOverrideMode", + "is_bitfield": false, + "values": [ + { + "name": "AREA_SPACE_OVERRIDE_DISABLED", + "value": 0 + }, + { + "name": "AREA_SPACE_OVERRIDE_COMBINE", + "value": 1 + }, + { + "name": "AREA_SPACE_OVERRIDE_COMBINE_REPLACE", + "value": 2 + }, + { + "name": "AREA_SPACE_OVERRIDE_REPLACE", + "value": 3 + }, + { + "name": "AREA_SPACE_OVERRIDE_REPLACE_COMBINE", + "value": 4 + } + ] + }, + { + "name": "BodyMode", + "is_bitfield": false, + "values": [ + { + "name": "BODY_MODE_STATIC", + "value": 0 + }, + { + "name": "BODY_MODE_KINEMATIC", + "value": 1 + }, + { + "name": "BODY_MODE_DYNAMIC", + "value": 2 + }, + { + "name": "BODY_MODE_DYNAMIC_LINEAR", + "value": 3 + } + ] + }, + { + "name": "BodyParameter", + "is_bitfield": false, + "values": [ + { + "name": "BODY_PARAM_BOUNCE", + "value": 0 + }, + { + "name": "BODY_PARAM_FRICTION", + "value": 1 + }, + { + "name": "BODY_PARAM_MASS", + "value": 2 + }, + { + "name": "BODY_PARAM_INERTIA", + "value": 3 + }, + { + "name": "BODY_PARAM_CENTER_OF_MASS", + "value": 4 + }, + { + "name": "BODY_PARAM_GRAVITY_SCALE", + "value": 5 + }, + { + "name": "BODY_PARAM_LINEAR_DAMP_MODE", + "value": 6 + }, + { + "name": "BODY_PARAM_ANGULAR_DAMP_MODE", + "value": 7 + }, + { + "name": "BODY_PARAM_LINEAR_DAMP", + "value": 8 + }, + { + "name": "BODY_PARAM_ANGULAR_DAMP", + "value": 9 + }, + { + "name": "BODY_PARAM_MAX", + "value": 10 + } + ] + }, + { + "name": "BodyDampMode", + "is_bitfield": false, + "values": [ + { + "name": "BODY_DAMP_MODE_COMBINE", + "value": 0 + }, + { + "name": "BODY_DAMP_MODE_REPLACE", + "value": 1 + } + ] + }, + { + "name": "BodyState", + "is_bitfield": false, + "values": [ + { + "name": "BODY_STATE_TRANSFORM", + "value": 0 + }, + { + "name": "BODY_STATE_LINEAR_VELOCITY", + "value": 1 + }, + { + "name": "BODY_STATE_ANGULAR_VELOCITY", + "value": 2 + }, + { + "name": "BODY_STATE_SLEEPING", + "value": 3 + }, + { + "name": "BODY_STATE_CAN_SLEEP", + "value": 4 + } + ] + }, + { + "name": "AreaBodyStatus", + "is_bitfield": false, + "values": [ + { + "name": "AREA_BODY_ADDED", + "value": 0 + }, + { + "name": "AREA_BODY_REMOVED", + "value": 1 + } + ] + }, + { + "name": "ProcessInfo", + "is_bitfield": false, + "values": [ + { + "name": "INFO_ACTIVE_OBJECTS", + "value": 0 + }, + { + "name": "INFO_COLLISION_PAIRS", + "value": 1 + }, + { + "name": "INFO_ISLAND_COUNT", + "value": 2 + } + ] + }, + { + "name": "SpaceParameter", + "is_bitfield": false, + "values": [ + { + "name": "SPACE_PARAM_CONTACT_RECYCLE_RADIUS", + "value": 0 + }, + { + "name": "SPACE_PARAM_CONTACT_MAX_SEPARATION", + "value": 1 + }, + { + "name": "SPACE_PARAM_CONTACT_MAX_ALLOWED_PENETRATION", + "value": 2 + }, + { + "name": "SPACE_PARAM_CONTACT_DEFAULT_BIAS", + "value": 3 + }, + { + "name": "SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_THRESHOLD", + "value": 4 + }, + { + "name": "SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_THRESHOLD", + "value": 5 + }, + { + "name": "SPACE_PARAM_BODY_TIME_TO_SLEEP", + "value": 6 + }, + { + "name": "SPACE_PARAM_SOLVER_ITERATIONS", + "value": 7 + } + ] + }, + { + "name": "BodyAxis", + "is_bitfield": false, + "values": [ + { + "name": "BODY_AXIS_LINEAR_X", + "value": 1 + }, + { + "name": "BODY_AXIS_LINEAR_Y", + "value": 2 + }, + { + "name": "BODY_AXIS_LINEAR_Z", + "value": 4 + }, + { + "name": "BODY_AXIS_ANGULAR_X", + "value": 8 + }, + { + "name": "BODY_AXIS_ANGULAR_Y", + "value": 16 + }, + { + "name": "BODY_AXIS_ANGULAR_Z", + "value": 32 + } + ] } ], "methods": [ @@ -135150,8 +149107,9 @@ "name": "world_boundary_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135160,8 +149118,9 @@ "name": "separation_ray_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135170,8 +149129,9 @@ "name": "sphere_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135180,8 +149140,9 @@ "name": "box_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135190,8 +149151,9 @@ "name": "capsule_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135200,8 +149162,9 @@ "name": "cylinder_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135210,8 +149173,9 @@ "name": "convex_polygon_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135220,8 +149184,9 @@ "name": "concave_polygon_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135230,8 +149195,9 @@ "name": "heightmap_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135240,8 +149206,9 @@ "name": "custom_shape_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135250,8 +149217,9 @@ "name": "shape_set_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3597234958, "arguments": [ { "name": "shape", @@ -135267,8 +149235,9 @@ "name": "shape_get_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3270768161, "return_value": { "type": "enum::PhysicsServer3D.ShapeType" }, @@ -135283,8 +149252,9 @@ "name": "shape_get_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3706951583, "return_value": { "type": "Variant" }, @@ -135299,8 +149269,9 @@ "name": "space_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135309,8 +149280,9 @@ "name": "space_set_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "space", @@ -135326,8 +149298,9 @@ "name": "space_is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -135342,8 +149315,9 @@ "name": "space_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 783736456, "arguments": [ { "name": "space", @@ -135364,8 +149338,9 @@ "name": "space_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1894096772, "return_value": { "type": "float", "meta": "float" @@ -135385,8 +149360,9 @@ "name": "space_get_direct_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3615938453, "return_value": { "type": "PhysicsDirectSpaceState3D" }, @@ -135401,8 +149377,9 @@ "name": "area_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135411,8 +149388,9 @@ "name": "area_set_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "area", @@ -135428,8 +149406,9 @@ "name": "area_get_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2776947836, "return_value": { "type": "RID" }, @@ -135444,8 +149423,9 @@ "name": "area_add_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 3799635451, "arguments": [ { "name": "area", @@ -135471,8 +149451,9 @@ "name": "area_set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1017458435, "arguments": [ { "name": "area", @@ -135493,8 +149474,9 @@ "name": "area_set_shape_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3933661590, "arguments": [ { "name": "area", @@ -135515,8 +149497,9 @@ "name": "area_set_shape_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1904753495, "arguments": [ { "name": "area", @@ -135537,8 +149520,9 @@ "name": "area_get_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -135554,8 +149538,9 @@ "name": "area_get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3845812860, "return_value": { "type": "RID" }, @@ -135575,8 +149560,9 @@ "name": "area_get_shape_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1687753809, "return_value": { "type": "Transform3D" }, @@ -135596,8 +149582,9 @@ "name": "area_remove_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "area", @@ -135614,8 +149601,9 @@ "name": "area_clear_shapes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "area", @@ -135627,8 +149615,9 @@ "name": "area_set_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "area", @@ -135645,8 +149634,9 @@ "name": "area_set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "area", @@ -135663,8 +149653,9 @@ "name": "area_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2515442359, "arguments": [ { "name": "area", @@ -135684,8 +149675,9 @@ "name": "area_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2802696310, "arguments": [ { "name": "area", @@ -135701,8 +149693,9 @@ "name": "area_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3623593274, "return_value": { "type": "Variant" }, @@ -135721,8 +149714,9 @@ "name": "area_get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4046906698, "return_value": { "type": "Transform3D" }, @@ -135737,8 +149731,9 @@ "name": "area_attach_object_instance_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "area", @@ -135755,8 +149750,9 @@ "name": "area_get_object_instance_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "uint64" @@ -135772,8 +149768,9 @@ "name": "area_set_monitor_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2869628575, "arguments": [ { "name": "area", @@ -135789,8 +149786,9 @@ "name": "area_set_area_monitor_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2869628575, "arguments": [ { "name": "area", @@ -135806,8 +149804,9 @@ "name": "area_set_monitorable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "area", @@ -135823,8 +149822,9 @@ "name": "area_set_ray_pickable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "area", @@ -135840,8 +149840,9 @@ "name": "body_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -135850,8 +149851,9 @@ "name": "body_set_space", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "body", @@ -135867,8 +149869,9 @@ "name": "body_get_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2776947836, "return_value": { "type": "RID" }, @@ -135883,8 +149886,9 @@ "name": "body_set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1301839928, "arguments": [ { "name": "body", @@ -135900,8 +149904,9 @@ "name": "body_get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2347713477, "return_value": { "type": "enum::PhysicsServer3D.BodyMode" }, @@ -135916,8 +149921,9 @@ "name": "body_set_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "body", @@ -135934,8 +149940,9 @@ "name": "body_get_collision_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "uint32" @@ -135951,8 +149958,9 @@ "name": "body_set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "body", @@ -135969,8 +149977,9 @@ "name": "body_get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "uint32" @@ -135986,8 +149995,9 @@ "name": "body_add_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 3799635451, "arguments": [ { "name": "body", @@ -136013,8 +150023,9 @@ "name": "body_set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1017458435, "arguments": [ { "name": "body", @@ -136035,8 +150046,9 @@ "name": "body_set_shape_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3933661590, "arguments": [ { "name": "body", @@ -136057,8 +150069,9 @@ "name": "body_set_shape_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1904753495, "arguments": [ { "name": "body", @@ -136079,8 +150092,9 @@ "name": "body_get_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -136096,8 +150110,9 @@ "name": "body_get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3845812860, "return_value": { "type": "RID" }, @@ -136117,8 +150132,9 @@ "name": "body_get_shape_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1687753809, "return_value": { "type": "Transform3D" }, @@ -136138,8 +150154,9 @@ "name": "body_remove_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "body", @@ -136156,8 +150173,9 @@ "name": "body_clear_shapes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "body", @@ -136169,8 +150187,9 @@ "name": "body_attach_object_instance_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "body", @@ -136187,8 +150206,9 @@ "name": "body_get_object_instance_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "uint64" @@ -136204,8 +150224,9 @@ "name": "body_set_enable_continuous_collision_detection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "body", @@ -136221,8 +150242,9 @@ "name": "body_is_continuous_collision_detection_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -136237,8 +150259,9 @@ "name": "body_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 724312226, "arguments": [ { "name": "body", @@ -136258,8 +150281,9 @@ "name": "body_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2464615237, "return_value": { "type": "Variant" }, @@ -136278,8 +150302,9 @@ "name": "body_reset_mass_properties", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "body", @@ -136291,8 +150316,9 @@ "name": "body_set_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4198213241, "arguments": [ { "name": "body", @@ -136312,8 +150338,9 @@ "name": "body_get_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 4139357642, "return_value": { "type": "Variant" }, @@ -136332,8 +150359,9 @@ "name": "body_apply_central_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136349,8 +150377,9 @@ "name": "body_apply_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 597903111, "arguments": [ { "name": "body", @@ -136371,8 +150400,9 @@ "name": "body_apply_torque_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136388,8 +150418,9 @@ "name": "body_apply_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136405,8 +150436,9 @@ "name": "body_apply_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 597903111, "arguments": [ { "name": "body", @@ -136427,8 +150459,9 @@ "name": "body_apply_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136444,8 +150477,9 @@ "name": "body_add_constant_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136461,8 +150495,9 @@ "name": "body_add_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 597903111, "arguments": [ { "name": "body", @@ -136483,8 +150518,9 @@ "name": "body_add_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136500,8 +150536,9 @@ "name": "body_set_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136517,8 +150554,9 @@ "name": "body_get_constant_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3797356015, "return_value": { "type": "Vector3" }, @@ -136533,8 +150571,9 @@ "name": "body_set_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136550,8 +150589,9 @@ "name": "body_get_constant_torque", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3797356015, "return_value": { "type": "Vector3" }, @@ -136566,8 +150606,9 @@ "name": "body_set_axis_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "body", @@ -136583,8 +150624,9 @@ "name": "body_set_axis_lock", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 55062997, "arguments": [ { "name": "body", @@ -136604,8 +150646,9 @@ "name": "body_is_axis_locked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 973960261, "return_value": { "type": "bool" }, @@ -136624,8 +150667,9 @@ "name": "body_add_collision_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "body", @@ -136641,8 +150685,9 @@ "name": "body_remove_collision_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "body", @@ -136658,8 +150703,9 @@ "name": "body_set_max_contacts_reported", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "body", @@ -136676,8 +150722,9 @@ "name": "body_get_max_contacts_reported", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -136693,8 +150740,9 @@ "name": "body_set_omit_force_integration", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "body", @@ -136710,8 +150758,9 @@ "name": "body_is_omitting_force_integration", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -136726,8 +150775,9 @@ "name": "body_set_force_integration_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3484584134, "arguments": [ { "name": "body", @@ -136748,8 +150798,9 @@ "name": "body_set_ray_pickable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "body", @@ -136765,8 +150816,9 @@ "name": "body_test_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 1133635423, "return_value": { "type": "bool" }, @@ -136790,8 +150842,9 @@ "name": "body_get_direct_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 196742837, "return_value": { "type": "PhysicsDirectBodyState3D" }, @@ -136806,8 +150859,9 @@ "name": "soft_body_get_bounds", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2763046059, "return_value": { "type": "AABB" }, @@ -136822,8 +150876,9 @@ "name": "joint_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -136832,8 +150887,9 @@ "name": "joint_clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "joint", @@ -136845,8 +150901,9 @@ "name": "joint_make_pin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2187936950, "arguments": [ { "name": "joint", @@ -136874,8 +150931,9 @@ "name": "pin_joint_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3397754242, "arguments": [ { "name": "joint", @@ -136896,8 +150954,9 @@ "name": "pin_joint_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1699869737, "return_value": { "type": "float", "meta": "float" @@ -136917,8 +150976,9 @@ "name": "pin_joint_set_local_a", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "joint", @@ -136934,8 +150994,9 @@ "name": "pin_joint_get_local_a", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3797356015, "return_value": { "type": "Vector3" }, @@ -136950,8 +151011,9 @@ "name": "pin_joint_set_local_b", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "joint", @@ -136967,8 +151029,9 @@ "name": "pin_joint_get_local_b", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3797356015, "return_value": { "type": "Vector3" }, @@ -136983,8 +151046,9 @@ "name": "joint_make_hinge", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2811896015, "arguments": [ { "name": "joint", @@ -137012,8 +151076,9 @@ "name": "hinge_joint_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3163322731, "arguments": [ { "name": "joint", @@ -137034,8 +151099,9 @@ "name": "hinge_joint_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1917166143, "return_value": { "type": "float", "meta": "float" @@ -137055,8 +151121,9 @@ "name": "hinge_joint_set_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3183260020, "arguments": [ { "name": "joint", @@ -137076,8 +151143,9 @@ "name": "hinge_joint_get_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 4099214305, "return_value": { "type": "bool" }, @@ -137096,8 +151164,9 @@ "name": "joint_make_slider", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2811896015, "arguments": [ { "name": "joint", @@ -137125,8 +151194,9 @@ "name": "slider_joint_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 161697634, "arguments": [ { "name": "joint", @@ -137147,8 +151217,9 @@ "name": "slider_joint_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2547886625, "return_value": { "type": "float", "meta": "float" @@ -137168,8 +151239,9 @@ "name": "joint_make_cone_twist", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2811896015, "arguments": [ { "name": "joint", @@ -137197,8 +151269,9 @@ "name": "cone_twist_joint_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4016161361, "arguments": [ { "name": "joint", @@ -137219,8 +151292,9 @@ "name": "cone_twist_joint_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1577120778, "return_value": { "type": "float", "meta": "float" @@ -137240,8 +151314,9 @@ "name": "joint_get_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 106045430, "return_value": { "type": "enum::PhysicsServer3D.JointType" }, @@ -137256,8 +151331,9 @@ "name": "joint_set_solver_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "joint", @@ -137274,8 +151350,9 @@ "name": "joint_get_solver_priority", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -137291,8 +151368,9 @@ "name": "joint_make_generic_6dof", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2811896015, "arguments": [ { "name": "joint", @@ -137320,8 +151398,9 @@ "name": "generic_6dof_joint_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3040778940, "arguments": [ { "name": "joint", @@ -137346,8 +151425,9 @@ "name": "generic_6dof_joint_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 920391341, "return_value": { "type": "float", "meta": "float" @@ -137371,8 +151451,9 @@ "name": "generic_6dof_joint_set_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1094931406, "arguments": [ { "name": "joint", @@ -137396,8 +151477,9 @@ "name": "generic_6dof_joint_get_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 971984258, "return_value": { "type": "bool" }, @@ -137420,8 +151502,9 @@ "name": "free_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -137433,8 +151516,9 @@ "name": "set_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -137446,8 +151530,9 @@ "name": "get_process_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1332958745, "return_value": { "type": "int", "meta": "int32" @@ -137461,6 +151546,2350 @@ } ] }, + { + "name": "PhysicsServer3DExtension", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "PhysicsServer3D", + "api_type": "core", + "methods": [ + { + "name": "_world_boundary_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_separation_ray_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_sphere_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_box_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_capsule_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_cylinder_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_convex_polygon_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_concave_polygon_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_heightmap_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_custom_shape_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_shape_set_data", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "shape", + "type": "RID" + }, + { + "name": "data", + "type": "Variant" + } + ] + }, + { + "name": "_shape_get_type", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::PhysicsServer3D.ShapeType" + }, + "arguments": [ + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "_shape_get_data", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "_space_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_space_set_active", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "space", + "type": "RID" + }, + { + "name": "active", + "type": "bool" + } + ] + }, + { + "name": "_space_is_active", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "_space_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "space", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.SpaceParameter" + }, + { + "name": "value", + "type": "float" + } + ] + }, + { + "name": "_space_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "space", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.SpaceParameter" + } + ] + }, + { + "name": "_space_get_direct_state", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PhysicsDirectSpaceState3D" + }, + "arguments": [ + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "_area_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_area_set_space", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "_area_get_space", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "_area_add_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform3D" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "_area_set_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + }, + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "_area_set_shape_transform", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + }, + { + "name": "transform", + "type": "Transform3D" + } + ] + }, + { + "name": "_area_set_shape_disabled", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "_area_get_shape_count", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "_area_get_shape", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + } + ] + }, + { + "name": "_area_get_shape_transform", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Transform3D" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + } + ] + }, + { + "name": "_area_remove_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + } + ] + }, + { + "name": "_area_clear_shapes", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "_area_set_collision_layer", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "layer", + "type": "int" + } + ] + }, + { + "name": "_area_set_collision_mask", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "mask", + "type": "int" + } + ] + }, + { + "name": "_area_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.AreaParameter" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "_area_set_transform", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform3D" + } + ] + }, + { + "name": "_area_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.AreaParameter" + } + ] + }, + { + "name": "_area_get_transform", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Transform3D" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "_area_attach_object_instance_id", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "id", + "type": "int" + } + ] + }, + { + "name": "_area_get_object_instance_id", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "area", + "type": "RID" + } + ] + }, + { + "name": "_area_set_monitor_callback", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "callback", + "type": "Callable" + } + ] + }, + { + "name": "_area_set_area_monitor_callback", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "callback", + "type": "Callable" + } + ] + }, + { + "name": "_area_set_monitorable", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "monitorable", + "type": "bool" + } + ] + }, + { + "name": "_area_set_ray_pickable", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "area", + "type": "RID" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "_body_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_body_set_space", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "space", + "type": "RID" + } + ] + }, + { + "name": "_body_get_space", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_mode", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "mode", + "type": "enum::PhysicsServer3D.BodyMode" + } + ] + }, + { + "name": "_body_get_mode", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::PhysicsServer3D.BodyMode" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_collision_layer", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "layer", + "type": "int" + } + ] + }, + { + "name": "_body_get_collision_layer", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_collision_mask", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "mask", + "type": "int" + } + ] + }, + { + "name": "_body_get_collision_mask", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_add_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform3D" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "_body_set_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + }, + { + "name": "shape", + "type": "RID" + } + ] + }, + { + "name": "_body_set_shape_transform", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + }, + { + "name": "transform", + "type": "Transform3D" + } + ] + }, + { + "name": "_body_set_shape_disabled", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + }, + { + "name": "disabled", + "type": "bool" + } + ] + }, + { + "name": "_body_get_shape_count", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_get_shape", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + } + ] + }, + { + "name": "_body_get_shape_transform", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Transform3D" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + } + ] + }, + { + "name": "_body_remove_shape", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "shape_idx", + "type": "int" + } + ] + }, + { + "name": "_body_clear_shapes", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_attach_object_instance_id", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "id", + "type": "int" + } + ] + }, + { + "name": "_body_get_object_instance_id", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_enable_continuous_collision_detection", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "_body_is_continuous_collision_detection_enabled", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.BodyParameter" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "_body_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.BodyParameter" + } + ] + }, + { + "name": "_body_reset_mass_properties", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_state", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "state", + "type": "enum::PhysicsServer3D.BodyState" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "_body_get_state", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "state", + "type": "enum::PhysicsServer3D.BodyState" + } + ] + }, + { + "name": "_body_apply_central_impulse", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "impulse", + "type": "Vector3" + } + ] + }, + { + "name": "_body_apply_impulse", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "impulse", + "type": "Vector3" + }, + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "_body_apply_torque_impulse", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "impulse", + "type": "Vector3" + } + ] + }, + { + "name": "_body_apply_central_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector3" + } + ] + }, + { + "name": "_body_apply_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector3" + }, + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "_body_apply_torque", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "torque", + "type": "Vector3" + } + ] + }, + { + "name": "_body_add_constant_central_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector3" + } + ] + }, + { + "name": "_body_add_constant_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector3" + }, + { + "name": "position", + "type": "Vector3" + } + ] + }, + { + "name": "_body_add_constant_torque", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "torque", + "type": "Vector3" + } + ] + }, + { + "name": "_body_set_constant_force", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "force", + "type": "Vector3" + } + ] + }, + { + "name": "_body_get_constant_force", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_constant_torque", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "torque", + "type": "Vector3" + } + ] + }, + { + "name": "_body_get_constant_torque", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_axis_velocity", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "axis_velocity", + "type": "Vector3" + } + ] + }, + { + "name": "_body_set_axis_lock", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "axis", + "type": "enum::PhysicsServer3D.BodyAxis" + }, + { + "name": "lock", + "type": "bool" + } + ] + }, + { + "name": "_body_is_axis_locked", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "axis", + "type": "enum::PhysicsServer3D.BodyAxis" + } + ] + }, + { + "name": "_body_add_collision_exception", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "excepted_body", + "type": "RID" + } + ] + }, + { + "name": "_body_remove_collision_exception", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "excepted_body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_max_contacts_reported", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "amount", + "type": "int" + } + ] + }, + { + "name": "_body_get_max_contacts_reported", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_omit_force_integration", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "_body_is_omitting_force_integration", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_body_set_force_integration_callback", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "callable", + "type": "Callable" + }, + { + "name": "userdata", + "type": "Variant" + } + ] + }, + { + "name": "_body_set_ray_pickable", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "_body_test_motion", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + }, + { + "name": "from", + "type": "Transform3D" + }, + { + "name": "motion", + "type": "Vector3" + }, + { + "name": "margin", + "type": "float" + }, + { + "name": "max_collisions", + "type": "int" + }, + { + "name": "collide_separation_ray", + "type": "bool" + }, + { + "name": "result", + "type": "PhysicsServer3DExtensionMotionResult*" + } + ] + }, + { + "name": "_body_get_direct_state", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PhysicsDirectBodyState3D" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_soft_body_get_bounds", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "AABB" + }, + "arguments": [ + { + "name": "body", + "type": "RID" + } + ] + }, + { + "name": "_joint_create", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + } + }, + { + "name": "_joint_clear", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + } + ] + }, + { + "name": "_joint_make_pin", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "body_A", + "type": "RID" + }, + { + "name": "local_A", + "type": "Vector3" + }, + { + "name": "body_B", + "type": "RID" + }, + { + "name": "local_B", + "type": "Vector3" + } + ] + }, + { + "name": "_pin_joint_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.PinJointParam" + }, + { + "name": "value", + "type": "float" + } + ] + }, + { + "name": "_pin_joint_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.PinJointParam" + } + ] + }, + { + "name": "_pin_joint_set_local_a", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "local_A", + "type": "Vector3" + } + ] + }, + { + "name": "_pin_joint_get_local_a", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + } + ] + }, + { + "name": "_pin_joint_set_local_b", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "local_B", + "type": "Vector3" + } + ] + }, + { + "name": "_pin_joint_get_local_b", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector3" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + } + ] + }, + { + "name": "_joint_make_hinge", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "body_A", + "type": "RID" + }, + { + "name": "hinge_A", + "type": "Transform3D" + }, + { + "name": "body_B", + "type": "RID" + }, + { + "name": "hinge_B", + "type": "Transform3D" + } + ] + }, + { + "name": "_hinge_joint_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.HingeJointParam" + }, + { + "name": "value", + "type": "float" + } + ] + }, + { + "name": "_hinge_joint_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.HingeJointParam" + } + ] + }, + { + "name": "_hinge_joint_set_flag", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "flag", + "type": "enum::PhysicsServer3D.HingeJointFlag" + }, + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "_hinge_joint_get_flag", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "flag", + "type": "enum::PhysicsServer3D.HingeJointFlag" + } + ] + }, + { + "name": "_joint_make_slider", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "body_A", + "type": "RID" + }, + { + "name": "local_ref_A", + "type": "Transform3D" + }, + { + "name": "body_B", + "type": "RID" + }, + { + "name": "local_ref_B", + "type": "Transform3D" + } + ] + }, + { + "name": "_slider_joint_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.SliderJointParam" + }, + { + "name": "value", + "type": "float" + } + ] + }, + { + "name": "_slider_joint_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.SliderJointParam" + } + ] + }, + { + "name": "_joint_make_cone_twist", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "body_A", + "type": "RID" + }, + { + "name": "local_ref_A", + "type": "Transform3D" + }, + { + "name": "body_B", + "type": "RID" + }, + { + "name": "local_ref_B", + "type": "Transform3D" + } + ] + }, + { + "name": "_cone_twist_joint_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.ConeTwistJointParam" + }, + { + "name": "value", + "type": "float" + } + ] + }, + { + "name": "_cone_twist_joint_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.ConeTwistJointParam" + } + ] + }, + { + "name": "_joint_get_type", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::PhysicsServer3D.JointType" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + } + ] + }, + { + "name": "_joint_set_solver_priority", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "priority", + "type": "int" + } + ] + }, + { + "name": "_joint_get_solver_priority", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + } + ] + }, + { + "name": "_joint_make_generic_6dof", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "body_A", + "type": "RID" + }, + { + "name": "local_ref_A", + "type": "Transform3D" + }, + { + "name": "body_B", + "type": "RID" + }, + { + "name": "local_ref_B", + "type": "Transform3D" + } + ] + }, + { + "name": "_generic_6dof_joint_set_param", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "axis", + "type": "enum::Vector3.Axis" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.G6DOFJointAxisParam" + }, + { + "name": "value", + "type": "float" + } + ] + }, + { + "name": "_generic_6dof_joint_get_param", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "axis", + "type": "enum::Vector3.Axis" + }, + { + "name": "param", + "type": "enum::PhysicsServer3D.G6DOFJointAxisParam" + } + ] + }, + { + "name": "_generic_6dof_joint_set_flag", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "axis", + "type": "enum::Vector3.Axis" + }, + { + "name": "flag", + "type": "enum::PhysicsServer3D.G6DOFJointAxisFlag" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "_generic_6dof_joint_get_flag", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "joint", + "type": "RID" + }, + { + "name": "axis", + "type": "enum::Vector3.Axis" + }, + { + "name": "flag", + "type": "enum::PhysicsServer3D.G6DOFJointAxisFlag" + } + ] + }, + { + "name": "_free_rid", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "rid", + "type": "RID" + } + ] + }, + { + "name": "_set_active", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "active", + "type": "bool" + } + ] + }, + { + "name": "_get_process_info", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "process_info", + "type": "enum::PhysicsServer3D.ProcessInfo" + } + ] + } + ] + }, + { + "name": "PhysicsServer3DRenderingServerHandler", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "Object", + "api_type": "core", + "methods": [ + { + "name": "_set_vertex", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "vertex_id", + "type": "int" + }, + { + "name": "vertices", + "type": "const void*" + } + ] + }, + { + "name": "_set_normal", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "vertex_id", + "type": "int" + }, + { + "name": "normals", + "type": "const void*" + } + ] + }, + { + "name": "_set_aabb", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "aabb", + "type": "AABB" + } + ] + } + ] + }, { "name": "PhysicsShapeQueryParameters2D", "is_refcounted": true, @@ -137472,8 +153901,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 156439567, "arguments": [ { "name": "shape", @@ -137485,8 +153915,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 315282872, "return_value": { "type": "Resource" } @@ -137495,8 +153926,9 @@ "name": "set_shape_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "shape", @@ -137508,8 +153940,9 @@ "name": "get_shape_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -137518,8 +153951,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "transform", @@ -137531,8 +153965,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -137541,8 +153976,9 @@ "name": "set_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "motion", @@ -137554,8 +153990,9 @@ "name": "get_motion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -137564,8 +154001,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -137578,8 +154016,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -137589,8 +154028,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -137603,8 +154043,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -137614,8 +154055,9 @@ "name": "set_exclude", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude", @@ -137627,8 +154069,9 @@ "name": "get_exclude", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -137637,8 +154080,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -137650,8 +154094,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -137660,8 +154105,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -137673,8 +154119,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -137757,8 +154204,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 156439567, "arguments": [ { "name": "shape", @@ -137770,8 +154218,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 315282872, "return_value": { "type": "Resource" } @@ -137780,8 +154229,9 @@ "name": "set_shape_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "shape", @@ -137793,8 +154243,9 @@ "name": "get_shape_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -137803,8 +154254,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "transform", @@ -137816,8 +154268,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -137826,8 +154279,9 @@ "name": "set_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "motion", @@ -137839,8 +154293,9 @@ "name": "get_motion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -137849,8 +154304,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -137863,8 +154319,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -137874,8 +154331,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -137888,8 +154346,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -137899,8 +154358,9 @@ "name": "set_exclude", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude", @@ -137912,8 +154372,9 @@ "name": "get_exclude", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -137922,8 +154383,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -137935,8 +154397,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -137945,8 +154408,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -137958,8 +154422,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -138042,8 +154507,9 @@ "name": "get_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -138052,8 +154518,9 @@ "name": "set_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "from", @@ -138065,8 +154532,9 @@ "name": "get_motion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -138075,8 +154543,9 @@ "name": "set_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "motion", @@ -138088,8 +154557,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138099,8 +154569,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -138113,8 +154584,9 @@ "name": "is_collide_separation_ray_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -138123,8 +154595,9 @@ "name": "set_collide_separation_ray_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -138136,8 +154609,9 @@ "name": "get_exclude_bodies", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -138146,8 +154620,9 @@ "name": "set_exclude_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude_list", @@ -138159,8 +154634,9 @@ "name": "get_exclude_objects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -138169,14 +154645,40 @@ "name": "set_exclude_objects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude_list", "type": "Array" } ] + }, + { + "name": "is_recovery_as_collision_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_recovery_as_collision_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] } ], "properties": [ @@ -138221,6 +154723,13 @@ "setter": "set_exclude_objects", "getter": "get_exclude_objects", "index": -1 + }, + { + "type": "bool", + "name": "recovery_as_collision", + "setter": "set_recovery_as_collision_enabled", + "getter": "is_recovery_as_collision_enabled", + "index": -1 } ] }, @@ -138235,8 +154744,9 @@ "name": "get_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -138245,8 +154755,9 @@ "name": "set_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "from", @@ -138258,8 +154769,9 @@ "name": "get_motion", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -138268,8 +154780,9 @@ "name": "set_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "motion", @@ -138281,8 +154794,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138292,8 +154806,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -138306,8 +154821,9 @@ "name": "get_max_collisions", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -138317,8 +154833,9 @@ "name": "set_max_collisions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_collisions", @@ -138331,8 +154848,9 @@ "name": "is_collide_separation_ray_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -138341,8 +154859,9 @@ "name": "set_collide_separation_ray_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -138354,8 +154873,9 @@ "name": "get_exclude_bodies", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -138364,8 +154884,9 @@ "name": "set_exclude_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude_list", @@ -138377,8 +154898,9 @@ "name": "get_exclude_objects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -138387,14 +154909,40 @@ "name": "set_exclude_objects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "exclude_list", "type": "Array" } ] + }, + { + "name": "is_recovery_as_collision_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_recovery_as_collision_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] } ], "properties": [ @@ -138446,6 +154994,13 @@ "setter": "set_exclude_objects", "getter": "get_exclude_objects", "index": -1 + }, + { + "type": "bool", + "name": "recovery_as_collision", + "setter": "set_recovery_as_collision_enabled", + "getter": "is_recovery_as_collision_enabled", + "index": -1 } ] }, @@ -138460,8 +155015,9 @@ "name": "get_travel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -138470,8 +155026,9 @@ "name": "get_remainder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -138480,8 +155037,9 @@ "name": "get_collision_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -138490,8 +155048,9 @@ "name": "get_collision_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -138500,8 +155059,9 @@ "name": "get_collider_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -138510,8 +155070,9 @@ "name": "get_collider_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -138521,8 +155082,9 @@ "name": "get_collider_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -138531,8 +155093,9 @@ "name": "get_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3983428187, "return_value": { "type": "Object" } @@ -138541,8 +155104,9 @@ "name": "get_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -138552,8 +155116,9 @@ "name": "get_collision_local_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -138563,8 +155128,9 @@ "name": "get_collision_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138574,8 +155140,9 @@ "name": "get_collision_safe_fraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138585,8 +155152,9 @@ "name": "get_collision_unsafe_fraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138605,8 +155173,9 @@ "name": "get_travel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -138615,8 +155184,9 @@ "name": "get_remainder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -138625,8 +155195,9 @@ "name": "get_collision_safe_fraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138636,8 +155207,9 @@ "name": "get_collision_unsafe_fraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138647,8 +155219,9 @@ "name": "get_collision_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -138658,8 +155231,9 @@ "name": "get_collision_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1914908202, "return_value": { "type": "Vector3" }, @@ -138676,8 +155250,9 @@ "name": "get_collision_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1914908202, "return_value": { "type": "Vector3" }, @@ -138694,8 +155269,9 @@ "name": "get_collider_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1914908202, "return_value": { "type": "Vector3" }, @@ -138712,8 +155288,9 @@ "name": "get_collider_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "uint64" @@ -138731,8 +155308,9 @@ "name": "get_collider_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 3258361713, "return_value": { "type": "RID" }, @@ -138749,8 +155327,9 @@ "name": "get_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1474830693, "return_value": { "type": "Object" }, @@ -138767,8 +155346,9 @@ "name": "get_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "int32" @@ -138786,8 +155366,9 @@ "name": "get_collision_local_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "int32" @@ -138805,8 +155386,9 @@ "name": "get_collision_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 218038398, "return_value": { "type": "float", "meta": "float" @@ -138833,8 +155415,9 @@ "name": "set_softness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "softness", @@ -138847,8 +155430,9 @@ "name": "get_softness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -138874,6 +155458,7 @@ "enums": [ { "name": "Param", + "is_bitfield": false, "values": [ { "name": "PARAM_BIAS", @@ -138895,8 +155480,9 @@ "name": "set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2059913726, "arguments": [ { "name": "param", @@ -138913,8 +155499,9 @@ "name": "get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1758438771, "return_value": { "type": "float", "meta": "float" @@ -138951,6 +155538,206 @@ } ] }, + { + "name": "PlaceholderCubemap", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "PlaceholderTextureLayered", + "api_type": "core" + }, + { + "name": "PlaceholderCubemapArray", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "PlaceholderTextureLayered", + "api_type": "core" + }, + { + "name": "PlaceholderMaterial", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Material", + "api_type": "core" + }, + { + "name": "PlaceholderMesh", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Mesh", + "api_type": "core", + "methods": [ + { + "name": "set_aabb", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3505987427, + "arguments": [ + { + "name": "aabb", + "type": "AABB" + } + ] + } + ], + "properties": [ + { + "type": "AABB", + "name": "aabb", + "setter": "set_aabb", + "getter": "get_aabb", + "index": -1 + } + ] + }, + { + "name": "PlaceholderTexture2D", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Texture2D", + "api_type": "core", + "methods": [ + { + "name": "set_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 743155724, + "arguments": [ + { + "name": "size", + "type": "Vector2" + } + ] + } + ], + "properties": [ + { + "type": "Vector2i", + "name": "size", + "setter": "set_size", + "getter": "get_size", + "index": -1 + } + ] + }, + { + "name": "PlaceholderTexture2DArray", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "PlaceholderTextureLayered", + "api_type": "core" + }, + { + "name": "PlaceholderTexture3D", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Texture3D", + "api_type": "core", + "methods": [ + { + "name": "set_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 560364750, + "arguments": [ + { + "name": "size", + "type": "Vector3i" + } + ] + }, + { + "name": "get_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2785653706, + "return_value": { + "type": "Vector3i" + } + } + ], + "properties": [ + { + "type": "Vector3i", + "name": "size", + "setter": "set_size", + "getter": "get_size", + "index": -1 + } + ] + }, + { + "name": "PlaceholderTextureLayered", + "is_refcounted": true, + "is_instantiable": false, + "inherits": "TextureLayered", + "api_type": "core", + "methods": [ + { + "name": "set_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1130785943, + "arguments": [ + { + "name": "size", + "type": "Vector2i" + } + ] + }, + { + "name": "get_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3690982128, + "return_value": { + "type": "Vector2i" + } + }, + { + "name": "set_layers", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "layers", + "type": "int", + "meta": "int32" + } + ] + } + ], + "properties": [ + { + "type": "Vector2i", + "name": "size", + "setter": "set_size", + "getter": "get_size", + "index": -1 + }, + { + "type": "int", + "name": "layers", + "setter": "set_layers", + "getter": "get_layers", + "index": -1 + } + ] + }, { "name": "PlaneMesh", "is_refcounted": true, @@ -138962,8 +155749,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -138975,8 +155763,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -138985,8 +155774,9 @@ "name": "set_subdivide_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "subdivide", @@ -138999,8 +155789,9 @@ "name": "get_subdivide_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -139010,8 +155801,9 @@ "name": "set_subdivide_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "subdivide", @@ -139024,8 +155816,9 @@ "name": "get_subdivide_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -139035,8 +155828,9 @@ "name": "set_center_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "offset", @@ -139048,8 +155842,9 @@ "name": "get_center_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -139086,25 +155881,6 @@ } ] }, - { - "name": "PluginScript", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "Script", - "api_type": "core", - "methods": [ - { - "name": "new", - "is_const": false, - "is_vararg": true, - "is_virtual": false, - "hash": 135338151, - "return_value": { - "type": "Variant" - } - } - ] - }, { "name": "PointLight2D", "is_refcounted": false, @@ -139116,8 +155892,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -139129,8 +155906,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -139139,8 +155917,9 @@ "name": "set_texture_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "texture_offset", @@ -139152,8 +155931,9 @@ "name": "get_texture_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -139162,8 +155942,9 @@ "name": "set_texture_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "texture_scale", @@ -139176,8 +155957,9 @@ "name": "get_texture_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -139233,8 +156015,9 @@ "name": "set_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "polygon", @@ -139246,8 +156029,9 @@ "name": "get_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -139256,8 +156040,9 @@ "name": "set_uv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "uv", @@ -139269,8 +156054,9 @@ "name": "get_uv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -139279,8 +156065,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -139292,8 +156079,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -139302,8 +156090,9 @@ "name": "set_polygons", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "polygons", @@ -139315,8 +156104,9 @@ "name": "get_polygons", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -139325,8 +156115,9 @@ "name": "set_vertex_colors", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4015028928, "arguments": [ { "name": "vertex_colors", @@ -139338,8 +156129,9 @@ "name": "get_vertex_colors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1139954409, "return_value": { "type": "PackedColorArray" } @@ -139348,8 +156140,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -139361,8 +156154,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -139371,8 +156165,9 @@ "name": "set_texture_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "texture_offset", @@ -139384,8 +156179,9 @@ "name": "get_texture_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -139394,8 +156190,9 @@ "name": "set_texture_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "texture_rotation", @@ -139408,8 +156205,9 @@ "name": "get_texture_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -139419,8 +156217,9 @@ "name": "set_texture_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "texture_scale", @@ -139432,8 +156231,9 @@ "name": "get_texture_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -139442,8 +156242,9 @@ "name": "set_invert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "invert", @@ -139455,8 +156256,9 @@ "name": "get_invert", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -139465,8 +156267,9 @@ "name": "set_antialiased", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "antialiased", @@ -139478,8 +156281,9 @@ "name": "get_antialiased", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -139488,8 +156292,9 @@ "name": "set_invert_border", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "invert_border", @@ -139502,8 +156307,9 @@ "name": "get_invert_border", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -139513,8 +156319,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -139526,8 +156333,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -139536,8 +156344,9 @@ "name": "add_bone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 970467249, "arguments": [ { "name": "path", @@ -139553,8 +156362,9 @@ "name": "get_bone_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -139564,8 +156374,9 @@ "name": "get_bone_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -139581,8 +156392,9 @@ "name": "get_bone_weights", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4131300905, "return_value": { "type": "PackedFloat32Array" }, @@ -139598,8 +156410,9 @@ "name": "erase_bone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -139612,15 +156425,17 @@ "name": "clear_bones", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_bone_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1570372531, "arguments": [ { "name": "index", @@ -139637,8 +156452,9 @@ "name": "set_bone_weights", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3403714078, "arguments": [ { "name": "index", @@ -139655,8 +156471,9 @@ "name": "set_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "skeleton", @@ -139668,8 +156485,9 @@ "name": "get_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -139678,8 +156496,9 @@ "name": "set_internal_vertex_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "internal_vertex_count", @@ -139692,8 +156511,9 @@ "name": "get_internal_vertex_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -139826,8 +156646,9 @@ "name": "set_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2899603908, "arguments": [ { "name": "polygon", @@ -139839,8 +156660,9 @@ "name": "get_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 675695659, "return_value": { "type": "PackedVector2Array" } @@ -139867,8 +156689,9 @@ "name": "setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 753121213, "arguments": [ { "name": "points", @@ -139884,8 +156707,9 @@ "name": "find_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3713013236, "return_value": { "type": "PackedVector2Array" }, @@ -139904,8 +156728,9 @@ "name": "get_intersections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 271614389, "return_value": { "type": "PackedVector2Array" }, @@ -139924,8 +156749,9 @@ "name": "get_closest_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2656412154, "return_value": { "type": "Vector2" }, @@ -139940,8 +156766,9 @@ "name": "is_point_inside", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 556197845, "return_value": { "type": "bool" }, @@ -139956,8 +156783,9 @@ "name": "set_point_penalty", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "idx", @@ -139975,8 +156803,9 @@ "name": "get_point_penalty", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -139993,8 +156822,9 @@ "name": "get_bounds", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -140033,8 +156863,9 @@ "name": "add_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 159458228, + "hash": 3224536192, "arguments": [ { "name": "label", @@ -140057,8 +156888,9 @@ "name": "add_icon_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 581591518, "arguments": [ { "name": "texture", @@ -140085,8 +156917,9 @@ "name": "add_check_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 159458228, + "hash": 3224536192, "arguments": [ { "name": "label", @@ -140109,8 +156942,9 @@ "name": "add_icon_check_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 581591518, "arguments": [ { "name": "texture", @@ -140137,8 +156971,9 @@ "name": "add_radio_check_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 159458228, + "hash": 3224536192, "arguments": [ { "name": "label", @@ -140161,8 +156996,9 @@ "name": "add_icon_radio_check_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 581591518, "arguments": [ { "name": "texture", @@ -140189,8 +157025,9 @@ "name": "add_multistate_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2478042392, + "hash": 1585218420, "arguments": [ { "name": "label", @@ -140224,8 +157061,9 @@ "name": "add_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 159458228, + "hash": 1658898728, "arguments": [ { "name": "shortcut", @@ -140248,8 +157086,9 @@ "name": "add_icon_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 4147970063, "arguments": [ { "name": "texture", @@ -140276,8 +157115,9 @@ "name": "add_check_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 159458228, + "hash": 1658898728, "arguments": [ { "name": "shortcut", @@ -140300,8 +157140,9 @@ "name": "add_icon_check_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 4147970063, "arguments": [ { "name": "texture", @@ -140328,8 +157169,9 @@ "name": "add_radio_check_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 159458228, + "hash": 1658898728, "arguments": [ { "name": "shortcut", @@ -140352,8 +157194,9 @@ "name": "add_icon_radio_check_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 4147970063, "arguments": [ { "name": "texture", @@ -140380,8 +157223,9 @@ "name": "add_submenu_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3728518296, "arguments": [ { "name": "label", @@ -140403,8 +157247,9 @@ "name": "set_item_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "index", @@ -140421,8 +157266,9 @@ "name": "set_item_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1707680378, "arguments": [ { "name": "index", @@ -140435,35 +157281,13 @@ } ] }, - { - "name": "set_item_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "set_item_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "index", @@ -140480,8 +157304,9 @@ "name": "set_item_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "index", @@ -140498,8 +157323,9 @@ "name": "set_item_checked", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "index", @@ -140516,8 +157342,9 @@ "name": "set_item_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "index", @@ -140535,8 +157362,9 @@ "name": "set_item_accelerator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2992817551, "arguments": [ { "name": "index", @@ -140553,8 +157381,9 @@ "name": "set_item_metadata", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "index", @@ -140571,8 +157400,9 @@ "name": "set_item_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "index", @@ -140589,8 +157419,9 @@ "name": "set_item_submenu", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "index", @@ -140607,8 +157438,9 @@ "name": "set_item_as_separator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "index", @@ -140625,8 +157457,9 @@ "name": "set_item_as_checkable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "index", @@ -140643,8 +157476,9 @@ "name": "set_item_as_radio_checkable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "index", @@ -140661,8 +157495,9 @@ "name": "set_item_tooltip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "index", @@ -140679,8 +157514,9 @@ "name": "set_item_shortcut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3665124226, "arguments": [ { "name": "index", @@ -140698,12 +157534,33 @@ } ] }, + { + "name": "set_item_horizontal_offset", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3937882851, + "arguments": [ + { + "name": "index", + "type": "int", + "meta": "int32" + }, + { + "name": "offset", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "set_item_multistate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "index", @@ -140721,8 +157578,9 @@ "name": "set_item_shortcut_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "index", @@ -140739,8 +157597,9 @@ "name": "toggle_item_checked", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -140753,8 +157612,9 @@ "name": "toggle_item_multistate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -140767,8 +157627,9 @@ "name": "get_item_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -140784,8 +157645,9 @@ "name": "get_item_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4235602388, "return_value": { "type": "enum::Control.TextDirection" }, @@ -140797,48 +157659,13 @@ } ] }, - { - "name": "get_item_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_item_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "index", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "get_item_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -140854,8 +157681,9 @@ "name": "get_item_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -140871,8 +157699,9 @@ "name": "is_item_checked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -140888,8 +157717,9 @@ "name": "get_item_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -140906,8 +157736,9 @@ "name": "get_item_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -140924,8 +157755,9 @@ "name": "get_item_accelerator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 253789942, "return_value": { "type": "enum::Key" }, @@ -140941,8 +157773,9 @@ "name": "get_item_metadata", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -140958,8 +157791,9 @@ "name": "is_item_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -140975,8 +157809,9 @@ "name": "get_item_submenu", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -140992,8 +157827,9 @@ "name": "is_item_separator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -141009,8 +157845,9 @@ "name": "is_item_checkable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -141026,8 +157863,9 @@ "name": "is_item_radio_checkable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -141043,8 +157881,9 @@ "name": "is_item_shortcut_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -141060,8 +157899,9 @@ "name": "get_item_tooltip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -141077,8 +157917,9 @@ "name": "get_item_shortcut", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2914656807, "return_value": { "type": "Shortcut" }, @@ -141090,12 +157931,32 @@ } ] }, + { + "name": "get_item_horizontal_offset", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 923996154, + "return_value": { + "type": "int", + "meta": "int32" + }, + "arguments": [ + { + "name": "index", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "set_current_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -141108,8 +157969,9 @@ "name": "get_current_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -141119,8 +157981,9 @@ "name": "set_item_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -141133,8 +157996,9 @@ "name": "get_item_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -141144,8 +158008,9 @@ "name": "scroll_to_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -141158,8 +158023,9 @@ "name": "remove_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -141172,8 +158038,9 @@ "name": "add_separator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 313699832, + "hash": 2266703459, "arguments": [ { "name": "label", @@ -141192,15 +158059,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_hide_on_item_selection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -141212,8 +158081,9 @@ "name": "is_hide_on_item_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -141222,8 +158092,9 @@ "name": "set_hide_on_checkable_item_selection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -141235,8 +158106,9 @@ "name": "is_hide_on_checkable_item_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -141245,8 +158117,9 @@ "name": "set_hide_on_state_item_selection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -141258,8 +158131,9 @@ "name": "is_hide_on_state_item_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -141268,8 +158142,9 @@ "name": "set_submenu_popup_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "seconds", @@ -141282,8 +158157,9 @@ "name": "get_submenu_popup_delay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -141293,8 +158169,9 @@ "name": "set_allow_search", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "allow", @@ -141306,8 +158183,9 @@ "name": "get_allow_search", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -141315,10 +158193,10 @@ ], "signals": [ { - "name": "index_pressed", + "name": "id_pressed", "arguments": [ { - "name": "index", + "name": "id", "type": "int" } ] @@ -141333,10 +158211,10 @@ ] }, { - "name": "id_pressed", + "name": "index_pressed", "arguments": [ { - "name": "id", + "name": "index", "type": "int" } ] @@ -141394,18 +158272,230 @@ "inherits": "Popup", "api_type": "core" }, + { + "name": "PortableCompressedTexture2D", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Texture2D", + "api_type": "core", + "enums": [ + { + "name": "CompressionMode", + "is_bitfield": false, + "values": [ + { + "name": "COMPRESSION_MODE_LOSSLESS", + "value": 0 + }, + { + "name": "COMPRESSION_MODE_LOSSY", + "value": 1 + }, + { + "name": "COMPRESSION_MODE_BASIS_UNIVERSAL", + "value": 2 + }, + { + "name": "COMPRESSION_MODE_S3TC", + "value": 3 + }, + { + "name": "COMPRESSION_MODE_ETC2", + "value": 4 + }, + { + "name": "COMPRESSION_MODE_BPTC", + "value": 5 + } + ] + } + ], + "methods": [ + { + "name": "create_from_image", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1837755017, + "arguments": [ + { + "name": "image", + "type": "Image" + }, + { + "name": "compression_mode", + "type": "enum::PortableCompressedTexture2D.CompressionMode" + }, + { + "name": "normal_map", + "type": "bool", + "default_value": "false" + }, + { + "name": "lossy_quality", + "type": "float", + "meta": "float", + "default_value": "0.8" + } + ] + }, + { + "name": "get_format", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3847873762, + "return_value": { + "type": "enum::Image.Format" + } + }, + { + "name": "get_compression_mode", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3265612739, + "return_value": { + "type": "enum::PortableCompressedTexture2D.CompressionMode" + } + }, + { + "name": "set_size_override", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 743155724, + "arguments": [ + { + "name": "size", + "type": "Vector2" + } + ] + }, + { + "name": "get_size_override", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3341600327, + "return_value": { + "type": "Vector2" + } + }, + { + "name": "set_keep_compressed_buffer", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "keep", + "type": "bool" + } + ] + }, + { + "name": "is_keeping_compressed_buffer", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_keep_all_compressed_buffers", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "keep", + "type": "bool" + } + ] + }, + { + "name": "is_keeping_all_compressed_buffers", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 2240911060, + "return_value": { + "type": "bool" + } + } + ], + "properties": [ + { + "type": "Vector2", + "name": "size_override", + "setter": "set_size_override", + "getter": "get_size_override", + "index": -1 + }, + { + "type": "bool", + "name": "keep_compressed_buffer", + "setter": "set_keep_compressed_buffer", + "getter": "is_keeping_compressed_buffer", + "index": -1 + } + ] + }, { "name": "Position2D", "is_refcounted": false, "is_instantiable": true, "inherits": "Node2D", "api_type": "core", + "methods": [ + { + "name": "set_gizmo_extents", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "extents", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_gizmo_extents", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + } + ], "properties": [ { "type": "float", "name": "gizmo_extents", - "setter": "_set_gizmo_extents", - "getter": "_get_gizmo_extents", + "setter": "set_gizmo_extents", + "getter": "get_gizmo_extents", "index": -1 } ] @@ -141420,16 +158510,27 @@ { "name": "PrimitiveMesh", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Mesh", "api_type": "core", "methods": [ + { + "name": "_create_mesh_array", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, { "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -141441,8 +158542,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -141451,8 +158553,9 @@ "name": "get_mesh_arrays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -141461,8 +158564,9 @@ "name": "set_custom_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3505987427, "arguments": [ { "name": "aabb", @@ -141474,8 +158578,9 @@ "name": "get_custom_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -141484,8 +158589,9 @@ "name": "set_flip_faces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_faces", @@ -141497,8 +158603,9 @@ "name": "get_flip_faces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -141539,8 +158646,9 @@ "name": "set_left_to_right", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "left_to_right", @@ -141553,8 +158661,9 @@ "name": "get_left_to_right", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -141564,8 +158673,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "size", @@ -141577,8 +158687,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -141587,8 +158698,9 @@ "name": "set_subdivide_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "segments", @@ -141601,8 +158713,9 @@ "name": "get_subdivide_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -141612,8 +158725,9 @@ "name": "set_subdivide_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "segments", @@ -141626,8 +158740,9 @@ "name": "get_subdivide_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -141637,8 +158752,9 @@ "name": "set_subdivide_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "segments", @@ -141651,8 +158767,9 @@ "name": "get_subdivide_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -141708,8 +158825,9 @@ "name": "set_sky_top_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -141721,8 +158839,9 @@ "name": "get_sky_top_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -141731,8 +158850,9 @@ "name": "set_sky_horizon_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -141744,8 +158864,9 @@ "name": "get_sky_horizon_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -141754,8 +158875,9 @@ "name": "set_sky_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "curve", @@ -141768,8 +158890,9 @@ "name": "get_sky_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -141779,8 +158902,9 @@ "name": "set_sky_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -141793,19 +158917,71 @@ "name": "get_sky_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" } }, + { + "name": "set_sky_cover", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1609988678, + "arguments": [ + { + "name": "sky_cover", + "type": "Texture2D" + } + ] + }, + { + "name": "get_sky_cover", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4258294097, + "return_value": { + "type": "Texture2D" + } + }, + { + "name": "set_sky_cover_modulate", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1055510324, + "arguments": [ + { + "name": "color", + "type": "Color" + } + ] + }, + { + "name": "get_sky_cover_modulate", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2716978435, + "return_value": { + "type": "Color" + } + }, { "name": "set_ground_bottom_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -141817,8 +158993,9 @@ "name": "get_ground_bottom_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -141827,8 +159004,9 @@ "name": "set_ground_horizon_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -141840,8 +159018,9 @@ "name": "get_ground_horizon_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -141850,8 +159029,9 @@ "name": "set_ground_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "curve", @@ -141864,8 +159044,9 @@ "name": "get_ground_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -141875,8 +159056,9 @@ "name": "set_ground_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -141889,8 +159071,9 @@ "name": "get_ground_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -141900,8 +159083,9 @@ "name": "set_sun_angle_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "degrees", @@ -141914,8 +159098,9 @@ "name": "get_sun_angle_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -141925,8 +159110,9 @@ "name": "set_sun_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "curve", @@ -141939,12 +159125,38 @@ "name": "get_sun_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" } + }, + { + "name": "set_use_debanding", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "use_debanding", + "type": "bool" + } + ] + }, + { + "name": "get_use_debanding", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } } ], "properties": [ @@ -141976,6 +159188,20 @@ "getter": "get_sky_energy", "index": -1 }, + { + "type": "Texture2D", + "name": "sky_cover", + "setter": "set_sky_cover", + "getter": "get_sky_cover", + "index": -1 + }, + { + "type": "Color", + "name": "sky_cover_modulate", + "setter": "set_sky_cover_modulate", + "getter": "get_sky_cover_modulate", + "index": -1 + }, { "type": "Color", "name": "ground_bottom_color", @@ -142017,6 +159243,13 @@ "setter": "set_sun_curve", "getter": "get_sun_curve", "index": -1 + }, + { + "type": "bool", + "name": "use_debanding", + "setter": "set_use_debanding", + "getter": "get_use_debanding", + "index": -1 } ] }, @@ -142026,13 +159259,65 @@ "is_instantiable": true, "inherits": "Range", "api_type": "core", + "enums": [ + { + "name": "FillMode", + "is_bitfield": false, + "values": [ + { + "name": "FILL_BEGIN_TO_END", + "value": 0 + }, + { + "name": "FILL_END_TO_BEGIN", + "value": 1 + }, + { + "name": "FILL_TOP_TO_BOTTOM", + "value": 2 + }, + { + "name": "FILL_BOTTOM_TO_TOP", + "value": 3 + } + ] + } + ], "methods": [ + { + "name": "set_fill_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "mode", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_fill_mode", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2455072627, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_percent_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -142044,14 +159329,22 @@ "name": "is_percent_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } } ], "properties": [ + { + "type": "int", + "name": "fill_mode", + "setter": "set_fill_mode", + "getter": "get_fill_mode", + "index": -1 + }, { "type": "bool", "name": "percent_visible", @@ -142072,8 +159365,9 @@ "name": "has_setting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -142088,8 +159382,9 @@ "name": "set_setting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 402577236, "arguments": [ { "name": "name", @@ -142105,8 +159400,9 @@ "name": "get_setting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1868160156, "return_value": { "type": "Variant" }, @@ -142121,8 +159417,9 @@ "name": "set_order", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2956805083, "arguments": [ { "name": "name", @@ -142139,8 +159436,9 @@ "name": "get_order", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int32" @@ -142156,8 +159454,9 @@ "name": "set_initial_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 402577236, "arguments": [ { "name": "name", @@ -142173,8 +159472,9 @@ "name": "add_property_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "hint", @@ -142186,8 +159486,9 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -142199,8 +159500,9 @@ "name": "localize_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -142215,8 +159517,9 @@ "name": "globalize_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -142231,8 +159534,9 @@ "name": "save", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -142241,8 +159545,9 @@ "name": "load_resource_pack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1474136396, + "hash": 3001721055, "return_value": { "type": "bool" }, @@ -142268,8 +159573,9 @@ "name": "property_can_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -142284,8 +159590,9 @@ "name": "property_get_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 309047738, "return_value": { "type": "Variant" }, @@ -142300,8 +159607,9 @@ "name": "save_custom", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -142325,8 +159633,9 @@ "name": "from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2885152462, "return_value": { "type": "PropertyTweener" }, @@ -142341,8 +159650,9 @@ "name": "from_current", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2065588773, "return_value": { "type": "PropertyTweener" } @@ -142351,8 +159661,9 @@ "name": "as_relative", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2065588773, "return_value": { "type": "PropertyTweener" } @@ -142361,8 +159672,9 @@ "name": "set_trans", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2357318980, "return_value": { "type": "PropertyTweener" }, @@ -142377,8 +159689,9 @@ "name": "set_ease", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 880861499, "return_value": { "type": "PropertyTweener" }, @@ -142393,8 +159706,9 @@ "name": "set_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 247433389, "return_value": { "type": "PropertyTweener" }, @@ -142419,8 +159733,9 @@ "name": "set_base", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "base", @@ -142432,8 +159747,9 @@ "name": "get_base", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -142460,8 +159776,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -142473,8 +159790,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -142483,8 +159801,9 @@ "name": "set_center_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "center_offset", @@ -142496,8 +159815,9 @@ "name": "get_center_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -142531,8 +159851,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -142544,8 +159865,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -142572,8 +159894,9 @@ "name": "set_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 565531219, "arguments": [ { "name": "p_member", @@ -142585,8 +159908,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2235804183, "return_value": { "type": "enum::RenderingDevice.DataFormat" } @@ -142595,8 +159919,9 @@ "name": "set_samples", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3774171498, "arguments": [ { "name": "p_member", @@ -142608,8 +159933,9 @@ "name": "get_samples", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 407791724, "return_value": { "type": "enum::RenderingDevice.TextureSamples" } @@ -142618,8 +159944,9 @@ "name": "set_usage_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -142632,8 +159959,9 @@ "name": "get_usage_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -142681,8 +160009,9 @@ "name": "set_color_attachments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "p_member", @@ -142694,8 +160023,9 @@ "name": "get_color_attachments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -142704,8 +160034,9 @@ "name": "set_input_attachments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "p_member", @@ -142717,8 +160048,9 @@ "name": "get_input_attachments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -142727,8 +160059,9 @@ "name": "set_resolve_attachments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "p_member", @@ -142740,8 +160073,9 @@ "name": "get_resolve_attachments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -142750,8 +160084,9 @@ "name": "set_preserve_attachments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "p_member", @@ -142763,8 +160098,9 @@ "name": "get_preserve_attachments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -142773,8 +160109,9 @@ "name": "set_depth_attachment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -142787,8 +160124,9 @@ "name": "get_depth_attachment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -142844,8 +160182,9 @@ "name": "set_enable_logic_op", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -142857,8 +160196,9 @@ "name": "get_enable_logic_op", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -142867,8 +160207,9 @@ "name": "set_logic_op", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3610841058, "arguments": [ { "name": "p_member", @@ -142880,8 +160221,9 @@ "name": "get_logic_op", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 988254690, "return_value": { "type": "enum::RenderingDevice.LogicOperation" } @@ -142890,8 +160232,9 @@ "name": "set_blend_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "p_member", @@ -142903,8 +160246,9 @@ "name": "get_blend_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -142913,8 +160257,9 @@ "name": "set_attachments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "attachments", @@ -142926,8 +160271,9 @@ "name": "get_attachments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -142975,15 +160321,17 @@ "name": "set_as_mix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_enable_blend", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -142995,8 +160343,9 @@ "name": "get_enable_blend", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143005,8 +160354,9 @@ "name": "set_src_color_blend_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2251019273, "arguments": [ { "name": "p_member", @@ -143018,8 +160368,9 @@ "name": "get_src_color_blend_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3691288359, "return_value": { "type": "enum::RenderingDevice.BlendFactor" } @@ -143028,8 +160379,9 @@ "name": "set_dst_color_blend_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2251019273, "arguments": [ { "name": "p_member", @@ -143041,8 +160393,9 @@ "name": "get_dst_color_blend_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3691288359, "return_value": { "type": "enum::RenderingDevice.BlendFactor" } @@ -143051,8 +160404,9 @@ "name": "set_color_blend_op", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3073022720, "arguments": [ { "name": "p_member", @@ -143064,8 +160418,9 @@ "name": "get_color_blend_op", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1385093561, "return_value": { "type": "enum::RenderingDevice.BlendOperation" } @@ -143074,8 +160429,9 @@ "name": "set_src_alpha_blend_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2251019273, "arguments": [ { "name": "p_member", @@ -143087,8 +160443,9 @@ "name": "get_src_alpha_blend_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3691288359, "return_value": { "type": "enum::RenderingDevice.BlendFactor" } @@ -143097,8 +160454,9 @@ "name": "set_dst_alpha_blend_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2251019273, "arguments": [ { "name": "p_member", @@ -143110,8 +160468,9 @@ "name": "get_dst_alpha_blend_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3691288359, "return_value": { "type": "enum::RenderingDevice.BlendFactor" } @@ -143120,8 +160479,9 @@ "name": "set_alpha_blend_op", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3073022720, "arguments": [ { "name": "p_member", @@ -143133,8 +160493,9 @@ "name": "get_alpha_blend_op", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1385093561, "return_value": { "type": "enum::RenderingDevice.BlendOperation" } @@ -143143,8 +160504,9 @@ "name": "set_write_r", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143156,8 +160518,9 @@ "name": "get_write_r", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143166,8 +160529,9 @@ "name": "set_write_g", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143179,8 +160543,9 @@ "name": "get_write_g", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143189,8 +160554,9 @@ "name": "set_write_b", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143202,8 +160568,9 @@ "name": "get_write_b", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143212,8 +160579,9 @@ "name": "set_write_a", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143225,8 +160593,9 @@ "name": "get_write_a", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143323,8 +160692,9 @@ "name": "set_enable_depth_test", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143336,8 +160706,9 @@ "name": "get_enable_depth_test", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143346,8 +160717,9 @@ "name": "set_enable_depth_write", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143359,8 +160731,9 @@ "name": "get_enable_depth_write", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143369,8 +160742,9 @@ "name": "set_depth_compare_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2573711505, "arguments": [ { "name": "p_member", @@ -143382,8 +160756,9 @@ "name": "get_depth_compare_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 269730778, "return_value": { "type": "enum::RenderingDevice.CompareOperator" } @@ -143392,8 +160767,9 @@ "name": "set_enable_depth_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143405,8 +160781,9 @@ "name": "get_enable_depth_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143415,8 +160792,9 @@ "name": "set_depth_range_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -143429,8 +160807,9 @@ "name": "get_depth_range_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -143440,8 +160819,9 @@ "name": "set_depth_range_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -143454,8 +160834,9 @@ "name": "get_depth_range_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -143465,8 +160846,9 @@ "name": "set_enable_stencil", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -143478,8 +160860,9 @@ "name": "get_enable_stencil", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -143488,8 +160871,9 @@ "name": "set_front_op_fail", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2092799566, "arguments": [ { "name": "p_member", @@ -143501,8 +160885,9 @@ "name": "get_front_op_fail", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1714732389, "return_value": { "type": "enum::RenderingDevice.StencilOperation" } @@ -143511,8 +160896,9 @@ "name": "set_front_op_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2092799566, "arguments": [ { "name": "p_member", @@ -143524,8 +160910,9 @@ "name": "get_front_op_pass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1714732389, "return_value": { "type": "enum::RenderingDevice.StencilOperation" } @@ -143534,8 +160921,9 @@ "name": "set_front_op_depth_fail", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2092799566, "arguments": [ { "name": "p_member", @@ -143547,8 +160935,9 @@ "name": "get_front_op_depth_fail", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1714732389, "return_value": { "type": "enum::RenderingDevice.StencilOperation" } @@ -143557,8 +160946,9 @@ "name": "set_front_op_compare", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2573711505, "arguments": [ { "name": "p_member", @@ -143570,8 +160960,9 @@ "name": "get_front_op_compare", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 269730778, "return_value": { "type": "enum::RenderingDevice.CompareOperator" } @@ -143580,8 +160971,9 @@ "name": "set_front_op_compare_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -143594,8 +160986,9 @@ "name": "get_front_op_compare_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -143605,8 +160998,9 @@ "name": "set_front_op_write_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -143619,8 +161013,9 @@ "name": "get_front_op_write_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -143630,8 +161025,9 @@ "name": "set_front_op_reference", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -143644,8 +161040,9 @@ "name": "get_front_op_reference", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -143655,8 +161052,9 @@ "name": "set_back_op_fail", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2092799566, "arguments": [ { "name": "p_member", @@ -143668,8 +161066,9 @@ "name": "get_back_op_fail", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1714732389, "return_value": { "type": "enum::RenderingDevice.StencilOperation" } @@ -143678,8 +161077,9 @@ "name": "set_back_op_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2092799566, "arguments": [ { "name": "p_member", @@ -143691,8 +161091,9 @@ "name": "get_back_op_pass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1714732389, "return_value": { "type": "enum::RenderingDevice.StencilOperation" } @@ -143701,8 +161102,9 @@ "name": "set_back_op_depth_fail", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2092799566, "arguments": [ { "name": "p_member", @@ -143714,8 +161116,9 @@ "name": "get_back_op_depth_fail", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1714732389, "return_value": { "type": "enum::RenderingDevice.StencilOperation" } @@ -143724,8 +161127,9 @@ "name": "set_back_op_compare", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2573711505, "arguments": [ { "name": "p_member", @@ -143737,8 +161141,9 @@ "name": "get_back_op_compare", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 269730778, "return_value": { "type": "enum::RenderingDevice.CompareOperator" } @@ -143747,8 +161152,9 @@ "name": "set_back_op_compare_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -143761,8 +161167,9 @@ "name": "get_back_op_compare_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -143772,8 +161179,9 @@ "name": "set_back_op_write_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -143786,8 +161194,9 @@ "name": "get_back_op_write_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -143797,8 +161206,9 @@ "name": "set_back_op_reference", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -143811,8 +161221,9 @@ "name": "get_back_op_reference", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -143980,8 +161391,9 @@ "name": "set_sample_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3774171498, "arguments": [ { "name": "p_member", @@ -143993,8 +161405,9 @@ "name": "get_sample_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 407791724, "return_value": { "type": "enum::RenderingDevice.TextureSamples" } @@ -144003,8 +161416,9 @@ "name": "set_enable_sample_shading", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144016,8 +161430,9 @@ "name": "get_enable_sample_shading", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144026,8 +161441,9 @@ "name": "set_min_sample_shading", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144040,8 +161456,9 @@ "name": "get_min_sample_shading", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144051,8 +161468,9 @@ "name": "set_enable_alpha_to_coverage", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144064,8 +161482,9 @@ "name": "get_enable_alpha_to_coverage", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144074,8 +161493,9 @@ "name": "set_enable_alpha_to_one", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144087,8 +161507,9 @@ "name": "get_enable_alpha_to_one", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144097,8 +161518,9 @@ "name": "set_sample_masks", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "masks", @@ -144110,8 +161532,9 @@ "name": "get_sample_masks", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -144173,8 +161596,9 @@ "name": "set_enable_depth_clamp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144186,8 +161610,9 @@ "name": "get_enable_depth_clamp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144196,8 +161621,9 @@ "name": "set_discard_primitives", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144209,8 +161635,9 @@ "name": "get_discard_primitives", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144219,8 +161646,9 @@ "name": "set_wireframe", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144232,8 +161660,9 @@ "name": "get_wireframe", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144242,8 +161671,9 @@ "name": "set_cull_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2662586502, "arguments": [ { "name": "p_member", @@ -144255,8 +161685,9 @@ "name": "get_cull_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2192484313, "return_value": { "type": "enum::RenderingDevice.PolygonCullMode" } @@ -144265,8 +161696,9 @@ "name": "set_front_face", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2637251213, "arguments": [ { "name": "p_member", @@ -144278,8 +161710,9 @@ "name": "get_front_face", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 708793786, "return_value": { "type": "enum::RenderingDevice.PolygonFrontFace" } @@ -144288,8 +161721,9 @@ "name": "set_depth_bias_enable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144301,8 +161735,9 @@ "name": "get_depth_bias_enable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144311,8 +161746,9 @@ "name": "set_depth_bias_constant_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144325,8 +161761,9 @@ "name": "get_depth_bias_constant_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144336,8 +161773,9 @@ "name": "set_depth_bias_clamp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144350,8 +161788,9 @@ "name": "get_depth_bias_clamp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144361,8 +161800,9 @@ "name": "set_depth_bias_slope_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144375,8 +161815,9 @@ "name": "get_depth_bias_slope_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144386,8 +161827,9 @@ "name": "set_line_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144400,8 +161842,9 @@ "name": "get_line_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144411,8 +161854,9 @@ "name": "set_patch_control_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -144425,8 +161869,9 @@ "name": "get_patch_control_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -144524,8 +161969,9 @@ "name": "set_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1114965689, "arguments": [ { "name": "value", @@ -144537,8 +161983,9 @@ "name": "get_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1214101251, "return_value": { "type": "Variant" } @@ -144547,8 +161994,9 @@ "name": "set_constant_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "constant_id", @@ -144561,8 +162009,9 @@ "name": "get_constant_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -144597,8 +162046,9 @@ "name": "set_mag_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1493420382, "arguments": [ { "name": "p_member", @@ -144610,8 +162060,9 @@ "name": "get_mag_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2209202801, "return_value": { "type": "enum::RenderingDevice.SamplerFilter" } @@ -144620,8 +162071,9 @@ "name": "set_min_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1493420382, "arguments": [ { "name": "p_member", @@ -144633,8 +162085,9 @@ "name": "get_min_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2209202801, "return_value": { "type": "enum::RenderingDevice.SamplerFilter" } @@ -144643,8 +162096,9 @@ "name": "set_mip_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1493420382, "arguments": [ { "name": "p_member", @@ -144656,8 +162110,9 @@ "name": "get_mip_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2209202801, "return_value": { "type": "enum::RenderingDevice.SamplerFilter" } @@ -144666,8 +162121,9 @@ "name": "set_repeat_u", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 246127626, "arguments": [ { "name": "p_member", @@ -144679,8 +162135,9 @@ "name": "get_repeat_u", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3227895872, "return_value": { "type": "enum::RenderingDevice.SamplerRepeatMode" } @@ -144689,8 +162146,9 @@ "name": "set_repeat_v", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 246127626, "arguments": [ { "name": "p_member", @@ -144702,8 +162160,9 @@ "name": "get_repeat_v", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3227895872, "return_value": { "type": "enum::RenderingDevice.SamplerRepeatMode" } @@ -144712,8 +162171,9 @@ "name": "set_repeat_w", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 246127626, "arguments": [ { "name": "p_member", @@ -144725,8 +162185,9 @@ "name": "get_repeat_w", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3227895872, "return_value": { "type": "enum::RenderingDevice.SamplerRepeatMode" } @@ -144735,8 +162196,9 @@ "name": "set_lod_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144749,8 +162211,9 @@ "name": "get_lod_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144760,8 +162223,9 @@ "name": "set_use_anisotropy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144773,8 +162237,9 @@ "name": "get_use_anisotropy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144783,8 +162248,9 @@ "name": "set_anisotropy_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144797,8 +162263,9 @@ "name": "get_anisotropy_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144808,8 +162275,9 @@ "name": "set_enable_compare", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144821,8 +162289,9 @@ "name": "get_enable_compare", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -144831,8 +162300,9 @@ "name": "set_compare_op", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2573711505, "arguments": [ { "name": "p_member", @@ -144844,8 +162314,9 @@ "name": "get_compare_op", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 269730778, "return_value": { "type": "enum::RenderingDevice.CompareOperator" } @@ -144854,8 +162325,9 @@ "name": "set_min_lod", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144868,8 +162340,9 @@ "name": "get_min_lod", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144879,8 +162352,9 @@ "name": "set_max_lod", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "p_member", @@ -144893,8 +162367,9 @@ "name": "get_max_lod", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -144904,8 +162379,9 @@ "name": "set_border_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1115869595, "arguments": [ { "name": "p_member", @@ -144917,8 +162393,9 @@ "name": "get_border_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3514246478, "return_value": { "type": "enum::RenderingDevice.SamplerBorderColor" } @@ -144927,8 +162404,9 @@ "name": "set_unnormalized_uvw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "p_member", @@ -144940,8 +162418,9 @@ "name": "get_unnormalized_uvw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -145066,8 +162545,9 @@ "name": "set_bytecode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 605760232, "arguments": [ { "name": "bytecode", @@ -145084,8 +162564,9 @@ "name": "get_spirv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 4071867347, "return_value": { "type": "RDShaderSPIRV" }, @@ -145101,8 +162582,9 @@ "name": "get_version_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -145111,8 +162593,9 @@ "name": "set_base_error", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "error", @@ -145124,8 +162607,9 @@ "name": "get_base_error", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -145152,8 +162636,9 @@ "name": "set_stage_bytecode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1496382547, "arguments": [ { "name": "stage", @@ -145169,8 +162654,9 @@ "name": "get_stage_bytecode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1976714563, "return_value": { "type": "PackedByteArray" }, @@ -145185,8 +162671,9 @@ "name": "set_stage_compile_error", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 620821314, "arguments": [ { "name": "stage", @@ -145202,8 +162689,9 @@ "name": "get_stage_compile_error", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3354920045, "return_value": { "type": "String" }, @@ -145299,8 +162787,9 @@ "name": "set_stage_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 620821314, "arguments": [ { "name": "stage", @@ -145316,8 +162805,9 @@ "name": "get_stage_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3354920045, "return_value": { "type": "String" }, @@ -145332,8 +162822,9 @@ "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3422186742, "arguments": [ { "name": "language", @@ -145345,8 +162836,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1063538261, "return_value": { "type": "enum::RenderingDevice.ShaderLanguage" } @@ -145408,8 +162900,9 @@ "name": "set_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 565531219, "arguments": [ { "name": "p_member", @@ -145421,8 +162914,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2235804183, "return_value": { "type": "enum::RenderingDevice.DataFormat" } @@ -145431,8 +162925,9 @@ "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -145445,8 +162940,9 @@ "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -145456,8 +162952,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -145470,8 +162967,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -145481,8 +162979,9 @@ "name": "set_depth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -145495,8 +162994,9 @@ "name": "get_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -145506,8 +163006,9 @@ "name": "set_array_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -145520,8 +163021,9 @@ "name": "get_array_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -145531,8 +163033,9 @@ "name": "set_mipmaps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -145545,8 +163048,9 @@ "name": "get_mipmaps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -145556,8 +163060,9 @@ "name": "set_texture_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 652343381, "arguments": [ { "name": "p_member", @@ -145569,8 +163074,9 @@ "name": "get_texture_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4036357416, "return_value": { "type": "enum::RenderingDevice.TextureType" } @@ -145579,8 +163085,9 @@ "name": "set_samples", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3774171498, "arguments": [ { "name": "p_member", @@ -145592,8 +163099,9 @@ "name": "get_samples", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 407791724, "return_value": { "type": "enum::RenderingDevice.TextureSamples" } @@ -145602,8 +163110,9 @@ "name": "set_usage_bits", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -145616,8 +163125,9 @@ "name": "get_usage_bits", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -145627,8 +163137,9 @@ "name": "add_shareable_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 565531219, "arguments": [ { "name": "format", @@ -145640,8 +163151,9 @@ "name": "remove_shareable_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 565531219, "arguments": [ { "name": "format", @@ -145727,8 +163239,9 @@ "name": "set_format_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 565531219, "arguments": [ { "name": "p_member", @@ -145740,8 +163253,9 @@ "name": "get_format_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2235804183, "return_value": { "type": "enum::RenderingDevice.DataFormat" } @@ -145750,8 +163264,9 @@ "name": "set_swizzle_r", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3833362581, "arguments": [ { "name": "p_member", @@ -145763,8 +163278,9 @@ "name": "get_swizzle_r", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4150792614, "return_value": { "type": "enum::RenderingDevice.TextureSwizzle" } @@ -145773,8 +163289,9 @@ "name": "set_swizzle_g", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3833362581, "arguments": [ { "name": "p_member", @@ -145786,8 +163303,9 @@ "name": "get_swizzle_g", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4150792614, "return_value": { "type": "enum::RenderingDevice.TextureSwizzle" } @@ -145796,8 +163314,9 @@ "name": "set_swizzle_b", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3833362581, "arguments": [ { "name": "p_member", @@ -145809,8 +163328,9 @@ "name": "get_swizzle_b", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4150792614, "return_value": { "type": "enum::RenderingDevice.TextureSwizzle" } @@ -145819,8 +163339,9 @@ "name": "set_swizzle_a", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3833362581, "arguments": [ { "name": "p_member", @@ -145832,8 +163353,9 @@ "name": "get_swizzle_a", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4150792614, "return_value": { "type": "enum::RenderingDevice.TextureSwizzle" } @@ -145888,8 +163410,9 @@ "name": "set_uniform_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1664894931, "arguments": [ { "name": "p_member", @@ -145901,8 +163424,9 @@ "name": "get_uniform_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 475470040, "return_value": { "type": "enum::RenderingDevice.UniformType" } @@ -145911,8 +163435,9 @@ "name": "set_binding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -145925,8 +163450,9 @@ "name": "get_binding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -145936,8 +163462,9 @@ "name": "add_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "id", @@ -145949,15 +163476,17 @@ "name": "clear_ids", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_ids", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -145991,8 +163520,9 @@ "name": "set_location", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -146005,8 +163535,9 @@ "name": "get_location", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -146016,8 +163547,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -146030,8 +163562,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -146041,8 +163574,9 @@ "name": "set_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 565531219, "arguments": [ { "name": "p_member", @@ -146054,8 +163588,9 @@ "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2235804183, "return_value": { "type": "enum::RenderingDevice.DataFormat" } @@ -146064,8 +163599,9 @@ "name": "set_stride", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "p_member", @@ -146078,8 +163614,9 @@ "name": "get_stride", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -146089,8 +163626,9 @@ "name": "set_frequency", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 522141836, "arguments": [ { "name": "p_member", @@ -146102,8 +163640,9 @@ "name": "get_frequency", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4154106413, "return_value": { "type": "enum::RenderingDevice.VertexFrequency" } @@ -146158,8 +163697,9 @@ "name": "set_seed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "seed", @@ -146172,8 +163712,9 @@ "name": "get_seed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint64" @@ -146183,8 +163724,9 @@ "name": "set_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "state", @@ -146197,8 +163739,9 @@ "name": "get_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -146208,8 +163751,9 @@ "name": "randi", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint32" @@ -146219,8 +163763,9 @@ "name": "randf", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -146230,8 +163775,9 @@ "name": "randfn", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 437865044, + "hash": 2207676613, "return_value": { "type": "float", "meta": "float" @@ -146255,8 +163801,9 @@ "name": "randf_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 4269894367, "return_value": { "type": "float", "meta": "float" @@ -146278,8 +163825,9 @@ "name": "randi_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 50157827, "return_value": { "type": "int", "meta": "int32" @@ -146301,8 +163849,9 @@ "name": "randomize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -146325,16 +163874,30 @@ { "name": "Range", "is_refcounted": false, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Control", "api_type": "core", "methods": [ + { + "name": "_value_changed", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "new_value", + "type": "float" + } + ] + }, { "name": "get_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -146344,8 +163907,9 @@ "name": "get_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -146355,8 +163919,9 @@ "name": "get_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -146366,8 +163931,9 @@ "name": "get_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -146377,8 +163943,9 @@ "name": "get_page", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -146388,8 +163955,9 @@ "name": "get_as_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -146399,8 +163967,9 @@ "name": "set_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -146413,8 +163982,9 @@ "name": "set_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "minimum", @@ -146427,8 +163997,9 @@ "name": "set_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "maximum", @@ -146441,8 +164012,9 @@ "name": "set_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "step", @@ -146455,8 +164027,9 @@ "name": "set_page", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pagesize", @@ -146469,8 +164042,9 @@ "name": "set_as_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -146483,8 +164057,9 @@ "name": "set_use_rounded_values", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -146496,8 +164071,9 @@ "name": "is_using_rounded_values", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146506,8 +164082,9 @@ "name": "set_exp_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -146519,8 +164096,9 @@ "name": "is_ratio_exp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146529,8 +164107,9 @@ "name": "set_allow_greater", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "allow", @@ -146542,8 +164121,9 @@ "name": "is_greater_allowed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146552,8 +164132,9 @@ "name": "set_allow_lesser", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "allow", @@ -146565,8 +164146,9 @@ "name": "is_lesser_allowed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146575,8 +164157,9 @@ "name": "share", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "with", @@ -146588,8 +164171,9 @@ "name": "unshare", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "signals": [ @@ -146690,8 +164274,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -146703,8 +164288,9 @@ "name": "is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146713,8 +164299,9 @@ "name": "set_target_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "local_point", @@ -146726,8 +164313,9 @@ "name": "get_target_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -146736,8 +164324,9 @@ "name": "is_colliding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146746,15 +164335,17 @@ "name": "force_raycast_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3983428187, "return_value": { "type": "Object" } @@ -146763,8 +164354,9 @@ "name": "get_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -146774,8 +164366,9 @@ "name": "get_collision_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -146784,8 +164377,9 @@ "name": "get_collision_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -146794,8 +164388,9 @@ "name": "add_exception_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -146807,8 +164402,9 @@ "name": "add_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1308476734, "arguments": [ { "name": "node", @@ -146820,8 +164416,9 @@ "name": "remove_exception_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -146833,8 +164430,9 @@ "name": "remove_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1308476734, "arguments": [ { "name": "node", @@ -146846,15 +164444,17 @@ "name": "clear_exceptions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -146867,8 +164467,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -146878,8 +164479,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -146896,8 +164498,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -146913,8 +164516,9 @@ "name": "set_exclude_parent_body", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "mask", @@ -146926,8 +164530,9 @@ "name": "get_exclude_parent_body", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146936,8 +164541,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -146949,8 +164555,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146959,8 +164566,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -146972,8 +164580,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -146982,8 +164591,9 @@ "name": "set_hit_from_inside", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -146995,8 +164605,9 @@ "name": "is_hit_from_inside_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147065,8 +164676,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -147078,8 +164690,9 @@ "name": "is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147088,8 +164701,9 @@ "name": "set_target_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "local_point", @@ -147101,8 +164715,9 @@ "name": "get_target_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -147111,8 +164726,9 @@ "name": "is_colliding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147121,15 +164737,17 @@ "name": "force_raycast_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3983428187, "return_value": { "type": "Object" } @@ -147138,8 +164756,9 @@ "name": "get_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -147149,8 +164768,9 @@ "name": "get_collision_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -147159,8 +164779,9 @@ "name": "get_collision_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -147169,8 +164790,9 @@ "name": "add_exception_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -147182,8 +164804,9 @@ "name": "add_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2150545538, "arguments": [ { "name": "node", @@ -147195,8 +164818,9 @@ "name": "remove_exception_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -147208,8 +164832,9 @@ "name": "remove_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2150545538, "arguments": [ { "name": "node", @@ -147221,15 +164846,17 @@ "name": "clear_exceptions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -147242,8 +164869,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -147253,8 +164881,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -147271,8 +164900,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -147288,8 +164918,9 @@ "name": "set_exclude_parent_body", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "mask", @@ -147301,8 +164932,9 @@ "name": "get_exclude_parent_body", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147311,8 +164943,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -147324,8 +164957,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147334,8 +164968,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -147347,8 +164982,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147357,8 +164993,9 @@ "name": "set_hit_from_inside", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -147370,8 +165007,9 @@ "name": "is_hit_from_inside_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147380,8 +165018,9 @@ "name": "set_debug_shape_custom_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "debug_shape_custom_color", @@ -147393,8 +165032,9 @@ "name": "get_debug_shape_custom_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -147403,8 +165043,9 @@ "name": "set_debug_shape_thickness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "debug_shape_thickness", @@ -147417,8 +165058,9 @@ "name": "get_debug_shape_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -147502,8 +165144,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -147515,8 +165158,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -147543,8 +165187,9 @@ "name": "init_ref", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -147553,8 +165198,9 @@ "name": "reference", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -147563,8 +165209,9 @@ "name": "unreference", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -147582,8 +165229,9 @@ "name": "get_border_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -147592,8 +165240,9 @@ "name": "set_border_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -147605,8 +165254,9 @@ "name": "get_border_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -147616,8 +165266,9 @@ "name": "set_border_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "width", @@ -147630,8 +165281,9 @@ "name": "get_editor_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147640,8 +165292,9 @@ "name": "set_editor_only", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -147681,8 +165334,23 @@ "inherits": "VisualInstance3D", "api_type": "core", "enums": [ + { + "name": "UpdateMode", + "is_bitfield": false, + "values": [ + { + "name": "UPDATE_ONCE", + "value": 0 + }, + { + "name": "UPDATE_ALWAYS", + "value": 1 + } + ] + }, { "name": "AmbientMode", + "is_bitfield": false, "values": [ { "name": "AMBIENT_DISABLED", @@ -147697,19 +165365,6 @@ "value": 2 } ] - }, - { - "name": "UpdateMode", - "values": [ - { - "name": "UPDATE_ONCE", - "value": 0 - }, - { - "name": "UPDATE_ALWAYS", - "value": 1 - } - ] } ], "methods": [ @@ -147717,8 +165372,9 @@ "name": "set_intensity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "intensity", @@ -147731,8 +165387,9 @@ "name": "get_intensity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -147742,8 +165399,9 @@ "name": "set_ambient_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1748981278, "arguments": [ { "name": "ambient", @@ -147755,8 +165413,9 @@ "name": "get_ambient_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1014607621, "return_value": { "type": "enum::ReflectionProbe.AmbientMode" } @@ -147765,8 +165424,9 @@ "name": "set_ambient_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "ambient", @@ -147778,8 +165438,9 @@ "name": "get_ambient_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -147788,8 +165449,9 @@ "name": "set_ambient_color_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ambient_energy", @@ -147802,8 +165464,9 @@ "name": "get_ambient_color_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -147813,8 +165476,9 @@ "name": "set_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "max_distance", @@ -147827,8 +165491,9 @@ "name": "get_max_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -147838,8 +165503,9 @@ "name": "set_mesh_lod_threshold", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "ratio", @@ -147852,8 +165518,9 @@ "name": "get_mesh_lod_threshold", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -147863,8 +165530,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -147876,8 +165544,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -147886,8 +165555,9 @@ "name": "set_origin_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "origin_offset", @@ -147899,8 +165569,9 @@ "name": "get_origin_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -147909,8 +165580,9 @@ "name": "set_as_interior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -147922,8 +165594,9 @@ "name": "is_set_as_interior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147932,8 +165605,9 @@ "name": "set_enable_box_projection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -147945,8 +165619,9 @@ "name": "is_box_projection_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147955,8 +165630,9 @@ "name": "set_enable_shadows", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -147968,8 +165644,9 @@ "name": "are_shadows_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -147978,8 +165655,9 @@ "name": "set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layers", @@ -147992,8 +165670,9 @@ "name": "get_cull_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -148003,8 +165682,9 @@ "name": "set_update_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4090221187, "arguments": [ { "name": "mode", @@ -148016,8 +165696,9 @@ "name": "get_update_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2367550552, "return_value": { "type": "enum::ReflectionProbe.UpdateMode" } @@ -148128,15 +165809,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "compile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -148151,8 +165834,9 @@ "name": "search", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3892018839, + "hash": 1001519618, "return_value": { "type": "RegExMatch" }, @@ -148179,8 +165863,9 @@ "name": "search_all", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3892018839, + "hash": 590166177, "return_value": { "type": "Array" }, @@ -148207,8 +165892,9 @@ "name": "sub", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4023896239, + "hash": 758293621, "return_value": { "type": "String" }, @@ -148244,8 +165930,9 @@ "name": "is_valid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148254,8 +165941,9 @@ "name": "get_pattern", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -148264,8 +165952,9 @@ "name": "get_group_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -148275,8 +165964,9 @@ "name": "get_names", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -148294,8 +165984,9 @@ "name": "get_subject", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -148304,8 +165995,9 @@ "name": "get_group_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -148315,8 +166007,9 @@ "name": "get_names", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -148325,8 +166018,9 @@ "name": "get_strings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -148335,8 +166029,9 @@ "name": "get_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 687115856, "return_value": { "type": "String" }, @@ -148352,8 +166047,9 @@ "name": "get_start", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 490464691, "return_value": { "type": "int", "meta": "int32" @@ -148370,8 +166066,9 @@ "name": "get_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 490464691, "return_value": { "type": "int", "meta": "int32" @@ -148420,8 +166117,9 @@ "name": "set_remote_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -148433,8 +166131,9 @@ "name": "get_remote_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -148443,15 +166142,17 @@ "name": "force_update_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_use_global_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_global_coordinates", @@ -148463,8 +166164,9 @@ "name": "get_use_global_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148473,8 +166175,9 @@ "name": "set_update_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "update_remote_position", @@ -148486,8 +166189,9 @@ "name": "get_update_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148496,8 +166200,9 @@ "name": "set_update_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "update_remote_rotation", @@ -148509,8 +166214,9 @@ "name": "get_update_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148519,8 +166225,9 @@ "name": "set_update_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "update_remote_scale", @@ -148532,8 +166239,9 @@ "name": "get_update_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148588,8 +166296,9 @@ "name": "set_remote_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -148601,8 +166310,9 @@ "name": "get_remote_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -148611,15 +166321,17 @@ "name": "force_update_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_use_global_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_global_coordinates", @@ -148631,8 +166343,9 @@ "name": "get_use_global_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148641,8 +166354,9 @@ "name": "set_update_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "update_remote_position", @@ -148654,8 +166368,9 @@ "name": "get_update_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148664,8 +166379,9 @@ "name": "set_update_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "update_remote_rotation", @@ -148677,8 +166393,9 @@ "name": "get_update_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148687,8 +166404,9 @@ "name": "set_update_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "update_remote_scale", @@ -148700,8 +166418,9 @@ "name": "get_update_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -148783,235 +166502,96 @@ ], "enums": [ { - "name": "MemoryType", + "name": "DeviceType", + "is_bitfield": false, "values": [ { - "name": "MEMORY_TEXTURES", + "name": "DEVICE_TYPE_OTHER", "value": 0 }, { - "name": "MEMORY_BUFFERS", + "name": "DEVICE_TYPE_INTEGRATED_GPU", "value": 1 }, { - "name": "MEMORY_TOTAL", - "value": 2 - } - ] - }, - { - "name": "ShaderLanguage", - "values": [ - { - "name": "SHADER_LANGUAGE_GLSL", - "value": 0 - }, - { - "name": "SHADER_LANGUAGE_HLSL", - "value": 1 - } - ] - }, - { - "name": "ShaderStage", - "values": [ - { - "name": "SHADER_STAGE_VERTEX", - "value": 0 - }, - { - "name": "SHADER_STAGE_FRAGMENT", - "value": 1 - }, - { - "name": "SHADER_STAGE_TESSELATION_CONTROL", + "name": "DEVICE_TYPE_DISCRETE_GPU", "value": 2 }, { - "name": "SHADER_STAGE_TESSELATION_EVALUATION", + "name": "DEVICE_TYPE_VIRTUAL_GPU", "value": 3 }, { - "name": "SHADER_STAGE_COMPUTE", + "name": "DEVICE_TYPE_CPU", "value": 4 }, { - "name": "SHADER_STAGE_MAX", + "name": "DEVICE_TYPE_MAX", "value": 5 - }, - { - "name": "SHADER_STAGE_VERTEX_BIT", - "value": 1 - }, - { - "name": "SHADER_STAGE_FRAGMENT_BIT", - "value": 2 - }, - { - "name": "SHADER_STAGE_TESSELATION_CONTROL_BIT", - "value": 4 - }, - { - "name": "SHADER_STAGE_TESSELATION_EVALUATION_BIT", - "value": 8 - }, - { - "name": "SHADER_STAGE_COMPUTE_BIT", - "value": 16 } ] }, { - "name": "CompareOperator", + "name": "DriverResource", + "is_bitfield": false, "values": [ { - "name": "COMPARE_OP_NEVER", + "name": "DRIVER_RESOURCE_VULKAN_DEVICE", "value": 0 }, { - "name": "COMPARE_OP_LESS", + "name": "DRIVER_RESOURCE_VULKAN_PHYSICAL_DEVICE", "value": 1 }, { - "name": "COMPARE_OP_EQUAL", + "name": "DRIVER_RESOURCE_VULKAN_INSTANCE", "value": 2 }, { - "name": "COMPARE_OP_LESS_OR_EQUAL", + "name": "DRIVER_RESOURCE_VULKAN_QUEUE", "value": 3 }, { - "name": "COMPARE_OP_GREATER", + "name": "DRIVER_RESOURCE_VULKAN_QUEUE_FAMILY_INDEX", "value": 4 }, { - "name": "COMPARE_OP_NOT_EQUAL", + "name": "DRIVER_RESOURCE_VULKAN_IMAGE", "value": 5 }, { - "name": "COMPARE_OP_GREATER_OR_EQUAL", + "name": "DRIVER_RESOURCE_VULKAN_IMAGE_VIEW", "value": 6 }, { - "name": "COMPARE_OP_ALWAYS", + "name": "DRIVER_RESOURCE_VULKAN_IMAGE_NATIVE_TEXTURE_FORMAT", "value": 7 }, { - "name": "COMPARE_OP_MAX", + "name": "DRIVER_RESOURCE_VULKAN_SAMPLER", "value": 8 - } - ] - }, - { - "name": "StencilOperation", - "values": [ - { - "name": "STENCIL_OP_KEEP", - "value": 0 }, { - "name": "STENCIL_OP_ZERO", - "value": 1 + "name": "DRIVER_RESOURCE_VULKAN_DESCRIPTOR_SET", + "value": 9 }, { - "name": "STENCIL_OP_REPLACE", - "value": 2 + "name": "DRIVER_RESOURCE_VULKAN_BUFFER", + "value": 10 }, { - "name": "STENCIL_OP_INCREMENT_AND_CLAMP", - "value": 3 + "name": "DRIVER_RESOURCE_VULKAN_COMPUTE_PIPELINE", + "value": 11 }, { - "name": "STENCIL_OP_DECREMENT_AND_CLAMP", - "value": 4 - }, - { - "name": "STENCIL_OP_INVERT", - "value": 5 - }, - { - "name": "STENCIL_OP_INCREMENT_AND_WRAP", - "value": 6 - }, - { - "name": "STENCIL_OP_DECREMENT_AND_WRAP", - "value": 7 - }, - { - "name": "STENCIL_OP_MAX", - "value": 8 - } - ] - }, - { - "name": "IndexBufferFormat", - "values": [ - { - "name": "INDEX_BUFFER_FORMAT_UINT16", - "value": 0 - }, - { - "name": "INDEX_BUFFER_FORMAT_UINT32", - "value": 1 - } - ] - }, - { - "name": "TextureSliceType", - "values": [ - { - "name": "TEXTURE_SLICE_2D", - "value": 0 - }, - { - "name": "TEXTURE_SLICE_CUBEMAP", - "value": 1 - }, - { - "name": "TEXTURE_SLICE_3D", - "value": 2 - } - ] - }, - { - "name": "TextureType", - "values": [ - { - "name": "TEXTURE_TYPE_1D", - "value": 0 - }, - { - "name": "TEXTURE_TYPE_2D", - "value": 1 - }, - { - "name": "TEXTURE_TYPE_3D", - "value": 2 - }, - { - "name": "TEXTURE_TYPE_CUBE", - "value": 3 - }, - { - "name": "TEXTURE_TYPE_1D_ARRAY", - "value": 4 - }, - { - "name": "TEXTURE_TYPE_2D_ARRAY", - "value": 5 - }, - { - "name": "TEXTURE_TYPE_CUBE_ARRAY", - "value": 6 - }, - { - "name": "TEXTURE_TYPE_MAX", - "value": 7 + "name": "DRIVER_RESOURCE_VULKAN_RENDER_PIPELINE", + "value": 12 } ] }, { "name": "DataFormat", + "is_bitfield": false, "values": [ { "name": "DATA_FORMAT_R4G4_UNORM_PACK8", @@ -149891,8 +167471,597 @@ } ] }, + { + "name": "TextureType", + "is_bitfield": false, + "values": [ + { + "name": "TEXTURE_TYPE_1D", + "value": 0 + }, + { + "name": "TEXTURE_TYPE_2D", + "value": 1 + }, + { + "name": "TEXTURE_TYPE_3D", + "value": 2 + }, + { + "name": "TEXTURE_TYPE_CUBE", + "value": 3 + }, + { + "name": "TEXTURE_TYPE_1D_ARRAY", + "value": 4 + }, + { + "name": "TEXTURE_TYPE_2D_ARRAY", + "value": 5 + }, + { + "name": "TEXTURE_TYPE_CUBE_ARRAY", + "value": 6 + }, + { + "name": "TEXTURE_TYPE_MAX", + "value": 7 + } + ] + }, + { + "name": "TextureSamples", + "is_bitfield": false, + "values": [ + { + "name": "TEXTURE_SAMPLES_1", + "value": 0 + }, + { + "name": "TEXTURE_SAMPLES_2", + "value": 1 + }, + { + "name": "TEXTURE_SAMPLES_4", + "value": 2 + }, + { + "name": "TEXTURE_SAMPLES_8", + "value": 3 + }, + { + "name": "TEXTURE_SAMPLES_16", + "value": 4 + }, + { + "name": "TEXTURE_SAMPLES_32", + "value": 5 + }, + { + "name": "TEXTURE_SAMPLES_64", + "value": 6 + }, + { + "name": "TEXTURE_SAMPLES_MAX", + "value": 7 + } + ] + }, + { + "name": "TextureUsageBits", + "is_bitfield": false, + "values": [ + { + "name": "TEXTURE_USAGE_SAMPLING_BIT", + "value": 1 + }, + { + "name": "TEXTURE_USAGE_COLOR_ATTACHMENT_BIT", + "value": 2 + }, + { + "name": "TEXTURE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT", + "value": 4 + }, + { + "name": "TEXTURE_USAGE_STORAGE_BIT", + "value": 8 + }, + { + "name": "TEXTURE_USAGE_STORAGE_ATOMIC_BIT", + "value": 16 + }, + { + "name": "TEXTURE_USAGE_CPU_READ_BIT", + "value": 32 + }, + { + "name": "TEXTURE_USAGE_CAN_UPDATE_BIT", + "value": 64 + }, + { + "name": "TEXTURE_USAGE_CAN_COPY_FROM_BIT", + "value": 128 + }, + { + "name": "TEXTURE_USAGE_CAN_COPY_TO_BIT", + "value": 256 + }, + { + "name": "TEXTURE_USAGE_INPUT_ATTACHMENT_BIT", + "value": 512 + } + ] + }, + { + "name": "TextureSwizzle", + "is_bitfield": false, + "values": [ + { + "name": "TEXTURE_SWIZZLE_IDENTITY", + "value": 0 + }, + { + "name": "TEXTURE_SWIZZLE_ZERO", + "value": 1 + }, + { + "name": "TEXTURE_SWIZZLE_ONE", + "value": 2 + }, + { + "name": "TEXTURE_SWIZZLE_R", + "value": 3 + }, + { + "name": "TEXTURE_SWIZZLE_G", + "value": 4 + }, + { + "name": "TEXTURE_SWIZZLE_B", + "value": 5 + }, + { + "name": "TEXTURE_SWIZZLE_A", + "value": 6 + }, + { + "name": "TEXTURE_SWIZZLE_MAX", + "value": 7 + } + ] + }, + { + "name": "TextureSliceType", + "is_bitfield": false, + "values": [ + { + "name": "TEXTURE_SLICE_2D", + "value": 0 + }, + { + "name": "TEXTURE_SLICE_CUBEMAP", + "value": 1 + }, + { + "name": "TEXTURE_SLICE_3D", + "value": 2 + } + ] + }, + { + "name": "SamplerFilter", + "is_bitfield": false, + "values": [ + { + "name": "SAMPLER_FILTER_NEAREST", + "value": 0 + }, + { + "name": "SAMPLER_FILTER_LINEAR", + "value": 1 + } + ] + }, + { + "name": "SamplerRepeatMode", + "is_bitfield": false, + "values": [ + { + "name": "SAMPLER_REPEAT_MODE_REPEAT", + "value": 0 + }, + { + "name": "SAMPLER_REPEAT_MODE_MIRRORED_REPEAT", + "value": 1 + }, + { + "name": "SAMPLER_REPEAT_MODE_CLAMP_TO_EDGE", + "value": 2 + }, + { + "name": "SAMPLER_REPEAT_MODE_CLAMP_TO_BORDER", + "value": 3 + }, + { + "name": "SAMPLER_REPEAT_MODE_MIRROR_CLAMP_TO_EDGE", + "value": 4 + }, + { + "name": "SAMPLER_REPEAT_MODE_MAX", + "value": 5 + } + ] + }, + { + "name": "SamplerBorderColor", + "is_bitfield": false, + "values": [ + { + "name": "SAMPLER_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK", + "value": 0 + }, + { + "name": "SAMPLER_BORDER_COLOR_INT_TRANSPARENT_BLACK", + "value": 1 + }, + { + "name": "SAMPLER_BORDER_COLOR_FLOAT_OPAQUE_BLACK", + "value": 2 + }, + { + "name": "SAMPLER_BORDER_COLOR_INT_OPAQUE_BLACK", + "value": 3 + }, + { + "name": "SAMPLER_BORDER_COLOR_FLOAT_OPAQUE_WHITE", + "value": 4 + }, + { + "name": "SAMPLER_BORDER_COLOR_INT_OPAQUE_WHITE", + "value": 5 + }, + { + "name": "SAMPLER_BORDER_COLOR_MAX", + "value": 6 + } + ] + }, + { + "name": "VertexFrequency", + "is_bitfield": false, + "values": [ + { + "name": "VERTEX_FREQUENCY_VERTEX", + "value": 0 + }, + { + "name": "VERTEX_FREQUENCY_INSTANCE", + "value": 1 + } + ] + }, + { + "name": "IndexBufferFormat", + "is_bitfield": false, + "values": [ + { + "name": "INDEX_BUFFER_FORMAT_UINT16", + "value": 0 + }, + { + "name": "INDEX_BUFFER_FORMAT_UINT32", + "value": 1 + } + ] + }, + { + "name": "StorageBufferUsage", + "is_bitfield": false, + "values": [ + { + "name": "STORAGE_BUFFER_USAGE_DISPATCH_INDIRECT", + "value": 1 + } + ] + }, + { + "name": "UniformType", + "is_bitfield": false, + "values": [ + { + "name": "UNIFORM_TYPE_SAMPLER", + "value": 0 + }, + { + "name": "UNIFORM_TYPE_SAMPLER_WITH_TEXTURE", + "value": 1 + }, + { + "name": "UNIFORM_TYPE_TEXTURE", + "value": 2 + }, + { + "name": "UNIFORM_TYPE_IMAGE", + "value": 3 + }, + { + "name": "UNIFORM_TYPE_TEXTURE_BUFFER", + "value": 4 + }, + { + "name": "UNIFORM_TYPE_SAMPLER_WITH_TEXTURE_BUFFER", + "value": 5 + }, + { + "name": "UNIFORM_TYPE_IMAGE_BUFFER", + "value": 6 + }, + { + "name": "UNIFORM_TYPE_UNIFORM_BUFFER", + "value": 7 + }, + { + "name": "UNIFORM_TYPE_STORAGE_BUFFER", + "value": 8 + }, + { + "name": "UNIFORM_TYPE_INPUT_ATTACHMENT", + "value": 9 + }, + { + "name": "UNIFORM_TYPE_MAX", + "value": 10 + } + ] + }, + { + "name": "RenderPrimitive", + "is_bitfield": false, + "values": [ + { + "name": "RENDER_PRIMITIVE_POINTS", + "value": 0 + }, + { + "name": "RENDER_PRIMITIVE_LINES", + "value": 1 + }, + { + "name": "RENDER_PRIMITIVE_LINES_WITH_ADJACENCY", + "value": 2 + }, + { + "name": "RENDER_PRIMITIVE_LINESTRIPS", + "value": 3 + }, + { + "name": "RENDER_PRIMITIVE_LINESTRIPS_WITH_ADJACENCY", + "value": 4 + }, + { + "name": "RENDER_PRIMITIVE_TRIANGLES", + "value": 5 + }, + { + "name": "RENDER_PRIMITIVE_TRIANGLES_WITH_ADJACENCY", + "value": 6 + }, + { + "name": "RENDER_PRIMITIVE_TRIANGLE_STRIPS", + "value": 7 + }, + { + "name": "RENDER_PRIMITIVE_TRIANGLE_STRIPS_WITH_AJACENCY", + "value": 8 + }, + { + "name": "RENDER_PRIMITIVE_TRIANGLE_STRIPS_WITH_RESTART_INDEX", + "value": 9 + }, + { + "name": "RENDER_PRIMITIVE_TESSELATION_PATCH", + "value": 10 + }, + { + "name": "RENDER_PRIMITIVE_MAX", + "value": 11 + } + ] + }, + { + "name": "PolygonCullMode", + "is_bitfield": false, + "values": [ + { + "name": "POLYGON_CULL_DISABLED", + "value": 0 + }, + { + "name": "POLYGON_CULL_FRONT", + "value": 1 + }, + { + "name": "POLYGON_CULL_BACK", + "value": 2 + } + ] + }, + { + "name": "PolygonFrontFace", + "is_bitfield": false, + "values": [ + { + "name": "POLYGON_FRONT_FACE_CLOCKWISE", + "value": 0 + }, + { + "name": "POLYGON_FRONT_FACE_COUNTER_CLOCKWISE", + "value": 1 + } + ] + }, + { + "name": "StencilOperation", + "is_bitfield": false, + "values": [ + { + "name": "STENCIL_OP_KEEP", + "value": 0 + }, + { + "name": "STENCIL_OP_ZERO", + "value": 1 + }, + { + "name": "STENCIL_OP_REPLACE", + "value": 2 + }, + { + "name": "STENCIL_OP_INCREMENT_AND_CLAMP", + "value": 3 + }, + { + "name": "STENCIL_OP_DECREMENT_AND_CLAMP", + "value": 4 + }, + { + "name": "STENCIL_OP_INVERT", + "value": 5 + }, + { + "name": "STENCIL_OP_INCREMENT_AND_WRAP", + "value": 6 + }, + { + "name": "STENCIL_OP_DECREMENT_AND_WRAP", + "value": 7 + }, + { + "name": "STENCIL_OP_MAX", + "value": 8 + } + ] + }, + { + "name": "CompareOperator", + "is_bitfield": false, + "values": [ + { + "name": "COMPARE_OP_NEVER", + "value": 0 + }, + { + "name": "COMPARE_OP_LESS", + "value": 1 + }, + { + "name": "COMPARE_OP_EQUAL", + "value": 2 + }, + { + "name": "COMPARE_OP_LESS_OR_EQUAL", + "value": 3 + }, + { + "name": "COMPARE_OP_GREATER", + "value": 4 + }, + { + "name": "COMPARE_OP_NOT_EQUAL", + "value": 5 + }, + { + "name": "COMPARE_OP_GREATER_OR_EQUAL", + "value": 6 + }, + { + "name": "COMPARE_OP_ALWAYS", + "value": 7 + }, + { + "name": "COMPARE_OP_MAX", + "value": 8 + } + ] + }, + { + "name": "LogicOperation", + "is_bitfield": false, + "values": [ + { + "name": "LOGIC_OP_CLEAR", + "value": 0 + }, + { + "name": "LOGIC_OP_AND", + "value": 1 + }, + { + "name": "LOGIC_OP_AND_REVERSE", + "value": 2 + }, + { + "name": "LOGIC_OP_COPY", + "value": 3 + }, + { + "name": "LOGIC_OP_AND_INVERTED", + "value": 4 + }, + { + "name": "LOGIC_OP_NO_OP", + "value": 5 + }, + { + "name": "LOGIC_OP_XOR", + "value": 6 + }, + { + "name": "LOGIC_OP_OR", + "value": 7 + }, + { + "name": "LOGIC_OP_NOR", + "value": 8 + }, + { + "name": "LOGIC_OP_EQUIVALENT", + "value": 9 + }, + { + "name": "LOGIC_OP_INVERT", + "value": 10 + }, + { + "name": "LOGIC_OP_OR_REVERSE", + "value": 11 + }, + { + "name": "LOGIC_OP_COPY_INVERTED", + "value": 12 + }, + { + "name": "LOGIC_OP_OR_INVERTED", + "value": 13 + }, + { + "name": "LOGIC_OP_NAND", + "value": 14 + }, + { + "name": "LOGIC_OP_SET", + "value": 15 + }, + { + "name": "LOGIC_OP_MAX", + "value": 16 + } + ] + }, { "name": "BlendFactor", + "is_bitfield": false, "values": [ { "name": "BLEND_FACTOR_ZERO", @@ -149976,91 +168145,9 @@ } ] }, - { - "name": "StorageBufferUsage", - "values": [ - { - "name": "STORAGE_BUFFER_USAGE_DISPATCH_INDIRECT", - "value": 1 - } - ] - }, - { - "name": "DriverResource", - "values": [ - { - "name": "DRIVER_RESOURCE_VULKAN_DEVICE", - "value": 0 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_PHYSICAL_DEVICE", - "value": 1 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_INSTANCE", - "value": 2 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_QUEUE", - "value": 3 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_QUEUE_FAMILY_INDEX", - "value": 4 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_IMAGE", - "value": 5 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_IMAGE_VIEW", - "value": 6 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_IMAGE_NATIVE_TEXTURE_FORMAT", - "value": 7 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_SAMPLER", - "value": 8 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_DESCRIPTOR_SET", - "value": 9 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_BUFFER", - "value": 10 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_COMPUTE_PIPELINE", - "value": 11 - }, - { - "name": "DRIVER_RESOURCE_VULKAN_RENDER_PIPELINE", - "value": 12 - } - ] - }, - { - "name": "PolygonCullMode", - "values": [ - { - "name": "POLYGON_CULL_DISABLED", - "value": 0 - }, - { - "name": "POLYGON_CULL_FRONT", - "value": 1 - }, - { - "name": "POLYGON_CULL_BACK", - "value": 2 - } - ] - }, { "name": "BlendOperation", + "is_bitfield": false, "values": [ { "name": "BLEND_OP_ADD", @@ -150089,44 +168176,180 @@ ] }, { - "name": "TextureSamples", + "name": "PipelineDynamicStateFlags", + "is_bitfield": false, "values": [ { - "name": "TEXTURE_SAMPLES_1", - "value": 0 - }, - { - "name": "TEXTURE_SAMPLES_2", + "name": "DYNAMIC_STATE_LINE_WIDTH", "value": 1 }, { - "name": "TEXTURE_SAMPLES_4", + "name": "DYNAMIC_STATE_DEPTH_BIAS", "value": 2 }, { - "name": "TEXTURE_SAMPLES_8", - "value": 3 - }, - { - "name": "TEXTURE_SAMPLES_16", + "name": "DYNAMIC_STATE_BLEND_CONSTANTS", "value": 4 }, { - "name": "TEXTURE_SAMPLES_32", + "name": "DYNAMIC_STATE_DEPTH_BOUNDS", + "value": 8 + }, + { + "name": "DYNAMIC_STATE_STENCIL_COMPARE_MASK", + "value": 16 + }, + { + "name": "DYNAMIC_STATE_STENCIL_WRITE_MASK", + "value": 32 + }, + { + "name": "DYNAMIC_STATE_STENCIL_REFERENCE", + "value": 64 + } + ] + }, + { + "name": "InitialAction", + "is_bitfield": false, + "values": [ + { + "name": "INITIAL_ACTION_CLEAR", + "value": 0 + }, + { + "name": "INITIAL_ACTION_CLEAR_REGION", + "value": 1 + }, + { + "name": "INITIAL_ACTION_CLEAR_REGION_CONTINUE", + "value": 2 + }, + { + "name": "INITIAL_ACTION_KEEP", + "value": 3 + }, + { + "name": "INITIAL_ACTION_DROP", + "value": 4 + }, + { + "name": "INITIAL_ACTION_CONTINUE", "value": 5 }, { - "name": "TEXTURE_SAMPLES_64", + "name": "INITIAL_ACTION_MAX", "value": 6 + } + ] + }, + { + "name": "FinalAction", + "is_bitfield": false, + "values": [ + { + "name": "FINAL_ACTION_READ", + "value": 0 }, { - "name": "TEXTURE_SAMPLES_MAX", - "value": 7 + "name": "FINAL_ACTION_DISCARD", + "value": 1 + }, + { + "name": "FINAL_ACTION_CONTINUE", + "value": 2 + }, + { + "name": "FINAL_ACTION_MAX", + "value": 3 + } + ] + }, + { + "name": "ShaderStage", + "is_bitfield": false, + "values": [ + { + "name": "SHADER_STAGE_VERTEX", + "value": 0 + }, + { + "name": "SHADER_STAGE_FRAGMENT", + "value": 1 + }, + { + "name": "SHADER_STAGE_TESSELATION_CONTROL", + "value": 2 + }, + { + "name": "SHADER_STAGE_TESSELATION_EVALUATION", + "value": 3 + }, + { + "name": "SHADER_STAGE_COMPUTE", + "value": 4 + }, + { + "name": "SHADER_STAGE_MAX", + "value": 5 + }, + { + "name": "SHADER_STAGE_VERTEX_BIT", + "value": 1 + }, + { + "name": "SHADER_STAGE_FRAGMENT_BIT", + "value": 2 + }, + { + "name": "SHADER_STAGE_TESSELATION_CONTROL_BIT", + "value": 4 + }, + { + "name": "SHADER_STAGE_TESSELATION_EVALUATION_BIT", + "value": 8 + }, + { + "name": "SHADER_STAGE_COMPUTE_BIT", + "value": 16 + } + ] + }, + { + "name": "ShaderLanguage", + "is_bitfield": false, + "values": [ + { + "name": "SHADER_LANGUAGE_GLSL", + "value": 0 + }, + { + "name": "SHADER_LANGUAGE_HLSL", + "value": 1 + } + ] + }, + { + "name": "PipelineSpecializationConstantType", + "is_bitfield": false, + "values": [ + { + "name": "PIPELINE_SPECIALIZATION_CONSTANT_TYPE_BOOL", + "value": 0 + }, + { + "name": "PIPELINE_SPECIALIZATION_CONSTANT_TYPE_INT", + "value": 1 + }, + { + "name": "PIPELINE_SPECIALIZATION_CONSTANT_TYPE_FLOAT", + "value": 2 } ] }, { "name": "Limit", + "is_bitfield": false, "values": [ { "name": "LIMIT_MAX_BOUND_UNIFORM_SETS", @@ -150271,493 +168494,20 @@ ] }, { - "name": "LogicOperation", + "name": "MemoryType", + "is_bitfield": false, "values": [ { - "name": "LOGIC_OP_CLEAR", + "name": "MEMORY_TEXTURES", "value": 0 }, { - "name": "LOGIC_OP_AND", + "name": "MEMORY_BUFFERS", "value": 1 }, { - "name": "LOGIC_OP_AND_REVERSE", + "name": "MEMORY_TOTAL", "value": 2 - }, - { - "name": "LOGIC_OP_COPY", - "value": 3 - }, - { - "name": "LOGIC_OP_AND_INVERTED", - "value": 4 - }, - { - "name": "LOGIC_OP_NO_OP", - "value": 5 - }, - { - "name": "LOGIC_OP_XOR", - "value": 6 - }, - { - "name": "LOGIC_OP_OR", - "value": 7 - }, - { - "name": "LOGIC_OP_NOR", - "value": 8 - }, - { - "name": "LOGIC_OP_EQUIVALENT", - "value": 9 - }, - { - "name": "LOGIC_OP_INVERT", - "value": 10 - }, - { - "name": "LOGIC_OP_OR_REVERSE", - "value": 11 - }, - { - "name": "LOGIC_OP_COPY_INVERTED", - "value": 12 - }, - { - "name": "LOGIC_OP_OR_INVERTED", - "value": 13 - }, - { - "name": "LOGIC_OP_NAND", - "value": 14 - }, - { - "name": "LOGIC_OP_SET", - "value": 15 - }, - { - "name": "LOGIC_OP_MAX", - "value": 16 - } - ] - }, - { - "name": "FinalAction", - "values": [ - { - "name": "FINAL_ACTION_READ", - "value": 0 - }, - { - "name": "FINAL_ACTION_DISCARD", - "value": 1 - }, - { - "name": "FINAL_ACTION_CONTINUE", - "value": 2 - }, - { - "name": "FINAL_ACTION_MAX", - "value": 3 - } - ] - }, - { - "name": "InitialAction", - "values": [ - { - "name": "INITIAL_ACTION_CLEAR", - "value": 0 - }, - { - "name": "INITIAL_ACTION_CLEAR_REGION", - "value": 1 - }, - { - "name": "INITIAL_ACTION_CLEAR_REGION_CONTINUE", - "value": 2 - }, - { - "name": "INITIAL_ACTION_KEEP", - "value": 3 - }, - { - "name": "INITIAL_ACTION_DROP", - "value": 4 - }, - { - "name": "INITIAL_ACTION_CONTINUE", - "value": 5 - }, - { - "name": "INITIAL_ACTION_MAX", - "value": 6 - } - ] - }, - { - "name": "PolygonFrontFace", - "values": [ - { - "name": "POLYGON_FRONT_FACE_CLOCKWISE", - "value": 0 - }, - { - "name": "POLYGON_FRONT_FACE_COUNTER_CLOCKWISE", - "value": 1 - } - ] - }, - { - "name": "VertexFrequency", - "values": [ - { - "name": "VERTEX_FREQUENCY_VERTEX", - "value": 0 - }, - { - "name": "VERTEX_FREQUENCY_INSTANCE", - "value": 1 - } - ] - }, - { - "name": "TextureUsageBits", - "values": [ - { - "name": "TEXTURE_USAGE_SAMPLING_BIT", - "value": 1 - }, - { - "name": "TEXTURE_USAGE_COLOR_ATTACHMENT_BIT", - "value": 2 - }, - { - "name": "TEXTURE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT", - "value": 4 - }, - { - "name": "TEXTURE_USAGE_STORAGE_BIT", - "value": 8 - }, - { - "name": "TEXTURE_USAGE_STORAGE_ATOMIC_BIT", - "value": 16 - }, - { - "name": "TEXTURE_USAGE_CPU_READ_BIT", - "value": 32 - }, - { - "name": "TEXTURE_USAGE_CAN_UPDATE_BIT", - "value": 64 - }, - { - "name": "TEXTURE_USAGE_CAN_COPY_FROM_BIT", - "value": 128 - }, - { - "name": "TEXTURE_USAGE_CAN_COPY_TO_BIT", - "value": 256 - }, - { - "name": "TEXTURE_USAGE_INPUT_ATTACHMENT_BIT", - "value": 512 - } - ] - }, - { - "name": "PipelineSpecializationConstantType", - "values": [ - { - "name": "PIPELINE_SPECIALIZATION_CONSTANT_TYPE_BOOL", - "value": 0 - }, - { - "name": "PIPELINE_SPECIALIZATION_CONSTANT_TYPE_INT", - "value": 1 - }, - { - "name": "PIPELINE_SPECIALIZATION_CONSTANT_TYPE_FLOAT", - "value": 2 - } - ] - }, - { - "name": "PipelineDynamicStateFlags", - "values": [ - { - "name": "DYNAMIC_STATE_LINE_WIDTH", - "value": 1 - }, - { - "name": "DYNAMIC_STATE_DEPTH_BIAS", - "value": 2 - }, - { - "name": "DYNAMIC_STATE_BLEND_CONSTANTS", - "value": 4 - }, - { - "name": "DYNAMIC_STATE_DEPTH_BOUNDS", - "value": 8 - }, - { - "name": "DYNAMIC_STATE_STENCIL_COMPARE_MASK", - "value": 16 - }, - { - "name": "DYNAMIC_STATE_STENCIL_WRITE_MASK", - "value": 32 - }, - { - "name": "DYNAMIC_STATE_STENCIL_REFERENCE", - "value": 64 - } - ] - }, - { - "name": "RenderPrimitive", - "values": [ - { - "name": "RENDER_PRIMITIVE_POINTS", - "value": 0 - }, - { - "name": "RENDER_PRIMITIVE_LINES", - "value": 1 - }, - { - "name": "RENDER_PRIMITIVE_LINES_WITH_ADJACENCY", - "value": 2 - }, - { - "name": "RENDER_PRIMITIVE_LINESTRIPS", - "value": 3 - }, - { - "name": "RENDER_PRIMITIVE_LINESTRIPS_WITH_ADJACENCY", - "value": 4 - }, - { - "name": "RENDER_PRIMITIVE_TRIANGLES", - "value": 5 - }, - { - "name": "RENDER_PRIMITIVE_TRIANGLES_WITH_ADJACENCY", - "value": 6 - }, - { - "name": "RENDER_PRIMITIVE_TRIANGLE_STRIPS", - "value": 7 - }, - { - "name": "RENDER_PRIMITIVE_TRIANGLE_STRIPS_WITH_AJACENCY", - "value": 8 - }, - { - "name": "RENDER_PRIMITIVE_TRIANGLE_STRIPS_WITH_RESTART_INDEX", - "value": 9 - }, - { - "name": "RENDER_PRIMITIVE_TESSELATION_PATCH", - "value": 10 - }, - { - "name": "RENDER_PRIMITIVE_MAX", - "value": 11 - } - ] - }, - { - "name": "SamplerBorderColor", - "values": [ - { - "name": "SAMPLER_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK", - "value": 0 - }, - { - "name": "SAMPLER_BORDER_COLOR_INT_TRANSPARENT_BLACK", - "value": 1 - }, - { - "name": "SAMPLER_BORDER_COLOR_FLOAT_OPAQUE_BLACK", - "value": 2 - }, - { - "name": "SAMPLER_BORDER_COLOR_INT_OPAQUE_BLACK", - "value": 3 - }, - { - "name": "SAMPLER_BORDER_COLOR_FLOAT_OPAQUE_WHITE", - "value": 4 - }, - { - "name": "SAMPLER_BORDER_COLOR_INT_OPAQUE_WHITE", - "value": 5 - }, - { - "name": "SAMPLER_BORDER_COLOR_MAX", - "value": 6 - } - ] - }, - { - "name": "TextureSwizzle", - "values": [ - { - "name": "TEXTURE_SWIZZLE_IDENTITY", - "value": 0 - }, - { - "name": "TEXTURE_SWIZZLE_ZERO", - "value": 1 - }, - { - "name": "TEXTURE_SWIZZLE_ONE", - "value": 2 - }, - { - "name": "TEXTURE_SWIZZLE_R", - "value": 3 - }, - { - "name": "TEXTURE_SWIZZLE_G", - "value": 4 - }, - { - "name": "TEXTURE_SWIZZLE_B", - "value": 5 - }, - { - "name": "TEXTURE_SWIZZLE_A", - "value": 6 - }, - { - "name": "TEXTURE_SWIZZLE_MAX", - "value": 7 - } - ] - }, - { - "name": "UniformType", - "values": [ - { - "name": "UNIFORM_TYPE_SAMPLER", - "value": 0 - }, - { - "name": "UNIFORM_TYPE_SAMPLER_WITH_TEXTURE", - "value": 1 - }, - { - "name": "UNIFORM_TYPE_TEXTURE", - "value": 2 - }, - { - "name": "UNIFORM_TYPE_IMAGE", - "value": 3 - }, - { - "name": "UNIFORM_TYPE_TEXTURE_BUFFER", - "value": 4 - }, - { - "name": "UNIFORM_TYPE_SAMPLER_WITH_TEXTURE_BUFFER", - "value": 5 - }, - { - "name": "UNIFORM_TYPE_IMAGE_BUFFER", - "value": 6 - }, - { - "name": "UNIFORM_TYPE_UNIFORM_BUFFER", - "value": 7 - }, - { - "name": "UNIFORM_TYPE_STORAGE_BUFFER", - "value": 8 - }, - { - "name": "UNIFORM_TYPE_INPUT_ATTACHMENT", - "value": 9 - }, - { - "name": "UNIFORM_TYPE_MAX", - "value": 10 - } - ] - }, - { - "name": "SamplerRepeatMode", - "values": [ - { - "name": "SAMPLER_REPEAT_MODE_REPEAT", - "value": 0 - }, - { - "name": "SAMPLER_REPEAT_MODE_MIRRORED_REPEAT", - "value": 1 - }, - { - "name": "SAMPLER_REPEAT_MODE_CLAMP_TO_EDGE", - "value": 2 - }, - { - "name": "SAMPLER_REPEAT_MODE_CLAMP_TO_BORDER", - "value": 3 - }, - { - "name": "SAMPLER_REPEAT_MODE_MIRROR_CLAMP_TO_EDGE", - "value": 4 - }, - { - "name": "SAMPLER_REPEAT_MODE_MAX", - "value": 5 - } - ] - }, - { - "name": "SamplerFilter", - "values": [ - { - "name": "SAMPLER_FILTER_NEAREST", - "value": 0 - }, - { - "name": "SAMPLER_FILTER_LINEAR", - "value": 1 - } - ] - }, - { - "name": "DeviceType", - "values": [ - { - "name": "DEVICE_TYPE_OTHER", - "value": 0 - }, - { - "name": "DEVICE_TYPE_INTEGRATED_GPU", - "value": 1 - }, - { - "name": "DEVICE_TYPE_DISCRETE_GPU", - "value": 2 - }, - { - "name": "DEVICE_TYPE_VIRTUAL_GPU", - "value": 3 - }, - { - "name": "DEVICE_TYPE_CPU", - "value": 4 - }, - { - "name": "DEVICE_TYPE_MAX", - "value": 5 } ] } @@ -150767,8 +168517,9 @@ "name": "texture_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 706212156, "return_value": { "type": "RID" }, @@ -150792,8 +168543,9 @@ "name": "texture_create_shared", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3853554417, "return_value": { "type": "RID" }, @@ -150812,8 +168564,9 @@ "name": "texture_create_shared_from_slice", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1591541486, + "hash": 3815108082, "return_value": { "type": "RID" }, @@ -150853,8 +168606,9 @@ "name": "texture_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971275, + "hash": 1258763596, "return_value": { "type": "enum::Error" }, @@ -150884,8 +168638,9 @@ "name": "texture_get_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 644006110, "return_value": { "type": "PackedByteArray" }, @@ -150905,8 +168660,9 @@ "name": "texture_is_format_supported_for_usage", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1616490902, "return_value": { "type": "bool" }, @@ -150926,8 +168682,9 @@ "name": "texture_is_shared", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -150942,8 +168699,9 @@ "name": "texture_is_valid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -150958,8 +168716,9 @@ "name": "texture_copy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 183086801, + "hash": 145008545, "return_value": { "type": "enum::Error" }, @@ -151016,8 +168775,9 @@ "name": "texture_clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 179529038, + "hash": 2090425594, "return_value": { "type": "enum::Error" }, @@ -151062,8 +168822,9 @@ "name": "texture_resolve_multisample", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 4110423855, "return_value": { "type": "enum::Error" }, @@ -151088,8 +168849,9 @@ "name": "framebuffer_format_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3086691122, "return_value": { "type": "int", "meta": "int64" @@ -151111,8 +168873,9 @@ "name": "framebuffer_format_create_multipass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 2553043865, "return_value": { "type": "int", "meta": "int64" @@ -151138,8 +168901,9 @@ "name": "framebuffer_format_create_empty", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297011, + "hash": 555930169, "return_value": { "type": "int", "meta": "int64" @@ -151156,8 +168920,9 @@ "name": "framebuffer_format_get_texture_samples", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 1036806638, "return_value": { "type": "enum::RenderingDevice.TextureSamples" }, @@ -151179,8 +168944,9 @@ "name": "framebuffer_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1450926197, + "hash": 1921901763, "return_value": { "type": "RID" }, @@ -151207,8 +168973,9 @@ "name": "framebuffer_create_multipass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 2803283516, "return_value": { "type": "RID" }, @@ -151239,8 +169006,9 @@ "name": "framebuffer_create_empty", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3892018806, + "hash": 2641984601, "return_value": { "type": "RID" }, @@ -151266,8 +169034,9 @@ "name": "framebuffer_get_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1353690814, "return_value": { "type": "int", "meta": "int64" @@ -151283,8 +169052,9 @@ "name": "sampler_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1372739832, "return_value": { "type": "RID" }, @@ -151299,8 +169069,9 @@ "name": "vertex_buffer_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1667512304, + "hash": 2772173745, "return_value": { "type": "RID" }, @@ -151326,8 +169097,9 @@ "name": "vertex_format_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4186040985, "return_value": { "type": "int", "meta": "int64" @@ -151343,8 +169115,9 @@ "name": "index_buffer_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 1093851138, "return_value": { "type": "RID" }, @@ -151374,8 +169147,9 @@ "name": "index_array_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 3348733196, "return_value": { "type": "RID" }, @@ -151400,8 +169174,9 @@ "name": "shader_compile_spirv_from_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 21871133, "return_value": { "type": "RDShaderSPIRV" }, @@ -151421,8 +169196,9 @@ "name": "shader_compile_binary_from_spirv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3491197376, "return_value": { "type": "PackedByteArray" }, @@ -151442,8 +169218,9 @@ "name": "shader_create_from_spirv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2209244364, "return_value": { "type": "RID" }, @@ -151463,8 +169240,9 @@ "name": "shader_create_from_bytecode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3012938074, "return_value": { "type": "RID" }, @@ -151479,8 +169257,9 @@ "name": "shader_get_vertex_input_attribute_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1353690814, "return_value": { "type": "int", "meta": "uint32" @@ -151496,8 +169275,9 @@ "name": "uniform_buffer_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3002309213, "return_value": { "type": "RID" }, @@ -151518,8 +169298,9 @@ "name": "storage_buffer_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1667512304, + "hash": 3097436296, "return_value": { "type": "RID" }, @@ -151546,8 +169327,9 @@ "name": "texture_buffer_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 198639074, "return_value": { "type": "RID" }, @@ -151572,8 +169354,9 @@ "name": "uniform_set_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2279561879, "return_value": { "type": "RID" }, @@ -151597,8 +169380,9 @@ "name": "uniform_set_is_valid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -151613,8 +169397,9 @@ "name": "buffer_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 177157196, + "hash": 155963818, "return_value": { "type": "enum::Error" }, @@ -151649,8 +169434,9 @@ "name": "buffer_clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971275, + "hash": 1919304902, "return_value": { "type": "enum::Error" }, @@ -151681,8 +169467,9 @@ "name": "buffer_get_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1279413780, "return_value": { "type": "PackedByteArray" }, @@ -151697,8 +169484,9 @@ "name": "render_pipeline_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3182769428, + "hash": 3701400051, "return_value": { "type": "RID" }, @@ -151760,8 +169548,9 @@ "name": "render_pipeline_is_valid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -151776,8 +169565,9 @@ "name": "compute_pipeline_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 942145422, "return_value": { "type": "RID" }, @@ -151797,8 +169587,9 @@ "name": "compute_pipeline_is_valid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -151813,8 +169604,9 @@ "name": "screen_get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "int32" @@ -151832,8 +169624,9 @@ "name": "screen_get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297044, + "hash": 1591665591, "return_value": { "type": "int", "meta": "int32" @@ -151851,8 +169644,9 @@ "name": "screen_get_framebuffer_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int64" @@ -151862,8 +169656,9 @@ "name": "draw_list_begin_for_screen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1026930992, + "hash": 3018736669, "return_value": { "type": "int", "meta": "int64" @@ -151886,8 +169681,9 @@ "name": "draw_list_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1675494101, + "hash": 3498196134, "return_value": { "type": "int", "meta": "int64" @@ -151946,8 +169742,9 @@ "name": "draw_list_begin_split", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3629806550, + "hash": 3329187613, "return_value": { "type": "PackedInt64Array" }, @@ -152010,8 +169807,9 @@ "name": "draw_list_bind_render_pipeline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2878471219, "arguments": [ { "name": "draw_list", @@ -152028,8 +169826,9 @@ "name": "draw_list_bind_uniform_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 959166227, "arguments": [ { "name": "draw_list", @@ -152051,8 +169850,9 @@ "name": "draw_list_bind_vertex_array", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2878471219, "arguments": [ { "name": "draw_list", @@ -152069,8 +169869,9 @@ "name": "draw_list_bind_index_array", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2878471219, "arguments": [ { "name": "draw_list", @@ -152087,8 +169888,9 @@ "name": "draw_list_set_push_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2096820277, "arguments": [ { "name": "draw_list", @@ -152110,8 +169912,9 @@ "name": "draw_list_draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 3710874499, "arguments": [ { "name": "draw_list", @@ -152139,8 +169942,9 @@ "name": "draw_list_enable_scissor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 338791288, "arguments": [ { "name": "draw_list", @@ -152158,8 +169962,9 @@ "name": "draw_list_disable_scissor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "draw_list", @@ -152172,8 +169977,9 @@ "name": "draw_list_switch_to_next_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int64" @@ -152183,8 +169989,9 @@ "name": "draw_list_switch_to_next_pass_split", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1171824711, "return_value": { "type": "PackedInt64Array" }, @@ -152200,8 +170007,9 @@ "name": "draw_list_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3497074714, + "hash": 2829508664, "arguments": [ { "name": "post_barrier", @@ -152215,8 +170023,9 @@ "name": "compute_list_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 968564752, "return_value": { "type": "int", "meta": "int64" @@ -152233,8 +170042,9 @@ "name": "compute_list_bind_compute_pipeline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2878471219, "arguments": [ { "name": "compute_list", @@ -152251,8 +170061,9 @@ "name": "compute_list_set_push_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2096820277, "arguments": [ { "name": "compute_list", @@ -152274,8 +170085,9 @@ "name": "compute_list_bind_uniform_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 959166227, "arguments": [ { "name": "compute_list", @@ -152297,8 +170109,9 @@ "name": "compute_list_dispatch", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4275841770, "arguments": [ { "name": "compute_list", @@ -152326,8 +170139,9 @@ "name": "compute_list_add_barrier", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "compute_list", @@ -152340,8 +170154,9 @@ "name": "compute_list_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3497074714, + "hash": 2829508664, "arguments": [ { "name": "post_barrier", @@ -152355,8 +170170,9 @@ "name": "free_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -152368,8 +170184,9 @@ "name": "capture_timestamp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -152381,8 +170198,9 @@ "name": "get_captured_timestamps_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -152392,8 +170210,9 @@ "name": "get_captured_timestamps_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -152403,8 +170222,9 @@ "name": "get_captured_timestamp_gpu_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint64" @@ -152421,8 +170241,9 @@ "name": "get_captured_timestamp_cpu_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint64" @@ -152439,8 +170260,9 @@ "name": "get_captured_timestamp_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -152456,11 +170278,12 @@ "name": "limit_get", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2075341221, "return_value": { "type": "int", - "meta": "int32" + "meta": "uint64" }, "arguments": [ { @@ -152473,8 +170296,9 @@ "name": "get_frame_delay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -152484,22 +170308,25 @@ "name": "submit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "barrier", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2843466479, + "hash": 3979627413, "arguments": [ { "name": "from", @@ -152519,15 +170346,17 @@ "name": "full_barrier", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "create_local_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 893600996, "return_value": { "type": "RenderingDevice" } @@ -152536,8 +170365,9 @@ "name": "set_resource_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3134716282, "arguments": [ { "name": "id", @@ -152553,8 +170383,9 @@ "name": "draw_command_begin_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 128049634, "arguments": [ { "name": "name", @@ -152570,8 +170401,9 @@ "name": "draw_command_insert_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 128049634, "arguments": [ { "name": "name", @@ -152587,15 +170419,17 @@ "name": "draw_command_end_label", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_device_vendor_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -152604,8 +170438,9 @@ "name": "get_device_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -152614,8 +170449,9 @@ "name": "get_device_pipeline_cache_uuid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -152624,8 +170460,9 @@ "name": "get_memory_usage", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 251690689, "return_value": { "type": "int", "meta": "uint64" @@ -152641,8 +170478,9 @@ "name": "get_driver_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2753067447, "return_value": { "type": "int", "meta": "uint64" @@ -152735,62 +170573,56 @@ ], "enums": [ { - "name": "PrimitiveType", + "name": "TextureLayeredType", + "is_bitfield": false, "values": [ { - "name": "PRIMITIVE_POINTS", + "name": "TEXTURE_LAYERED_2D_ARRAY", "value": 0 }, { - "name": "PRIMITIVE_LINES", + "name": "TEXTURE_LAYERED_CUBEMAP", "value": 1 }, { - "name": "PRIMITIVE_LINE_STRIP", + "name": "TEXTURE_LAYERED_CUBEMAP_ARRAY", + "value": 2 + } + ] + }, + { + "name": "CubeMapLayer", + "is_bitfield": false, + "values": [ + { + "name": "CUBEMAP_LAYER_LEFT", + "value": 0 + }, + { + "name": "CUBEMAP_LAYER_RIGHT", + "value": 1 + }, + { + "name": "CUBEMAP_LAYER_BOTTOM", "value": 2 }, { - "name": "PRIMITIVE_TRIANGLES", + "name": "CUBEMAP_LAYER_TOP", "value": 3 }, { - "name": "PRIMITIVE_TRIANGLE_STRIP", + "name": "CUBEMAP_LAYER_FRONT", "value": 4 }, { - "name": "PRIMITIVE_MAX", + "name": "CUBEMAP_LAYER_BACK", "value": 5 } ] }, - { - "name": "BlendShapeMode", - "values": [ - { - "name": "BLEND_SHAPE_MODE_NORMALIZED", - "value": 0 - }, - { - "name": "BLEND_SHAPE_MODE_RELATIVE", - "value": 1 - } - ] - }, - { - "name": "ReflectionProbeUpdateMode", - "values": [ - { - "name": "REFLECTION_PROBE_UPDATE_ONCE", - "value": 0 - }, - { - "name": "REFLECTION_PROBE_UPDATE_ALWAYS", - "value": 1 - } - ] - }, { "name": "ShaderMode", + "is_bitfield": false, "values": [ { "name": "SHADER_SPATIAL", @@ -152818,512 +170650,9 @@ } ] }, - { - "name": "ParticlesMode", - "values": [ - { - "name": "PARTICLES_MODE_2D", - "value": 0 - }, - { - "name": "PARTICLES_MODE_3D", - "value": 1 - } - ] - }, - { - "name": "ViewportClearMode", - "values": [ - { - "name": "VIEWPORT_CLEAR_ALWAYS", - "value": 0 - }, - { - "name": "VIEWPORT_CLEAR_NEVER", - "value": 1 - }, - { - "name": "VIEWPORT_CLEAR_ONLY_NEXT_FRAME", - "value": 2 - } - ] - }, - { - "name": "ViewportRenderInfo", - "values": [ - { - "name": "VIEWPORT_RENDER_INFO_OBJECTS_IN_FRAME", - "value": 0 - }, - { - "name": "VIEWPORT_RENDER_INFO_PRIMITIVES_IN_FRAME", - "value": 1 - }, - { - "name": "VIEWPORT_RENDER_INFO_DRAW_CALLS_IN_FRAME", - "value": 2 - }, - { - "name": "VIEWPORT_RENDER_INFO_MAX", - "value": 3 - } - ] - }, - { - "name": "SkyMode", - "values": [ - { - "name": "SKY_MODE_AUTOMATIC", - "value": 0 - }, - { - "name": "SKY_MODE_QUALITY", - "value": 1 - }, - { - "name": "SKY_MODE_INCREMENTAL", - "value": 2 - }, - { - "name": "SKY_MODE_REALTIME", - "value": 3 - } - ] - }, - { - "name": "EnvironmentSDFGIFramesToConverge", - "values": [ - { - "name": "ENV_SDFGI_CONVERGE_IN_5_FRAMES", - "value": 0 - }, - { - "name": "ENV_SDFGI_CONVERGE_IN_10_FRAMES", - "value": 1 - }, - { - "name": "ENV_SDFGI_CONVERGE_IN_15_FRAMES", - "value": 2 - }, - { - "name": "ENV_SDFGI_CONVERGE_IN_20_FRAMES", - "value": 3 - }, - { - "name": "ENV_SDFGI_CONVERGE_IN_25_FRAMES", - "value": 4 - }, - { - "name": "ENV_SDFGI_CONVERGE_IN_30_FRAMES", - "value": 5 - }, - { - "name": "ENV_SDFGI_CONVERGE_MAX", - "value": 6 - } - ] - }, - { - "name": "MultimeshTransformFormat", - "values": [ - { - "name": "MULTIMESH_TRANSFORM_2D", - "value": 0 - }, - { - "name": "MULTIMESH_TRANSFORM_3D", - "value": 1 - } - ] - }, - { - "name": "ViewportScaling3DMode", - "values": [ - { - "name": "VIEWPORT_SCALING_3D_MODE_BILINEAR", - "value": 0 - }, - { - "name": "VIEWPORT_SCALING_3D_MODE_FSR", - "value": 1 - }, - { - "name": "VIEWPORT_SCALING_3D_MODE_MAX", - "value": 2 - } - ] - }, - { - "name": "ShadowCastingSetting", - "values": [ - { - "name": "SHADOW_CASTING_SETTING_OFF", - "value": 0 - }, - { - "name": "SHADOW_CASTING_SETTING_ON", - "value": 1 - }, - { - "name": "SHADOW_CASTING_SETTING_DOUBLE_SIDED", - "value": 2 - }, - { - "name": "SHADOW_CASTING_SETTING_SHADOWS_ONLY", - "value": 3 - } - ] - }, - { - "name": "CanvasItemTextureRepeat", - "values": [ - { - "name": "CANVAS_ITEM_TEXTURE_REPEAT_DEFAULT", - "value": 0 - }, - { - "name": "CANVAS_ITEM_TEXTURE_REPEAT_DISABLED", - "value": 1 - }, - { - "name": "CANVAS_ITEM_TEXTURE_REPEAT_ENABLED", - "value": 2 - }, - { - "name": "CANVAS_ITEM_TEXTURE_REPEAT_MIRROR", - "value": 3 - }, - { - "name": "CANVAS_ITEM_TEXTURE_REPEAT_MAX", - "value": 4 - } - ] - }, - { - "name": "CanvasLightBlendMode", - "values": [ - { - "name": "CANVAS_LIGHT_BLEND_MODE_ADD", - "value": 0 - }, - { - "name": "CANVAS_LIGHT_BLEND_MODE_SUB", - "value": 1 - }, - { - "name": "CANVAS_LIGHT_BLEND_MODE_MIX", - "value": 2 - } - ] - }, - { - "name": "ParticlesTransformAlign", - "values": [ - { - "name": "PARTICLES_TRANSFORM_ALIGN_DISABLED", - "value": 0 - }, - { - "name": "PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD", - "value": 1 - }, - { - "name": "PARTICLES_TRANSFORM_ALIGN_Y_TO_VELOCITY", - "value": 2 - }, - { - "name": "PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD_Y_TO_VELOCITY", - "value": 3 - } - ] - }, - { - "name": "ViewportScreenSpaceAA", - "values": [ - { - "name": "VIEWPORT_SCREEN_SPACE_AA_DISABLED", - "value": 0 - }, - { - "name": "VIEWPORT_SCREEN_SPACE_AA_FXAA", - "value": 1 - }, - { - "name": "VIEWPORT_SCREEN_SPACE_AA_MAX", - "value": 2 - } - ] - }, - { - "name": "ViewportRenderInfoType", - "values": [ - { - "name": "VIEWPORT_RENDER_INFO_TYPE_VISIBLE", - "value": 0 - }, - { - "name": "VIEWPORT_RENDER_INFO_TYPE_SHADOW", - "value": 1 - }, - { - "name": "VIEWPORT_RENDER_INFO_TYPE_MAX", - "value": 2 - } - ] - }, - { - "name": "EnvironmentBG", - "values": [ - { - "name": "ENV_BG_CLEAR_COLOR", - "value": 0 - }, - { - "name": "ENV_BG_COLOR", - "value": 1 - }, - { - "name": "ENV_BG_SKY", - "value": 2 - }, - { - "name": "ENV_BG_CANVAS", - "value": 3 - }, - { - "name": "ENV_BG_KEEP", - "value": 4 - }, - { - "name": "ENV_BG_CAMERA_FEED", - "value": 5 - }, - { - "name": "ENV_BG_MAX", - "value": 6 - } - ] - }, - { - "name": "EnvironmentSDFGIFramesToUpdateLight", - "values": [ - { - "name": "ENV_SDFGI_UPDATE_LIGHT_IN_1_FRAME", - "value": 0 - }, - { - "name": "ENV_SDFGI_UPDATE_LIGHT_IN_2_FRAMES", - "value": 1 - }, - { - "name": "ENV_SDFGI_UPDATE_LIGHT_IN_4_FRAMES", - "value": 2 - }, - { - "name": "ENV_SDFGI_UPDATE_LIGHT_IN_8_FRAMES", - "value": 3 - }, - { - "name": "ENV_SDFGI_UPDATE_LIGHT_IN_16_FRAMES", - "value": 4 - }, - { - "name": "ENV_SDFGI_UPDATE_LIGHT_MAX", - "value": 5 - } - ] - }, - { - "name": "CanvasGroupMode", - "values": [ - { - "name": "CANVAS_GROUP_MODE_DISABLED", - "value": 0 - }, - { - "name": "CANVAS_GROUP_MODE_OPAQUE", - "value": 1 - }, - { - "name": "CANVAS_GROUP_MODE_TRANSPARENT", - "value": 2 - } - ] - }, - { - "name": "Features", - "values": [ - { - "name": "FEATURE_SHADERS", - "value": 0 - }, - { - "name": "FEATURE_MULTITHREADED", - "value": 1 - } - ] - }, - { - "name": "ShadowQuality", - "values": [ - { - "name": "SHADOW_QUALITY_HARD", - "value": 0 - }, - { - "name": "SHADOW_QUALITY_SOFT_VERY_LOW", - "value": 1 - }, - { - "name": "SHADOW_QUALITY_SOFT_LOW", - "value": 2 - }, - { - "name": "SHADOW_QUALITY_SOFT_MEDIUM", - "value": 3 - }, - { - "name": "SHADOW_QUALITY_SOFT_HIGH", - "value": 4 - }, - { - "name": "SHADOW_QUALITY_SOFT_ULTRA", - "value": 5 - }, - { - "name": "SHADOW_QUALITY_MAX", - "value": 6 - } - ] - }, - { - "name": "DecalFilter", - "values": [ - { - "name": "DECAL_FILTER_NEAREST", - "value": 0 - }, - { - "name": "DECAL_FILTER_NEAREST_MIPMAPS", - "value": 1 - }, - { - "name": "DECAL_FILTER_LINEAR", - "value": 2 - }, - { - "name": "DECAL_FILTER_LINEAR_MIPMAPS", - "value": 3 - }, - { - "name": "DECAL_FILTER_LINEAR_MIPMAPS_ANISOTROPIC", - "value": 4 - } - ] - }, - { - "name": "BakeChannels", - "values": [ - { - "name": "BAKE_CHANNEL_ALBEDO_ALPHA", - "value": 0 - }, - { - "name": "BAKE_CHANNEL_NORMAL", - "value": 1 - }, - { - "name": "BAKE_CHANNEL_ORM", - "value": 2 - }, - { - "name": "BAKE_CHANNEL_EMISSION", - "value": 3 - } - ] - }, - { - "name": "CanvasLightShadowFilter", - "values": [ - { - "name": "CANVAS_LIGHT_FILTER_NONE", - "value": 0 - }, - { - "name": "CANVAS_LIGHT_FILTER_PCF5", - "value": 1 - }, - { - "name": "CANVAS_LIGHT_FILTER_PCF13", - "value": 2 - }, - { - "name": "CANVAS_LIGHT_FILTER_MAX", - "value": 3 - } - ] - }, - { - "name": "LightBakeMode", - "values": [ - { - "name": "LIGHT_BAKE_DISABLED", - "value": 0 - }, - { - "name": "LIGHT_BAKE_STATIC", - "value": 1 - }, - { - "name": "LIGHT_BAKE_DYNAMIC", - "value": 2 - } - ] - }, - { - "name": "EnvironmentToneMapper", - "values": [ - { - "name": "ENV_TONE_MAPPER_LINEAR", - "value": 0 - }, - { - "name": "ENV_TONE_MAPPER_REINHARD", - "value": 1 - }, - { - "name": "ENV_TONE_MAPPER_FILMIC", - "value": 2 - }, - { - "name": "ENV_TONE_MAPPER_ACES", - "value": 3 - } - ] - }, - { - "name": "SubSurfaceScatteringQuality", - "values": [ - { - "name": "SUB_SURFACE_SCATTERING_QUALITY_DISABLED", - "value": 0 - }, - { - "name": "SUB_SURFACE_SCATTERING_QUALITY_LOW", - "value": 1 - }, - { - "name": "SUB_SURFACE_SCATTERING_QUALITY_MEDIUM", - "value": 2 - }, - { - "name": "SUB_SURFACE_SCATTERING_QUALITY_HIGH", - "value": 3 - } - ] - }, { "name": "ArrayType", + "is_bitfield": false, "values": [ { "name": "ARRAY_VERTEX", @@ -153383,150 +170712,9 @@ } ] }, - { - "name": "LightDirectionalShadowMode", - "values": [ - { - "name": "LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL", - "value": 0 - }, - { - "name": "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_2_SPLITS", - "value": 1 - }, - { - "name": "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS", - "value": 2 - } - ] - }, - { - "name": "ParticlesDrawOrder", - "values": [ - { - "name": "PARTICLES_DRAW_ORDER_INDEX", - "value": 0 - }, - { - "name": "PARTICLES_DRAW_ORDER_LIFETIME", - "value": 1 - }, - { - "name": "PARTICLES_DRAW_ORDER_REVERSE_LIFETIME", - "value": 2 - }, - { - "name": "PARTICLES_DRAW_ORDER_VIEW_DEPTH", - "value": 3 - } - ] - }, - { - "name": "EnvironmentReflectionSource", - "values": [ - { - "name": "ENV_REFLECTION_SOURCE_BG", - "value": 0 - }, - { - "name": "ENV_REFLECTION_SOURCE_DISABLED", - "value": 1 - }, - { - "name": "ENV_REFLECTION_SOURCE_SKY", - "value": 2 - } - ] - }, - { - "name": "ViewportMSAA", - "values": [ - { - "name": "VIEWPORT_MSAA_DISABLED", - "value": 0 - }, - { - "name": "VIEWPORT_MSAA_2X", - "value": 1 - }, - { - "name": "VIEWPORT_MSAA_4X", - "value": 2 - }, - { - "name": "VIEWPORT_MSAA_8X", - "value": 3 - }, - { - "name": "VIEWPORT_MSAA_MAX", - "value": 4 - } - ] - }, - { - "name": "InstanceFlags", - "values": [ - { - "name": "INSTANCE_FLAG_USE_BAKED_LIGHT", - "value": 0 - }, - { - "name": "INSTANCE_FLAG_USE_DYNAMIC_GI", - "value": 1 - }, - { - "name": "INSTANCE_FLAG_DRAW_NEXT_FRAME_IF_VISIBLE", - "value": 2 - }, - { - "name": "INSTANCE_FLAG_IGNORE_OCCLUSION_CULLING", - "value": 3 - }, - { - "name": "INSTANCE_FLAG_MAX", - "value": 4 - } - ] - }, - { - "name": "CanvasItemTextureFilter", - "values": [ - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_DEFAULT", - "value": 0 - }, - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_NEAREST", - "value": 1 - }, - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_LINEAR", - "value": 2 - }, - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_NEAREST_WITH_MIPMAPS", - "value": 3 - }, - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_LINEAR_WITH_MIPMAPS", - "value": 4 - }, - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_NEAREST_WITH_MIPMAPS_ANISOTROPIC", - "value": 5 - }, - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_LINEAR_WITH_MIPMAPS_ANISOTROPIC", - "value": 6 - }, - { - "name": "CANVAS_ITEM_TEXTURE_FILTER_MAX", - "value": 7 - } - ] - }, { "name": "ArrayCustomFormat", + "is_bitfield": false, "values": [ { "name": "ARRAY_CUSTOM_RGBA8_UNORM", @@ -153566,568 +170754,9 @@ } ] }, - { - "name": "EnvironmentSDFGIYScale", - "values": [ - { - "name": "ENV_SDFGI_Y_SCALE_50_PERCENT", - "value": 0 - }, - { - "name": "ENV_SDFGI_Y_SCALE_75_PERCENT", - "value": 1 - }, - { - "name": "ENV_SDFGI_Y_SCALE_100_PERCENT", - "value": 2 - } - ] - }, - { - "name": "DOFBokehShape", - "values": [ - { - "name": "DOF_BOKEH_BOX", - "value": 0 - }, - { - "name": "DOF_BOKEH_HEXAGON", - "value": 1 - }, - { - "name": "DOF_BOKEH_CIRCLE", - "value": 2 - } - ] - }, - { - "name": "ParticlesCollisionHeightfieldResolution", - "values": [ - { - "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_256", - "value": 0 - }, - { - "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_512", - "value": 1 - }, - { - "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_1024", - "value": 2 - }, - { - "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_2048", - "value": 3 - }, - { - "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_4096", - "value": 4 - }, - { - "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_8192", - "value": 5 - }, - { - "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_MAX", - "value": 6 - } - ] - }, - { - "name": "ViewportSDFOversize", - "values": [ - { - "name": "VIEWPORT_SDF_OVERSIZE_100_PERCENT", - "value": 0 - }, - { - "name": "VIEWPORT_SDF_OVERSIZE_120_PERCENT", - "value": 1 - }, - { - "name": "VIEWPORT_SDF_OVERSIZE_150_PERCENT", - "value": 2 - }, - { - "name": "VIEWPORT_SDF_OVERSIZE_200_PERCENT", - "value": 3 - }, - { - "name": "VIEWPORT_SDF_OVERSIZE_MAX", - "value": 4 - } - ] - }, - { - "name": "EnvironmentSSRRoughnessQuality", - "values": [ - { - "name": "ENV_SSR_ROUGHNESS_QUALITY_DISABLED", - "value": 0 - }, - { - "name": "ENV_SSR_ROUGHNESS_QUALITY_LOW", - "value": 1 - }, - { - "name": "ENV_SSR_ROUGHNESS_QUALITY_MEDIUM", - "value": 2 - }, - { - "name": "ENV_SSR_ROUGHNESS_QUALITY_HIGH", - "value": 3 - } - ] - }, - { - "name": "EnvironmentSSAOQuality", - "values": [ - { - "name": "ENV_SSAO_QUALITY_VERY_LOW", - "value": 0 - }, - { - "name": "ENV_SSAO_QUALITY_LOW", - "value": 1 - }, - { - "name": "ENV_SSAO_QUALITY_MEDIUM", - "value": 2 - }, - { - "name": "ENV_SSAO_QUALITY_HIGH", - "value": 3 - }, - { - "name": "ENV_SSAO_QUALITY_ULTRA", - "value": 4 - } - ] - }, - { - "name": "NinePatchAxisMode", - "values": [ - { - "name": "NINE_PATCH_STRETCH", - "value": 0 - }, - { - "name": "NINE_PATCH_TILE", - "value": 1 - }, - { - "name": "NINE_PATCH_TILE_FIT", - "value": 2 - } - ] - }, - { - "name": "ParticlesCollisionType", - "values": [ - { - "name": "PARTICLES_COLLISION_TYPE_SPHERE_ATTRACT", - "value": 0 - }, - { - "name": "PARTICLES_COLLISION_TYPE_BOX_ATTRACT", - "value": 1 - }, - { - "name": "PARTICLES_COLLISION_TYPE_VECTOR_FIELD_ATTRACT", - "value": 2 - }, - { - "name": "PARTICLES_COLLISION_TYPE_SPHERE_COLLIDE", - "value": 3 - }, - { - "name": "PARTICLES_COLLISION_TYPE_BOX_COLLIDE", - "value": 4 - }, - { - "name": "PARTICLES_COLLISION_TYPE_SDF_COLLIDE", - "value": 5 - }, - { - "name": "PARTICLES_COLLISION_TYPE_HEIGHTFIELD_COLLIDE", - "value": 6 - } - ] - }, - { - "name": "FogVolumeShape", - "values": [ - { - "name": "FOG_VOLUME_SHAPE_ELLIPSOID", - "value": 0 - }, - { - "name": "FOG_VOLUME_SHAPE_BOX", - "value": 1 - }, - { - "name": "FOG_VOLUME_SHAPE_WORLD", - "value": 2 - } - ] - }, - { - "name": "ViewportSDFScale", - "values": [ - { - "name": "VIEWPORT_SDF_SCALE_100_PERCENT", - "value": 0 - }, - { - "name": "VIEWPORT_SDF_SCALE_50_PERCENT", - "value": 1 - }, - { - "name": "VIEWPORT_SDF_SCALE_25_PERCENT", - "value": 2 - }, - { - "name": "VIEWPORT_SDF_SCALE_MAX", - "value": 3 - } - ] - }, - { - "name": "ViewportDebugDraw", - "values": [ - { - "name": "VIEWPORT_DEBUG_DRAW_DISABLED", - "value": 0 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_UNSHADED", - "value": 1 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_LIGHTING", - "value": 2 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_OVERDRAW", - "value": 3 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_WIREFRAME", - "value": 4 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_NORMAL_BUFFER", - "value": 5 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_VOXEL_GI_ALBEDO", - "value": 6 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_VOXEL_GI_LIGHTING", - "value": 7 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_VOXEL_GI_EMISSION", - "value": 8 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_SHADOW_ATLAS", - "value": 9 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_DIRECTIONAL_SHADOW_ATLAS", - "value": 10 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_SCENE_LUMINANCE", - "value": 11 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_SSAO", - "value": 12 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_SSIL", - "value": 13 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_PSSM_SPLITS", - "value": 14 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_DECAL_ATLAS", - "value": 15 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_SDFGI", - "value": 16 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_SDFGI_PROBES", - "value": 17 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_GI_BUFFER", - "value": 18 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_DISABLE_LOD", - "value": 19 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_OMNI_LIGHTS", - "value": 20 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_SPOT_LIGHTS", - "value": 21 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_DECALS", - "value": 22 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_REFLECTION_PROBES", - "value": 23 - }, - { - "name": "VIEWPORT_DEBUG_DRAW_OCCLUDERS", - "value": 24 - } - ] - }, - { - "name": "LightProjectorFilter", - "values": [ - { - "name": "LIGHT_PROJECTOR_FILTER_NEAREST", - "value": 0 - }, - { - "name": "LIGHT_PROJECTOR_FILTER_NEAREST_MIPMAPS", - "value": 1 - }, - { - "name": "LIGHT_PROJECTOR_FILTER_LINEAR", - "value": 2 - }, - { - "name": "LIGHT_PROJECTOR_FILTER_LINEAR_MIPMAPS", - "value": 3 - }, - { - "name": "LIGHT_PROJECTOR_FILTER_LINEAR_MIPMAPS_ANISOTROPIC", - "value": 4 - } - ] - }, - { - "name": "LightOmniShadowMode", - "values": [ - { - "name": "LIGHT_OMNI_SHADOW_DUAL_PARABOLOID", - "value": 0 - }, - { - "name": "LIGHT_OMNI_SHADOW_CUBE", - "value": 1 - } - ] - }, - { - "name": "ViewportOcclusionCullingBuildQuality", - "values": [ - { - "name": "VIEWPORT_OCCLUSION_BUILD_QUALITY_LOW", - "value": 0 - }, - { - "name": "VIEWPORT_OCCLUSION_BUILD_QUALITY_MEDIUM", - "value": 1 - }, - { - "name": "VIEWPORT_OCCLUSION_BUILD_QUALITY_HIGH", - "value": 2 - } - ] - }, - { - "name": "EnvironmentAmbientSource", - "values": [ - { - "name": "ENV_AMBIENT_SOURCE_BG", - "value": 0 - }, - { - "name": "ENV_AMBIENT_SOURCE_DISABLED", - "value": 1 - }, - { - "name": "ENV_AMBIENT_SOURCE_COLOR", - "value": 2 - }, - { - "name": "ENV_AMBIENT_SOURCE_SKY", - "value": 3 - } - ] - }, - { - "name": "CanvasTextureChannel", - "values": [ - { - "name": "CANVAS_TEXTURE_CHANNEL_DIFFUSE", - "value": 0 - }, - { - "name": "CANVAS_TEXTURE_CHANNEL_NORMAL", - "value": 1 - }, - { - "name": "CANVAS_TEXTURE_CHANNEL_SPECULAR", - "value": 2 - } - ] - }, - { - "name": "VoxelGIQuality", - "values": [ - { - "name": "VOXEL_GI_QUALITY_LOW", - "value": 0 - }, - { - "name": "VOXEL_GI_QUALITY_HIGH", - "value": 1 - } - ] - }, - { - "name": "EnvironmentSDFGIRayCount", - "values": [ - { - "name": "ENV_SDFGI_RAY_COUNT_4", - "value": 0 - }, - { - "name": "ENV_SDFGI_RAY_COUNT_8", - "value": 1 - }, - { - "name": "ENV_SDFGI_RAY_COUNT_16", - "value": 2 - }, - { - "name": "ENV_SDFGI_RAY_COUNT_32", - "value": 3 - }, - { - "name": "ENV_SDFGI_RAY_COUNT_64", - "value": 4 - }, - { - "name": "ENV_SDFGI_RAY_COUNT_96", - "value": 5 - }, - { - "name": "ENV_SDFGI_RAY_COUNT_128", - "value": 6 - }, - { - "name": "ENV_SDFGI_RAY_COUNT_MAX", - "value": 7 - } - ] - }, - { - "name": "DOFBlurQuality", - "values": [ - { - "name": "DOF_BLUR_QUALITY_VERY_LOW", - "value": 0 - }, - { - "name": "DOF_BLUR_QUALITY_LOW", - "value": 1 - }, - { - "name": "DOF_BLUR_QUALITY_MEDIUM", - "value": 2 - }, - { - "name": "DOF_BLUR_QUALITY_HIGH", - "value": 3 - } - ] - }, - { - "name": "InstanceType", - "values": [ - { - "name": "INSTANCE_NONE", - "value": 0 - }, - { - "name": "INSTANCE_MESH", - "value": 1 - }, - { - "name": "INSTANCE_MULTIMESH", - "value": 2 - }, - { - "name": "INSTANCE_PARTICLES", - "value": 3 - }, - { - "name": "INSTANCE_PARTICLES_COLLISION", - "value": 4 - }, - { - "name": "INSTANCE_LIGHT", - "value": 5 - }, - { - "name": "INSTANCE_REFLECTION_PROBE", - "value": 6 - }, - { - "name": "INSTANCE_DECAL", - "value": 7 - }, - { - "name": "INSTANCE_VOXEL_GI", - "value": 8 - }, - { - "name": "INSTANCE_LIGHTMAP", - "value": 9 - }, - { - "name": "INSTANCE_OCCLUDER", - "value": 10 - }, - { - "name": "INSTANCE_VISIBLITY_NOTIFIER", - "value": 11 - }, - { - "name": "INSTANCE_FOG_VOLUME", - "value": 12 - }, - { - "name": "INSTANCE_MAX", - "value": 13 - }, - { - "name": "INSTANCE_GEOMETRY_MASK", - "value": 14 - } - ] - }, { "name": "ArrayFormat", + "is_bitfield": false, "values": [ { "name": "ARRAY_FORMAT_VERTEX", @@ -154231,8 +170860,313 @@ } ] }, + { + "name": "PrimitiveType", + "is_bitfield": false, + "values": [ + { + "name": "PRIMITIVE_POINTS", + "value": 0 + }, + { + "name": "PRIMITIVE_LINES", + "value": 1 + }, + { + "name": "PRIMITIVE_LINE_STRIP", + "value": 2 + }, + { + "name": "PRIMITIVE_TRIANGLES", + "value": 3 + }, + { + "name": "PRIMITIVE_TRIANGLE_STRIP", + "value": 4 + }, + { + "name": "PRIMITIVE_MAX", + "value": 5 + } + ] + }, + { + "name": "BlendShapeMode", + "is_bitfield": false, + "values": [ + { + "name": "BLEND_SHAPE_MODE_NORMALIZED", + "value": 0 + }, + { + "name": "BLEND_SHAPE_MODE_RELATIVE", + "value": 1 + } + ] + }, + { + "name": "MultimeshTransformFormat", + "is_bitfield": false, + "values": [ + { + "name": "MULTIMESH_TRANSFORM_2D", + "value": 0 + }, + { + "name": "MULTIMESH_TRANSFORM_3D", + "value": 1 + } + ] + }, + { + "name": "LightProjectorFilter", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_PROJECTOR_FILTER_NEAREST", + "value": 0 + }, + { + "name": "LIGHT_PROJECTOR_FILTER_NEAREST_MIPMAPS", + "value": 1 + }, + { + "name": "LIGHT_PROJECTOR_FILTER_LINEAR", + "value": 2 + }, + { + "name": "LIGHT_PROJECTOR_FILTER_LINEAR_MIPMAPS", + "value": 3 + }, + { + "name": "LIGHT_PROJECTOR_FILTER_LINEAR_MIPMAPS_ANISOTROPIC", + "value": 4 + } + ] + }, + { + "name": "LightType", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_DIRECTIONAL", + "value": 0 + }, + { + "name": "LIGHT_OMNI", + "value": 1 + }, + { + "name": "LIGHT_SPOT", + "value": 2 + } + ] + }, + { + "name": "LightParam", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_PARAM_ENERGY", + "value": 0 + }, + { + "name": "LIGHT_PARAM_INDIRECT_ENERGY", + "value": 1 + }, + { + "name": "LIGHT_PARAM_SPECULAR", + "value": 2 + }, + { + "name": "LIGHT_PARAM_RANGE", + "value": 3 + }, + { + "name": "LIGHT_PARAM_SIZE", + "value": 4 + }, + { + "name": "LIGHT_PARAM_ATTENUATION", + "value": 5 + }, + { + "name": "LIGHT_PARAM_SPOT_ANGLE", + "value": 6 + }, + { + "name": "LIGHT_PARAM_SPOT_ATTENUATION", + "value": 7 + }, + { + "name": "LIGHT_PARAM_SHADOW_MAX_DISTANCE", + "value": 8 + }, + { + "name": "LIGHT_PARAM_SHADOW_SPLIT_1_OFFSET", + "value": 9 + }, + { + "name": "LIGHT_PARAM_SHADOW_SPLIT_2_OFFSET", + "value": 10 + }, + { + "name": "LIGHT_PARAM_SHADOW_SPLIT_3_OFFSET", + "value": 11 + }, + { + "name": "LIGHT_PARAM_SHADOW_FADE_START", + "value": 12 + }, + { + "name": "LIGHT_PARAM_SHADOW_NORMAL_BIAS", + "value": 13 + }, + { + "name": "LIGHT_PARAM_SHADOW_BIAS", + "value": 14 + }, + { + "name": "LIGHT_PARAM_SHADOW_PANCAKE_SIZE", + "value": 15 + }, + { + "name": "LIGHT_PARAM_SHADOW_BLUR", + "value": 16 + }, + { + "name": "LIGHT_PARAM_SHADOW_VOLUMETRIC_FOG_FADE", + "value": 17 + }, + { + "name": "LIGHT_PARAM_TRANSMITTANCE_BIAS", + "value": 18 + }, + { + "name": "LIGHT_PARAM_MAX", + "value": 19 + } + ] + }, + { + "name": "LightBakeMode", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_BAKE_DISABLED", + "value": 0 + }, + { + "name": "LIGHT_BAKE_STATIC", + "value": 1 + }, + { + "name": "LIGHT_BAKE_DYNAMIC", + "value": 2 + } + ] + }, + { + "name": "LightOmniShadowMode", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_OMNI_SHADOW_DUAL_PARABOLOID", + "value": 0 + }, + { + "name": "LIGHT_OMNI_SHADOW_CUBE", + "value": 1 + } + ] + }, + { + "name": "LightDirectionalShadowMode", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_DIRECTIONAL_SHADOW_ORTHOGONAL", + "value": 0 + }, + { + "name": "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_2_SPLITS", + "value": 1 + }, + { + "name": "LIGHT_DIRECTIONAL_SHADOW_PARALLEL_4_SPLITS", + "value": 2 + } + ] + }, + { + "name": "LightDirectionalSkyMode", + "is_bitfield": false, + "values": [ + { + "name": "LIGHT_DIRECTIONAL_SKY_MODE_LIGHT_AND_SKY", + "value": 0 + }, + { + "name": "LIGHT_DIRECTIONAL_SKY_MODE_LIGHT_ONLY", + "value": 1 + }, + { + "name": "LIGHT_DIRECTIONAL_SKY_MODE_SKY_ONLY", + "value": 2 + } + ] + }, + { + "name": "ShadowQuality", + "is_bitfield": false, + "values": [ + { + "name": "SHADOW_QUALITY_HARD", + "value": 0 + }, + { + "name": "SHADOW_QUALITY_SOFT_VERY_LOW", + "value": 1 + }, + { + "name": "SHADOW_QUALITY_SOFT_LOW", + "value": 2 + }, + { + "name": "SHADOW_QUALITY_SOFT_MEDIUM", + "value": 3 + }, + { + "name": "SHADOW_QUALITY_SOFT_HIGH", + "value": 4 + }, + { + "name": "SHADOW_QUALITY_SOFT_ULTRA", + "value": 5 + }, + { + "name": "SHADOW_QUALITY_MAX", + "value": 6 + } + ] + }, + { + "name": "ReflectionProbeUpdateMode", + "is_bitfield": false, + "values": [ + { + "name": "REFLECTION_PROBE_UPDATE_ONCE", + "value": 0 + }, + { + "name": "REFLECTION_PROBE_UPDATE_ALWAYS", + "value": 1 + } + ] + }, { "name": "ReflectionProbeAmbientMode", + "is_bitfield": false, "values": [ { "name": "REFLECTION_PROBE_AMBIENT_DISABLED", @@ -154248,8 +171182,249 @@ } ] }, + { + "name": "DecalTexture", + "is_bitfield": false, + "values": [ + { + "name": "DECAL_TEXTURE_ALBEDO", + "value": 0 + }, + { + "name": "DECAL_TEXTURE_NORMAL", + "value": 1 + }, + { + "name": "DECAL_TEXTURE_ORM", + "value": 2 + }, + { + "name": "DECAL_TEXTURE_EMISSION", + "value": 3 + }, + { + "name": "DECAL_TEXTURE_MAX", + "value": 4 + } + ] + }, + { + "name": "DecalFilter", + "is_bitfield": false, + "values": [ + { + "name": "DECAL_FILTER_NEAREST", + "value": 0 + }, + { + "name": "DECAL_FILTER_NEAREST_MIPMAPS", + "value": 1 + }, + { + "name": "DECAL_FILTER_LINEAR", + "value": 2 + }, + { + "name": "DECAL_FILTER_LINEAR_MIPMAPS", + "value": 3 + }, + { + "name": "DECAL_FILTER_LINEAR_MIPMAPS_ANISOTROPIC", + "value": 4 + } + ] + }, + { + "name": "VoxelGIQuality", + "is_bitfield": false, + "values": [ + { + "name": "VOXEL_GI_QUALITY_LOW", + "value": 0 + }, + { + "name": "VOXEL_GI_QUALITY_HIGH", + "value": 1 + } + ] + }, + { + "name": "ParticlesMode", + "is_bitfield": false, + "values": [ + { + "name": "PARTICLES_MODE_2D", + "value": 0 + }, + { + "name": "PARTICLES_MODE_3D", + "value": 1 + } + ] + }, + { + "name": "ParticlesTransformAlign", + "is_bitfield": false, + "values": [ + { + "name": "PARTICLES_TRANSFORM_ALIGN_DISABLED", + "value": 0 + }, + { + "name": "PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD", + "value": 1 + }, + { + "name": "PARTICLES_TRANSFORM_ALIGN_Y_TO_VELOCITY", + "value": 2 + }, + { + "name": "PARTICLES_TRANSFORM_ALIGN_Z_BILLBOARD_Y_TO_VELOCITY", + "value": 3 + } + ] + }, + { + "name": "ParticlesDrawOrder", + "is_bitfield": false, + "values": [ + { + "name": "PARTICLES_DRAW_ORDER_INDEX", + "value": 0 + }, + { + "name": "PARTICLES_DRAW_ORDER_LIFETIME", + "value": 1 + }, + { + "name": "PARTICLES_DRAW_ORDER_REVERSE_LIFETIME", + "value": 2 + }, + { + "name": "PARTICLES_DRAW_ORDER_VIEW_DEPTH", + "value": 3 + } + ] + }, + { + "name": "ParticlesCollisionType", + "is_bitfield": false, + "values": [ + { + "name": "PARTICLES_COLLISION_TYPE_SPHERE_ATTRACT", + "value": 0 + }, + { + "name": "PARTICLES_COLLISION_TYPE_BOX_ATTRACT", + "value": 1 + }, + { + "name": "PARTICLES_COLLISION_TYPE_VECTOR_FIELD_ATTRACT", + "value": 2 + }, + { + "name": "PARTICLES_COLLISION_TYPE_SPHERE_COLLIDE", + "value": 3 + }, + { + "name": "PARTICLES_COLLISION_TYPE_BOX_COLLIDE", + "value": 4 + }, + { + "name": "PARTICLES_COLLISION_TYPE_SDF_COLLIDE", + "value": 5 + }, + { + "name": "PARTICLES_COLLISION_TYPE_HEIGHTFIELD_COLLIDE", + "value": 6 + } + ] + }, + { + "name": "ParticlesCollisionHeightfieldResolution", + "is_bitfield": false, + "values": [ + { + "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_256", + "value": 0 + }, + { + "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_512", + "value": 1 + }, + { + "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_1024", + "value": 2 + }, + { + "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_2048", + "value": 3 + }, + { + "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_4096", + "value": 4 + }, + { + "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_8192", + "value": 5 + }, + { + "name": "PARTICLES_COLLISION_HEIGHTFIELD_RESOLUTION_MAX", + "value": 6 + } + ] + }, + { + "name": "FogVolumeShape", + "is_bitfield": false, + "values": [ + { + "name": "FOG_VOLUME_SHAPE_ELLIPSOID", + "value": 0 + }, + { + "name": "FOG_VOLUME_SHAPE_CONE", + "value": 1 + }, + { + "name": "FOG_VOLUME_SHAPE_CYLINDER", + "value": 2 + }, + { + "name": "FOG_VOLUME_SHAPE_BOX", + "value": 3 + }, + { + "name": "FOG_VOLUME_SHAPE_WORLD", + "value": 4 + }, + { + "name": "FOG_VOLUME_SHAPE_MAX", + "value": 5 + } + ] + }, + { + "name": "ViewportScaling3DMode", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_SCALING_3D_MODE_BILINEAR", + "value": 0 + }, + { + "name": "VIEWPORT_SCALING_3D_MODE_FSR", + "value": 1 + }, + { + "name": "VIEWPORT_SCALING_3D_MODE_MAX", + "value": 2 + } + ] + }, { "name": "ViewportUpdateMode", + "is_bitfield": false, "values": [ { "name": "VIEWPORT_UPDATE_DISABLED", @@ -154273,8 +171448,383 @@ } ] }, + { + "name": "ViewportClearMode", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_CLEAR_ALWAYS", + "value": 0 + }, + { + "name": "VIEWPORT_CLEAR_NEVER", + "value": 1 + }, + { + "name": "VIEWPORT_CLEAR_ONLY_NEXT_FRAME", + "value": 2 + } + ] + }, + { + "name": "ViewportSDFOversize", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_SDF_OVERSIZE_100_PERCENT", + "value": 0 + }, + { + "name": "VIEWPORT_SDF_OVERSIZE_120_PERCENT", + "value": 1 + }, + { + "name": "VIEWPORT_SDF_OVERSIZE_150_PERCENT", + "value": 2 + }, + { + "name": "VIEWPORT_SDF_OVERSIZE_200_PERCENT", + "value": 3 + }, + { + "name": "VIEWPORT_SDF_OVERSIZE_MAX", + "value": 4 + } + ] + }, + { + "name": "ViewportSDFScale", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_SDF_SCALE_100_PERCENT", + "value": 0 + }, + { + "name": "VIEWPORT_SDF_SCALE_50_PERCENT", + "value": 1 + }, + { + "name": "VIEWPORT_SDF_SCALE_25_PERCENT", + "value": 2 + }, + { + "name": "VIEWPORT_SDF_SCALE_MAX", + "value": 3 + } + ] + }, + { + "name": "ViewportMSAA", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_MSAA_DISABLED", + "value": 0 + }, + { + "name": "VIEWPORT_MSAA_2X", + "value": 1 + }, + { + "name": "VIEWPORT_MSAA_4X", + "value": 2 + }, + { + "name": "VIEWPORT_MSAA_8X", + "value": 3 + }, + { + "name": "VIEWPORT_MSAA_MAX", + "value": 4 + } + ] + }, + { + "name": "ViewportScreenSpaceAA", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_SCREEN_SPACE_AA_DISABLED", + "value": 0 + }, + { + "name": "VIEWPORT_SCREEN_SPACE_AA_FXAA", + "value": 1 + }, + { + "name": "VIEWPORT_SCREEN_SPACE_AA_MAX", + "value": 2 + } + ] + }, + { + "name": "ViewportOcclusionCullingBuildQuality", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_OCCLUSION_BUILD_QUALITY_LOW", + "value": 0 + }, + { + "name": "VIEWPORT_OCCLUSION_BUILD_QUALITY_MEDIUM", + "value": 1 + }, + { + "name": "VIEWPORT_OCCLUSION_BUILD_QUALITY_HIGH", + "value": 2 + } + ] + }, + { + "name": "ViewportRenderInfo", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_RENDER_INFO_OBJECTS_IN_FRAME", + "value": 0 + }, + { + "name": "VIEWPORT_RENDER_INFO_PRIMITIVES_IN_FRAME", + "value": 1 + }, + { + "name": "VIEWPORT_RENDER_INFO_DRAW_CALLS_IN_FRAME", + "value": 2 + }, + { + "name": "VIEWPORT_RENDER_INFO_MAX", + "value": 3 + } + ] + }, + { + "name": "ViewportRenderInfoType", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_RENDER_INFO_TYPE_VISIBLE", + "value": 0 + }, + { + "name": "VIEWPORT_RENDER_INFO_TYPE_SHADOW", + "value": 1 + }, + { + "name": "VIEWPORT_RENDER_INFO_TYPE_MAX", + "value": 2 + } + ] + }, + { + "name": "ViewportDebugDraw", + "is_bitfield": false, + "values": [ + { + "name": "VIEWPORT_DEBUG_DRAW_DISABLED", + "value": 0 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_UNSHADED", + "value": 1 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_LIGHTING", + "value": 2 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_OVERDRAW", + "value": 3 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_WIREFRAME", + "value": 4 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_NORMAL_BUFFER", + "value": 5 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_VOXEL_GI_ALBEDO", + "value": 6 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_VOXEL_GI_LIGHTING", + "value": 7 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_VOXEL_GI_EMISSION", + "value": 8 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_SHADOW_ATLAS", + "value": 9 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_DIRECTIONAL_SHADOW_ATLAS", + "value": 10 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_SCENE_LUMINANCE", + "value": 11 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_SSAO", + "value": 12 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_SSIL", + "value": 13 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_PSSM_SPLITS", + "value": 14 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_DECAL_ATLAS", + "value": 15 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_SDFGI", + "value": 16 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_SDFGI_PROBES", + "value": 17 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_GI_BUFFER", + "value": 18 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_DISABLE_LOD", + "value": 19 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_OMNI_LIGHTS", + "value": 20 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_SPOT_LIGHTS", + "value": 21 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_DECALS", + "value": 22 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_CLUSTER_REFLECTION_PROBES", + "value": 23 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_OCCLUDERS", + "value": 24 + }, + { + "name": "VIEWPORT_DEBUG_DRAW_MOTION_VECTORS", + "value": 25 + } + ] + }, + { + "name": "SkyMode", + "is_bitfield": false, + "values": [ + { + "name": "SKY_MODE_AUTOMATIC", + "value": 0 + }, + { + "name": "SKY_MODE_QUALITY", + "value": 1 + }, + { + "name": "SKY_MODE_INCREMENTAL", + "value": 2 + }, + { + "name": "SKY_MODE_REALTIME", + "value": 3 + } + ] + }, + { + "name": "EnvironmentBG", + "is_bitfield": false, + "values": [ + { + "name": "ENV_BG_CLEAR_COLOR", + "value": 0 + }, + { + "name": "ENV_BG_COLOR", + "value": 1 + }, + { + "name": "ENV_BG_SKY", + "value": 2 + }, + { + "name": "ENV_BG_CANVAS", + "value": 3 + }, + { + "name": "ENV_BG_KEEP", + "value": 4 + }, + { + "name": "ENV_BG_CAMERA_FEED", + "value": 5 + }, + { + "name": "ENV_BG_MAX", + "value": 6 + } + ] + }, + { + "name": "EnvironmentAmbientSource", + "is_bitfield": false, + "values": [ + { + "name": "ENV_AMBIENT_SOURCE_BG", + "value": 0 + }, + { + "name": "ENV_AMBIENT_SOURCE_DISABLED", + "value": 1 + }, + { + "name": "ENV_AMBIENT_SOURCE_COLOR", + "value": 2 + }, + { + "name": "ENV_AMBIENT_SOURCE_SKY", + "value": 3 + } + ] + }, + { + "name": "EnvironmentReflectionSource", + "is_bitfield": false, + "values": [ + { + "name": "ENV_REFLECTION_SOURCE_BG", + "value": 0 + }, + { + "name": "ENV_REFLECTION_SOURCE_DISABLED", + "value": 1 + }, + { + "name": "ENV_REFLECTION_SOURCE_SKY", + "value": 2 + } + ] + }, { "name": "EnvironmentGlowBlendMode", + "is_bitfield": false, "values": [ { "name": "ENV_GLOW_BLEND_MODE_ADDITIVE", @@ -154298,8 +171848,631 @@ } ] }, + { + "name": "EnvironmentToneMapper", + "is_bitfield": false, + "values": [ + { + "name": "ENV_TONE_MAPPER_LINEAR", + "value": 0 + }, + { + "name": "ENV_TONE_MAPPER_REINHARD", + "value": 1 + }, + { + "name": "ENV_TONE_MAPPER_FILMIC", + "value": 2 + }, + { + "name": "ENV_TONE_MAPPER_ACES", + "value": 3 + } + ] + }, + { + "name": "EnvironmentSSRRoughnessQuality", + "is_bitfield": false, + "values": [ + { + "name": "ENV_SSR_ROUGHNESS_QUALITY_DISABLED", + "value": 0 + }, + { + "name": "ENV_SSR_ROUGHNESS_QUALITY_LOW", + "value": 1 + }, + { + "name": "ENV_SSR_ROUGHNESS_QUALITY_MEDIUM", + "value": 2 + }, + { + "name": "ENV_SSR_ROUGHNESS_QUALITY_HIGH", + "value": 3 + } + ] + }, + { + "name": "EnvironmentSSAOQuality", + "is_bitfield": false, + "values": [ + { + "name": "ENV_SSAO_QUALITY_VERY_LOW", + "value": 0 + }, + { + "name": "ENV_SSAO_QUALITY_LOW", + "value": 1 + }, + { + "name": "ENV_SSAO_QUALITY_MEDIUM", + "value": 2 + }, + { + "name": "ENV_SSAO_QUALITY_HIGH", + "value": 3 + }, + { + "name": "ENV_SSAO_QUALITY_ULTRA", + "value": 4 + } + ] + }, + { + "name": "EnvironmentSSILQuality", + "is_bitfield": false, + "values": [ + { + "name": "ENV_SSIL_QUALITY_VERY_LOW", + "value": 0 + }, + { + "name": "ENV_SSIL_QUALITY_LOW", + "value": 1 + }, + { + "name": "ENV_SSIL_QUALITY_MEDIUM", + "value": 2 + }, + { + "name": "ENV_SSIL_QUALITY_HIGH", + "value": 3 + }, + { + "name": "ENV_SSIL_QUALITY_ULTRA", + "value": 4 + } + ] + }, + { + "name": "EnvironmentSDFGIYScale", + "is_bitfield": false, + "values": [ + { + "name": "ENV_SDFGI_Y_SCALE_50_PERCENT", + "value": 0 + }, + { + "name": "ENV_SDFGI_Y_SCALE_75_PERCENT", + "value": 1 + }, + { + "name": "ENV_SDFGI_Y_SCALE_100_PERCENT", + "value": 2 + } + ] + }, + { + "name": "EnvironmentSDFGIRayCount", + "is_bitfield": false, + "values": [ + { + "name": "ENV_SDFGI_RAY_COUNT_4", + "value": 0 + }, + { + "name": "ENV_SDFGI_RAY_COUNT_8", + "value": 1 + }, + { + "name": "ENV_SDFGI_RAY_COUNT_16", + "value": 2 + }, + { + "name": "ENV_SDFGI_RAY_COUNT_32", + "value": 3 + }, + { + "name": "ENV_SDFGI_RAY_COUNT_64", + "value": 4 + }, + { + "name": "ENV_SDFGI_RAY_COUNT_96", + "value": 5 + }, + { + "name": "ENV_SDFGI_RAY_COUNT_128", + "value": 6 + }, + { + "name": "ENV_SDFGI_RAY_COUNT_MAX", + "value": 7 + } + ] + }, + { + "name": "EnvironmentSDFGIFramesToConverge", + "is_bitfield": false, + "values": [ + { + "name": "ENV_SDFGI_CONVERGE_IN_5_FRAMES", + "value": 0 + }, + { + "name": "ENV_SDFGI_CONVERGE_IN_10_FRAMES", + "value": 1 + }, + { + "name": "ENV_SDFGI_CONVERGE_IN_15_FRAMES", + "value": 2 + }, + { + "name": "ENV_SDFGI_CONVERGE_IN_20_FRAMES", + "value": 3 + }, + { + "name": "ENV_SDFGI_CONVERGE_IN_25_FRAMES", + "value": 4 + }, + { + "name": "ENV_SDFGI_CONVERGE_IN_30_FRAMES", + "value": 5 + }, + { + "name": "ENV_SDFGI_CONVERGE_MAX", + "value": 6 + } + ] + }, + { + "name": "EnvironmentSDFGIFramesToUpdateLight", + "is_bitfield": false, + "values": [ + { + "name": "ENV_SDFGI_UPDATE_LIGHT_IN_1_FRAME", + "value": 0 + }, + { + "name": "ENV_SDFGI_UPDATE_LIGHT_IN_2_FRAMES", + "value": 1 + }, + { + "name": "ENV_SDFGI_UPDATE_LIGHT_IN_4_FRAMES", + "value": 2 + }, + { + "name": "ENV_SDFGI_UPDATE_LIGHT_IN_8_FRAMES", + "value": 3 + }, + { + "name": "ENV_SDFGI_UPDATE_LIGHT_IN_16_FRAMES", + "value": 4 + }, + { + "name": "ENV_SDFGI_UPDATE_LIGHT_MAX", + "value": 5 + } + ] + }, + { + "name": "SubSurfaceScatteringQuality", + "is_bitfield": false, + "values": [ + { + "name": "SUB_SURFACE_SCATTERING_QUALITY_DISABLED", + "value": 0 + }, + { + "name": "SUB_SURFACE_SCATTERING_QUALITY_LOW", + "value": 1 + }, + { + "name": "SUB_SURFACE_SCATTERING_QUALITY_MEDIUM", + "value": 2 + }, + { + "name": "SUB_SURFACE_SCATTERING_QUALITY_HIGH", + "value": 3 + } + ] + }, + { + "name": "DOFBokehShape", + "is_bitfield": false, + "values": [ + { + "name": "DOF_BOKEH_BOX", + "value": 0 + }, + { + "name": "DOF_BOKEH_HEXAGON", + "value": 1 + }, + { + "name": "DOF_BOKEH_CIRCLE", + "value": 2 + } + ] + }, + { + "name": "DOFBlurQuality", + "is_bitfield": false, + "values": [ + { + "name": "DOF_BLUR_QUALITY_VERY_LOW", + "value": 0 + }, + { + "name": "DOF_BLUR_QUALITY_LOW", + "value": 1 + }, + { + "name": "DOF_BLUR_QUALITY_MEDIUM", + "value": 2 + }, + { + "name": "DOF_BLUR_QUALITY_HIGH", + "value": 3 + } + ] + }, + { + "name": "InstanceType", + "is_bitfield": false, + "values": [ + { + "name": "INSTANCE_NONE", + "value": 0 + }, + { + "name": "INSTANCE_MESH", + "value": 1 + }, + { + "name": "INSTANCE_MULTIMESH", + "value": 2 + }, + { + "name": "INSTANCE_PARTICLES", + "value": 3 + }, + { + "name": "INSTANCE_PARTICLES_COLLISION", + "value": 4 + }, + { + "name": "INSTANCE_LIGHT", + "value": 5 + }, + { + "name": "INSTANCE_REFLECTION_PROBE", + "value": 6 + }, + { + "name": "INSTANCE_DECAL", + "value": 7 + }, + { + "name": "INSTANCE_VOXEL_GI", + "value": 8 + }, + { + "name": "INSTANCE_LIGHTMAP", + "value": 9 + }, + { + "name": "INSTANCE_OCCLUDER", + "value": 10 + }, + { + "name": "INSTANCE_VISIBLITY_NOTIFIER", + "value": 11 + }, + { + "name": "INSTANCE_FOG_VOLUME", + "value": 12 + }, + { + "name": "INSTANCE_MAX", + "value": 13 + }, + { + "name": "INSTANCE_GEOMETRY_MASK", + "value": 14 + } + ] + }, + { + "name": "InstanceFlags", + "is_bitfield": false, + "values": [ + { + "name": "INSTANCE_FLAG_USE_BAKED_LIGHT", + "value": 0 + }, + { + "name": "INSTANCE_FLAG_USE_DYNAMIC_GI", + "value": 1 + }, + { + "name": "INSTANCE_FLAG_DRAW_NEXT_FRAME_IF_VISIBLE", + "value": 2 + }, + { + "name": "INSTANCE_FLAG_IGNORE_OCCLUSION_CULLING", + "value": 3 + }, + { + "name": "INSTANCE_FLAG_MAX", + "value": 4 + } + ] + }, + { + "name": "ShadowCastingSetting", + "is_bitfield": false, + "values": [ + { + "name": "SHADOW_CASTING_SETTING_OFF", + "value": 0 + }, + { + "name": "SHADOW_CASTING_SETTING_ON", + "value": 1 + }, + { + "name": "SHADOW_CASTING_SETTING_DOUBLE_SIDED", + "value": 2 + }, + { + "name": "SHADOW_CASTING_SETTING_SHADOWS_ONLY", + "value": 3 + } + ] + }, + { + "name": "VisibilityRangeFadeMode", + "is_bitfield": false, + "values": [ + { + "name": "VISIBILITY_RANGE_FADE_DISABLED", + "value": 0 + }, + { + "name": "VISIBILITY_RANGE_FADE_SELF", + "value": 1 + }, + { + "name": "VISIBILITY_RANGE_FADE_DEPENDENCIES", + "value": 2 + } + ] + }, + { + "name": "BakeChannels", + "is_bitfield": false, + "values": [ + { + "name": "BAKE_CHANNEL_ALBEDO_ALPHA", + "value": 0 + }, + { + "name": "BAKE_CHANNEL_NORMAL", + "value": 1 + }, + { + "name": "BAKE_CHANNEL_ORM", + "value": 2 + }, + { + "name": "BAKE_CHANNEL_EMISSION", + "value": 3 + } + ] + }, + { + "name": "CanvasTextureChannel", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_TEXTURE_CHANNEL_DIFFUSE", + "value": 0 + }, + { + "name": "CANVAS_TEXTURE_CHANNEL_NORMAL", + "value": 1 + }, + { + "name": "CANVAS_TEXTURE_CHANNEL_SPECULAR", + "value": 2 + } + ] + }, + { + "name": "NinePatchAxisMode", + "is_bitfield": false, + "values": [ + { + "name": "NINE_PATCH_STRETCH", + "value": 0 + }, + { + "name": "NINE_PATCH_TILE", + "value": 1 + }, + { + "name": "NINE_PATCH_TILE_FIT", + "value": 2 + } + ] + }, + { + "name": "CanvasItemTextureFilter", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_DEFAULT", + "value": 0 + }, + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_NEAREST", + "value": 1 + }, + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_LINEAR", + "value": 2 + }, + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_NEAREST_WITH_MIPMAPS", + "value": 3 + }, + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_LINEAR_WITH_MIPMAPS", + "value": 4 + }, + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_NEAREST_WITH_MIPMAPS_ANISOTROPIC", + "value": 5 + }, + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_LINEAR_WITH_MIPMAPS_ANISOTROPIC", + "value": 6 + }, + { + "name": "CANVAS_ITEM_TEXTURE_FILTER_MAX", + "value": 7 + } + ] + }, + { + "name": "CanvasItemTextureRepeat", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_ITEM_TEXTURE_REPEAT_DEFAULT", + "value": 0 + }, + { + "name": "CANVAS_ITEM_TEXTURE_REPEAT_DISABLED", + "value": 1 + }, + { + "name": "CANVAS_ITEM_TEXTURE_REPEAT_ENABLED", + "value": 2 + }, + { + "name": "CANVAS_ITEM_TEXTURE_REPEAT_MIRROR", + "value": 3 + }, + { + "name": "CANVAS_ITEM_TEXTURE_REPEAT_MAX", + "value": 4 + } + ] + }, + { + "name": "CanvasGroupMode", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_GROUP_MODE_DISABLED", + "value": 0 + }, + { + "name": "CANVAS_GROUP_MODE_OPAQUE", + "value": 1 + }, + { + "name": "CANVAS_GROUP_MODE_TRANSPARENT", + "value": 2 + } + ] + }, + { + "name": "CanvasLightMode", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_LIGHT_MODE_POINT", + "value": 0 + }, + { + "name": "CANVAS_LIGHT_MODE_DIRECTIONAL", + "value": 1 + } + ] + }, + { + "name": "CanvasLightBlendMode", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_LIGHT_BLEND_MODE_ADD", + "value": 0 + }, + { + "name": "CANVAS_LIGHT_BLEND_MODE_SUB", + "value": 1 + }, + { + "name": "CANVAS_LIGHT_BLEND_MODE_MIX", + "value": 2 + } + ] + }, + { + "name": "CanvasLightShadowFilter", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_LIGHT_FILTER_NONE", + "value": 0 + }, + { + "name": "CANVAS_LIGHT_FILTER_PCF5", + "value": 1 + }, + { + "name": "CANVAS_LIGHT_FILTER_PCF13", + "value": 2 + }, + { + "name": "CANVAS_LIGHT_FILTER_MAX", + "value": 3 + } + ] + }, + { + "name": "CanvasOccluderPolygonCullMode", + "is_bitfield": false, + "values": [ + { + "name": "CANVAS_OCCLUDER_POLYGON_CULL_DISABLED", + "value": 0 + }, + { + "name": "CANVAS_OCCLUDER_POLYGON_CULL_CLOCKWISE", + "value": 1 + }, + { + "name": "CANVAS_OCCLUDER_POLYGON_CULL_COUNTER_CLOCKWISE", + "value": 2 + } + ] + }, { "name": "GlobalVariableType", + "is_bitfield": false, "values": [ { "name": "GLOBAL_VAR_TYPE_BOOL", @@ -154419,148 +172592,9 @@ } ] }, - { - "name": "TextureLayeredType", - "values": [ - { - "name": "TEXTURE_LAYERED_2D_ARRAY", - "value": 0 - }, - { - "name": "TEXTURE_LAYERED_CUBEMAP", - "value": 1 - }, - { - "name": "TEXTURE_LAYERED_CUBEMAP_ARRAY", - "value": 2 - } - ] - }, - { - "name": "LightParam", - "values": [ - { - "name": "LIGHT_PARAM_ENERGY", - "value": 0 - }, - { - "name": "LIGHT_PARAM_INDIRECT_ENERGY", - "value": 1 - }, - { - "name": "LIGHT_PARAM_SPECULAR", - "value": 2 - }, - { - "name": "LIGHT_PARAM_RANGE", - "value": 3 - }, - { - "name": "LIGHT_PARAM_SIZE", - "value": 4 - }, - { - "name": "LIGHT_PARAM_ATTENUATION", - "value": 5 - }, - { - "name": "LIGHT_PARAM_SPOT_ANGLE", - "value": 6 - }, - { - "name": "LIGHT_PARAM_SPOT_ATTENUATION", - "value": 7 - }, - { - "name": "LIGHT_PARAM_SHADOW_MAX_DISTANCE", - "value": 8 - }, - { - "name": "LIGHT_PARAM_SHADOW_SPLIT_1_OFFSET", - "value": 9 - }, - { - "name": "LIGHT_PARAM_SHADOW_SPLIT_2_OFFSET", - "value": 10 - }, - { - "name": "LIGHT_PARAM_SHADOW_SPLIT_3_OFFSET", - "value": 11 - }, - { - "name": "LIGHT_PARAM_SHADOW_FADE_START", - "value": 12 - }, - { - "name": "LIGHT_PARAM_SHADOW_NORMAL_BIAS", - "value": 13 - }, - { - "name": "LIGHT_PARAM_SHADOW_BIAS", - "value": 14 - }, - { - "name": "LIGHT_PARAM_SHADOW_PANCAKE_SIZE", - "value": 15 - }, - { - "name": "LIGHT_PARAM_SHADOW_BLUR", - "value": 16 - }, - { - "name": "LIGHT_PARAM_SHADOW_VOLUMETRIC_FOG_FADE", - "value": 17 - }, - { - "name": "LIGHT_PARAM_TRANSMITTANCE_BIAS", - "value": 18 - }, - { - "name": "LIGHT_PARAM_MAX", - "value": 19 - } - ] - }, - { - "name": "EnvironmentSSILQuality", - "values": [ - { - "name": "ENV_SSIL_QUALITY_VERY_LOW", - "value": 0 - }, - { - "name": "ENV_SSIL_QUALITY_LOW", - "value": 1 - }, - { - "name": "ENV_SSIL_QUALITY_MEDIUM", - "value": 2 - }, - { - "name": "ENV_SSIL_QUALITY_HIGH", - "value": 3 - }, - { - "name": "ENV_SSIL_QUALITY_ULTRA", - "value": 4 - } - ] - }, - { - "name": "CanvasLightMode", - "values": [ - { - "name": "CANVAS_LIGHT_MODE_POINT", - "value": 0 - }, - { - "name": "CANVAS_LIGHT_MODE_DIRECTIONAL", - "value": 1 - } - ] - }, { "name": "RenderingInfo", + "is_bitfield": false, "values": [ { "name": "RENDERING_INFO_TOTAL_OBJECTS_IN_FRAME", @@ -154589,107 +172623,16 @@ ] }, { - "name": "CanvasOccluderPolygonCullMode", + "name": "Features", + "is_bitfield": false, "values": [ { - "name": "CANVAS_OCCLUDER_POLYGON_CULL_DISABLED", + "name": "FEATURE_SHADERS", "value": 0 }, { - "name": "CANVAS_OCCLUDER_POLYGON_CULL_CLOCKWISE", + "name": "FEATURE_MULTITHREADED", "value": 1 - }, - { - "name": "CANVAS_OCCLUDER_POLYGON_CULL_COUNTER_CLOCKWISE", - "value": 2 - } - ] - }, - { - "name": "CubeMapLayer", - "values": [ - { - "name": "CUBEMAP_LAYER_LEFT", - "value": 0 - }, - { - "name": "CUBEMAP_LAYER_RIGHT", - "value": 1 - }, - { - "name": "CUBEMAP_LAYER_BOTTOM", - "value": 2 - }, - { - "name": "CUBEMAP_LAYER_TOP", - "value": 3 - }, - { - "name": "CUBEMAP_LAYER_FRONT", - "value": 4 - }, - { - "name": "CUBEMAP_LAYER_BACK", - "value": 5 - } - ] - }, - { - "name": "LightType", - "values": [ - { - "name": "LIGHT_DIRECTIONAL", - "value": 0 - }, - { - "name": "LIGHT_OMNI", - "value": 1 - }, - { - "name": "LIGHT_SPOT", - "value": 2 - } - ] - }, - { - "name": "DecalTexture", - "values": [ - { - "name": "DECAL_TEXTURE_ALBEDO", - "value": 0 - }, - { - "name": "DECAL_TEXTURE_NORMAL", - "value": 1 - }, - { - "name": "DECAL_TEXTURE_ORM", - "value": 2 - }, - { - "name": "DECAL_TEXTURE_EMISSION", - "value": 3 - }, - { - "name": "DECAL_TEXTURE_MAX", - "value": 4 - } - ] - }, - { - "name": "VisibilityRangeFadeMode", - "values": [ - { - "name": "VISIBILITY_RANGE_FADE_DISABLED", - "value": 0 - }, - { - "name": "VISIBILITY_RANGE_FADE_SELF", - "value": 1 - }, - { - "name": "VISIBILITY_RANGE_FADE_DEPENDENCIES", - "value": 2 } ] } @@ -154699,8 +172642,9 @@ "name": "texture_2d_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 835881256, "return_value": { "type": "RID" }, @@ -154715,8 +172659,9 @@ "name": "texture_2d_layered_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 2883408780, "return_value": { "type": "RID" }, @@ -154735,8 +172680,9 @@ "name": "texture_3d_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135553772, + "hash": 1903417226, "return_value": { "type": "RID" }, @@ -154774,8 +172720,9 @@ "name": "texture_proxy_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1356867142, "return_value": { "type": "RID" }, @@ -154790,8 +172737,9 @@ "name": "texture_2d_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1084163514, "arguments": [ { "name": "texture", @@ -154812,8 +172760,9 @@ "name": "texture_3d_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490945546, "arguments": [ { "name": "texture", @@ -154829,8 +172778,9 @@ "name": "texture_proxy_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "texture", @@ -154846,8 +172796,9 @@ "name": "texture_2d_placeholder_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -154856,8 +172807,9 @@ "name": "texture_2d_layered_placeholder_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 661359727, "return_value": { "type": "RID" }, @@ -154872,8 +172824,9 @@ "name": "texture_3d_placeholder_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -154882,8 +172835,9 @@ "name": "texture_2d_get", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 599657674, "return_value": { "type": "Image" }, @@ -154898,8 +172852,9 @@ "name": "texture_2d_layer_get", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 91442654, "return_value": { "type": "Image" }, @@ -154919,8 +172874,9 @@ "name": "texture_3d_get", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3802419548, "return_value": { "type": "Array" }, @@ -154935,8 +172891,9 @@ "name": "texture_replace", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "texture", @@ -154952,8 +172909,9 @@ "name": "texture_set_size_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 34276439, "arguments": [ { "name": "texture", @@ -154975,8 +172933,9 @@ "name": "texture_set_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3134716282, "arguments": [ { "name": "texture", @@ -154992,8 +172951,9 @@ "name": "texture_get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 983564131, "return_value": { "type": "String" }, @@ -155008,8 +172968,9 @@ "name": "texture_set_force_redraw_if_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "texture", @@ -155025,8 +172986,9 @@ "name": "shader_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -155035,8 +172997,9 @@ "name": "shader_get_code", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 983564131, "return_value": { "type": "String" }, @@ -155051,8 +173014,9 @@ "name": "shader_get_param_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3802419548, "return_value": { "type": "Array" }, @@ -155067,8 +173031,9 @@ "name": "shader_get_param_default", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3920824113, "return_value": { "type": "Variant" }, @@ -155087,8 +173052,9 @@ "name": "shader_set_default_texture_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 1250306537, "arguments": [ { "name": "shader", @@ -155114,8 +173080,9 @@ "name": "shader_get_default_texture_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 3033488311, "return_value": { "type": "RID" }, @@ -155140,8 +173107,9 @@ "name": "material_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -155150,8 +173118,9 @@ "name": "material_set_shader", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "shader_material", @@ -155167,8 +173136,9 @@ "name": "material_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3993858486, "arguments": [ { "name": "material", @@ -155188,8 +173158,9 @@ "name": "material_get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3920824113, "return_value": { "type": "Variant" }, @@ -155208,8 +173179,9 @@ "name": "material_set_render_priority", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "material", @@ -155226,8 +173198,9 @@ "name": "material_set_next_pass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "material", @@ -155243,8 +173216,9 @@ "name": "mesh_create_from_surfaces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2569933138, "return_value": { "type": "RID" }, @@ -155265,8 +173239,9 @@ "name": "mesh_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -155275,8 +173250,9 @@ "name": "mesh_surface_get_format_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 864943070, "return_value": { "type": "int", "meta": "uint32" @@ -155303,8 +173279,9 @@ "name": "mesh_surface_get_format_vertex_stride", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "uint32" @@ -155326,8 +173303,9 @@ "name": "mesh_surface_get_format_attribute_stride", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "uint32" @@ -155349,8 +173327,9 @@ "name": "mesh_surface_get_format_skin_stride", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "uint32" @@ -155372,8 +173351,9 @@ "name": "mesh_add_surface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 647640653, "arguments": [ { "name": "mesh", @@ -155389,8 +173369,9 @@ "name": "mesh_add_surface_from_arrays", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626862, + "hash": 1146419982, "arguments": [ { "name": "mesh", @@ -155426,8 +173407,9 @@ "name": "mesh_get_blend_shape_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -155443,8 +173425,9 @@ "name": "mesh_set_blend_shape_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2998550394, "arguments": [ { "name": "mesh", @@ -155460,8 +173443,9 @@ "name": "mesh_get_blend_shape_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4192006827, "return_value": { "type": "enum::RenderingServer.BlendShapeMode" }, @@ -155476,8 +173460,9 @@ "name": "mesh_surface_set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1017458435, "arguments": [ { "name": "mesh", @@ -155498,8 +173483,9 @@ "name": "mesh_surface_get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3845812860, "return_value": { "type": "RID" }, @@ -155519,8 +173505,9 @@ "name": "mesh_get_surface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3910933564, "return_value": { "type": "Dictionary" }, @@ -155540,8 +173527,9 @@ "name": "mesh_surface_get_arrays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3458051784, "return_value": { "type": "Array" }, @@ -155561,8 +173549,9 @@ "name": "mesh_surface_get_blend_shape_arrays", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3458051784, "return_value": { "type": "Array" }, @@ -155582,8 +173571,9 @@ "name": "mesh_get_surface_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -155599,8 +173589,9 @@ "name": "mesh_set_custom_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 635287903, "arguments": [ { "name": "mesh", @@ -155616,8 +173607,9 @@ "name": "mesh_get_custom_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2763046059, "return_value": { "type": "AABB" }, @@ -155632,8 +173624,9 @@ "name": "mesh_clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "mesh", @@ -155645,8 +173638,9 @@ "name": "mesh_surface_update_vertex_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 854647565, "arguments": [ { "name": "mesh", @@ -155672,8 +173666,9 @@ "name": "mesh_surface_update_attribute_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 854647565, "arguments": [ { "name": "mesh", @@ -155699,8 +173694,9 @@ "name": "mesh_surface_update_skin_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 854647565, "arguments": [ { "name": "mesh", @@ -155726,8 +173722,9 @@ "name": "mesh_set_shadow_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "mesh", @@ -155743,8 +173740,9 @@ "name": "multimesh_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -155753,8 +173751,9 @@ "name": "multimesh_allocate_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938124, + "hash": 1025389123, "arguments": [ { "name": "multimesh", @@ -155785,8 +173784,9 @@ "name": "multimesh_get_instance_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -155802,8 +173802,9 @@ "name": "multimesh_set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "multimesh", @@ -155819,8 +173820,9 @@ "name": "multimesh_instance_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3933661590, "arguments": [ { "name": "multimesh", @@ -155841,8 +173843,9 @@ "name": "multimesh_instance_set_transform_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 700225374, "arguments": [ { "name": "multimesh", @@ -155863,8 +173866,9 @@ "name": "multimesh_instance_set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1175095507, "arguments": [ { "name": "multimesh", @@ -155885,8 +173889,9 @@ "name": "multimesh_instance_set_custom_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1175095507, "arguments": [ { "name": "multimesh", @@ -155907,8 +173912,9 @@ "name": "multimesh_get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2776947836, "return_value": { "type": "RID" }, @@ -155923,8 +173929,9 @@ "name": "multimesh_get_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2763046059, "return_value": { "type": "AABB" }, @@ -155939,8 +173946,9 @@ "name": "multimesh_instance_get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1687753809, "return_value": { "type": "Transform3D" }, @@ -155960,8 +173968,9 @@ "name": "multimesh_instance_get_transform_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1080996065, "return_value": { "type": "Transform2D" }, @@ -155981,8 +173990,9 @@ "name": "multimesh_instance_get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2095421259, "return_value": { "type": "Color" }, @@ -156002,8 +174012,9 @@ "name": "multimesh_instance_get_custom_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2095421259, "return_value": { "type": "Color" }, @@ -156023,8 +174034,9 @@ "name": "multimesh_set_visible_instances", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "multimesh", @@ -156041,8 +174053,9 @@ "name": "multimesh_get_visible_instances", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -156058,8 +174071,9 @@ "name": "multimesh_set_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2668108122, "arguments": [ { "name": "multimesh", @@ -156075,8 +174089,9 @@ "name": "multimesh_get_buffer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1757617931, "return_value": { "type": "PackedFloat32Array" }, @@ -156091,8 +174106,9 @@ "name": "skeleton_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -156101,8 +174117,9 @@ "name": "skeleton_allocate_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2968703639, "arguments": [ { "name": "skeleton", @@ -156124,8 +174141,9 @@ "name": "skeleton_get_bone_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", "meta": "int32" @@ -156141,8 +174159,9 @@ "name": "skeleton_bone_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3933661590, "arguments": [ { "name": "skeleton", @@ -156163,8 +174182,9 @@ "name": "skeleton_bone_get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1687753809, "return_value": { "type": "Transform3D" }, @@ -156184,8 +174204,9 @@ "name": "skeleton_bone_set_transform_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 700225374, "arguments": [ { "name": "skeleton", @@ -156206,8 +174227,9 @@ "name": "skeleton_bone_get_transform_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1080996065, "return_value": { "type": "Transform2D" }, @@ -156227,8 +174249,9 @@ "name": "skeleton_set_base_transform_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2569846851, "arguments": [ { "name": "skeleton", @@ -156244,8 +174267,9 @@ "name": "directional_light_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -156254,8 +174278,9 @@ "name": "omni_light_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -156264,8 +174289,9 @@ "name": "spot_light_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -156274,8 +174300,9 @@ "name": "light_set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "light", @@ -156291,8 +174318,9 @@ "name": "light_set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1132998816, "arguments": [ { "name": "light", @@ -156313,8 +174341,9 @@ "name": "light_set_shadow", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "light", @@ -156330,8 +174359,9 @@ "name": "light_set_projector", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "light", @@ -156347,8 +174377,9 @@ "name": "light_set_negative", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "light", @@ -156364,8 +174395,9 @@ "name": "light_set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "light", @@ -156382,8 +174414,9 @@ "name": "light_set_distance_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2510079888, "arguments": [ { "name": "decal", @@ -156414,8 +174447,9 @@ "name": "light_set_reverse_cull_face_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "light", @@ -156431,8 +174465,9 @@ "name": "light_set_bake_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 86998948, "arguments": [ { "name": "light", @@ -156448,8 +174483,9 @@ "name": "light_set_max_sdfgi_cascade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "light", @@ -156466,8 +174502,9 @@ "name": "light_omni_set_shadow_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2249969893, "arguments": [ { "name": "light", @@ -156483,8 +174520,9 @@ "name": "light_directional_set_shadow_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2312018308, "arguments": [ { "name": "light", @@ -156500,8 +174538,9 @@ "name": "light_directional_set_blend_splits", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "light", @@ -156514,19 +174553,20 @@ ] }, { - "name": "light_directional_set_sky_only", + "name": "light_directional_set_sky_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1299840776, "arguments": [ { "name": "light", "type": "RID" }, { - "name": "enable", - "type": "bool" + "name": "mode", + "type": "enum::RenderingServer.LightDirectionalSkyMode" } ] }, @@ -156534,8 +174574,9 @@ "name": "light_projectors_set_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 43944325, "arguments": [ { "name": "filter", @@ -156544,11 +174585,12 @@ ] }, { - "name": "shadows_quality_set", + "name": "positional_soft_shadow_filter_set_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3613045266, "arguments": [ { "name": "quality", @@ -156557,11 +174599,12 @@ ] }, { - "name": "directional_shadow_quality_set", + "name": "directional_soft_shadow_filter_set_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3613045266, "arguments": [ { "name": "quality", @@ -156573,8 +174616,9 @@ "name": "directional_shadow_atlas_set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "size", @@ -156591,8 +174635,9 @@ "name": "reflection_probe_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -156601,8 +174646,9 @@ "name": "reflection_probe_set_update_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3568571218, "arguments": [ { "name": "probe", @@ -156618,8 +174664,9 @@ "name": "reflection_probe_set_intensity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "probe", @@ -156636,8 +174683,9 @@ "name": "reflection_probe_set_ambient_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1080938006, "arguments": [ { "name": "probe", @@ -156653,8 +174701,9 @@ "name": "reflection_probe_set_ambient_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "probe", @@ -156670,8 +174719,9 @@ "name": "reflection_probe_set_ambient_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "probe", @@ -156688,8 +174738,9 @@ "name": "reflection_probe_set_max_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "probe", @@ -156706,8 +174757,9 @@ "name": "reflection_probe_set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "probe", @@ -156723,8 +174775,9 @@ "name": "reflection_probe_set_origin_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "probe", @@ -156740,8 +174793,9 @@ "name": "reflection_probe_set_as_interior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "probe", @@ -156757,8 +174811,9 @@ "name": "reflection_probe_set_enable_box_projection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "probe", @@ -156774,8 +174829,9 @@ "name": "reflection_probe_set_enable_shadows", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "probe", @@ -156791,8 +174847,9 @@ "name": "reflection_probe_set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "probe", @@ -156809,8 +174866,9 @@ "name": "reflection_probe_set_resolution", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "probe", @@ -156827,8 +174885,9 @@ "name": "reflection_probe_set_mesh_lod_threshold", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "probe", @@ -156845,8 +174904,9 @@ "name": "decal_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -156855,8 +174915,9 @@ "name": "decal_set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "decal", @@ -156872,8 +174933,9 @@ "name": "decal_set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2258819606, "arguments": [ { "name": "decal", @@ -156893,8 +174955,9 @@ "name": "decal_set_emission_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "decal", @@ -156911,8 +174974,9 @@ "name": "decal_set_albedo_mix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "decal", @@ -156929,8 +174993,9 @@ "name": "decal_set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "decal", @@ -156946,8 +175011,9 @@ "name": "decal_set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "decal", @@ -156964,8 +175030,9 @@ "name": "decal_set_distance_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1987566751, "arguments": [ { "name": "decal", @@ -156991,8 +175058,9 @@ "name": "decal_set_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4251789398, "arguments": [ { "name": "decal", @@ -157014,8 +175082,9 @@ "name": "decal_set_normal_fade", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "decal", @@ -157032,8 +175101,9 @@ "name": "decals_set_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3519875702, "arguments": [ { "name": "filter", @@ -157045,8 +175115,9 @@ "name": "gi_set_use_half_resolution", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "half_resolution", @@ -157058,8 +175129,9 @@ "name": "voxel_gi_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -157068,8 +175140,9 @@ "name": "voxel_gi_allocate_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134439725, + "hash": 2803151247, "arguments": [ { "name": "voxel_gi", @@ -157109,8 +175182,9 @@ "name": "voxel_gi_get_octree_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2256513816, "return_value": { "type": "Vector3i" }, @@ -157125,8 +175199,9 @@ "name": "voxel_gi_get_octree_cells", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2647404722, "return_value": { "type": "PackedByteArray" }, @@ -157141,8 +175216,9 @@ "name": "voxel_gi_get_data_cells", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2647404722, "return_value": { "type": "PackedByteArray" }, @@ -157157,8 +175233,9 @@ "name": "voxel_gi_get_distance_field", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2647404722, "return_value": { "type": "PackedByteArray" }, @@ -157173,8 +175250,9 @@ "name": "voxel_gi_get_level_counts", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2004139324, "return_value": { "type": "PackedInt32Array" }, @@ -157189,8 +175267,9 @@ "name": "voxel_gi_get_to_cell_xform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4046906698, "return_value": { "type": "Transform3D" }, @@ -157205,8 +175284,9 @@ "name": "voxel_gi_set_dynamic_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "voxel_gi", @@ -157223,8 +175303,9 @@ "name": "voxel_gi_set_propagation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "voxel_gi", @@ -157241,8 +175322,9 @@ "name": "voxel_gi_set_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "voxel_gi", @@ -157259,8 +175341,9 @@ "name": "voxel_gi_set_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "voxel_gi", @@ -157277,8 +175360,9 @@ "name": "voxel_gi_set_normal_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "voxel_gi", @@ -157295,8 +175379,9 @@ "name": "voxel_gi_set_interior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "voxel_gi", @@ -157312,8 +175397,9 @@ "name": "voxel_gi_set_use_two_bounces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "voxel_gi", @@ -157329,8 +175415,9 @@ "name": "voxel_gi_set_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1538689978, "arguments": [ { "name": "quality", @@ -157342,8 +175429,9 @@ "name": "lightmap_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -157352,8 +175440,9 @@ "name": "lightmap_set_textures", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2162077056, "arguments": [ { "name": "lightmap", @@ -157373,8 +175462,9 @@ "name": "lightmap_set_probe_bounds", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 635287903, "arguments": [ { "name": "lightmap", @@ -157390,8 +175480,9 @@ "name": "lightmap_set_probe_interior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "lightmap", @@ -157407,8 +175498,9 @@ "name": "lightmap_set_probe_capture_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 1414857621, "arguments": [ { "name": "lightmap", @@ -157436,8 +175528,9 @@ "name": "lightmap_get_probe_capture_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1775317899, "return_value": { "type": "PackedVector3Array" }, @@ -157452,8 +175545,9 @@ "name": "lightmap_get_probe_capture_sh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3981381652, "return_value": { "type": "PackedColorArray" }, @@ -157468,8 +175562,9 @@ "name": "lightmap_get_probe_capture_tetrahedra", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2004139324, "return_value": { "type": "PackedInt32Array" }, @@ -157484,8 +175579,9 @@ "name": "lightmap_get_probe_capture_bsp_tree", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2004139324, "return_value": { "type": "PackedInt32Array" }, @@ -157500,8 +175596,9 @@ "name": "lightmap_set_probe_capture_update_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "speed", @@ -157514,8 +175611,9 @@ "name": "particles_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -157524,8 +175622,9 @@ "name": "particles_set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 896836234, "arguments": [ { "name": "particles", @@ -157541,8 +175640,9 @@ "name": "particles_set_emitting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "particles", @@ -157558,8 +175658,9 @@ "name": "particles_get_emitting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -157574,8 +175675,9 @@ "name": "particles_set_amount", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "particles", @@ -157592,8 +175694,9 @@ "name": "particles_set_lifetime", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles", @@ -157610,8 +175713,9 @@ "name": "particles_set_one_shot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "particles", @@ -157627,8 +175731,9 @@ "name": "particles_set_pre_process_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles", @@ -157645,8 +175750,9 @@ "name": "particles_set_explosiveness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles", @@ -157663,8 +175769,9 @@ "name": "particles_set_randomness_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles", @@ -157681,8 +175788,9 @@ "name": "particles_set_custom_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 635287903, "arguments": [ { "name": "particles", @@ -157698,8 +175806,9 @@ "name": "particles_set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles", @@ -157716,8 +175825,9 @@ "name": "particles_set_use_local_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "particles", @@ -157733,8 +175843,9 @@ "name": "particles_set_process_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "particles", @@ -157750,8 +175861,9 @@ "name": "particles_set_fixed_fps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "particles", @@ -157768,8 +175880,9 @@ "name": "particles_set_interpolate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "particles", @@ -157785,8 +175898,9 @@ "name": "particles_set_fractional_delta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "particles", @@ -157802,8 +175916,9 @@ "name": "particles_set_collision_base_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles", @@ -157820,8 +175935,9 @@ "name": "particles_set_transform_align", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 58721436, "arguments": [ { "name": "particles", @@ -157837,8 +175953,9 @@ "name": "particles_set_trails", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2174840141, "arguments": [ { "name": "particles", @@ -157859,8 +175976,9 @@ "name": "particles_set_trail_bind_poses", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490945546, "arguments": [ { "name": "particles", @@ -157876,8 +175994,9 @@ "name": "particles_is_inactive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -157892,8 +176011,9 @@ "name": "particles_request_process", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "particles", @@ -157905,8 +176025,9 @@ "name": "particles_restart", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "particles", @@ -157918,8 +176039,9 @@ "name": "particles_set_subemitter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "particles", @@ -157935,8 +176057,9 @@ "name": "particles_emit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134367851, + "hash": 580168358, "arguments": [ { "name": "particles", @@ -157969,8 +176092,9 @@ "name": "particles_set_draw_order", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 500098609, "arguments": [ { "name": "particles", @@ -157986,8 +176110,9 @@ "name": "particles_set_draw_passes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "particles", @@ -158004,8 +176129,9 @@ "name": "particles_set_draw_pass_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1017458435, "arguments": [ { "name": "particles", @@ -158026,8 +176152,9 @@ "name": "particles_get_current_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2090829471, "return_value": { "type": "AABB" }, @@ -158042,8 +176169,9 @@ "name": "particles_set_emission_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2802696310, "arguments": [ { "name": "particles", @@ -158059,8 +176187,9 @@ "name": "particles_collision_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -158069,8 +176198,9 @@ "name": "particles_collision_set_collision_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2309221491, "arguments": [ { "name": "particles_collision", @@ -158086,8 +176216,9 @@ "name": "particles_collision_set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "particles_collision", @@ -158104,8 +176235,9 @@ "name": "particles_collision_set_sphere_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles_collision", @@ -158122,8 +176254,9 @@ "name": "particles_collision_set_box_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "particles_collision", @@ -158139,8 +176272,9 @@ "name": "particles_collision_set_attractor_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles_collision", @@ -158157,8 +176291,9 @@ "name": "particles_collision_set_attractor_directionality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles_collision", @@ -158175,8 +176310,9 @@ "name": "particles_collision_set_attractor_attenuation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "particles_collision", @@ -158193,8 +176329,9 @@ "name": "particles_collision_set_field_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "particles_collision", @@ -158210,8 +176347,9 @@ "name": "particles_collision_height_field_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "particles_collision", @@ -158223,8 +176361,9 @@ "name": "particles_collision_set_height_field_resolution", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 340749939, "arguments": [ { "name": "particles_collision", @@ -158240,8 +176379,9 @@ "name": "fog_volume_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -158250,8 +176390,9 @@ "name": "fog_volume_set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2322246609, "arguments": [ { "name": "fog_volume", @@ -158267,8 +176408,9 @@ "name": "fog_volume_set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 221902466, "arguments": [ { "name": "fog_volume", @@ -158284,8 +176426,9 @@ "name": "fog_volume_set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "fog_volume", @@ -158301,8 +176444,9 @@ "name": "visibility_notifier_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -158311,8 +176455,9 @@ "name": "visibility_notifier_set_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 635287903, "arguments": [ { "name": "notifier", @@ -158328,8 +176473,9 @@ "name": "visibility_notifier_set_callbacks", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2413384621, "arguments": [ { "name": "notifier", @@ -158349,8 +176495,9 @@ "name": "occluder_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -158359,8 +176506,9 @@ "name": "occluder_set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3627077960, "arguments": [ { "name": "occluder", @@ -158380,8 +176528,9 @@ "name": "camera_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -158390,8 +176539,9 @@ "name": "camera_set_perspective", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 768242399, "arguments": [ { "name": "camera", @@ -158418,8 +176568,9 @@ "name": "camera_set_orthogonal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 768242399, "arguments": [ { "name": "camera", @@ -158446,8 +176597,9 @@ "name": "camera_set_frustum", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 3718476464, "arguments": [ { "name": "camera", @@ -158478,8 +176630,9 @@ "name": "camera_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2802696310, "arguments": [ { "name": "camera", @@ -158495,8 +176648,9 @@ "name": "camera_set_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "camera", @@ -158513,8 +176667,9 @@ "name": "camera_set_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "camera", @@ -158530,8 +176685,9 @@ "name": "camera_set_camera_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "camera", @@ -158547,8 +176703,9 @@ "name": "camera_set_use_vertical_aspect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "camera", @@ -158564,8 +176721,9 @@ "name": "viewport_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -158574,8 +176732,9 @@ "name": "viewport_set_use_xr", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158591,8 +176750,9 @@ "name": "viewport_set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 34276439, "arguments": [ { "name": "viewport", @@ -158614,8 +176774,9 @@ "name": "viewport_set_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158631,8 +176792,9 @@ "name": "viewport_set_parent_viewport", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "viewport", @@ -158648,8 +176810,9 @@ "name": "viewport_attach_to_screen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1174500091, + "hash": 3127121326, "arguments": [ { "name": "viewport", @@ -158672,8 +176835,9 @@ "name": "viewport_set_render_direct_to_screen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158689,8 +176853,9 @@ "name": "viewport_set_scaling_3d_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2209897144, "arguments": [ { "name": "viewport", @@ -158706,8 +176871,9 @@ "name": "viewport_set_scaling_3d_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "viewport", @@ -158724,8 +176890,9 @@ "name": "viewport_set_fsr_sharpness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "viewport", @@ -158742,8 +176909,9 @@ "name": "viewport_set_fsr_mipmap_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "viewport", @@ -158760,8 +176928,9 @@ "name": "viewport_set_update_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2476617694, "arguments": [ { "name": "viewport", @@ -158777,8 +176946,9 @@ "name": "viewport_set_clear_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4153712765, "arguments": [ { "name": "viewport", @@ -158794,8 +176964,9 @@ "name": "viewport_get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2776947836, "return_value": { "type": "RID" }, @@ -158810,8 +176981,9 @@ "name": "viewport_set_disable_3d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158827,8 +176999,9 @@ "name": "viewport_set_disable_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158844,8 +177017,9 @@ "name": "viewport_set_disable_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158861,8 +177035,9 @@ "name": "viewport_attach_camera", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "viewport", @@ -158878,8 +177053,9 @@ "name": "viewport_set_scenario", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "viewport", @@ -158895,8 +177071,9 @@ "name": "viewport_attach_canvas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "viewport", @@ -158912,8 +177089,9 @@ "name": "viewport_remove_canvas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "viewport", @@ -158929,8 +177107,9 @@ "name": "viewport_set_snap_2d_transforms_to_pixel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158946,8 +177125,9 @@ "name": "viewport_set_snap_2d_vertices_to_pixel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -158963,8 +177143,9 @@ "name": "viewport_set_default_canvas_item_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2028607604, "arguments": [ { "name": "viewport", @@ -158980,8 +177161,9 @@ "name": "viewport_set_default_canvas_item_texture_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 857529538, "arguments": [ { "name": "viewport", @@ -158997,8 +177179,9 @@ "name": "viewport_set_canvas_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2727434457, "arguments": [ { "name": "viewport", @@ -159018,8 +177201,9 @@ "name": "viewport_set_canvas_stacking", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4212220646, "arguments": [ { "name": "viewport", @@ -159045,8 +177229,9 @@ "name": "viewport_set_transparent_background", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -159062,8 +177247,9 @@ "name": "viewport_set_global_canvas_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2569846851, "arguments": [ { "name": "viewport", @@ -159079,8 +177265,9 @@ "name": "viewport_set_sdf_oversize_and_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 638008240, "arguments": [ { "name": "viewport", @@ -159097,11 +177284,12 @@ ] }, { - "name": "viewport_set_shadow_atlas_size", + "name": "viewport_set_positional_shadow_atlas_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2968703639, "arguments": [ { "name": "viewport", @@ -159120,11 +177308,12 @@ ] }, { - "name": "viewport_set_shadow_atlas_quadrant_subdivision", + "name": "viewport_set_positional_shadow_atlas_quadrant_subdivision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 34276439, "arguments": [ { "name": "viewport", @@ -159146,8 +177335,9 @@ "name": "viewport_set_msaa", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4045886455, "arguments": [ { "name": "viewport", @@ -159163,8 +177353,9 @@ "name": "viewport_set_screen_space_aa", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2953032013, "arguments": [ { "name": "viewport", @@ -159176,12 +177367,31 @@ } ] }, + { + "name": "viewport_set_use_taa", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3760485695, + "arguments": [ + { + "name": "viewport", + "type": "RID" + }, + { + "name": "enable", + "type": "bool" + } + ] + }, { "name": "viewport_set_use_debanding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -159197,8 +177407,9 @@ "name": "viewport_set_use_occlusion_culling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -159214,8 +177425,9 @@ "name": "viewport_set_occlusion_rays_per_thread", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "rays_per_thread", @@ -159228,8 +177440,9 @@ "name": "viewport_set_occlusion_culling_build_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2069725696, "arguments": [ { "name": "quality", @@ -159241,8 +177454,9 @@ "name": "viewport_get_render_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 1358610317, "return_value": { "type": "int", "meta": "int32" @@ -159266,8 +177480,9 @@ "name": "viewport_set_debug_draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2978584452, "arguments": [ { "name": "viewport", @@ -159283,8 +177498,9 @@ "name": "viewport_set_measure_render_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "viewport", @@ -159300,8 +177516,9 @@ "name": "viewport_get_measured_render_time_cpu", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", "meta": "double" @@ -159317,8 +177534,9 @@ "name": "viewport_get_measured_render_time_gpu", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", "meta": "double" @@ -159334,8 +177552,9 @@ "name": "sky_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -159344,8 +177563,9 @@ "name": "sky_set_radiance_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "sky", @@ -159362,8 +177582,9 @@ "name": "sky_set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4282894167, "arguments": [ { "name": "sky", @@ -159379,8 +177600,9 @@ "name": "sky_set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "sky", @@ -159396,8 +177618,9 @@ "name": "sky_bake_panorama", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 4103854957, "return_value": { "type": "Image" }, @@ -159425,8 +177648,9 @@ "name": "environment_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -159435,8 +177659,9 @@ "name": "environment_set_background", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1369482588, "arguments": [ { "name": "env", @@ -159452,8 +177677,9 @@ "name": "environment_set_sky", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "env", @@ -159469,8 +177695,9 @@ "name": "environment_set_sky_custom_fov", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "env", @@ -159487,8 +177714,9 @@ "name": "environment_set_sky_orientation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 651743064, "arguments": [ { "name": "env", @@ -159504,8 +177732,9 @@ "name": "environment_set_bg_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "env", @@ -159521,8 +177750,9 @@ "name": "environment_set_bg_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "env", @@ -159539,8 +177769,9 @@ "name": "environment_set_canvas_max_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "env", @@ -159557,8 +177788,9 @@ "name": "environment_set_ambient_light", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4156840276, + "hash": 3007729120, "arguments": [ { "name": "env", @@ -159596,8 +177828,9 @@ "name": "environment_set_glow", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134619410, + "hash": 625609946, "arguments": [ { "name": "env", @@ -159665,8 +177898,9 @@ "name": "environment_set_tonemap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134475662, + "hash": 1879050580, "arguments": [ { "name": "env", @@ -159716,8 +177950,9 @@ "name": "environment_set_adjustment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134403788, + "hash": 3913230722, "arguments": [ { "name": "env", @@ -159756,8 +177991,9 @@ "name": "environment_set_ssr", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134367851, + "hash": 771259966, "arguments": [ { "name": "env", @@ -159793,8 +178029,9 @@ "name": "environment_set_ssao", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134511599, + "hash": 3348898959, "arguments": [ { "name": "env", @@ -159850,8 +178087,9 @@ "name": "environment_set_fog", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134475662, + "hash": 3202011053, "arguments": [ { "name": "env", @@ -159901,8 +178139,9 @@ "name": "environment_set_sdfgi", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134547536, + "hash": 2842900041, "arguments": [ { "name": "env", @@ -159960,8 +178199,9 @@ "name": "environment_set_volumetric_fog", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134619410, + "hash": 342112388, "arguments": [ { "name": "env", @@ -160029,8 +178269,9 @@ "name": "environment_glow_set_use_bicubic_upscale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -160042,8 +178283,9 @@ "name": "environment_glow_set_use_high_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -160055,8 +178297,9 @@ "name": "environment_set_ssr_roughness_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1190026788, "arguments": [ { "name": "quality", @@ -160068,8 +178311,9 @@ "name": "environment_set_ssao_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134367851, + "hash": 189753569, "arguments": [ { "name": "quality", @@ -160105,8 +178349,9 @@ "name": "environment_set_ssil_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134367851, + "hash": 1713836683, "arguments": [ { "name": "quality", @@ -160142,8 +178387,9 @@ "name": "environment_set_sdfgi_ray_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 340137951, "arguments": [ { "name": "ray_count", @@ -160155,8 +178401,9 @@ "name": "environment_set_sdfgi_frames_to_converge", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2182444374, "arguments": [ { "name": "frames", @@ -160168,8 +178415,9 @@ "name": "environment_set_sdfgi_frames_to_update_light", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1251144068, "arguments": [ { "name": "frames", @@ -160181,8 +178429,9 @@ "name": "environment_set_volumetric_fog_volume_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "size", @@ -160200,8 +178449,9 @@ "name": "environment_set_volumetric_fog_filter_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -160213,8 +178463,9 @@ "name": "environment_bake_panorama", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 1911483215, "return_value": { "type": "Image" }, @@ -160237,8 +178488,9 @@ "name": "screen_space_roughness_limiter_set_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 916716790, "arguments": [ { "name": "enable", @@ -160260,8 +178512,9 @@ "name": "sub_surface_scattering_set_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 64571803, "arguments": [ { "name": "quality", @@ -160273,8 +178526,9 @@ "name": "sub_surface_scattering_set_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1017552074, "arguments": [ { "name": "scale", @@ -160292,8 +178546,9 @@ "name": "camera_effects_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -160302,8 +178557,9 @@ "name": "camera_effects_set_dof_blur_quality", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2220136795, "arguments": [ { "name": "quality", @@ -160319,8 +178575,9 @@ "name": "camera_effects_set_dof_blur_bokeh_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1205058394, "arguments": [ { "name": "shape", @@ -160332,8 +178589,9 @@ "name": "camera_effects_set_dof_blur", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134439725, + "hash": 298471968, "arguments": [ { "name": "camera_effects", @@ -160378,8 +178636,9 @@ "name": "camera_effects_set_custom_exposure", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2174840141, "arguments": [ { "name": "camera_effects", @@ -160400,8 +178659,9 @@ "name": "scenario_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -160410,8 +178670,9 @@ "name": "scenario_set_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "scenario", @@ -160427,8 +178688,9 @@ "name": "scenario_set_fallback_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "scenario", @@ -160444,8 +178706,9 @@ "name": "scenario_set_camera_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "scenario", @@ -160461,8 +178724,9 @@ "name": "instance_create2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1944261984, "return_value": { "type": "RID" }, @@ -160481,8 +178745,9 @@ "name": "instance_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -160491,8 +178756,9 @@ "name": "instance_set_base", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "instance", @@ -160508,8 +178774,9 @@ "name": "instance_set_scenario", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "instance", @@ -160525,8 +178792,9 @@ "name": "instance_set_layer_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "instance", @@ -160543,8 +178811,9 @@ "name": "instance_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2802696310, "arguments": [ { "name": "instance", @@ -160560,8 +178829,9 @@ "name": "instance_attach_object_instance_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "instance", @@ -160578,8 +178848,9 @@ "name": "instance_set_blend_shape_weight", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2280168399, "arguments": [ { "name": "instance", @@ -160601,8 +178872,9 @@ "name": "instance_set_surface_override_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1017458435, "arguments": [ { "name": "instance", @@ -160623,8 +178895,9 @@ "name": "instance_set_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "instance", @@ -160640,8 +178913,9 @@ "name": "instance_geometry_set_transparency", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "instance", @@ -160658,8 +178932,9 @@ "name": "instance_set_custom_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 635287903, "arguments": [ { "name": "instance", @@ -160675,8 +178950,9 @@ "name": "instance_attach_skeleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "instance", @@ -160692,8 +178968,9 @@ "name": "instance_set_extra_visibility_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "instance", @@ -160710,8 +178987,9 @@ "name": "instance_set_visibility_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "instance", @@ -160727,8 +179005,9 @@ "name": "instance_set_ignore_culling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "instance", @@ -160744,8 +179023,9 @@ "name": "instance_geometry_set_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2029000844, "arguments": [ { "name": "instance", @@ -160765,8 +179045,9 @@ "name": "instance_geometry_set_cast_shadows_setting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2819712780, "arguments": [ { "name": "instance", @@ -160782,8 +179063,9 @@ "name": "instance_geometry_set_material_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "instance", @@ -160799,8 +179081,9 @@ "name": "instance_geometry_set_material_overlay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "instance", @@ -160816,8 +179099,9 @@ "name": "instance_geometry_set_visibility_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134367851, + "hash": 3458517417, "arguments": [ { "name": "instance", @@ -160853,8 +179137,9 @@ "name": "instance_geometry_set_lightmap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1920304829, "arguments": [ { "name": "instance", @@ -160879,8 +179164,9 @@ "name": "instance_geometry_set_lod_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "instance", @@ -160897,8 +179183,9 @@ "name": "instance_geometry_set_shader_parameter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3993858486, "arguments": [ { "name": "instance", @@ -160918,8 +179205,9 @@ "name": "instance_geometry_get_shader_parameter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3920824113, "return_value": { "type": "Variant" }, @@ -160938,8 +179226,9 @@ "name": "instance_geometry_get_shader_parameter_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3920824113, "return_value": { "type": "Variant" }, @@ -160958,8 +179247,9 @@ "name": "instance_geometry_get_shader_parameter_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3802419548, "return_value": { "type": "Array" }, @@ -160974,8 +179264,9 @@ "name": "instances_cull_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 141544658, "return_value": { "type": "Array" }, @@ -160995,8 +179286,9 @@ "name": "instances_cull_ray", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785387, + "hash": 1936940719, "return_value": { "type": "Array" }, @@ -161020,8 +179312,9 @@ "name": "instances_cull_convex", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 998254855, "return_value": { "type": "Array" }, @@ -161041,8 +179334,9 @@ "name": "bake_render_uv2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 126891432, "return_value": { "type": "Array" }, @@ -161065,8 +179359,9 @@ "name": "canvas_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -161075,8 +179370,9 @@ "name": "canvas_set_item_mirroring", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2519020712, "arguments": [ { "name": "canvas", @@ -161096,8 +179392,9 @@ "name": "canvas_set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "canvas", @@ -161113,8 +179410,9 @@ "name": "canvas_set_disable_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disable", @@ -161126,8 +179424,9 @@ "name": "canvas_texture_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -161136,8 +179435,9 @@ "name": "canvas_texture_set_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3284205903, "arguments": [ { "name": "canvas_texture", @@ -161157,8 +179457,9 @@ "name": "canvas_texture_set_shading_parameters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2824825769, "arguments": [ { "name": "canvas_texture", @@ -161179,8 +179480,9 @@ "name": "canvas_texture_set_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2028607604, "arguments": [ { "name": "canvas_texture", @@ -161196,8 +179498,9 @@ "name": "canvas_texture_set_texture_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 857529538, "arguments": [ { "name": "canvas_texture", @@ -161213,8 +179516,9 @@ "name": "canvas_item_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -161223,8 +179527,9 @@ "name": "canvas_item_set_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "item", @@ -161240,8 +179545,9 @@ "name": "canvas_item_set_default_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2028607604, "arguments": [ { "name": "item", @@ -161257,8 +179563,9 @@ "name": "canvas_item_set_default_texture_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 857529538, "arguments": [ { "name": "item", @@ -161274,8 +179581,9 @@ "name": "canvas_item_set_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -161291,8 +179599,9 @@ "name": "canvas_item_set_light_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "item", @@ -161309,8 +179618,9 @@ "name": "canvas_item_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2569846851, "arguments": [ { "name": "item", @@ -161326,8 +179636,9 @@ "name": "canvas_item_set_clip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -161343,8 +179654,9 @@ "name": "canvas_item_set_distance_field_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -161360,8 +179672,9 @@ "name": "canvas_item_set_custom_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3126204502, "arguments": [ { "name": "item", @@ -161382,8 +179695,9 @@ "name": "canvas_item_set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "item", @@ -161399,8 +179713,9 @@ "name": "canvas_item_set_self_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "item", @@ -161416,8 +179731,9 @@ "name": "canvas_item_set_draw_behind_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -161433,8 +179749,9 @@ "name": "canvas_item_add_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 138021803, + "hash": 2255741554, "arguments": [ { "name": "item", @@ -161457,6 +179774,11 @@ "type": "float", "meta": "float", "default_value": "1.0" + }, + { + "name": "antialiased", + "type": "bool", + "default_value": "false" } ] }, @@ -161464,8 +179786,9 @@ "name": "canvas_item_add_polyline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938124, + "hash": 630964278, "arguments": [ { "name": "item", @@ -161496,8 +179819,9 @@ "name": "canvas_item_add_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3980770182, "arguments": [ { "name": "item", @@ -161517,8 +179841,9 @@ "name": "canvas_item_add_circle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1850440629, "arguments": [ { "name": "item", @@ -161543,8 +179868,9 @@ "name": "canvas_item_add_texture_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626862, + "hash": 4257820496, "arguments": [ { "name": "item", @@ -161579,8 +179905,9 @@ "name": "canvas_item_add_msdf_texture_rect_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2643094831, + "hash": 3024065531, "arguments": [ { "name": "item", @@ -161621,8 +179948,9 @@ "name": "canvas_item_add_texture_rect_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2643094831, + "hash": 262645506, "arguments": [ { "name": "item", @@ -161661,8 +179989,9 @@ "name": "canvas_item_add_nine_patch", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1620561523, + "hash": 697708633, "arguments": [ { "name": "item", @@ -161714,8 +180043,9 @@ "name": "canvas_item_add_primitive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 139207724, + "hash": 3477197880, "arguments": [ { "name": "item", @@ -161749,8 +180079,9 @@ "name": "canvas_item_add_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938124, + "hash": 3731868338, "arguments": [ { "name": "item", @@ -161780,8 +180111,9 @@ "name": "canvas_item_add_triangle_array", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3954697530, + "hash": 4292313262, "arguments": [ { "name": "item", @@ -161831,8 +180163,9 @@ "name": "canvas_item_add_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 542376426, + "hash": 2674097450, "arguments": [ { "name": "item", @@ -161863,8 +180196,9 @@ "name": "canvas_item_add_multimesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 126777961, "arguments": [ { "name": "item", @@ -161885,8 +180219,9 @@ "name": "canvas_item_add_particles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2734846161, "arguments": [ { "name": "item", @@ -161906,8 +180241,9 @@ "name": "canvas_item_add_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2569846851, "arguments": [ { "name": "item", @@ -161923,8 +180259,9 @@ "name": "canvas_item_add_clip_ignore", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -161936,12 +180273,48 @@ } ] }, + { + "name": "canvas_item_add_animation_slice", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4275304922, + "arguments": [ + { + "name": "item", + "type": "RID" + }, + { + "name": "animation_length", + "type": "float", + "meta": "double" + }, + { + "name": "slice_begin", + "type": "float", + "meta": "double" + }, + { + "name": "slice_end", + "type": "float", + "meta": "double" + }, + { + "name": "offset", + "type": "float", + "meta": "double", + "default_value": "0.0" + } + ] + }, { "name": "canvas_item_set_sort_children_by_y", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -161957,8 +180330,9 @@ "name": "canvas_item_set_z_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "item", @@ -161975,8 +180349,9 @@ "name": "canvas_item_set_z_as_relative_to_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -161992,8 +180367,9 @@ "name": "canvas_item_set_copy_to_backbuffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1746441787, "arguments": [ { "name": "item", @@ -162013,8 +180389,9 @@ "name": "canvas_item_clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "item", @@ -162026,8 +180403,9 @@ "name": "canvas_item_set_draw_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "item", @@ -162044,8 +180422,9 @@ "name": "canvas_item_set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "item", @@ -162061,8 +180440,9 @@ "name": "canvas_item_set_use_parent_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "item", @@ -162078,8 +180458,9 @@ "name": "canvas_item_set_visibility_notifier", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 4066466613, "arguments": [ { "name": "item", @@ -162107,8 +180488,9 @@ "name": "canvas_item_set_canvas_group_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 793705129, + "hash": 3117305749, "arguments": [ { "name": "item", @@ -162146,8 +180528,9 @@ "name": "canvas_light_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -162156,8 +180539,9 @@ "name": "canvas_light_attach_to_canvas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "light", @@ -162173,8 +180557,9 @@ "name": "canvas_light_set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "light", @@ -162190,8 +180575,9 @@ "name": "canvas_light_set_texture_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "light", @@ -162208,8 +180594,9 @@ "name": "canvas_light_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2569846851, "arguments": [ { "name": "light", @@ -162225,8 +180612,9 @@ "name": "canvas_light_set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "light", @@ -162242,8 +180630,9 @@ "name": "canvas_light_set_texture_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2134939734, "arguments": [ { "name": "light", @@ -162259,8 +180648,9 @@ "name": "canvas_light_set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "light", @@ -162276,8 +180666,9 @@ "name": "canvas_light_set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "light", @@ -162294,8 +180685,9 @@ "name": "canvas_light_set_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "light", @@ -162312,8 +180704,9 @@ "name": "canvas_light_set_z_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 34276439, "arguments": [ { "name": "light", @@ -162335,8 +180728,9 @@ "name": "canvas_light_set_layer_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 34276439, "arguments": [ { "name": "light", @@ -162358,8 +180752,9 @@ "name": "canvas_light_set_item_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "light", @@ -162376,8 +180771,9 @@ "name": "canvas_light_set_item_shadow_cull_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "light", @@ -162394,8 +180790,9 @@ "name": "canvas_light_set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2127777160, "arguments": [ { "name": "light", @@ -162411,8 +180808,9 @@ "name": "canvas_light_set_shadow_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "light", @@ -162428,8 +180826,9 @@ "name": "canvas_light_set_shadow_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3195500442, "arguments": [ { "name": "light", @@ -162445,8 +180844,9 @@ "name": "canvas_light_set_shadow_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "light", @@ -162462,8 +180862,9 @@ "name": "canvas_light_set_shadow_smooth", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "light", @@ -162480,8 +180881,9 @@ "name": "canvas_light_occluder_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -162490,8 +180892,9 @@ "name": "canvas_light_occluder_attach_to_canvas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "occluder", @@ -162507,8 +180910,9 @@ "name": "canvas_light_occluder_set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "occluder", @@ -162524,8 +180928,9 @@ "name": "canvas_light_occluder_set_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3465483165, "arguments": [ { "name": "occluder", @@ -162541,8 +180946,9 @@ "name": "canvas_light_occluder_set_as_sdf_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "occluder", @@ -162558,8 +180964,9 @@ "name": "canvas_light_occluder_set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2569846851, "arguments": [ { "name": "occluder", @@ -162575,8 +180982,9 @@ "name": "canvas_light_occluder_set_light_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "occluder", @@ -162593,8 +181001,9 @@ "name": "canvas_occluder_polygon_create", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -162603,8 +181012,9 @@ "name": "canvas_occluder_polygon_set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1793735764, "arguments": [ { "name": "occluder_polygon", @@ -162624,8 +181034,9 @@ "name": "canvas_occluder_polygon_set_cull_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1855134193, "arguments": [ { "name": "occluder_polygon", @@ -162641,8 +181052,9 @@ "name": "canvas_set_shadow_texture_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -162655,8 +181067,9 @@ "name": "global_variable_add", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1970421968, "arguments": [ { "name": "name", @@ -162676,8 +181089,9 @@ "name": "global_variable_remove", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -162689,8 +181103,9 @@ "name": "global_variable_get_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -162699,8 +181114,9 @@ "name": "global_variable_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "name", @@ -162716,8 +181132,9 @@ "name": "global_variable_set_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "name", @@ -162733,8 +181150,9 @@ "name": "global_variable_get", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -162749,8 +181167,9 @@ "name": "global_variable_get_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2763693544, "return_value": { "type": "enum::RenderingServer.GlobalVariableType" }, @@ -162765,8 +181184,9 @@ "name": "free_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -162778,8 +181198,9 @@ "name": "request_frame_drawn_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1348162250, "arguments": [ { "name": "callable", @@ -162791,8 +181212,9 @@ "name": "has_changed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -162801,8 +181223,9 @@ "name": "get_rendering_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3763192241, "return_value": { "type": "int", "meta": "uint64" @@ -162818,8 +181241,9 @@ "name": "get_video_adapter_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -162828,8 +181252,9 @@ "name": "get_video_adapter_vendor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -162838,18 +181263,31 @@ "name": "get_video_adapter_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3099547011, "return_value": { "type": "enum::RenderingDevice.DeviceType" } }, + { + "name": "get_video_adapter_api_version", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, { "name": "make_sphere_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 2457745674, "return_value": { "type": "RID" }, @@ -162875,8 +181313,9 @@ "name": "get_test_cube", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -162885,8 +181324,9 @@ "name": "get_test_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -162895,8 +181335,9 @@ "name": "get_white_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -162905,8 +181346,9 @@ "name": "set_boot_image", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 3667160295, "arguments": [ { "name": "image", @@ -162931,8 +181373,9 @@ "name": "set_default_clear_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -162944,8 +181387,9 @@ "name": "has_feature", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 598462696, "return_value": { "type": "bool" }, @@ -162960,8 +181404,9 @@ "name": "has_os_feature", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -162976,8 +181421,9 @@ "name": "set_debug_generate_wireframes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "generate", @@ -162989,8 +181435,9 @@ "name": "is_render_loop_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -162999,8 +181446,9 @@ "name": "set_render_loop_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -163012,8 +181460,9 @@ "name": "get_frame_setup_time_cpu", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -163023,15 +181472,17 @@ "name": "force_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "force_draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2754828378, + "hash": 899045543, "arguments": [ { "name": "swap_buffers", @@ -163050,8 +181501,9 @@ "name": "get_rendering_device", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1621833367, "return_value": { "type": "RenderingDevice" } @@ -163060,8 +181512,9 @@ "name": "create_local_rendering_device", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1621833367, "return_value": { "type": "RenderingDevice" } @@ -163069,10 +181522,10 @@ ], "signals": [ { - "name": "frame_post_draw" + "name": "frame_pre_draw" }, { - "name": "frame_pre_draw" + "name": "frame_post_draw" } ], "properties": [ @@ -163096,8 +181549,9 @@ "name": "set_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -163109,8 +181563,9 @@ "name": "take_over_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -163122,8 +181577,9 @@ "name": "get_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -163132,8 +181588,9 @@ "name": "set_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -163145,8 +181602,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -163155,8 +181613,9 @@ "name": "get_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -163165,8 +181624,9 @@ "name": "set_local_to_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -163178,8 +181638,9 @@ "name": "is_local_to_scene", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -163188,8 +181649,9 @@ "name": "get_local_scene", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } @@ -163198,22 +181660,25 @@ "name": "setup_local_to_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "emit_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "duplicate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 3676708700, "return_value": { "type": "Resource" }, @@ -163228,10 +181693,10 @@ ], "signals": [ { - "name": "setup_local_to_scene_requested" + "name": "changed" }, { - "name": "changed" + "name": "setup_local_to_scene_requested" } ], "properties": [ @@ -163267,6 +181732,7 @@ "enums": [ { "name": "CacheMode", + "is_bitfield": false, "values": [ { "name": "CACHE_MODE_IGNORE", @@ -163287,6 +181753,7 @@ { "name": "_get_recognized_extensions", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163296,6 +181763,7 @@ { "name": "_handles_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163311,6 +181779,7 @@ { "name": "_get_resource_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163326,6 +181795,7 @@ { "name": "_get_resource_uid", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163341,6 +181811,7 @@ { "name": "_get_dependencies", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163360,6 +181831,7 @@ { "name": "_rename_dependencies", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163379,6 +181851,7 @@ { "name": "_exists", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163394,6 +181867,7 @@ { "name": "_load", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163430,6 +181904,7 @@ { "name": "_save", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163453,6 +181928,7 @@ { "name": "_recognize", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163468,6 +181944,7 @@ { "name": "_get_recognized_extensions", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -163491,6 +181968,7 @@ "enums": [ { "name": "ImportOrder", + "is_bitfield": false, "values": [ { "name": "IMPORT_ORDER_DEFAULT", @@ -163513,6 +181991,7 @@ "enums": [ { "name": "ThreadLoadStatus", + "is_bitfield": false, "values": [ { "name": "THREAD_LOAD_INVALID_RESOURCE", @@ -163534,6 +182013,7 @@ }, { "name": "CacheMode", + "is_bitfield": false, "values": [ { "name": "CACHE_MODE_IGNORE", @@ -163555,8 +182035,9 @@ "name": "load_threaded_request", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1479995216, + "hash": 3713126301, "return_value": { "type": "enum::Error" }, @@ -163581,8 +182062,9 @@ "name": "load_threaded_get_status", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 806337104, "return_value": { "type": "enum::ResourceLoader.ThreadLoadStatus" }, @@ -163602,8 +182084,9 @@ "name": "load_threaded_get", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2568827526, "return_value": { "type": "Resource" }, @@ -163618,8 +182101,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1479995216, + "hash": 1494227256, "return_value": { "type": "Resource" }, @@ -163644,8 +182128,9 @@ "name": "get_recognized_extensions_for_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2335574413, "return_value": { "type": "PackedStringArray" }, @@ -163656,12 +182141,46 @@ } ] }, + { + "name": "add_resource_format_loader", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3637042733, + "arguments": [ + { + "name": "format_loader", + "type": "ResourceFormatLoader" + }, + { + "name": "at_front", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "remove_resource_format_loader", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 584570237, + "arguments": [ + { + "name": "format_loader", + "type": "ResourceFormatLoader" + } + ] + }, { "name": "set_abort_on_missing_resources", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "abort", @@ -163673,8 +182192,9 @@ "name": "get_dependencies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2335574413, "return_value": { "type": "PackedStringArray" }, @@ -163689,8 +182209,9 @@ "name": "has_cached", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -163705,8 +182226,9 @@ "name": "exists", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2220807150, "return_value": { "type": "bool" }, @@ -163726,8 +182248,9 @@ "name": "get_resource_uid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1597066294, "return_value": { "type": "int", "meta": "int64" @@ -163752,8 +182275,9 @@ "name": "add_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2486859783, "arguments": [ { "name": "name", @@ -163769,8 +182293,9 @@ "name": "remove_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -163782,8 +182307,9 @@ "name": "rename_resource", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -163799,8 +182325,9 @@ "name": "has_resource", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -163815,8 +182342,9 @@ "name": "get_resource", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1740637502, "return_value": { "type": "Resource" }, @@ -163831,8 +182359,9 @@ "name": "get_resource_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -163857,6 +182386,7 @@ "enums": [ { "name": "SaverFlags", + "is_bitfield": true, "values": [ { "name": "FLAG_NONE", @@ -163898,8 +182428,9 @@ "name": "save", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 3157506432, "return_value": { "type": "enum::Error" }, @@ -163914,8 +182445,7 @@ }, { "name": "flags", - "type": "int", - "meta": "uint32", + "type": "bitfield::ResourceSaver.SaverFlags", "default_value": "0" } ] @@ -163924,8 +182454,9 @@ "name": "get_recognized_extensions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3878704413, "return_value": { "type": "PackedStringArray" }, @@ -163935,6 +182466,39 @@ "type": "Resource" } ] + }, + { + "name": "add_resource_format_saver", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1005393995, + "arguments": [ + { + "name": "format_saver", + "type": "ResourceFormatSaver" + }, + { + "name": "at_front", + "type": "bool", + "default_value": "false" + } + ] + }, + { + "name": "remove_resource_format_saver", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1140784036, + "arguments": [ + { + "name": "format_saver", + "type": "ResourceFormatSaver" + } + ] } ] }, @@ -163955,8 +182519,9 @@ "name": "id_to_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -163972,8 +182537,9 @@ "name": "text_to_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int64" @@ -163989,8 +182555,9 @@ "name": "create_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int64" @@ -164000,8 +182567,9 @@ "name": "has_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -164017,8 +182585,9 @@ "name": "add_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "id", @@ -164035,8 +182604,9 @@ "name": "set_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "id", @@ -164053,8 +182623,9 @@ "name": "get_id_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -164070,8 +182641,9 @@ "name": "remove_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -164091,6 +182663,7 @@ "enums": [ { "name": "Shape", + "is_bitfield": false, "values": [ { "name": "SHAPE_FLAT", @@ -164108,8 +182681,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -164122,8 +182696,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -164133,8 +182708,9 @@ "name": "set_sections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sections", @@ -164147,8 +182723,9 @@ "name": "get_sections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -164158,8 +182735,9 @@ "name": "set_section_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "section_length", @@ -164172,8 +182750,9 @@ "name": "get_section_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -164183,8 +182762,9 @@ "name": "set_section_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "section_segments", @@ -164197,8 +182777,9 @@ "name": "get_section_segments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -164208,8 +182789,9 @@ "name": "set_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "curve", @@ -164221,8 +182803,9 @@ "name": "get_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -164231,8 +182814,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1684440262, "arguments": [ { "name": "shape", @@ -164244,8 +182828,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1317484155, "return_value": { "type": "enum::RibbonTrailMesh.Shape" } @@ -164306,6 +182891,7 @@ { "name": "_process_custom_fx", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -164327,33 +182913,9 @@ "inherits": "Control", "api_type": "core", "enums": [ - { - "name": "VisibleCharactersBehavior", - "values": [ - { - "name": "VC_CHARS_BEFORE_SHAPING", - "value": 0 - }, - { - "name": "VC_CHARS_AFTER_SHAPING", - "value": 1 - }, - { - "name": "VC_GLYPHS_AUTO", - "value": 2 - }, - { - "name": "VC_GLYPHS_LTR", - "value": 3 - }, - { - "name": "VC_GLYPHS_RTL", - "value": 4 - } - ] - }, { "name": "ListType", + "is_bitfield": false, "values": [ { "name": "LIST_NUMBERS", @@ -164373,29 +182935,9 @@ } ] }, - { - "name": "AutowrapMode", - "values": [ - { - "name": "AUTOWRAP_OFF", - "value": 0 - }, - { - "name": "AUTOWRAP_ARBITRARY", - "value": 1 - }, - { - "name": "AUTOWRAP_WORD", - "value": 2 - }, - { - "name": "AUTOWRAP_WORD_SMART", - "value": 3 - } - ] - }, { "name": "ItemType", + "is_bitfield": false, "values": [ { "name": "ITEM_FRAME", @@ -164494,12 +183036,16 @@ "value": 23 }, { - "name": "ITEM_DROPCAP", + "name": "ITEM_HINT", "value": 24 }, { - "name": "ITEM_CUSTOMFX", + "name": "ITEM_DROPCAP", "value": 25 + }, + { + "name": "ITEM_CUSTOMFX", + "value": 26 } ] } @@ -164509,8 +183055,9 @@ "name": "get_parsed_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -164519,8 +183066,9 @@ "name": "add_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -164532,8 +183080,9 @@ "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -164545,8 +183094,9 @@ "name": "add_image", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2960538717, + "hash": 3588234209, "arguments": [ { "name": "image", @@ -164580,15 +183130,17 @@ "name": "newline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "remove_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3067735520, "return_value": { "type": "bool" }, @@ -164604,8 +183156,9 @@ "name": "push_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3289570653, "arguments": [ { "name": "font", @@ -164617,8 +183170,9 @@ "name": "push_font_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "font_size", @@ -164627,60 +183181,53 @@ } ] }, - { - "name": "push_font_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "opentype_features", - "type": "Dictionary" - } - ] - }, { "name": "push_normal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_bold", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_bold_italics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_italics", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_mono", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -164692,8 +183239,9 @@ "name": "push_outline_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "outline_size", @@ -164706,8 +183254,9 @@ "name": "push_outline_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -164719,8 +183268,9 @@ "name": "push_paragraph", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1255294972, + "hash": 1037160898, "arguments": [ { "name": "alignment", @@ -164738,7 +183288,7 @@ }, { "name": "st_parser", - "type": "enum::Control.StructuredTextParser", + "type": "enum::TextServer.StructuredTextParser", "default_value": "0" } ] @@ -164747,8 +183297,9 @@ "name": "push_indent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "level", @@ -164761,8 +183312,9 @@ "name": "push_list", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2241060727, "arguments": [ { "name": "level", @@ -164783,8 +183335,9 @@ "name": "push_meta", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1114965689, "arguments": [ { "name": "data", @@ -164792,26 +183345,43 @@ } ] }, + { + "name": "push_hint", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "description", + "type": "String" + } + ] + }, { "name": "push_underline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_strikethrough", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_table", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 740069725, "arguments": [ { "name": "columns", @@ -164829,8 +183399,9 @@ "name": "push_dropcap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3606084225, + "hash": 1154263389, "arguments": [ { "name": "string", @@ -164872,8 +183443,9 @@ "name": "set_table_column_expand", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4258957458, "arguments": [ { "name": "column", @@ -164895,8 +183467,9 @@ "name": "set_cell_row_background_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1172340799, "arguments": [ { "name": "odd_row_bg", @@ -164912,8 +183485,9 @@ "name": "set_cell_border_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -164925,8 +183499,9 @@ "name": "set_cell_size_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3108078480, "arguments": [ { "name": "min_size", @@ -164942,8 +183517,9 @@ "name": "set_cell_padding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "padding", @@ -164955,15 +183531,17 @@ "name": "push_cell", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "push_fgcolor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "fgcolor", @@ -164975,8 +183553,9 @@ "name": "push_bgcolor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "bgcolor", @@ -164988,26 +183567,29 @@ "name": "pop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_structured_text_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 55961453, "arguments": [ { "name": "parser", - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } ] }, @@ -165015,18 +183597,20 @@ "name": "get_structured_text_bidi_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3385126229, "return_value": { - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } }, { "name": "set_structured_text_bidi_override_options", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "args", @@ -165038,8 +183622,9 @@ "name": "get_structured_text_bidi_override_options", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -165048,8 +183633,9 @@ "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 119160795, "arguments": [ { "name": "direction", @@ -165061,8 +183647,9 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 797257663, "return_value": { "type": "enum::Control.TextDirection" } @@ -165071,8 +183658,9 @@ "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -165084,8 +183672,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -165094,12 +183683,13 @@ "name": "set_autowrap_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3289138044, "arguments": [ { "name": "autowrap_mode", - "type": "enum::RichTextLabel.AutowrapMode" + "type": "enum::TextServer.AutowrapMode" } ] }, @@ -165107,18 +183697,20 @@ "name": "get_autowrap_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1549071663, "return_value": { - "type": "enum::RichTextLabel.AutowrapMode" + "type": "enum::TextServer.AutowrapMode" } }, { "name": "set_meta_underline", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -165130,8 +183722,34 @@ "name": "is_meta_underlined", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_hint_underline", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_hint_underlined", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165140,8 +183758,9 @@ "name": "set_override_selected_font_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "override", @@ -165153,8 +183772,9 @@ "name": "is_overriding_selected_font_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165163,8 +183783,9 @@ "name": "set_scroll_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -165176,8 +183797,9 @@ "name": "is_scroll_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165186,8 +183808,9 @@ "name": "set_scroll_follow", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "follow", @@ -165199,8 +183822,9 @@ "name": "is_scroll_following", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165209,8 +183833,9 @@ "name": "get_v_scroll_bar", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 597467019, "return_value": { "type": "VScrollBar" } @@ -165219,8 +183844,9 @@ "name": "scroll_to_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "line", @@ -165233,8 +183859,9 @@ "name": "scroll_to_paragraph", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "paragraph", @@ -165247,8 +183874,9 @@ "name": "set_tab_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "spaces", @@ -165261,8 +183889,9 @@ "name": "get_tab_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165272,8 +183901,9 @@ "name": "set_fit_content_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -165285,8 +183915,9 @@ "name": "is_fit_content_height_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165295,8 +183926,9 @@ "name": "set_selection_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -165308,8 +183940,59 @@ "name": "is_selection_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_context_menu_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "is_context_menu_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_shortcut_keys_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "is_shortcut_keys_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165318,8 +184001,9 @@ "name": "set_deselect_on_focus_loss_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -165331,8 +184015,9 @@ "name": "is_deselect_on_focus_loss_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165341,8 +184026,9 @@ "name": "get_selection_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165352,29 +184038,48 @@ "name": "get_selection_to", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, + { + "name": "select_all", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, { "name": "get_selected_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } }, + { + "name": "deselect", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3218959716 + }, { "name": "parse_bbcode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "bbcode", @@ -165386,8 +184091,9 @@ "name": "append_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "bbcode", @@ -165399,18 +184105,83 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } }, + { + "name": "is_ready", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_threaded", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "threaded", + "type": "bool" + } + ] + }, + { + "name": "is_threaded", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_progress_bar_delay", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "delay_ms", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_progress_bar_delay", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_visible_characters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -165423,8 +184194,9 @@ "name": "get_visible_characters", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165434,22 +184206,24 @@ "name": "get_visible_characters_behavior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 258789322, "return_value": { - "type": "enum::RichTextLabel.VisibleCharactersBehavior" + "type": "enum::TextServer.VisibleCharactersBehavior" } }, { "name": "set_visible_characters_behavior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3383839701, "arguments": [ { "name": "behavior", - "type": "enum::RichTextLabel.VisibleCharactersBehavior" + "type": "enum::TextServer.VisibleCharactersBehavior" } ] }, @@ -165457,8 +184231,9 @@ "name": "set_percent_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "percent_visible", @@ -165471,8 +184246,9 @@ "name": "get_percent_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -165482,8 +184258,9 @@ "name": "get_character_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -165500,8 +184277,9 @@ "name": "get_character_paragraph", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -165518,8 +184296,9 @@ "name": "get_total_character_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165529,8 +184308,9 @@ "name": "set_use_bbcode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -165542,8 +184322,9 @@ "name": "is_using_bbcode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -165552,8 +184333,9 @@ "name": "get_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165563,8 +184345,9 @@ "name": "get_visible_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165574,8 +184357,9 @@ "name": "get_paragraph_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165585,8 +184369,9 @@ "name": "get_visible_paragraph_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165596,8 +184381,9 @@ "name": "get_content_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165607,8 +184393,9 @@ "name": "get_content_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -165618,8 +184405,9 @@ "name": "get_line_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4025615559, "return_value": { "type": "float", "meta": "float" @@ -165636,8 +184424,9 @@ "name": "get_paragraph_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 4025615559, "return_value": { "type": "float", "meta": "float" @@ -165654,8 +184443,9 @@ "name": "parse_expressions_for_values", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 980872749, "return_value": { "type": "Dictionary" }, @@ -165670,8 +184460,9 @@ "name": "set_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "effects", @@ -165683,8 +184474,9 @@ "name": "get_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -165693,14 +184485,37 @@ "name": "install_effect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1114965689, "arguments": [ { "name": "effect", "type": "Variant" } ] + }, + { + "name": "get_menu", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 43831279, + "return_value": { + "type": "PopupMenu" + } + }, + { + "name": "is_menu_visible", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } } ], "signals": [ @@ -165730,6 +184545,9 @@ "type": "Variant" } ] + }, + { + "name": "finished" } ], "properties": [ @@ -165740,6 +184558,20 @@ "getter": "is_using_bbcode", "index": -1 }, + { + "type": "bool", + "name": "threaded", + "setter": "set_threaded", + "getter": "is_threaded", + "index": -1 + }, + { + "type": "int", + "name": "progress_bar_delay", + "setter": "set_progress_bar_delay", + "getter": "get_progress_bar_delay", + "index": -1 + }, { "type": "int", "name": "tab_size", @@ -165810,6 +184642,13 @@ "getter": "is_meta_underlined", "index": -1 }, + { + "type": "bool", + "name": "hint_underlined", + "setter": "set_hint_underline", + "getter": "is_hint_underlined", + "index": -1 + }, { "type": "int", "name": "autowrap_mode", @@ -165838,6 +184677,20 @@ "getter": "get_percent_visible", "index": -1 }, + { + "type": "bool", + "name": "context_menu_enabled", + "setter": "set_context_menu_enabled", + "getter": "is_context_menu_enabled", + "index": -1 + }, + { + "type": "bool", + "name": "shortcut_keys_enabled", + "setter": "set_shortcut_keys_enabled", + "getter": "is_shortcut_keys_enabled", + "index": -1 + }, { "type": "int", "name": "text_direction", @@ -165877,6 +184730,7 @@ "enums": [ { "name": "FreezeMode", + "is_bitfield": false, "values": [ { "name": "FREEZE_MODE_STATIC", @@ -165888,8 +184742,37 @@ } ] }, + { + "name": "CenterOfMassMode", + "is_bitfield": false, + "values": [ + { + "name": "CENTER_OF_MASS_MODE_AUTO", + "value": 0 + }, + { + "name": "CENTER_OF_MASS_MODE_CUSTOM", + "value": 1 + } + ] + }, + { + "name": "DampMode", + "is_bitfield": false, + "values": [ + { + "name": "DAMP_MODE_COMBINE", + "value": 0 + }, + { + "name": "DAMP_MODE_REPLACE", + "value": 1 + } + ] + }, { "name": "CCDMode", + "is_bitfield": false, "values": [ { "name": "CCD_MODE_DISABLED", @@ -165904,38 +184787,13 @@ "value": 2 } ] - }, - { - "name": "DampMode", - "values": [ - { - "name": "DAMP_MODE_COMBINE", - "value": 0 - }, - { - "name": "DAMP_MODE_REPLACE", - "value": 1 - } - ] - }, - { - "name": "CenterOfMassMode", - "values": [ - { - "name": "CENTER_OF_MASS_MODE_AUTO", - "value": 0 - }, - { - "name": "CENTER_OF_MASS_MODE_CUSTOM", - "value": 1 - } - ] } ], "methods": [ { "name": "_integrate_forces", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -165949,8 +184807,9 @@ "name": "set_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mass", @@ -165963,8 +184822,9 @@ "name": "get_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -165974,8 +184834,9 @@ "name": "get_inertia", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -165985,8 +184846,9 @@ "name": "set_inertia", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "inertia", @@ -165999,8 +184861,9 @@ "name": "set_center_of_mass_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3452825391, "arguments": [ { "name": "mode", @@ -166012,8 +184875,9 @@ "name": "get_center_of_mass_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1339826430, "return_value": { "type": "enum::RigidDynamicBody2D.CenterOfMassMode" } @@ -166022,8 +184886,9 @@ "name": "set_center_of_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "center_of_mass", @@ -166035,8 +184900,9 @@ "name": "get_center_of_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -166045,8 +184911,9 @@ "name": "set_physics_material_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 351877173, "arguments": [ { "name": "physics_material_override", @@ -166058,8 +184925,9 @@ "name": "get_physics_material_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 195782278, "return_value": { "type": "PhysicsMaterial" } @@ -166068,8 +184936,9 @@ "name": "set_gravity_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gravity_scale", @@ -166082,8 +184951,9 @@ "name": "get_gravity_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -166093,8 +184963,9 @@ "name": "set_linear_damp_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 511720019, "arguments": [ { "name": "linear_damp_mode", @@ -166106,8 +184977,9 @@ "name": "get_linear_damp_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1421279436, "return_value": { "type": "enum::RigidDynamicBody2D.DampMode" } @@ -166116,8 +184988,9 @@ "name": "set_angular_damp_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 511720019, "arguments": [ { "name": "angular_damp_mode", @@ -166129,8 +185002,9 @@ "name": "get_angular_damp_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1421279436, "return_value": { "type": "enum::RigidDynamicBody2D.DampMode" } @@ -166139,8 +185013,9 @@ "name": "set_linear_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "linear_damp", @@ -166153,8 +185028,9 @@ "name": "get_linear_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -166164,8 +185040,9 @@ "name": "set_angular_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angular_damp", @@ -166178,8 +185055,9 @@ "name": "get_angular_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -166189,8 +185067,9 @@ "name": "set_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "linear_velocity", @@ -166202,8 +185081,9 @@ "name": "get_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -166212,8 +185092,9 @@ "name": "set_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angular_velocity", @@ -166226,8 +185107,9 @@ "name": "get_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -166237,8 +185119,9 @@ "name": "set_max_contacts_reported", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -166251,8 +185134,9 @@ "name": "get_max_contacts_reported", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -166262,8 +185146,9 @@ "name": "set_use_custom_integrator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -166275,8 +185160,9 @@ "name": "is_using_custom_integrator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -166285,8 +185171,9 @@ "name": "set_contact_monitor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -166298,8 +185185,9 @@ "name": "is_contact_monitor_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -166308,8 +185196,9 @@ "name": "set_continuous_collision_detection_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2718300349, "arguments": [ { "name": "mode", @@ -166321,8 +185210,9 @@ "name": "get_continuous_collision_detection_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 92885946, "return_value": { "type": "enum::RigidDynamicBody2D.CCDMode" } @@ -166331,8 +185221,9 @@ "name": "set_axis_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "axis_velocity", @@ -166344,8 +185235,9 @@ "name": "apply_central_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2823412066, + "hash": 3862383994, "arguments": [ { "name": "impulse", @@ -166358,8 +185250,9 @@ "name": "apply_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 496058220, "arguments": [ { "name": "impulse", @@ -166376,8 +185269,9 @@ "name": "apply_torque_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "torque", @@ -166390,8 +185284,9 @@ "name": "apply_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "force", @@ -166403,8 +185298,9 @@ "name": "apply_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 496058220, "arguments": [ { "name": "force", @@ -166421,8 +185317,9 @@ "name": "apply_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "torque", @@ -166435,8 +185332,9 @@ "name": "add_constant_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "force", @@ -166448,8 +185346,9 @@ "name": "add_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 496058220, "arguments": [ { "name": "force", @@ -166466,8 +185365,9 @@ "name": "add_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "torque", @@ -166480,8 +185380,9 @@ "name": "set_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "force", @@ -166493,8 +185394,9 @@ "name": "get_constant_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -166503,8 +185405,9 @@ "name": "set_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "torque", @@ -166517,8 +185420,9 @@ "name": "get_constant_torque", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -166528,8 +185432,9 @@ "name": "set_sleeping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "sleeping", @@ -166541,8 +185446,9 @@ "name": "is_sleeping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -166551,8 +185457,9 @@ "name": "set_can_sleep", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "able_to_sleep", @@ -166564,8 +185471,9 @@ "name": "is_able_to_sleep", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -166574,8 +185482,9 @@ "name": "set_lock_rotation_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "lock_rotation", @@ -166587,8 +185496,9 @@ "name": "is_lock_rotation_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -166597,8 +185507,9 @@ "name": "set_freeze_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "freeze_mode", @@ -166610,8 +185521,9 @@ "name": "is_freeze_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -166620,8 +185532,9 @@ "name": "set_freeze_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2450751375, "arguments": [ { "name": "freeze_mode", @@ -166633,8 +185546,9 @@ "name": "get_freeze_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 870555613, "return_value": { "type": "enum::RigidDynamicBody2D.FreezeMode" } @@ -166643,23 +185557,15 @@ "name": "get_colliding_bodies", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } } ], "signals": [ - { - "name": "body_entered", - "arguments": [ - { - "name": "body", - "type": "Node" - } - ] - }, { "name": "body_shape_entered", "arguments": [ @@ -166681,18 +185587,6 @@ } ] }, - { - "name": "sleeping_state_changed" - }, - { - "name": "body_exited", - "arguments": [ - { - "name": "body", - "type": "Node" - } - ] - }, { "name": "body_shape_exited", "arguments": [ @@ -166713,6 +185607,27 @@ "type": "int" } ] + }, + { + "name": "body_entered", + "arguments": [ + { + "name": "body", + "type": "Node" + } + ] + }, + { + "name": "body_exited", + "arguments": [ + { + "name": "body", + "type": "Node" + } + ] + }, + { + "name": "sleeping_state_changed" } ], "properties": [ @@ -166888,6 +185803,7 @@ "enums": [ { "name": "FreezeMode", + "is_bitfield": false, "values": [ { "name": "FREEZE_MODE_STATIC", @@ -166899,21 +185815,9 @@ } ] }, - { - "name": "DampMode", - "values": [ - { - "name": "DAMP_MODE_COMBINE", - "value": 0 - }, - { - "name": "DAMP_MODE_REPLACE", - "value": 1 - } - ] - }, { "name": "CenterOfMassMode", + "is_bitfield": false, "values": [ { "name": "CENTER_OF_MASS_MODE_AUTO", @@ -166924,12 +185828,27 @@ "value": 1 } ] + }, + { + "name": "DampMode", + "is_bitfield": false, + "values": [ + { + "name": "DAMP_MODE_COMBINE", + "value": 0 + }, + { + "name": "DAMP_MODE_REPLACE", + "value": 1 + } + ] } ], "methods": [ { "name": "_integrate_forces", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -166943,8 +185862,9 @@ "name": "set_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mass", @@ -166957,8 +185877,9 @@ "name": "get_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -166968,8 +185889,9 @@ "name": "set_inertia", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "inertia", @@ -166981,8 +185903,9 @@ "name": "get_inertia", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -166991,8 +185914,9 @@ "name": "set_center_of_mass_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1631935582, "arguments": [ { "name": "mode", @@ -167004,8 +185928,9 @@ "name": "get_center_of_mass_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2909173950, "return_value": { "type": "enum::RigidDynamicBody3D.CenterOfMassMode" } @@ -167014,8 +185939,9 @@ "name": "set_center_of_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "center_of_mass", @@ -167027,8 +185953,9 @@ "name": "get_center_of_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -167037,8 +185964,9 @@ "name": "set_physics_material_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 351877173, "arguments": [ { "name": "physics_material_override", @@ -167050,8 +185978,9 @@ "name": "get_physics_material_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 195782278, "return_value": { "type": "PhysicsMaterial" } @@ -167060,8 +185989,9 @@ "name": "set_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "linear_velocity", @@ -167073,8 +186003,9 @@ "name": "get_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -167083,8 +186014,9 @@ "name": "set_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "angular_velocity", @@ -167096,8 +186028,9 @@ "name": "get_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -167106,8 +186039,9 @@ "name": "get_inverse_inertia_tensor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1222331677, "return_value": { "type": "Basis" } @@ -167116,8 +186050,9 @@ "name": "set_gravity_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "gravity_scale", @@ -167130,8 +186065,9 @@ "name": "get_gravity_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -167141,8 +186077,9 @@ "name": "set_linear_damp_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 47243782, "arguments": [ { "name": "linear_damp_mode", @@ -167154,8 +186091,9 @@ "name": "get_linear_damp_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2950994489, "return_value": { "type": "enum::RigidDynamicBody3D.DampMode" } @@ -167164,8 +186102,9 @@ "name": "set_angular_damp_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 47243782, "arguments": [ { "name": "angular_damp_mode", @@ -167177,8 +186116,9 @@ "name": "get_angular_damp_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2950994489, "return_value": { "type": "enum::RigidDynamicBody3D.DampMode" } @@ -167187,8 +186127,9 @@ "name": "set_linear_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "linear_damp", @@ -167201,8 +186142,9 @@ "name": "get_linear_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -167212,8 +186154,9 @@ "name": "set_angular_damp", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angular_damp", @@ -167226,8 +186169,9 @@ "name": "get_angular_damp", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -167237,8 +186181,9 @@ "name": "set_max_contacts_reported", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -167251,8 +186196,9 @@ "name": "get_max_contacts_reported", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -167262,8 +186208,9 @@ "name": "set_use_custom_integrator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -167275,8 +186222,9 @@ "name": "is_using_custom_integrator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -167285,8 +186233,9 @@ "name": "set_contact_monitor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -167298,8 +186247,9 @@ "name": "is_contact_monitor_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -167308,8 +186258,9 @@ "name": "set_use_continuous_collision_detection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -167321,8 +186272,9 @@ "name": "is_using_continuous_collision_detection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -167331,8 +186283,9 @@ "name": "set_axis_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "axis_velocity", @@ -167344,8 +186297,9 @@ "name": "apply_central_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "impulse", @@ -167357,8 +186311,9 @@ "name": "apply_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "impulse", @@ -167375,8 +186330,9 @@ "name": "apply_torque_impulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "impulse", @@ -167388,8 +186344,9 @@ "name": "apply_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "force", @@ -167401,8 +186358,9 @@ "name": "apply_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "force", @@ -167419,8 +186377,9 @@ "name": "apply_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "torque", @@ -167432,8 +186391,9 @@ "name": "add_constant_central_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "force", @@ -167445,8 +186405,9 @@ "name": "add_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1002852006, "arguments": [ { "name": "force", @@ -167463,8 +186424,9 @@ "name": "add_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "torque", @@ -167476,8 +186438,9 @@ "name": "set_constant_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "force", @@ -167489,8 +186452,9 @@ "name": "get_constant_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -167499,8 +186463,9 @@ "name": "set_constant_torque", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "torque", @@ -167512,8 +186477,9 @@ "name": "get_constant_torque", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -167522,8 +186488,9 @@ "name": "set_sleeping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "sleeping", @@ -167535,8 +186502,9 @@ "name": "is_sleeping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -167545,8 +186513,9 @@ "name": "set_can_sleep", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "able_to_sleep", @@ -167558,8 +186527,9 @@ "name": "is_able_to_sleep", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -167568,8 +186538,9 @@ "name": "set_lock_rotation_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "lock_rotation", @@ -167581,8 +186552,9 @@ "name": "is_lock_rotation_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -167591,8 +186563,9 @@ "name": "set_freeze_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "freeze_mode", @@ -167604,8 +186577,9 @@ "name": "is_freeze_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -167614,8 +186588,9 @@ "name": "set_freeze_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1256278317, "arguments": [ { "name": "freeze_mode", @@ -167627,8 +186602,9 @@ "name": "get_freeze_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 497157993, "return_value": { "type": "enum::RigidDynamicBody3D.FreezeMode" } @@ -167637,23 +186613,15 @@ "name": "get_colliding_bodies", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } } ], "signals": [ - { - "name": "body_entered", - "arguments": [ - { - "name": "body", - "type": "Node" - } - ] - }, { "name": "body_shape_entered", "arguments": [ @@ -167675,18 +186643,6 @@ } ] }, - { - "name": "sleeping_state_changed" - }, - { - "name": "body_exited", - "arguments": [ - { - "name": "body", - "type": "Node" - } - ] - }, { "name": "body_shape_exited", "arguments": [ @@ -167707,6 +186663,27 @@ "type": "int" } ] + }, + { + "name": "body_entered", + "arguments": [ + { + "name": "body", + "type": "Node" + } + ] + }, + { + "name": "body_exited", + "arguments": [ + { + "name": "body", + "type": "Node" + } + ] + }, + { + "name": "sleeping_state_changed" } ], "properties": [ @@ -167928,8 +186905,9 @@ "name": "get_properties", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -167938,8 +186916,9 @@ "name": "add_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1961297659, "arguments": [ { "name": "path", @@ -167953,12 +186932,30 @@ } ] }, + { + "name": "has_property", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4265963692, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "path", + "type": "NodePath" + } + ] + }, { "name": "remove_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -167970,8 +186967,9 @@ "name": "property_get_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2521276127, "return_value": { "type": "int", "meta": "int32" @@ -167987,8 +186985,9 @@ "name": "property_get_spawn", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2893903478, "return_value": { "type": "bool" }, @@ -168003,8 +187002,9 @@ "name": "property_set_spawn", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2494800894, "arguments": [ { "name": "path", @@ -168020,8 +187020,9 @@ "name": "property_get_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2893903478, "return_value": { "type": "bool" }, @@ -168036,8 +187037,9 @@ "name": "property_set_sync", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2494800894, "arguments": [ { "name": "path", @@ -168060,6 +187062,7 @@ "enums": [ { "name": "GenEditState", + "is_bitfield": false, "values": [ { "name": "GEN_EDIT_STATE_DISABLED", @@ -168085,8 +187088,9 @@ "name": "get_node_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -168096,8 +187100,9 @@ "name": "get_node_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -168113,8 +187118,9 @@ "name": "get_node_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -168130,8 +187136,9 @@ "name": "get_node_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2018660424, "return_value": { "type": "NodePath" }, @@ -168152,8 +187159,9 @@ "name": "get_node_owner_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -168169,8 +187177,9 @@ "name": "is_node_instance_placeholder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -168186,8 +187195,9 @@ "name": "get_node_instance_placeholder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -168203,8 +187213,9 @@ "name": "get_node_instance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3589221870, "return_value": { "type": "PackedScene" }, @@ -168220,8 +187231,9 @@ "name": "get_node_groups", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3757827437, "return_value": { "type": "PackedStringArray" }, @@ -168237,8 +187249,9 @@ "name": "get_node_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -168255,8 +187268,9 @@ "name": "get_node_property_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -168273,8 +187287,9 @@ "name": "get_node_property_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 342112179, "return_value": { "type": "StringName" }, @@ -168295,8 +187310,9 @@ "name": "get_node_property_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 678354945, "return_value": { "type": "Variant" }, @@ -168317,8 +187333,9 @@ "name": "get_connection_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -168328,8 +187345,9 @@ "name": "get_connection_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -168345,8 +187363,9 @@ "name": "get_connection_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -168362,8 +187381,9 @@ "name": "get_connection_target", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -168379,8 +187399,9 @@ "name": "get_connection_method", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -168396,8 +187417,9 @@ "name": "get_connection_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -168414,8 +187436,9 @@ "name": "get_connection_binds", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -168431,8 +187454,9 @@ "name": "get_connection_unbinds", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -168456,6 +187480,7 @@ "enums": [ { "name": "GroupCallFlags", + "is_bitfield": false, "values": [ { "name": "GROUP_CALL_DEFAULT", @@ -168466,7 +187491,7 @@ "value": 1 }, { - "name": "GROUP_CALL_REALTIME", + "name": "GROUP_CALL_DEFERRED", "value": 2 }, { @@ -168481,8 +187506,9 @@ "name": "get_root", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3887176318, "return_value": { "type": "Window" } @@ -168491,8 +187517,9 @@ "name": "has_group", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -168503,12 +187530,24 @@ } ] }, + { + "name": "is_auto_accept_quit", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_auto_accept_quit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -168516,12 +187555,24 @@ } ] }, + { + "name": "is_quit_on_go_back", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_quit_on_go_back", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -168533,8 +187584,9 @@ "name": "set_debug_collisions_hint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -168546,8 +187598,34 @@ "name": "is_debugging_collisions_hint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_debug_paths_hint", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_debugging_paths_hint", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -168556,8 +187634,9 @@ "name": "set_debug_navigation_hint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -168569,8 +187648,9 @@ "name": "is_debugging_navigation_hint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -168579,8 +187659,9 @@ "name": "set_edited_scene_root", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "scene", @@ -168592,8 +187673,9 @@ "name": "get_edited_scene_root", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } @@ -168602,8 +187684,9 @@ "name": "set_pause", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -168615,8 +187698,9 @@ "name": "is_paused", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -168625,8 +187709,9 @@ "name": "create_timer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 1681301998, "return_value": { "type": "SceneTreeTimer" }, @@ -168647,8 +187732,9 @@ "name": "create_tween", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1860313881, "return_value": { "type": "Tween" } @@ -168657,8 +187743,9 @@ "name": "get_processed_tweens", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -168667,8 +187754,9 @@ "name": "get_node_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -168678,8 +187766,9 @@ "name": "get_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int64" @@ -168689,8 +187778,9 @@ "name": "quit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2551161618, + "hash": 1995695955, "arguments": [ { "name": "exit_code", @@ -168704,8 +187794,9 @@ "name": "queue_delete", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3934104001, "arguments": [ { "name": "obj", @@ -168717,11 +187808,9 @@ "name": "call_group_flags", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135445962, - "return_value": { - "type": "Variant" - }, + "hash": 932031901, "arguments": [ { "name": "flags", @@ -168741,8 +187830,9 @@ "name": "notify_group_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2946898912, "arguments": [ { "name": "call_flags", @@ -168764,8 +187854,9 @@ "name": "set_group_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4193383565, "arguments": [ { "name": "call_flags", @@ -168790,11 +187881,9 @@ "name": "call_group", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135410025, - "return_value": { - "type": "Variant" - }, + "hash": 1030161437, "arguments": [ { "name": "group", @@ -168810,8 +187899,9 @@ "name": "notify_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 716947147, "arguments": [ { "name": "group", @@ -168828,8 +187918,9 @@ "name": "set_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2316092764, "arguments": [ { "name": "group", @@ -168849,8 +187940,9 @@ "name": "get_nodes_in_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2961387885, "return_value": { "type": "Array" }, @@ -168865,8 +187957,9 @@ "name": "get_first_node_in_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2650627937, "return_value": { "type": "Node" }, @@ -168881,8 +187974,9 @@ "name": "set_current_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "child_node", @@ -168894,8 +187988,9 @@ "name": "get_current_scene", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 165682976, "return_value": { "type": "Node" } @@ -168904,8 +187999,9 @@ "name": "change_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -168920,8 +188016,9 @@ "name": "change_scene_to", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2018590261, "return_value": { "type": "enum::Error" }, @@ -168936,8 +188033,9 @@ "name": "reload_current_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -168946,12 +188044,18 @@ "name": "set_multiplayer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 226522885, "arguments": [ { "name": "multiplayer", "type": "MultiplayerAPI" + }, + { + "name": "root_path", + "type": "NodePath", + "default_value": "NodePath(\"\")" } ] }, @@ -168959,18 +188063,27 @@ "name": "get_multiplayer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2291559030, "return_value": { "type": "MultiplayerAPI" - } + }, + "arguments": [ + { + "name": "for_path", + "type": "NodePath", + "default_value": "NodePath(\"\")" + } + ] }, { "name": "set_multiplayer_poll_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -168982,8 +188095,9 @@ "name": "is_multiplayer_poll_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -168991,29 +188105,11 @@ ], "signals": [ { - "name": "node_configuration_warning_changed", - "arguments": [ - { - "name": "node", - "type": "Node" - } - ] + "name": "tree_changed" }, { "name": "tree_process_mode_changed" }, - { - "name": "physics_frame" - }, - { - "name": "node_removed", - "arguments": [ - { - "name": "node", - "type": "Node" - } - ] - }, { "name": "node_added", "arguments": [ @@ -169024,7 +188120,13 @@ ] }, { - "name": "process_frame" + "name": "node_removed", + "arguments": [ + { + "name": "node", + "type": "Node" + } + ] }, { "name": "node_renamed", @@ -169036,10 +188138,36 @@ ] }, { - "name": "tree_changed" + "name": "node_configuration_warning_changed", + "arguments": [ + { + "name": "node", + "type": "Node" + } + ] + }, + { + "name": "process_frame" + }, + { + "name": "physics_frame" } ], "properties": [ + { + "type": "bool", + "name": "auto_accept_quit", + "setter": "set_auto_accept_quit", + "getter": "is_auto_accept_quit", + "index": -1 + }, + { + "type": "bool", + "name": "quit_on_go_back", + "setter": "set_quit_on_go_back", + "getter": "is_quit_on_go_back", + "index": -1 + }, { "type": "bool", "name": "debug_collisions_hint", @@ -169047,6 +188175,13 @@ "getter": "is_debugging_collisions_hint", "index": -1 }, + { + "type": "bool", + "name": "debug_paths_hint", + "setter": "set_debug_paths_hint", + "getter": "is_debugging_paths_hint", + "index": -1 + }, { "type": "bool", "name": "debug_navigation_hint", @@ -169082,13 +188217,6 @@ "getter": "get_root", "index": -1 }, - { - "type": "MultiplayerAPI", - "name": "multiplayer", - "setter": "set_multiplayer", - "getter": "get_multiplayer", - "index": -1 - }, { "type": "bool", "name": "multiplayer_poll", @@ -169109,8 +188237,9 @@ "name": "set_time_left", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time", @@ -169123,8 +188252,9 @@ "name": "get_time_left", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -169157,8 +188287,9 @@ "name": "can_instantiate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -169167,8 +188298,9 @@ "name": "instance_has", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3541790692, "return_value": { "type": "bool" }, @@ -169183,8 +188315,9 @@ "name": "has_source_code", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -169193,8 +188326,9 @@ "name": "get_source_code", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -169203,8 +188337,9 @@ "name": "set_source_code", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "source", @@ -169216,8 +188351,9 @@ "name": "reload", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 1633102583, "return_value": { "type": "enum::Error" }, @@ -169233,8 +188369,9 @@ "name": "get_base_script", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3601517120, "return_value": { "type": "Script" } @@ -169243,8 +188380,9 @@ "name": "get_instance_base_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -169253,8 +188391,9 @@ "name": "has_script_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -169269,8 +188408,9 @@ "name": "get_script_property_list", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -169279,8 +188419,9 @@ "name": "get_script_method_list", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -169289,8 +188430,9 @@ "name": "get_script_signal_list", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -169299,8 +188441,9 @@ "name": "get_script_constant_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -169309,8 +188452,9 @@ "name": "get_property_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3346185326, "return_value": { "type": "Variant" }, @@ -169325,8 +188469,9 @@ "name": "is_tool", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -169353,8 +188498,9 @@ "name": "config", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802731, + "hash": 4210001628, "arguments": [ { "name": "inherits", @@ -169400,8 +188546,9 @@ "name": "get_current_editor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 793195547, "return_value": { "type": "ScriptEditorBase" } @@ -169410,8 +188557,9 @@ "name": "get_open_script_editors", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -169420,8 +188568,9 @@ "name": "register_syntax_highlighter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2108579138, "arguments": [ { "name": "syntax_highlighter", @@ -169433,8 +188582,9 @@ "name": "unregister_syntax_highlighter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2108579138, "arguments": [ { "name": "syntax_highlighter", @@ -169446,8 +188596,9 @@ "name": "goto_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "line_number", @@ -169460,8 +188611,9 @@ "name": "get_current_script", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3605138217, "return_value": { "type": "Script" } @@ -169470,8 +188622,9 @@ "name": "get_open_scripts", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -169480,8 +188633,9 @@ "name": "open_script_create_dialog", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3186203200, "arguments": [ { "name": "base_name", @@ -169526,8 +188680,9 @@ "name": "get_base_editor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3772663784, "return_value": { "type": "Control" } @@ -169536,8 +188691,9 @@ "name": "add_syntax_highlighter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2108579138, "arguments": [ { "name": "highlighter", @@ -169547,39 +188703,21 @@ } ], "signals": [ + { + "name": "name_changed" + }, { "name": "edited_script_changed" }, { - "name": "replace_in_files_requested", + "name": "request_help", "arguments": [ { - "name": "text", + "name": "topic", "type": "String" } ] }, - { - "name": "search_in_files_requested", - "arguments": [ - { - "name": "text", - "type": "String" - } - ] - }, - { - "name": "go_to_help", - "arguments": [ - { - "name": "what", - "type": "String" - } - ] - }, - { - "name": "request_save_history" - }, { "name": "request_open_script_at_line", "arguments": [ @@ -169594,16 +188732,1404 @@ ] }, { - "name": "request_help", + "name": "request_save_history" + }, + { + "name": "go_to_help", "arguments": [ { - "name": "topic", + "name": "what", "type": "String" } ] }, { - "name": "name_changed" + "name": "search_in_files_requested", + "arguments": [ + { + "name": "text", + "type": "String" + } + ] + }, + { + "name": "replace_in_files_requested", + "arguments": [ + { + "name": "text", + "type": "String" + } + ] + } + ] + }, + { + "name": "ScriptExtension", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Script", + "api_type": "core", + "methods": [ + { + "name": "_editor_can_reload_from_file", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_placeholder_erased", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "placeholder", + "type": "void*" + } + ] + }, + { + "name": "_can_instantiate", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_base_script", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Script" + } + }, + { + "name": "_inherits_script", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "script", + "type": "Script" + } + ] + }, + { + "name": "_get_instance_base_type", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "StringName" + } + }, + { + "name": "_instance_create", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "void*" + }, + "arguments": [ + { + "name": "for_object", + "type": "Object" + } + ] + }, + { + "name": "_placeholder_instance_create", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "void*" + }, + "arguments": [ + { + "name": "for_object", + "type": "Object" + } + ] + }, + { + "name": "_instance_has", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "object", + "type": "Object" + } + ] + }, + { + "name": "_has_source_code", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_source_code", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + } + }, + { + "name": "_set_source_code", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "code", + "type": "String" + } + ] + }, + { + "name": "_reload", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "keep_state", + "type": "bool" + } + ] + }, + { + "name": "_get_documentation", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_has_method", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "method", + "type": "StringName" + } + ] + }, + { + "name": "_get_method_info", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "method", + "type": "StringName" + } + ] + }, + { + "name": "_is_tool", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_is_valid", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_language", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "ScriptLanguage" + } + }, + { + "name": "_has_script_signal", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "signal", + "type": "StringName" + } + ] + }, + { + "name": "_get_script_signal_list", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_get_property_default_value", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Variant" + }, + "arguments": [ + { + "name": "property", + "type": "StringName" + } + ] + }, + { + "name": "_update_exports", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_get_script_method_list", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_get_script_property_list", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_get_member_line", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "member", + "type": "StringName" + } + ] + }, + { + "name": "_get_constants", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + } + }, + { + "name": "_get_members", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_is_placeholder_fallback_enabled", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_rpc_methods", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + } + ] + }, + { + "name": "ScriptLanguage", + "is_refcounted": false, + "is_instantiable": false, + "inherits": "Object", + "api_type": "core" + }, + { + "name": "ScriptLanguageExtension", + "is_refcounted": false, + "is_instantiable": true, + "inherits": "ScriptLanguage", + "api_type": "core", + "enums": [ + { + "name": "LookupResultType", + "is_bitfield": false, + "values": [ + { + "name": "LOOKUP_RESULT_SCRIPT_LOCATION", + "value": 0 + }, + { + "name": "LOOKUP_RESULT_CLASS", + "value": 1 + }, + { + "name": "LOOKUP_RESULT_CLASS_CONSTANT", + "value": 2 + }, + { + "name": "LOOKUP_RESULT_CLASS_PROPERTY", + "value": 3 + }, + { + "name": "LOOKUP_RESULT_CLASS_METHOD", + "value": 4 + }, + { + "name": "LOOKUP_RESULT_CLASS_SIGNAL", + "value": 5 + }, + { + "name": "LOOKUP_RESULT_CLASS_ENUM", + "value": 6 + }, + { + "name": "LOOKUP_RESULT_CLASS_TBD_GLOBALSCOPE", + "value": 7 + }, + { + "name": "LOOKUP_RESULT_CLASS_ANNOTATION", + "value": 8 + }, + { + "name": "LOOKUP_RESULT_MAX", + "value": 9 + } + ] + }, + { + "name": "CodeCompletionLocation", + "is_bitfield": false, + "values": [ + { + "name": "LOCATION_LOCAL", + "value": 0 + }, + { + "name": "LOCATION_PARENT_MASK", + "value": 256 + }, + { + "name": "LOCATION_OTHER_USER_CODE", + "value": 512 + }, + { + "name": "LOCATION_OTHER", + "value": 1024 + } + ] + }, + { + "name": "CodeCompletionKind", + "is_bitfield": false, + "values": [ + { + "name": "CODE_COMPLETION_KIND_CLASS", + "value": 0 + }, + { + "name": "CODE_COMPLETION_KIND_FUNCTION", + "value": 1 + }, + { + "name": "CODE_COMPLETION_KIND_SIGNAL", + "value": 2 + }, + { + "name": "CODE_COMPLETION_KIND_VARIABLE", + "value": 3 + }, + { + "name": "CODE_COMPLETION_KIND_MEMBER", + "value": 4 + }, + { + "name": "CODE_COMPLETION_KIND_ENUM", + "value": 5 + }, + { + "name": "CODE_COMPLETION_KIND_CONSTANT", + "value": 6 + }, + { + "name": "CODE_COMPLETION_KIND_NODE_PATH", + "value": 7 + }, + { + "name": "CODE_COMPLETION_KIND_FILE_PATH", + "value": 8 + }, + { + "name": "CODE_COMPLETION_KIND_PLAIN_TEXT", + "value": 9 + }, + { + "name": "CODE_COMPLETION_KIND_MAX", + "value": 10 + } + ] + } + ], + "methods": [ + { + "name": "_get_name", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + } + }, + { + "name": "_init", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_get_type", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + } + }, + { + "name": "_get_extension", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + } + }, + { + "name": "_execute_file", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, + { + "name": "_finish", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_get_reserved_words", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PackedStringArray" + } + }, + { + "name": "_is_control_flow_keyword", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "keyword", + "type": "String" + } + ] + }, + { + "name": "_get_comment_delimiters", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PackedStringArray" + } + }, + { + "name": "_get_string_delimiters", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PackedStringArray" + } + }, + { + "name": "_make_template", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Script" + }, + "arguments": [ + { + "name": "template", + "type": "String" + }, + { + "name": "class_name", + "type": "String" + }, + { + "name": "base_class_name", + "type": "String" + } + ] + }, + { + "name": "_get_built_in_templates", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "object", + "type": "StringName" + } + ] + }, + { + "name": "_is_using_templates", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_validate", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "script", + "type": "String" + }, + { + "name": "path", + "type": "String" + }, + { + "name": "validate_functions", + "type": "bool" + }, + { + "name": "validate_errors", + "type": "bool" + }, + { + "name": "validate_warnings", + "type": "bool" + }, + { + "name": "validate_safe_lines", + "type": "bool" + } + ] + }, + { + "name": "_validate_path", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] + }, + { + "name": "_create_script", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Object" + } + }, + { + "name": "_has_named_classes", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_supports_builtin_mode", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_supports_documentation", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_can_inherit_from_file", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_find_function", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "class_name", + "type": "String" + }, + { + "name": "function_name", + "type": "String" + } + ] + }, + { + "name": "_make_function", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "class_name", + "type": "String" + }, + { + "name": "function_name", + "type": "String" + }, + { + "name": "function_args", + "type": "PackedStringArray" + } + ] + }, + { + "name": "_open_in_external_editor", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Error" + }, + "arguments": [ + { + "name": "script", + "type": "Script" + }, + { + "name": "line", + "type": "int" + }, + { + "name": "column", + "type": "int" + } + ] + }, + { + "name": "_overrides_external_editor", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_complete_code", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "code", + "type": "String" + }, + { + "name": "path", + "type": "String" + }, + { + "name": "owner", + "type": "Object" + } + ] + }, + { + "name": "_lookup_code", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "code", + "type": "String" + }, + { + "name": "symbol", + "type": "String" + }, + { + "name": "path", + "type": "String" + }, + { + "name": "owner", + "type": "Object" + } + ] + }, + { + "name": "_auto_indent_code", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "code", + "type": "String" + }, + { + "name": "from_line", + "type": "int" + }, + { + "name": "to_line", + "type": "int" + } + ] + }, + { + "name": "_add_global_constant", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "name", + "type": "StringName" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "_add_named_global_constant", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "name", + "type": "StringName" + }, + { + "name": "value", + "type": "Variant" + } + ] + }, + { + "name": "_remove_named_global_constant", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "name", + "type": "StringName" + } + ] + }, + { + "name": "_thread_enter", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_thread_exit", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_debug_get_error", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + } + }, + { + "name": "_debug_get_stack_level_count", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_debug_get_stack_level_line", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "level", + "type": "int" + } + ] + }, + { + "name": "_debug_get_stack_level_function", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "level", + "type": "int" + } + ] + }, + { + "name": "_debug_get_stack_level_locals", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "level", + "type": "int" + }, + { + "name": "max_subitems", + "type": "int" + }, + { + "name": "max_depth", + "type": "int" + } + ] + }, + { + "name": "_debug_get_stack_level_members", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "level", + "type": "int" + }, + { + "name": "max_subitems", + "type": "int" + }, + { + "name": "max_depth", + "type": "int" + } + ] + }, + { + "name": "_debug_get_stack_level_instance", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "void*" + }, + "arguments": [ + { + "name": "level", + "type": "int" + } + ] + }, + { + "name": "_debug_get_globals", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "max_subitems", + "type": "int" + }, + { + "name": "max_depth", + "type": "int" + } + ] + }, + { + "name": "_debug_parse_stack_level_expression", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "level", + "type": "int" + }, + { + "name": "expression", + "type": "String" + }, + { + "name": "max_subitems", + "type": "int" + }, + { + "name": "max_depth", + "type": "int" + } + ] + }, + { + "name": "_debug_get_current_stack_info", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_reload_all_scripts", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_reload_tool_script", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "script", + "type": "Script" + }, + { + "name": "soft_reload", + "type": "bool" + } + ] + }, + { + "name": "_get_recognized_extensions", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PackedStringArray" + } + }, + { + "name": "_get_public_functions", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_get_public_constants", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + } + }, + { + "name": "_get_public_annotations", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, + { + "name": "_profiling_start", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_profiling_stop", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_profiling_get_accumulated_data", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "info_array", + "type": "ScriptLanguageExtensionProfilingInfo*" + }, + { + "name": "info_max", + "type": "int" + } + ] + }, + { + "name": "_profiling_get_frame_data", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "info_array", + "type": "ScriptLanguageExtensionProfilingInfo*" + }, + { + "name": "info_max", + "type": "int" + } + ] + }, + { + "name": "_alloc_instance_binding_data", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "void*" + }, + "arguments": [ + { + "name": "object", + "type": "Object" + } + ] + }, + { + "name": "_free_instance_binding_data", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "data", + "type": "void*" + } + ] + }, + { + "name": "_refcount_incremented_instance_binding", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "object", + "type": "Object" + } + ] + }, + { + "name": "_refcount_decremented_instance_binding", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "object", + "type": "Object" + } + ] + }, + { + "name": "_frame", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true + }, + { + "name": "_handles_global_class_type", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "type", + "type": "String" + } + ] + }, + { + "name": "_get_global_class_name", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Dictionary" + }, + "arguments": [ + { + "name": "path", + "type": "String" + } + ] } ] }, @@ -169618,8 +190144,9 @@ "name": "set_custom_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "step", @@ -169632,8 +190159,9 @@ "name": "get_custom_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -169664,6 +190192,7 @@ "enums": [ { "name": "ScrollMode", + "is_bitfield": false, "values": [ { "name": "SCROLL_MODE_DISABLED", @@ -169689,8 +190218,9 @@ "name": "set_h_scroll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -169703,8 +190233,9 @@ "name": "get_h_scroll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -169714,8 +190245,9 @@ "name": "set_v_scroll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -169728,8 +190260,9 @@ "name": "get_v_scroll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -169739,8 +190272,9 @@ "name": "set_horizontal_scroll_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2750506364, "arguments": [ { "name": "enable", @@ -169752,8 +190286,9 @@ "name": "get_horizontal_scroll_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3987985145, "return_value": { "type": "enum::ScrollContainer.ScrollMode" } @@ -169762,8 +190297,9 @@ "name": "set_vertical_scroll_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2750506364, "arguments": [ { "name": "enable", @@ -169775,8 +190311,9 @@ "name": "get_vertical_scroll_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3987985145, "return_value": { "type": "enum::ScrollContainer.ScrollMode" } @@ -169785,8 +190322,9 @@ "name": "set_deadzone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "deadzone", @@ -169799,8 +190337,9 @@ "name": "get_deadzone", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -169810,8 +190349,9 @@ "name": "set_follow_focus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -169823,8 +190363,9 @@ "name": "is_following_focus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -169833,8 +190374,9 @@ "name": "get_h_scroll_bar", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1843372659, "return_value": { "type": "HScrollBar" } @@ -169843,8 +190385,9 @@ "name": "get_v_scroll_bar", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 597467019, "return_value": { "type": "VScrollBar" } @@ -169853,8 +190396,9 @@ "name": "ensure_control_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1953275318, "arguments": [ { "name": "control", @@ -169927,8 +190471,9 @@ "name": "set_a", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "a", @@ -169940,8 +190485,9 @@ "name": "get_a", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -169950,8 +190496,9 @@ "name": "set_b", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "b", @@ -169963,8 +190510,9 @@ "name": "get_b", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -169998,15 +190546,17 @@ "name": "wait", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "try_wait", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -170015,8 +190565,9 @@ "name": "post", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -170031,8 +190582,9 @@ "name": "set_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -170045,8 +190597,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170056,8 +190609,9 @@ "name": "set_slide_on_slope", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -170069,8 +190623,9 @@ "name": "get_slide_on_slope", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -170104,8 +190659,9 @@ "name": "set_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -170118,8 +190674,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170129,8 +190686,9 @@ "name": "set_slide_on_slope", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -170142,8 +190700,9 @@ "name": "get_slide_on_slope", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -170182,6 +190741,7 @@ "enums": [ { "name": "Mode", + "is_bitfield": false, "values": [ { "name": "MODE_SPATIAL", @@ -170211,8 +190771,9 @@ "name": "get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3392948163, "return_value": { "type": "enum::Shader.Mode" } @@ -170221,8 +190782,9 @@ "name": "set_code", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "code", @@ -170234,8 +190796,9 @@ "name": "get_code", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -170244,8 +190807,9 @@ "name": "set_default_texture_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 84761388, "arguments": [ { "name": "param", @@ -170267,8 +190831,9 @@ "name": "get_default_texture_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3029898524, "return_value": { "type": "Texture2D" }, @@ -170289,8 +190854,9 @@ "name": "has_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -170330,8 +190896,9 @@ "name": "set_shader", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2584699890, "arguments": [ { "name": "shader", @@ -170343,8 +190910,9 @@ "name": "get_shader", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2891257893, "return_value": { "type": "Shader" } @@ -170353,8 +190921,9 @@ "name": "set_shader_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "param", @@ -170370,8 +190939,9 @@ "name": "get_shader_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -170386,8 +190956,9 @@ "name": "property_can_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -170402,8 +190973,9 @@ "name": "property_get_revert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 309047738, "return_value": { "type": "Variant" }, @@ -170436,8 +191008,9 @@ "name": "set_custom_solver_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -170450,8 +191023,9 @@ "name": "get_custom_solver_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170461,8 +191035,9 @@ "name": "collide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 3542179606, "return_value": { "type": "bool" }, @@ -170485,8 +191060,9 @@ "name": "collide_with_motion", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135517835, + "hash": 851450276, "return_value": { "type": "bool" }, @@ -170517,8 +191093,9 @@ "name": "collide_and_get_contacts", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 1569467674, "return_value": { "type": "Array" }, @@ -170541,8 +191118,9 @@ "name": "collide_with_motion_and_get_contacts", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135517835, + "hash": 267099999, "return_value": { "type": "Array" }, @@ -170573,8 +191151,9 @@ "name": "draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1500368157, "arguments": [ { "name": "canvas_item", @@ -170608,8 +191187,9 @@ "name": "set_custom_solver_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -170622,8 +191202,9 @@ "name": "get_custom_solver_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170633,8 +191214,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -170647,8 +191229,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170658,8 +191241,9 @@ "name": "get_debug_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1901625123, "return_value": { "type": "ArrayMesh" } @@ -170693,8 +191277,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -170706,8 +191291,9 @@ "name": "is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -170716,8 +191302,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 428895701, "arguments": [ { "name": "shape", @@ -170729,8 +191316,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1093582747, "return_value": { "type": "Shape2D" } @@ -170739,8 +191327,9 @@ "name": "set_target_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "local_point", @@ -170752,8 +191341,9 @@ "name": "get_target_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -170762,8 +191352,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -170776,8 +191367,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170787,8 +191379,9 @@ "name": "set_max_results", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_results", @@ -170801,8 +191394,9 @@ "name": "get_max_results", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -170812,8 +191406,9 @@ "name": "is_colliding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -170822,8 +191417,9 @@ "name": "get_collision_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -170833,15 +191429,17 @@ "name": "force_shapecast_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_collider", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2310046134, "return_value": { "type": "Object" }, @@ -170857,8 +191455,9 @@ "name": "get_collider_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -170875,8 +191474,9 @@ "name": "get_collision_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -170892,8 +191492,9 @@ "name": "get_collision_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -170909,8 +191510,9 @@ "name": "get_closest_collision_safe_fraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170920,8 +191522,9 @@ "name": "get_closest_collision_unsafe_fraction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -170931,8 +191534,9 @@ "name": "add_exception_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -170944,8 +191548,9 @@ "name": "add_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1308476734, "arguments": [ { "name": "node", @@ -170957,8 +191562,9 @@ "name": "remove_exception_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -170970,8 +191576,9 @@ "name": "remove_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1308476734, "arguments": [ { "name": "node", @@ -170983,15 +191590,17 @@ "name": "clear_exceptions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -171004,8 +191613,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -171015,8 +191625,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -171033,8 +191644,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -171050,8 +191662,9 @@ "name": "set_exclude_parent_body", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "mask", @@ -171063,8 +191676,9 @@ "name": "get_exclude_parent_body", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -171073,8 +191687,9 @@ "name": "set_collide_with_areas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -171086,8 +191701,9 @@ "name": "is_collide_with_areas_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -171096,8 +191712,9 @@ "name": "set_collide_with_bodies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -171109,8 +191726,9 @@ "name": "is_collide_with_bodies_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -171200,8 +191818,9 @@ "name": "set_events", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "events", @@ -171213,8 +191832,9 @@ "name": "get_events", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -171223,8 +191843,9 @@ "name": "has_valid_event", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -171233,8 +191854,9 @@ "name": "matches_event", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1970015942, "return_value": { "type": "bool" }, @@ -171249,8 +191871,9 @@ "name": "get_as_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -171277,8 +191900,9 @@ "name": "get_bone_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -171288,8 +191912,9 @@ "name": "get_bone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1168638135, "return_value": { "type": "Bone2D" }, @@ -171305,8 +191930,9 @@ "name": "get_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -171315,8 +191941,9 @@ "name": "set_modification_stack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1190818933, "arguments": [ { "name": "modification_stack", @@ -171328,8 +191955,9 @@ "name": "get_modification_stack", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2764623329, "return_value": { "type": "SkeletonModificationStack2D" } @@ -171338,8 +191966,9 @@ "name": "execute_modifications", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1005356550, "arguments": [ { "name": "delta", @@ -171357,8 +191986,9 @@ "name": "set_bone_local_pose_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 555457532, "arguments": [ { "name": "bone_idx", @@ -171384,8 +192014,9 @@ "name": "get_bone_local_pose_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2995540667, "return_value": { "type": "Transform2D" }, @@ -171421,8 +192052,9 @@ "name": "add_bone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -171434,8 +192066,9 @@ "name": "find_bone", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int32" @@ -171451,8 +192084,9 @@ "name": "get_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -171468,8 +192102,9 @@ "name": "set_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "bone_idx", @@ -171486,8 +192121,9 @@ "name": "get_bone_parent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -171504,8 +192140,9 @@ "name": "set_bone_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "bone_idx", @@ -171523,8 +192160,9 @@ "name": "get_bone_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -171534,8 +192172,9 @@ "name": "unparent_bone_and_rest", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -171548,8 +192187,9 @@ "name": "get_bone_children", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3554694381, "return_value": { "type": "PackedInt32Array" }, @@ -171565,8 +192205,9 @@ "name": "set_bone_children", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 64545446, "arguments": [ { "name": "bone_idx", @@ -171583,8 +192224,9 @@ "name": "add_bone_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "bone_idx", @@ -171602,8 +192244,9 @@ "name": "remove_bone_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "bone_idx", @@ -171621,8 +192264,9 @@ "name": "get_parentless_bones", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2382534195, "return_value": { "type": "PackedInt32Array" } @@ -171631,8 +192275,9 @@ "name": "get_bone_rest", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -171648,8 +192293,9 @@ "name": "set_bone_rest", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 803768362, "arguments": [ { "name": "bone_idx", @@ -171662,12 +192308,31 @@ } ] }, + { + "name": "get_bone_global_rest", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 329633814, + "return_value": { + "type": "Transform3D" + }, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "create_skin_from_rest_transforms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 567515627, "return_value": { "type": "Skin" } @@ -171676,8 +192341,9 @@ "name": "register_skin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 908875449, "return_value": { "type": "SkinReference" }, @@ -171692,22 +192358,25 @@ "name": "localize_rests", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_bones", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_bone_pose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -171723,8 +192392,9 @@ "name": "set_bone_pose_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "bone_idx", @@ -171741,8 +192411,9 @@ "name": "set_bone_pose_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1850795841, "arguments": [ { "name": "bone_idx", @@ -171759,8 +192430,9 @@ "name": "set_bone_pose_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "bone_idx", @@ -171777,8 +192449,9 @@ "name": "get_bone_pose_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -171794,8 +192467,9 @@ "name": "get_bone_pose_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 200273252, "return_value": { "type": "Quaternion" }, @@ -171811,8 +192485,9 @@ "name": "get_bone_pose_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -171828,8 +192503,9 @@ "name": "is_bone_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -171845,8 +192521,9 @@ "name": "set_bone_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 4023243586, "arguments": [ { "name": "bone_idx", @@ -171864,15 +192541,17 @@ "name": "clear_bones_global_pose_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_bone_global_pose_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 391371887, "arguments": [ { "name": "bone_idx", @@ -171899,8 +192578,9 @@ "name": "get_bone_global_pose_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -171916,8 +192596,9 @@ "name": "get_bone_global_pose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -171933,8 +192614,9 @@ "name": "get_bone_global_pose_no_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -171950,15 +192632,17 @@ "name": "clear_bones_local_pose_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_bone_local_pose_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 391371887, "arguments": [ { "name": "bone_idx", @@ -171985,8 +192669,9 @@ "name": "get_bone_local_pose_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -172002,15 +192687,17 @@ "name": "force_update_all_bone_transforms", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "force_update_bone_child_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -172023,8 +192710,9 @@ "name": "global_pose_to_world_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3573733099, "return_value": { "type": "Transform3D" }, @@ -172039,8 +192727,9 @@ "name": "world_transform_to_global_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3573733099, "return_value": { "type": "Transform3D" }, @@ -172055,8 +192744,9 @@ "name": "global_pose_to_local_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 4095682380, "return_value": { "type": "Transform3D" }, @@ -172076,8 +192766,9 @@ "name": "local_pose_to_global_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 4095682380, "return_value": { "type": "Transform3D" }, @@ -172097,8 +192788,9 @@ "name": "global_pose_z_forward_to_bone_forward", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3507437565, "return_value": { "type": "Basis" }, @@ -172118,8 +192810,9 @@ "name": "set_show_rest_only", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -172131,8 +192824,9 @@ "name": "is_show_rest_only", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -172141,8 +192835,9 @@ "name": "set_animate_physical_bones", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -172154,8 +192849,9 @@ "name": "get_animate_physical_bones", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -172164,15 +192860,17 @@ "name": "physical_bones_stop_simulation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "physical_bones_start_simulation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 326682341, + "hash": 1475981604, "arguments": [ { "name": "bones", @@ -172185,8 +192883,9 @@ "name": "physical_bones_add_collision_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "exception", @@ -172198,8 +192897,9 @@ "name": "physical_bones_remove_collision_exception", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "exception", @@ -172211,8 +192911,9 @@ "name": "set_modification_stack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1846399257, "arguments": [ { "name": "modification_stack", @@ -172224,8 +192925,9 @@ "name": "get_modification_stack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4062550497, "return_value": { "type": "SkeletonModificationStack3D" } @@ -172234,8 +192936,9 @@ "name": "execute_modifications", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1005356550, "arguments": [ { "name": "delta", @@ -172251,6 +192954,9 @@ } ], "signals": [ + { + "name": "pose_updated" + }, { "name": "bone_pose_changed", "arguments": [ @@ -172260,9 +192966,6 @@ } ] }, - { - "name": "pose_updated" - }, { "name": "bone_enabled_changed", "arguments": [ @@ -172304,8 +193007,9 @@ "name": "set_root_bone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "root_bone", @@ -172317,8 +193021,9 @@ "name": "get_root_bone", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -172327,8 +193032,9 @@ "name": "set_tip_bone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "tip_bone", @@ -172340,8 +193046,9 @@ "name": "get_tip_bone", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -172350,8 +193057,9 @@ "name": "set_interpolation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "interpolation", @@ -172364,8 +193072,9 @@ "name": "get_interpolation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -172375,8 +193084,9 @@ "name": "set_target_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "target", @@ -172388,8 +193098,9 @@ "name": "get_target_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -172398,8 +193109,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "node", @@ -172411,8 +193123,9 @@ "name": "get_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3377292804, "return_value": { "type": "NodePath" } @@ -172421,8 +193134,9 @@ "name": "set_override_tip_basis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "override", @@ -172434,8 +193148,9 @@ "name": "is_override_tip_basis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -172444,8 +193159,9 @@ "name": "set_use_magnet", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use", @@ -172457,8 +193173,9 @@ "name": "is_using_magnet", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -172467,8 +193184,9 @@ "name": "set_magnet_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "local_position", @@ -172480,8 +193198,9 @@ "name": "get_magnet_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -172490,8 +193209,9 @@ "name": "get_parent_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 835357797, "return_value": { "type": "Skeleton3D" } @@ -172500,8 +193220,9 @@ "name": "is_running", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -172510,8 +193231,9 @@ "name": "set_min_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "min_distance", @@ -172524,8 +193246,9 @@ "name": "get_min_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -172535,8 +193258,9 @@ "name": "set_max_iterations", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "iterations", @@ -172549,8 +193273,9 @@ "name": "get_max_iterations", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -172560,8 +193285,9 @@ "name": "start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133278119, + "hash": 107499316, "arguments": [ { "name": "one_time", @@ -172574,8 +193300,9 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -172661,6 +193388,7 @@ { "name": "_execute", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -172673,6 +193401,7 @@ { "name": "_setup_modification", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -172685,6 +193414,7 @@ { "name": "_draw_editor_gizmo", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -172692,8 +193422,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -172705,8 +193436,9 @@ "name": "get_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -172715,8 +193447,9 @@ "name": "get_modification_stack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3747073971, "return_value": { "type": "SkeletonModificationStack2D" } @@ -172725,8 +193458,9 @@ "name": "set_is_setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "is_setup", @@ -172738,8 +193472,9 @@ "name": "get_is_setup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -172748,8 +193483,9 @@ "name": "set_execution_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "execution_mode", @@ -172762,8 +193498,9 @@ "name": "get_execution_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -172773,8 +193510,9 @@ "name": "clamp_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 1229502682, "return_value": { "type": "float", "meta": "float" @@ -172805,8 +193543,9 @@ "name": "set_editor_draw_gizmo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "draw_gizmo", @@ -172818,8 +193557,9 @@ "name": "get_editor_draw_gizmo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -172853,8 +193593,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -172866,8 +193607,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -172876,8 +193618,9 @@ "name": "set_tip_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "tip_nodepath", @@ -172889,8 +193632,9 @@ "name": "get_tip_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -172899,8 +193643,9 @@ "name": "set_ccdik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "length", @@ -172913,8 +193658,9 @@ "name": "get_ccdik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -172924,8 +193670,9 @@ "name": "set_ccdik_joint_bone2d_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1570372531, "arguments": [ { "name": "joint_idx", @@ -172942,8 +193689,9 @@ "name": "get_ccdik_joint_bone2d_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -172959,8 +193707,9 @@ "name": "set_ccdik_joint_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "joint_idx", @@ -172978,8 +193727,9 @@ "name": "get_ccdik_joint_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -172996,8 +193746,9 @@ "name": "set_ccdik_joint_rotate_from_joint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -173014,8 +193765,9 @@ "name": "get_ccdik_joint_rotate_from_joint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -173031,8 +193783,9 @@ "name": "set_ccdik_joint_enable_constraint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -173049,8 +193802,9 @@ "name": "get_ccdik_joint_enable_constraint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -173066,8 +193820,9 @@ "name": "set_ccdik_joint_constraint_angle_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -173085,8 +193840,9 @@ "name": "get_ccdik_joint_constraint_angle_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -173103,8 +193859,9 @@ "name": "set_ccdik_joint_constraint_angle_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -173122,8 +193879,9 @@ "name": "get_ccdik_joint_constraint_angle_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -173140,8 +193898,9 @@ "name": "set_ccdik_joint_constraint_angle_invert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -173158,8 +193917,9 @@ "name": "get_ccdik_joint_constraint_angle_invert", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -173207,8 +193967,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -173220,8 +193981,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -173230,8 +193992,9 @@ "name": "set_fabrik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "length", @@ -173244,8 +194007,9 @@ "name": "get_fabrik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -173255,8 +194019,9 @@ "name": "set_fabrik_joint_bone2d_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1570372531, "arguments": [ { "name": "joint_idx", @@ -173273,8 +194038,9 @@ "name": "get_fabrik_joint_bone2d_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -173290,8 +194056,9 @@ "name": "set_fabrik_joint_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "joint_idx", @@ -173309,8 +194076,9 @@ "name": "get_fabrik_joint_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -173327,8 +194095,9 @@ "name": "set_fabrik_joint_magnet_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "joint_idx", @@ -173345,8 +194114,9 @@ "name": "get_fabrik_joint_magnet_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -173362,8 +194132,9 @@ "name": "set_fabrik_joint_use_target_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -173380,8 +194151,9 @@ "name": "get_fabrik_joint_use_target_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -173422,8 +194194,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -173435,8 +194208,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -173445,8 +194219,9 @@ "name": "set_jiggle_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "length", @@ -173459,8 +194234,9 @@ "name": "get_jiggle_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -173470,8 +194246,9 @@ "name": "set_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "stiffness", @@ -173484,8 +194261,9 @@ "name": "get_stiffness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -173495,8 +194273,9 @@ "name": "set_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mass", @@ -173509,8 +194288,9 @@ "name": "get_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -173520,8 +194300,9 @@ "name": "set_damping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "damping", @@ -173534,8 +194315,9 @@ "name": "get_damping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -173545,8 +194327,9 @@ "name": "set_use_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_gravity", @@ -173558,8 +194341,9 @@ "name": "get_use_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -173568,8 +194352,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "gravity", @@ -173581,8 +194366,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -173591,8 +194377,9 @@ "name": "set_use_colliders", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_colliders", @@ -173604,8 +194391,9 @@ "name": "get_use_colliders", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -173614,8 +194402,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -173628,8 +194417,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -173639,8 +194429,9 @@ "name": "set_jiggle_joint_bone2d_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1570372531, "arguments": [ { "name": "joint_idx", @@ -173657,8 +194448,9 @@ "name": "get_jiggle_joint_bone2d_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -173674,8 +194466,9 @@ "name": "set_jiggle_joint_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "joint_idx", @@ -173693,8 +194486,9 @@ "name": "get_jiggle_joint_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -173711,8 +194505,9 @@ "name": "set_jiggle_joint_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -173729,8 +194524,9 @@ "name": "get_jiggle_joint_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -173746,8 +194542,9 @@ "name": "set_jiggle_joint_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -173765,8 +194562,9 @@ "name": "get_jiggle_joint_stiffness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -173783,8 +194581,9 @@ "name": "set_jiggle_joint_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -173802,8 +194601,9 @@ "name": "get_jiggle_joint_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -173820,8 +194620,9 @@ "name": "set_jiggle_joint_damping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -173839,8 +194640,9 @@ "name": "get_jiggle_joint_damping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -173857,8 +194659,9 @@ "name": "set_jiggle_joint_use_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -173875,8 +194678,9 @@ "name": "get_jiggle_joint_use_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -173892,8 +194696,9 @@ "name": "set_jiggle_joint_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "joint_idx", @@ -173910,8 +194715,9 @@ "name": "get_jiggle_joint_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -173987,8 +194793,9 @@ "name": "set_bone2d_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "bone2d_nodepath", @@ -174000,8 +194807,9 @@ "name": "get_bone2d_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -174010,8 +194818,9 @@ "name": "set_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -174024,8 +194833,9 @@ "name": "get_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -174035,8 +194845,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -174048,8 +194859,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -174058,8 +194870,9 @@ "name": "set_additional_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "rotation", @@ -174072,8 +194885,9 @@ "name": "get_additional_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -174083,8 +194897,9 @@ "name": "set_enable_constraint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable_constraint", @@ -174096,8 +194911,9 @@ "name": "get_enable_constraint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -174106,8 +194922,9 @@ "name": "set_constraint_angle_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angle_min", @@ -174120,8 +194937,9 @@ "name": "get_constraint_angle_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -174131,8 +194949,9 @@ "name": "set_constraint_angle_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "angle_max", @@ -174145,8 +194964,9 @@ "name": "get_constraint_angle_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -174156,8 +194976,9 @@ "name": "set_constraint_angle_invert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "invert", @@ -174169,8 +194990,9 @@ "name": "get_constraint_angle_invert", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -174211,8 +195033,9 @@ "name": "set_physical_bone_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "length", @@ -174225,8 +195048,9 @@ "name": "get_physical_bone_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -174236,8 +195060,9 @@ "name": "set_physical_bone_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1570372531, "arguments": [ { "name": "joint_idx", @@ -174254,8 +195079,9 @@ "name": "get_physical_bone_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -174271,15 +195097,17 @@ "name": "fetch_physical_bones", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "start_simulation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 326682341, + "hash": 1475981604, "arguments": [ { "name": "bones", @@ -174292,8 +195120,9 @@ "name": "stop_simulation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 326682341, + "hash": 1475981604, "arguments": [ { "name": "bones", @@ -174324,8 +195153,9 @@ "name": "set_held_modification_stack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1190818933, "arguments": [ { "name": "held_modification_stack", @@ -174337,8 +195167,9 @@ "name": "get_held_modification_stack", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2764623329, "return_value": { "type": "SkeletonModificationStack2D" } @@ -174356,8 +195187,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -174369,8 +195201,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -174379,8 +195212,9 @@ "name": "set_target_minimum_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "minimum_distance", @@ -174393,8 +195227,9 @@ "name": "get_target_minimum_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -174404,8 +195239,9 @@ "name": "set_target_maximum_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "maximum_distance", @@ -174418,8 +195254,9 @@ "name": "get_target_maximum_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -174429,8 +195266,9 @@ "name": "set_flip_bend_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_direction", @@ -174442,8 +195280,9 @@ "name": "get_flip_bend_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -174452,8 +195291,9 @@ "name": "set_joint_one_bone2d_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "bone2d_node", @@ -174465,8 +195305,9 @@ "name": "get_joint_one_bone2d_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -174475,8 +195316,9 @@ "name": "set_joint_one_bone_idx", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -174489,8 +195331,9 @@ "name": "get_joint_one_bone_idx", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -174500,8 +195343,9 @@ "name": "set_joint_two_bone2d_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "bone2d_node", @@ -174513,8 +195357,9 @@ "name": "get_joint_two_bone2d_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -174523,8 +195368,9 @@ "name": "set_joint_two_bone_idx", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -174537,8 +195383,9 @@ "name": "get_joint_two_bone_idx", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -174586,6 +195433,7 @@ { "name": "_execute", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -174598,6 +195446,7 @@ { "name": "_setup_modification", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -174611,8 +195460,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -174624,8 +195474,9 @@ "name": "get_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -174634,8 +195485,9 @@ "name": "get_modification_stack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4062550497, "return_value": { "type": "SkeletonModificationStack3D" } @@ -174644,8 +195496,9 @@ "name": "set_is_setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "is_setup", @@ -174657,8 +195510,9 @@ "name": "get_is_setup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -174667,8 +195521,9 @@ "name": "set_execution_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "execution_mode", @@ -174681,8 +195536,9 @@ "name": "get_execution_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -174692,8 +195548,9 @@ "name": "clamp_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 1229502682, "return_value": { "type": "float", "meta": "float" @@ -174749,8 +195606,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -174762,8 +195620,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -174772,8 +195631,9 @@ "name": "set_tip_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "tip_nodepath", @@ -174785,8 +195645,9 @@ "name": "get_tip_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -174795,8 +195656,9 @@ "name": "set_use_high_quality_solve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "high_quality_solve", @@ -174808,8 +195670,9 @@ "name": "get_use_high_quality_solve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -174818,8 +195681,9 @@ "name": "get_ccdik_joint_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -174835,8 +195699,9 @@ "name": "set_ccdik_joint_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "joint_idx", @@ -174853,8 +195718,9 @@ "name": "get_ccdik_joint_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -174871,8 +195737,9 @@ "name": "set_ccdik_joint_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "joint_idx", @@ -174890,8 +195757,9 @@ "name": "get_ccdik_joint_ccdik_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -174908,8 +195776,9 @@ "name": "set_ccdik_joint_ccdik_axis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "joint_idx", @@ -174927,8 +195796,9 @@ "name": "get_ccdik_joint_enable_joint_constraint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -174944,8 +195814,9 @@ "name": "set_ccdik_joint_enable_joint_constraint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -174962,8 +195833,9 @@ "name": "get_ccdik_joint_constraint_angle_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -174980,8 +195852,9 @@ "name": "set_ccdik_joint_constraint_angle_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -174999,8 +195872,9 @@ "name": "get_ccdik_joint_constraint_angle_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -175017,8 +195891,9 @@ "name": "set_ccdik_joint_constraint_angle_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -175036,8 +195911,9 @@ "name": "get_ccdik_joint_constraint_invert", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -175053,8 +195929,9 @@ "name": "set_ccdik_joint_constraint_invert", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -175071,8 +195948,9 @@ "name": "set_ccdik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "length", @@ -175085,8 +195963,9 @@ "name": "get_ccdik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -175135,8 +196014,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -175148,8 +196028,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -175158,8 +196039,9 @@ "name": "set_fabrik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "length", @@ -175172,8 +196054,9 @@ "name": "get_fabrik_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -175183,8 +196066,9 @@ "name": "set_chain_tolerance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "tolerance", @@ -175197,8 +196081,9 @@ "name": "get_chain_tolerance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -175208,8 +196093,9 @@ "name": "set_chain_max_iterations", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_iterations", @@ -175222,8 +196108,9 @@ "name": "get_chain_max_iterations", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -175233,8 +196120,9 @@ "name": "get_fabrik_joint_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -175250,8 +196138,9 @@ "name": "set_fabrik_joint_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "joint_idx", @@ -175268,8 +196157,9 @@ "name": "get_fabrik_joint_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -175286,8 +196176,9 @@ "name": "set_fabrik_joint_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "joint_idx", @@ -175305,8 +196196,9 @@ "name": "get_fabrik_joint_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -175323,8 +196215,9 @@ "name": "set_fabrik_joint_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -175342,8 +196235,9 @@ "name": "get_fabrik_joint_magnet", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -175359,8 +196253,9 @@ "name": "set_fabrik_joint_magnet", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "joint_idx", @@ -175377,8 +196272,9 @@ "name": "get_fabrik_joint_auto_calculate_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -175394,8 +196290,9 @@ "name": "set_fabrik_joint_auto_calculate_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -175412,8 +196309,9 @@ "name": "fabrik_joint_auto_calculate_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "joint_idx", @@ -175426,8 +196324,9 @@ "name": "get_fabrik_joint_use_tip_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -175443,8 +196342,9 @@ "name": "set_fabrik_joint_use_tip_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -175461,8 +196361,9 @@ "name": "get_fabrik_joint_tip_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3179846605, "return_value": { "type": "NodePath" }, @@ -175478,8 +196379,9 @@ "name": "set_fabrik_joint_tip_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1570372531, "arguments": [ { "name": "joint_idx", @@ -175496,8 +196398,9 @@ "name": "get_fabrik_joint_use_target_basis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -175513,8 +196416,9 @@ "name": "set_fabrik_joint_use_target_basis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -175570,8 +196474,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -175583,8 +196488,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -175593,8 +196499,9 @@ "name": "set_jiggle_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "length", @@ -175607,8 +196514,9 @@ "name": "get_jiggle_data_chain_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -175618,8 +196526,9 @@ "name": "set_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "stiffness", @@ -175632,8 +196541,9 @@ "name": "get_stiffness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -175643,8 +196553,9 @@ "name": "set_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mass", @@ -175657,8 +196568,9 @@ "name": "get_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -175668,8 +196580,9 @@ "name": "set_damping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "damping", @@ -175682,8 +196595,9 @@ "name": "get_damping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -175693,8 +196607,9 @@ "name": "set_use_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_gravity", @@ -175706,8 +196621,9 @@ "name": "get_use_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -175716,8 +196632,9 @@ "name": "set_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "gravity", @@ -175729,8 +196646,9 @@ "name": "get_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -175739,8 +196657,9 @@ "name": "set_use_colliders", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_colliders", @@ -175752,8 +196671,9 @@ "name": "get_use_colliders", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -175762,8 +196682,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -175776,8 +196697,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -175787,8 +196709,9 @@ "name": "set_jiggle_joint_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "joint_idx", @@ -175805,8 +196728,9 @@ "name": "get_jiggle_joint_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -175822,8 +196746,9 @@ "name": "set_jiggle_joint_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "joint_idx", @@ -175841,8 +196766,9 @@ "name": "get_jiggle_joint_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -175859,8 +196785,9 @@ "name": "set_jiggle_joint_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -175877,8 +196804,9 @@ "name": "get_jiggle_joint_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -175894,8 +196822,9 @@ "name": "set_jiggle_joint_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -175913,8 +196842,9 @@ "name": "get_jiggle_joint_stiffness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -175931,8 +196861,9 @@ "name": "set_jiggle_joint_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -175950,8 +196881,9 @@ "name": "get_jiggle_joint_mass", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -175968,8 +196900,9 @@ "name": "set_jiggle_joint_damping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -175987,8 +196920,9 @@ "name": "get_jiggle_joint_damping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -176005,8 +196939,9 @@ "name": "set_jiggle_joint_use_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "joint_idx", @@ -176023,8 +196958,9 @@ "name": "get_jiggle_joint_use_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -176040,8 +196976,9 @@ "name": "set_jiggle_joint_gravity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1530502735, "arguments": [ { "name": "joint_idx", @@ -176058,8 +196995,9 @@ "name": "get_jiggle_joint_gravity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 711720468, "return_value": { "type": "Vector3" }, @@ -176075,8 +197013,9 @@ "name": "set_jiggle_joint_roll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "joint_idx", @@ -176094,8 +197033,9 @@ "name": "get_jiggle_joint_roll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -176172,8 +197112,9 @@ "name": "set_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -176185,8 +197126,9 @@ "name": "get_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -176195,8 +197137,9 @@ "name": "set_bone_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -176209,8 +197152,9 @@ "name": "get_bone_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -176220,8 +197164,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -176233,8 +197178,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -176243,8 +197189,9 @@ "name": "set_additional_rotation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "additional_rotation", @@ -176256,8 +197203,9 @@ "name": "get_additional_rotation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -176266,8 +197214,9 @@ "name": "set_lock_rotation_to_plane", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "lock_to_plane", @@ -176279,8 +197228,9 @@ "name": "get_lock_rotation_to_plane", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -176289,8 +197239,9 @@ "name": "set_lock_rotation_plane", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "plane", @@ -176303,8 +197254,9 @@ "name": "get_lock_rotation_plane", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -176346,8 +197298,9 @@ "name": "set_held_modification_stack", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1846399257, "arguments": [ { "name": "held_modification_stack", @@ -176359,8 +197312,9 @@ "name": "get_held_modification_stack", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1541349470, "return_value": { "type": "SkeletonModificationStack3D" } @@ -176378,8 +197332,9 @@ "name": "set_target_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "target_nodepath", @@ -176391,8 +197346,9 @@ "name": "get_target_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -176401,8 +197357,9 @@ "name": "set_use_pole_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_pole_node", @@ -176414,8 +197371,9 @@ "name": "get_use_pole_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -176424,8 +197382,9 @@ "name": "set_pole_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "pole_nodepath", @@ -176437,8 +197396,9 @@ "name": "get_pole_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -176447,8 +197407,9 @@ "name": "set_use_tip_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_tip_node", @@ -176460,8 +197421,9 @@ "name": "get_use_tip_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -176470,8 +197432,9 @@ "name": "set_tip_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "tip_nodepath", @@ -176483,8 +197446,9 @@ "name": "get_tip_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -176493,8 +197457,9 @@ "name": "set_auto_calculate_joint_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "auto_calculate_joint_length", @@ -176506,8 +197471,9 @@ "name": "get_auto_calculate_joint_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -176516,8 +197482,9 @@ "name": "set_joint_one_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "bone_name", @@ -176529,8 +197496,9 @@ "name": "get_joint_one_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -176539,8 +197507,9 @@ "name": "set_joint_one_bone_idx", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -176553,8 +197522,9 @@ "name": "get_joint_one_bone_idx", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -176564,8 +197534,9 @@ "name": "set_joint_one_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bone_length", @@ -176578,8 +197549,9 @@ "name": "get_joint_one_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -176589,8 +197561,9 @@ "name": "set_joint_two_bone_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "bone_name", @@ -176602,8 +197575,9 @@ "name": "get_joint_two_bone_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -176612,8 +197586,9 @@ "name": "set_joint_two_bone_idx", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bone_idx", @@ -176626,8 +197601,9 @@ "name": "get_joint_two_bone_idx", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -176637,8 +197613,9 @@ "name": "set_joint_two_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bone_length", @@ -176651,8 +197628,9 @@ "name": "get_joint_two_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -176662,8 +197640,9 @@ "name": "set_joint_one_roll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "roll", @@ -176676,8 +197655,9 @@ "name": "get_joint_one_roll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -176687,8 +197667,9 @@ "name": "set_joint_two_roll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "roll", @@ -176701,8 +197682,9 @@ "name": "get_joint_two_roll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -176730,15 +197712,17 @@ "name": "setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "execute", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1005356550, "arguments": [ { "name": "delta", @@ -176756,8 +197740,9 @@ "name": "enable_all_modifications", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -176769,8 +197754,9 @@ "name": "get_modification", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1550488675, "return_value": { "type": "SkeletonModification2D" }, @@ -176786,8 +197772,9 @@ "name": "add_modification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2919266679, "arguments": [ { "name": "modification", @@ -176799,8 +197786,9 @@ "name": "delete_modification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mod_idx", @@ -176813,8 +197801,9 @@ "name": "set_modification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2716521087, "arguments": [ { "name": "mod_idx", @@ -176831,8 +197820,9 @@ "name": "set_modification_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -176845,8 +197835,9 @@ "name": "get_modification_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -176856,8 +197847,9 @@ "name": "get_is_setup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -176866,8 +197858,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -176879,8 +197872,9 @@ "name": "get_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -176889,8 +197883,9 @@ "name": "set_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "strength", @@ -176903,8 +197898,9 @@ "name": "get_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -176914,8 +197910,9 @@ "name": "get_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1117979175, "return_value": { "type": "Skeleton2D" } @@ -176937,7 +197934,7 @@ "index": -1 }, { - "type": "int", + "type": "Modifications,modifications/", "name": "modification_count", "setter": "set_modification_count", "getter": "get_modification_count", @@ -176956,15 +197953,17 @@ "name": "setup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "execute", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1005356550, "arguments": [ { "name": "delta", @@ -176982,8 +197981,9 @@ "name": "enable_all_modifications", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -176995,8 +197995,9 @@ "name": "get_modification", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4188549139, "return_value": { "type": "SkeletonModification3D" }, @@ -177012,8 +198013,9 @@ "name": "add_modification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3079304017, "arguments": [ { "name": "modification", @@ -177025,8 +198027,9 @@ "name": "delete_modification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mod_idx", @@ -177039,8 +198042,9 @@ "name": "set_modification", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4130981304, "arguments": [ { "name": "mod_idx", @@ -177057,8 +198061,9 @@ "name": "set_modification_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -177071,8 +198076,9 @@ "name": "get_modification_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -177082,8 +198088,9 @@ "name": "get_is_setup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -177092,8 +198099,9 @@ "name": "set_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -177105,8 +198113,9 @@ "name": "get_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -177115,8 +198124,9 @@ "name": "set_strength", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "strength", @@ -177129,8 +198139,9 @@ "name": "get_strength", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -177140,8 +198151,9 @@ "name": "get_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 835357797, "return_value": { "type": "Skeleton3D" } @@ -177163,7 +198175,7 @@ "index": -1 }, { - "type": "int", + "type": "Modifications,modifications/", "name": "modification_count", "setter": "set_modification_count", "getter": "get_modification_count", @@ -177171,6 +198183,282 @@ } ] }, + { + "name": "SkeletonProfile", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "Resource", + "api_type": "core", + "methods": [ + { + "name": "set_group_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "size", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_group_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2455072627, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "get_group_name", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1965739696, + "return_value": { + "type": "StringName" + }, + "arguments": [ + { + "name": "group_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_group_name", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3616898986, + "arguments": [ + { + "name": "group_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "group_name", + "type": "StringName" + } + ] + }, + { + "name": "get_texture", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2823536307, + "return_value": { + "type": "Texture2D" + }, + "arguments": [ + { + "name": "group_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_texture", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2115639743, + "arguments": [ + { + "name": "group_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "texture", + "type": "Texture2D" + } + ] + }, + { + "name": "set_bone_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "size", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_bone_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2455072627, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "get_bone_name", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1965739696, + "return_value": { + "type": "StringName" + }, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_bone_name", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3616898986, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "bone_name", + "type": "StringName" + } + ] + }, + { + "name": "get_handle_offset", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2299179447, + "return_value": { + "type": "Vector2" + }, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_handle_offset", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 163021252, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "handle_offset", + "type": "Vector2" + } + ] + }, + { + "name": "get_group", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1965739696, + "return_value": { + "type": "StringName" + }, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "set_group", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3616898986, + "arguments": [ + { + "name": "bone_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "group", + "type": "StringName" + } + ] + } + ], + "signals": [ + { + "name": "profile_updated" + } + ], + "properties": [ + { + "type": "Groups,group/", + "name": "group_size", + "setter": "set_group_size", + "getter": "get_group_size", + "index": -1 + }, + { + "type": "Bones,bone/", + "name": "bone_size", + "setter": "set_bone_size", + "getter": "get_bone_size", + "index": -1 + } + ] + }, + { + "name": "SkeletonProfileHumanoid", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "SkeletonProfile", + "api_type": "core" + }, { "name": "Skin", "is_refcounted": true, @@ -177182,8 +198470,9 @@ "name": "set_bind_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "bind_count", @@ -177196,8 +198485,9 @@ "name": "get_bind_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -177207,8 +198497,9 @@ "name": "add_bind", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 803768362, "arguments": [ { "name": "bone", @@ -177225,8 +198516,9 @@ "name": "add_named_bind", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1001297877, "arguments": [ { "name": "name", @@ -177242,8 +198534,9 @@ "name": "set_bind_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 803768362, "arguments": [ { "name": "bind_index", @@ -177260,8 +198553,9 @@ "name": "get_bind_pose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 329633814, "return_value": { "type": "Transform3D" }, @@ -177277,8 +198571,9 @@ "name": "set_bind_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3616898986, "arguments": [ { "name": "bind_index", @@ -177295,8 +198590,9 @@ "name": "get_bind_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1965739696, "return_value": { "type": "StringName" }, @@ -177312,8 +198608,9 @@ "name": "set_bind_bone", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "bind_index", @@ -177331,8 +198628,9 @@ "name": "get_bind_bone", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -177349,8 +198647,9 @@ "name": "clear_binds", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -177365,8 +198664,9 @@ "name": "get_skeleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -177375,8 +198675,9 @@ "name": "get_skin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2603997527, "return_value": { "type": "Skin" } @@ -177390,29 +198691,9 @@ "inherits": "Resource", "api_type": "core", "enums": [ - { - "name": "ProcessMode", - "values": [ - { - "name": "PROCESS_MODE_AUTOMATIC", - "value": 0 - }, - { - "name": "PROCESS_MODE_QUALITY", - "value": 1 - }, - { - "name": "PROCESS_MODE_INCREMENTAL", - "value": 2 - }, - { - "name": "PROCESS_MODE_REALTIME", - "value": 3 - } - ] - }, { "name": "RadianceSize", + "is_bitfield": false, "values": [ { "name": "RADIANCE_SIZE_32", @@ -177447,6 +198728,28 @@ "value": 7 } ] + }, + { + "name": "ProcessMode", + "is_bitfield": false, + "values": [ + { + "name": "PROCESS_MODE_AUTOMATIC", + "value": 0 + }, + { + "name": "PROCESS_MODE_QUALITY", + "value": 1 + }, + { + "name": "PROCESS_MODE_INCREMENTAL", + "value": 2 + }, + { + "name": "PROCESS_MODE_REALTIME", + "value": 3 + } + ] } ], "methods": [ @@ -177454,8 +198757,9 @@ "name": "set_radiance_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1512957179, "arguments": [ { "name": "size", @@ -177467,8 +198771,9 @@ "name": "get_radiance_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2708733976, "return_value": { "type": "enum::Sky.RadianceSize" } @@ -177477,8 +198782,9 @@ "name": "set_process_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 875986769, "arguments": [ { "name": "mode", @@ -177490,8 +198796,9 @@ "name": "get_process_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 731245043, "return_value": { "type": "enum::Sky.ProcessMode" } @@ -177500,8 +198807,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -177513,8 +198821,9 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { "type": "Material" } @@ -177555,8 +198864,9 @@ "name": "set_ticks", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -177569,8 +198879,9 @@ "name": "get_ticks", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -177580,8 +198891,9 @@ "name": "get_ticks_on_borders", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -177590,8 +198902,9 @@ "name": "set_ticks_on_borders", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ticks_on_border", @@ -177603,8 +198916,9 @@ "name": "set_editable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "editable", @@ -177616,8 +198930,9 @@ "name": "is_editable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -177626,8 +198941,9 @@ "name": "set_scrollable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "scrollable", @@ -177639,8 +198955,9 @@ "name": "is_scrollable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -177700,6 +199017,7 @@ "enums": [ { "name": "Param", + "is_bitfield": false, "values": [ { "name": "PARAM_LINEAR_LIMIT_UPPER", @@ -177801,8 +199119,9 @@ "name": "set_param", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 918243683, "arguments": [ { "name": "param", @@ -177819,8 +199138,9 @@ "name": "get_param", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 959925627, "return_value": { "type": "float", "meta": "float" @@ -177999,6 +199319,7 @@ "enums": [ { "name": "DisableMode", + "is_bitfield": false, "values": [ { "name": "DISABLE_MODE_REMOVE", @@ -178016,8 +199337,9 @@ "name": "get_physics_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -178026,8 +199348,9 @@ "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_mask", @@ -178040,8 +199363,9 @@ "name": "get_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -178051,8 +199375,9 @@ "name": "set_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "collision_layer", @@ -178065,8 +199390,9 @@ "name": "get_collision_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -178076,8 +199402,9 @@ "name": "set_collision_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -178094,8 +199421,9 @@ "name": "get_collision_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -178111,8 +199439,9 @@ "name": "set_collision_layer_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -178129,8 +199458,9 @@ "name": "get_collision_layer_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -178146,8 +199476,9 @@ "name": "set_parent_collision_ignore", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "parent_collision_ignore", @@ -178159,8 +199490,9 @@ "name": "get_parent_collision_ignore", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -178169,8 +199501,9 @@ "name": "set_disable_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3605008527, "arguments": [ { "name": "mode", @@ -178182,8 +199515,9 @@ "name": "get_disable_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 599013717, "return_value": { "type": "enum::SoftDynamicBody3D.DisableMode" } @@ -178192,8 +199526,9 @@ "name": "get_collision_exceptions", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -178202,8 +199537,9 @@ "name": "add_collision_exception_with", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "body", @@ -178215,8 +199551,9 @@ "name": "remove_collision_exception_with", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "body", @@ -178228,8 +199565,9 @@ "name": "set_simulation_precision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "simulation_precision", @@ -178242,8 +199580,9 @@ "name": "get_simulation_precision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -178253,8 +199592,9 @@ "name": "set_total_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mass", @@ -178267,8 +199607,9 @@ "name": "get_total_mass", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -178278,8 +199619,9 @@ "name": "set_linear_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "linear_stiffness", @@ -178292,8 +199634,9 @@ "name": "get_linear_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -178303,8 +199646,9 @@ "name": "set_pressure_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pressure_coefficient", @@ -178317,8 +199661,9 @@ "name": "get_pressure_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -178328,8 +199673,9 @@ "name": "set_damping_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "damping_coefficient", @@ -178342,8 +199688,9 @@ "name": "get_damping_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -178353,8 +199700,9 @@ "name": "set_drag_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "drag_coefficient", @@ -178367,8 +199715,9 @@ "name": "get_drag_coefficient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -178378,8 +199727,9 @@ "name": "get_point_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 871989493, "return_value": { "type": "Vector3" }, @@ -178395,8 +199745,9 @@ "name": "set_point_pinned", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3746854622, "arguments": [ { "name": "point_index", @@ -178418,8 +199769,9 @@ "name": "is_point_pinned", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -178435,8 +199787,9 @@ "name": "set_ray_pickable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ray_pickable", @@ -178448,8 +199801,9 @@ "name": "is_ray_pickable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -178546,8 +199900,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -178560,8 +199915,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -178571,8 +199927,9 @@ "name": "set_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "height", @@ -178585,8 +199942,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -178596,8 +199954,9 @@ "name": "set_radial_segments", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "radial_segments", @@ -178610,8 +199969,9 @@ "name": "get_radial_segments", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -178621,8 +199981,9 @@ "name": "set_rings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "rings", @@ -178635,8 +199996,9 @@ "name": "get_rings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -178646,8 +200008,9 @@ "name": "set_is_hemisphere", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "is_hemisphere", @@ -178659,8 +200022,9 @@ "name": "get_is_hemisphere", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -178715,8 +200079,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -178729,8 +200094,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -178758,8 +200124,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -178772,8 +200139,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -178801,8 +200169,9 @@ "name": "set_horizontal_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2312603777, "arguments": [ { "name": "alignment", @@ -178814,8 +200183,9 @@ "name": "get_horizontal_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 341400642, "return_value": { "type": "enum::HorizontalAlignment" } @@ -178824,8 +200194,9 @@ "name": "set_suffix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "suffix", @@ -178837,8 +200208,9 @@ "name": "get_suffix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -178847,8 +200219,9 @@ "name": "set_prefix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "prefix", @@ -178860,8 +200233,9 @@ "name": "get_prefix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -178870,8 +200244,9 @@ "name": "set_editable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -178883,8 +200258,9 @@ "name": "is_editable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -178893,8 +200269,9 @@ "name": "set_update_on_text_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -178906,8 +200283,9 @@ "name": "get_update_on_text_changed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -178916,15 +200294,17 @@ "name": "apply", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_line_edit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4088675504, "return_value": { "type": "LineEdit" } @@ -178977,6 +200357,7 @@ "enums": [ { "name": "DraggerVisibility", + "is_bitfield": false, "values": [ { "name": "DRAGGER_VISIBLE", @@ -178998,8 +200379,9 @@ "name": "set_split_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "offset", @@ -179012,8 +200394,9 @@ "name": "get_split_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -179023,15 +200406,17 @@ "name": "clamp_split_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_collapsed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "collapsed", @@ -179043,8 +200428,9 @@ "name": "is_collapsed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -179053,8 +200439,9 @@ "name": "set_dragger_visibility", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1168273952, "arguments": [ { "name": "mode", @@ -179066,8 +200453,9 @@ "name": "get_dragger_visibility", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 967297479, "return_value": { "type": "enum::SplitContainer.DraggerVisibility" } @@ -179156,8 +200544,9 @@ "name": "get_hit_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -179167,8 +200556,9 @@ "name": "set_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -179181,8 +200571,9 @@ "name": "get_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -179192,8 +200583,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 444626398, "arguments": [ { "name": "shape", @@ -179205,8 +200597,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2586532317, "return_value": { "type": "Shape3D" } @@ -179215,8 +200608,9 @@ "name": "add_excluded_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "RID", @@ -179228,8 +200622,9 @@ "name": "remove_excluded_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -179244,15 +200639,17 @@ "name": "clear_excluded_objects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -179265,8 +200662,9 @@ "name": "get_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint32" @@ -179276,8 +200674,9 @@ "name": "set_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "margin", @@ -179290,8 +200689,9 @@ "name": "get_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -179340,8 +200740,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -179353,8 +200754,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -179363,8 +200765,9 @@ "name": "set_centered", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "centered", @@ -179376,8 +200779,9 @@ "name": "is_centered", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -179386,8 +200790,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -179399,8 +200804,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -179409,8 +200815,9 @@ "name": "set_flip_h", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_h", @@ -179422,8 +200829,9 @@ "name": "is_flipped_h", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -179432,8 +200840,9 @@ "name": "set_flip_v", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_v", @@ -179445,8 +200854,9 @@ "name": "is_flipped_v", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -179455,8 +200865,9 @@ "name": "set_region_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -179468,8 +200879,9 @@ "name": "is_region_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -179478,8 +200890,9 @@ "name": "is_pixel_opaque", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 556197845, "return_value": { "type": "bool" }, @@ -179494,8 +200907,9 @@ "name": "set_region_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "rect", @@ -179507,8 +200921,9 @@ "name": "get_region_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -179517,8 +200932,9 @@ "name": "set_region_filter_clip_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -179530,8 +200946,9 @@ "name": "is_region_filter_clip_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -179540,8 +200957,9 @@ "name": "set_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frame", @@ -179554,8 +200972,9 @@ "name": "get_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -179565,8 +200984,9 @@ "name": "set_frame_coords", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "coords", @@ -179578,8 +200998,9 @@ "name": "get_frame_coords", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -179588,8 +201009,9 @@ "name": "set_vframes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "vframes", @@ -179602,8 +201024,9 @@ "name": "get_vframes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -179613,8 +201036,9 @@ "name": "set_hframes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "hframes", @@ -179627,8 +201051,9 @@ "name": "get_hframes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -179638,8 +201063,9 @@ "name": "get_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -179751,8 +201177,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -179764,8 +201191,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -179774,8 +201202,9 @@ "name": "set_region_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -179787,8 +201216,9 @@ "name": "is_region_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -179797,8 +201227,9 @@ "name": "set_region_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "rect", @@ -179810,8 +201241,9 @@ "name": "get_region_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -179820,8 +201252,9 @@ "name": "set_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "frame", @@ -179834,8 +201267,9 @@ "name": "get_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -179845,8 +201279,9 @@ "name": "set_frame_coords", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "coords", @@ -179858,8 +201293,9 @@ "name": "get_frame_coords", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -179868,8 +201304,9 @@ "name": "set_vframes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "vframes", @@ -179882,8 +201319,9 @@ "name": "get_vframes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -179893,8 +201331,9 @@ "name": "set_hframes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "hframes", @@ -179907,8 +201346,9 @@ "name": "get_hframes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -179984,6 +201424,7 @@ "enums": [ { "name": "DrawFlags", + "is_bitfield": false, "values": [ { "name": "FLAG_TRANSPARENT", @@ -179998,13 +201439,22 @@ "value": 2 }, { - "name": "FLAG_MAX", + "name": "FLAG_DISABLE_DEPTH_TEST", "value": 3 + }, + { + "name": "FLAG_FIXED_SIZE", + "value": 4 + }, + { + "name": "FLAG_MAX", + "value": 5 } ] }, { "name": "AlphaCutMode", + "is_bitfield": false, "values": [ { "name": "ALPHA_CUT_DISABLED", @@ -180026,8 +201476,9 @@ "name": "set_centered", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "centered", @@ -180039,8 +201490,9 @@ "name": "is_centered", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -180049,8 +201501,9 @@ "name": "set_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -180062,8 +201515,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -180072,8 +201526,9 @@ "name": "set_flip_h", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_h", @@ -180085,8 +201540,9 @@ "name": "is_flipped_h", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -180095,8 +201551,9 @@ "name": "set_flip_v", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_v", @@ -180108,8 +201565,9 @@ "name": "is_flipped_v", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -180118,8 +201576,9 @@ "name": "set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "modulate", @@ -180131,18 +201590,47 @@ "name": "get_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } }, + { + "name": "set_render_priority", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "priority", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_render_priority", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_pixel_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pixel_size", @@ -180155,8 +201643,9 @@ "name": "get_pixel_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -180166,8 +201655,9 @@ "name": "set_axis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1144690656, "arguments": [ { "name": "axis", @@ -180179,8 +201669,9 @@ "name": "get_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3050976882, "return_value": { "type": "enum::Vector3.Axis" } @@ -180189,8 +201680,9 @@ "name": "set_draw_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1135633219, "arguments": [ { "name": "flag", @@ -180206,8 +201698,9 @@ "name": "get_draw_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1733036628, "return_value": { "type": "bool" }, @@ -180222,8 +201715,9 @@ "name": "set_alpha_cut_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 227561226, "arguments": [ { "name": "mode", @@ -180235,8 +201729,9 @@ "name": "get_alpha_cut_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 336003791, "return_value": { "type": "enum::SpriteBase3D.AlphaCutMode" } @@ -180245,8 +201740,9 @@ "name": "set_billboard_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4202036497, "arguments": [ { "name": "mode", @@ -180258,18 +201754,45 @@ "name": "get_billboard_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1283840139, "return_value": { "type": "enum::BaseMaterial3D.BillboardMode" } }, + { + "name": "set_texture_filter", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 22904437, + "arguments": [ + { + "name": "mode", + "type": "enum::BaseMaterial3D.TextureFilter" + } + ] + }, + { + "name": "get_texture_filter", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3289213076, + "return_value": { + "type": "enum::BaseMaterial3D.TextureFilter" + } + }, { "name": "get_item_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -180278,8 +201801,9 @@ "name": "generate_triangle_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 276721876, "return_value": { "type": "TriangleMesh" } @@ -180363,12 +201887,40 @@ "getter": "get_draw_flag", "index": 2 }, + { + "type": "bool", + "name": "no_depth_test", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "index": 3 + }, + { + "type": "bool", + "name": "fixed_size", + "setter": "set_draw_flag", + "getter": "get_draw_flag", + "index": 4 + }, { "type": "int", "name": "alpha_cut", "setter": "set_alpha_cut_mode", "getter": "get_alpha_cut_mode", "index": -1 + }, + { + "type": "int", + "name": "texture_filter", + "setter": "set_texture_filter", + "getter": "get_texture_filter", + "index": -1 + }, + { + "type": "int", + "name": "render_priority", + "setter": "set_render_priority", + "getter": "get_render_priority", + "index": -1 } ] }, @@ -180383,8 +201935,9 @@ "name": "add_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "anim", @@ -180396,8 +201949,9 @@ "name": "has_animation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -180412,8 +201966,9 @@ "name": "remove_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "anim", @@ -180425,8 +201980,9 @@ "name": "rename_animation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "anim", @@ -180442,8 +201998,9 @@ "name": "get_animation_names", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -180452,8 +202009,9 @@ "name": "set_animation_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3220659865, "arguments": [ { "name": "anim", @@ -180470,8 +202028,9 @@ "name": "get_animation_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 726857106, "return_value": { "type": "float", "meta": "double" @@ -180487,8 +202046,9 @@ "name": "set_animation_loop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4083495133, "arguments": [ { "name": "anim", @@ -180504,8 +202064,9 @@ "name": "get_animation_loop", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -180520,8 +202081,9 @@ "name": "add_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 84761388, "arguments": [ { "name": "anim", @@ -180543,8 +202105,9 @@ "name": "get_frame_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 56074132, "return_value": { "type": "int", "meta": "int32" @@ -180560,8 +202123,9 @@ "name": "get_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 4130705632, "return_value": { "type": "Texture2D" }, @@ -180581,8 +202145,9 @@ "name": "set_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2411438645, "arguments": [ { "name": "anim", @@ -180603,8 +202168,9 @@ "name": "remove_frame", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 716947147, "arguments": [ { "name": "anim", @@ -180621,8 +202187,9 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "anim", @@ -180634,18 +202201,12 @@ "name": "clear_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ - { - "type": "Array", - "name": "frames", - "setter": "_set_frames", - "getter": "_get_frames", - "index": -1 - }, { "type": "Array", "name": "animations", @@ -180673,8 +202234,9 @@ "name": "set_constant_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "vel", @@ -180686,8 +202248,9 @@ "name": "set_constant_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "vel", @@ -180700,8 +202263,9 @@ "name": "get_constant_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -180710,8 +202274,9 @@ "name": "get_constant_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -180721,8 +202286,9 @@ "name": "set_physics_material_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 351877173, "arguments": [ { "name": "physics_material_override", @@ -180734,8 +202300,9 @@ "name": "get_physics_material_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 195782278, "return_value": { "type": "PhysicsMaterial" } @@ -180776,8 +202343,9 @@ "name": "set_constant_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "vel", @@ -180789,8 +202357,9 @@ "name": "set_constant_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "vel", @@ -180802,8 +202371,9 @@ "name": "get_constant_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -180812,8 +202382,9 @@ "name": "get_constant_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -180822,8 +202393,9 @@ "name": "set_physics_material_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 351877173, "arguments": [ { "name": "physics_material_override", @@ -180835,8 +202407,9 @@ "name": "get_physics_material_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 195782278, "return_value": { "type": "PhysicsMaterial" } @@ -180877,8 +202450,9 @@ "name": "put_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -180893,8 +202467,9 @@ "name": "put_partial_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1405707145, "return_value": { "type": "Array" }, @@ -180909,8 +202484,9 @@ "name": "get_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1773239939, "return_value": { "type": "Array" }, @@ -180926,8 +202502,9 @@ "name": "get_partial_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1773239939, "return_value": { "type": "Array" }, @@ -180943,8 +202520,9 @@ "name": "get_available_bytes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -180954,8 +202532,9 @@ "name": "set_big_endian", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -180967,8 +202546,9 @@ "name": "is_big_endian_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -180977,8 +202557,9 @@ "name": "put_8", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -180991,8 +202572,9 @@ "name": "put_u8", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -181005,8 +202587,9 @@ "name": "put_16", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -181019,8 +202602,9 @@ "name": "put_u16", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -181033,8 +202617,9 @@ "name": "put_32", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -181047,8 +202632,9 @@ "name": "put_u32", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -181061,8 +202647,9 @@ "name": "put_64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -181075,8 +202662,9 @@ "name": "put_u64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -181089,8 +202677,9 @@ "name": "put_float", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -181103,8 +202692,9 @@ "name": "put_double", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -181117,8 +202707,9 @@ "name": "put_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "value", @@ -181130,8 +202721,9 @@ "name": "put_utf8_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "value", @@ -181143,8 +202735,9 @@ "name": "put_var", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 738511890, "arguments": [ { "name": "value", @@ -181161,8 +202754,9 @@ "name": "get_8", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int8" @@ -181172,8 +202766,9 @@ "name": "get_u8", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint8" @@ -181183,8 +202778,9 @@ "name": "get_16", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int16" @@ -181194,8 +202790,9 @@ "name": "get_u16", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint16" @@ -181205,8 +202802,9 @@ "name": "get_32", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -181216,8 +202814,9 @@ "name": "get_u32", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint32" @@ -181227,8 +202826,9 @@ "name": "get_64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int64" @@ -181238,8 +202838,9 @@ "name": "get_u64", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint64" @@ -181249,8 +202850,9 @@ "name": "get_float", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -181260,8 +202862,9 @@ "name": "get_double", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "double" @@ -181271,8 +202874,9 @@ "name": "get_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204402, + "hash": 2309358862, "return_value": { "type": "String" }, @@ -181289,8 +202893,9 @@ "name": "get_utf8_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204402, + "hash": 2309358862, "return_value": { "type": "String" }, @@ -181307,8 +202912,9 @@ "name": "get_var", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 3442865206, "return_value": { "type": "Variant" }, @@ -181342,8 +202948,9 @@ "name": "seek", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "position", @@ -181356,8 +202963,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -181367,8 +202975,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -181378,8 +202987,9 @@ "name": "resize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -181392,8 +203002,9 @@ "name": "set_data_array", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4019067137, "arguments": [ { "name": "data", @@ -181405,8 +203016,9 @@ "name": "get_data_array", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } @@ -181415,15 +203027,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "duplicate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1073326371, "return_value": { "type": "StreamPeerBuffer" } @@ -181449,6 +203063,7 @@ { "name": "_get_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -181472,6 +203087,7 @@ { "name": "_get_partial_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -181495,6 +203111,7 @@ { "name": "_put_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -181518,6 +203135,7 @@ { "name": "_put_partial_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -181541,6 +203159,7 @@ { "name": "_get_available_bytes", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -181558,6 +203177,7 @@ "enums": [ { "name": "Status", + "is_bitfield": false, "values": [ { "name": "STATUS_DISCONNECTED", @@ -181587,15 +203207,17 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "accept_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971275, + "hash": 2478909783, "return_value": { "type": "enum::Error" }, @@ -181623,8 +203245,9 @@ "name": "connect_to_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2738288146, + "hash": 3768045311, "return_value": { "type": "enum::Error" }, @@ -181654,25 +203277,39 @@ "name": "get_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 524219300, "return_value": { "type": "enum::StreamPeerSSL.Status" } }, + { + "name": "get_stream", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 737546513, + "return_value": { + "type": "StreamPeer" + } + }, { "name": "disconnect_from_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_blocking_handshake_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -181684,8 +203321,9 @@ "name": "is_blocking_handshake_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -181710,6 +203348,7 @@ "enums": [ { "name": "Status", + "is_bitfield": false, "values": [ { "name": "STATUS_NONE", @@ -181735,8 +203374,9 @@ "name": "bind", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 4025329869, "return_value": { "type": "enum::Error" }, @@ -181757,8 +203397,9 @@ "name": "connect_to_host", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 993915709, "return_value": { "type": "enum::Error" }, @@ -181775,21 +203416,23 @@ ] }, { - "name": "is_connected_to_host", - "is_const": true, + "name": "poll", + "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 166280745, "return_value": { - "type": "bool" + "type": "enum::Error" } }, { "name": "get_status", - "is_const": false, + "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 859471121, "return_value": { "type": "enum::StreamPeerTCP.Status" } @@ -181798,8 +203441,9 @@ "name": "get_connected_host", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -181808,8 +203452,9 @@ "name": "get_connected_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -181819,8 +203464,9 @@ "name": "get_local_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -181830,15 +203476,17 @@ "name": "disconnect_from_host", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_no_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -181851,16 +203499,96 @@ { "name": "StyleBox", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Resource", "api_type": "core", "methods": [ + { + "name": "_get_style_margin", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "side", + "type": "enum::Side" + } + ] + }, + { + "name": "_test_mask", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "point", + "type": "Vector2" + }, + { + "name": "rect", + "type": "Rect2" + } + ] + }, + { + "name": "_get_center_size", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector2" + } + }, + { + "name": "_get_draw_rect", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Rect2" + }, + "arguments": [ + { + "name": "rect", + "type": "Rect2" + } + ] + }, + { + "name": "_draw", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "to_canvas_item", + "type": "RID" + }, + { + "name": "rect", + "type": "Rect2" + } + ] + }, { "name": "test_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3735564539, "return_value": { "type": "bool" }, @@ -181879,8 +203607,9 @@ "name": "set_default_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4290182280, "arguments": [ { "name": "margin", @@ -181897,8 +203626,9 @@ "name": "get_default_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -181914,8 +203644,9 @@ "name": "get_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -181931,8 +203662,9 @@ "name": "get_minimum_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -181941,8 +203673,9 @@ "name": "get_center_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -181951,8 +203684,9 @@ "name": "get_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -181961,8 +203695,9 @@ "name": "get_current_item_drawn", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2416815537, "return_value": { "type": "CanvasItem" } @@ -181971,8 +203706,9 @@ "name": "draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224136, + "hash": 2071330441, "arguments": [ { "name": "canvas_item", @@ -181993,13 +203729,6 @@ "getter": "get_default_margin", "index": 0 }, - { - "type": "float", - "name": "content_margin_right", - "setter": "set_default_margin", - "getter": "get_default_margin", - "index": 2 - }, { "type": "float", "name": "content_margin_top", @@ -182007,6 +203736,13 @@ "getter": "get_default_margin", "index": 1 }, + { + "type": "float", + "name": "content_margin_right", + "setter": "set_default_margin", + "getter": "get_default_margin", + "index": 2 + }, { "type": "float", "name": "content_margin_bottom", @@ -182034,8 +203770,9 @@ "name": "set_bg_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -182047,8 +203784,9 @@ "name": "get_bg_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -182057,8 +203795,9 @@ "name": "set_border_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -182070,8 +203809,9 @@ "name": "get_border_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -182080,8 +203820,9 @@ "name": "set_border_width_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -182094,8 +203835,9 @@ "name": "get_border_width_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -182105,8 +203847,9 @@ "name": "set_border_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 437707142, "arguments": [ { "name": "margin", @@ -182123,8 +203866,9 @@ "name": "get_border_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1983885014, "return_value": { "type": "int", "meta": "int32" @@ -182140,8 +203884,9 @@ "name": "set_border_blend", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "blend", @@ -182153,8 +203898,9 @@ "name": "get_border_blend", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -182163,8 +203909,9 @@ "name": "set_corner_radius_individual", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4275841770, "arguments": [ { "name": "radius_top_left", @@ -182192,8 +203939,9 @@ "name": "set_corner_radius_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "radius", @@ -182206,8 +203954,9 @@ "name": "set_corner_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2696158768, "arguments": [ { "name": "corner", @@ -182224,8 +203973,9 @@ "name": "get_corner_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3982397690, "return_value": { "type": "int", "meta": "int32" @@ -182241,8 +203991,9 @@ "name": "set_expand_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4290182280, "arguments": [ { "name": "margin", @@ -182259,8 +204010,9 @@ "name": "set_expand_margin_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -182273,8 +204025,9 @@ "name": "set_expand_margin_individual", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3948312143, "arguments": [ { "name": "size_left", @@ -182302,8 +204055,9 @@ "name": "get_expand_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -182319,8 +204073,9 @@ "name": "set_draw_center", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "draw_center", @@ -182332,18 +204087,45 @@ "name": "is_draw_center_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, + { + "name": "set_skew", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 743155724, + "arguments": [ + { + "name": "skew", + "type": "Vector2" + } + ] + }, + { + "name": "get_skew", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3341600327, + "return_value": { + "type": "Vector2" + } + }, { "name": "set_shadow_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -182355,8 +204137,9 @@ "name": "get_shadow_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -182365,8 +204148,9 @@ "name": "set_shadow_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -182379,8 +204163,9 @@ "name": "get_shadow_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -182390,8 +204175,9 @@ "name": "set_shadow_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -182403,8 +204189,9 @@ "name": "get_shadow_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -182413,8 +204200,9 @@ "name": "set_anti_aliased", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "anti_aliased", @@ -182426,8 +204214,9 @@ "name": "is_anti_aliased", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -182436,8 +204225,9 @@ "name": "set_aa_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -182450,8 +204240,9 @@ "name": "get_aa_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -182461,8 +204252,9 @@ "name": "set_corner_detail", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "detail", @@ -182475,8 +204267,9 @@ "name": "get_corner_detail", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -182498,6 +204291,13 @@ "getter": "is_draw_center_enabled", "index": -1 }, + { + "type": "Vector2", + "name": "skew", + "setter": "set_skew", + "getter": "get_skew", + "index": -1 + }, { "type": "int", "name": "border_width_left", @@ -182582,13 +204382,6 @@ "getter": "get_expand_margin", "index": 0 }, - { - "type": "float", - "name": "expand_margin_right", - "setter": "set_expand_margin", - "getter": "get_expand_margin", - "index": 2 - }, { "type": "float", "name": "expand_margin_top", @@ -182596,6 +204389,13 @@ "getter": "get_expand_margin", "index": 1 }, + { + "type": "float", + "name": "expand_margin_right", + "setter": "set_expand_margin", + "getter": "get_expand_margin", + "index": 2 + }, { "type": "float", "name": "expand_margin_bottom", @@ -182651,8 +204451,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -182664,8 +204465,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -182674,8 +204476,9 @@ "name": "set_thickness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "thickness", @@ -182688,8 +204491,9 @@ "name": "get_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -182699,8 +204503,9 @@ "name": "set_grow_begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "offset", @@ -182713,8 +204518,9 @@ "name": "get_grow_begin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -182724,8 +204530,9 @@ "name": "set_grow_end", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "offset", @@ -182738,8 +204545,9 @@ "name": "get_grow_end", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -182749,8 +204557,9 @@ "name": "set_vertical", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "vertical", @@ -182762,8 +204571,9 @@ "name": "is_vertical", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -182816,6 +204626,7 @@ "enums": [ { "name": "AxisStretchMode", + "is_bitfield": false, "values": [ { "name": "AXIS_STRETCH_MODE_STRETCH", @@ -182837,8 +204648,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -182850,8 +204662,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -182860,8 +204673,9 @@ "name": "set_margin_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4290182280, "arguments": [ { "name": "margin", @@ -182878,8 +204692,9 @@ "name": "get_margin_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -182895,8 +204710,9 @@ "name": "set_expand_margin_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4290182280, "arguments": [ { "name": "margin", @@ -182913,8 +204729,9 @@ "name": "set_expand_margin_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "size", @@ -182927,8 +204744,9 @@ "name": "set_expand_margin_individual", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3948312143, "arguments": [ { "name": "size_left", @@ -182956,8 +204774,9 @@ "name": "get_expand_margin_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2869120046, "return_value": { "type": "float", "meta": "float" @@ -182973,8 +204792,9 @@ "name": "set_region_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "region", @@ -182986,8 +204806,9 @@ "name": "get_region_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -182996,8 +204817,9 @@ "name": "set_draw_center", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -183009,8 +204831,9 @@ "name": "is_draw_center_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -183019,8 +204842,9 @@ "name": "set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -183032,8 +204856,9 @@ "name": "get_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -183042,8 +204867,9 @@ "name": "set_h_axis_stretch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2965538783, "arguments": [ { "name": "mode", @@ -183055,8 +204881,9 @@ "name": "get_h_axis_stretch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3807744063, "return_value": { "type": "enum::StyleBoxTexture.AxisStretchMode" } @@ -183065,8 +204892,9 @@ "name": "set_v_axis_stretch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2965538783, "arguments": [ { "name": "mode", @@ -183078,8 +204906,9 @@ "name": "get_v_axis_stretch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3807744063, "return_value": { "type": "enum::StyleBoxTexture.AxisStretchMode" } @@ -183093,13 +204922,6 @@ "getter": "get_texture", "index": -1 }, - { - "type": "Rect2", - "name": "region_rect", - "setter": "set_region_rect", - "getter": "get_region_rect", - "index": -1 - }, { "type": "float", "name": "margin_left", @@ -183107,13 +204929,6 @@ "getter": "get_margin_size", "index": 0 }, - { - "type": "float", - "name": "margin_right", - "setter": "set_margin_size", - "getter": "get_margin_size", - "index": 2 - }, { "type": "float", "name": "margin_top", @@ -183121,6 +204936,13 @@ "getter": "get_margin_size", "index": 1 }, + { + "type": "float", + "name": "margin_right", + "setter": "set_margin_size", + "getter": "get_margin_size", + "index": 2 + }, { "type": "float", "name": "margin_bottom", @@ -183135,13 +204957,6 @@ "getter": "get_expand_margin_size", "index": 0 }, - { - "type": "float", - "name": "expand_margin_right", - "setter": "set_expand_margin_size", - "getter": "get_expand_margin_size", - "index": 2 - }, { "type": "float", "name": "expand_margin_top", @@ -183149,6 +204964,13 @@ "getter": "get_expand_margin_size", "index": 1 }, + { + "type": "float", + "name": "expand_margin_right", + "setter": "set_expand_margin_size", + "getter": "get_expand_margin_size", + "index": 2 + }, { "type": "float", "name": "expand_margin_bottom", @@ -183170,6 +204992,13 @@ "getter": "get_v_axis_stretch_mode", "index": -1 }, + { + "type": "Rect2", + "name": "region_rect", + "setter": "set_region_rect", + "getter": "get_region_rect", + "index": -1 + }, { "type": "Color", "name": "modulate_color", @@ -183195,6 +205024,7 @@ "enums": [ { "name": "ClearMode", + "is_bitfield": false, "values": [ { "name": "CLEAR_MODE_ALWAYS", @@ -183212,6 +205042,7 @@ }, { "name": "UpdateMode", + "is_bitfield": false, "values": [ { "name": "UPDATE_DISABLED", @@ -183241,8 +205072,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -183254,8 +205086,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -183264,8 +205097,9 @@ "name": "set_size_2d_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -183277,8 +205111,9 @@ "name": "get_size_2d_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -183287,8 +205122,9 @@ "name": "set_size_2d_override_stretch", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -183300,8 +205136,9 @@ "name": "is_size_2d_override_stretch_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -183310,8 +205147,9 @@ "name": "set_update_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1295690030, "arguments": [ { "name": "mode", @@ -183323,8 +205161,9 @@ "name": "get_update_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2980171553, "return_value": { "type": "enum::SubViewport.UpdateMode" } @@ -183333,8 +205172,9 @@ "name": "set_clear_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2834454712, "arguments": [ { "name": "mode", @@ -183346,8 +205186,9 @@ "name": "get_clear_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 331324495, "return_value": { "type": "enum::SubViewport.ClearMode" } @@ -183402,8 +205243,9 @@ "name": "set_stretch", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -183415,8 +205257,9 @@ "name": "is_stretch_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -183425,8 +205268,9 @@ "name": "set_stretch_shrink", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -183439,8 +205283,9 @@ "name": "get_stretch_shrink", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -183473,6 +205318,7 @@ "enums": [ { "name": "CustomFormat", + "is_bitfield": false, "values": [ { "name": "CUSTOM_RGBA8_UNORM", @@ -183514,6 +205360,7 @@ }, { "name": "SkinWeightCount", + "is_bitfield": false, "values": [ { "name": "SKIN_4_WEIGHTS", @@ -183531,8 +205378,9 @@ "name": "set_skin_weight_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 618679515, "arguments": [ { "name": "count", @@ -183544,8 +205392,9 @@ "name": "get_skin_weight_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1072401130, "return_value": { "type": "enum::SurfaceTool.SkinWeightCount" } @@ -183554,11 +205403,12 @@ "name": "set_custom_format", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4087759856, "arguments": [ { - "name": "index", + "name": "channel_index", "type": "int", "meta": "int32" }, @@ -183572,14 +205422,15 @@ "name": "get_custom_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 839863283, "return_value": { "type": "enum::SurfaceTool.CustomFormat" }, "arguments": [ { - "name": "index", + "name": "channel_index", "type": "int", "meta": "int32" } @@ -183589,8 +205440,9 @@ "name": "begin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2230304113, "arguments": [ { "name": "primitive", @@ -183602,8 +205454,9 @@ "name": "add_vertex", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "vertex", @@ -183615,8 +205468,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "color", @@ -183628,8 +205482,9 @@ "name": "set_normal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "normal", @@ -183641,8 +205496,9 @@ "name": "set_tangent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 643568085, "arguments": [ { "name": "tangent", @@ -183654,8 +205510,9 @@ "name": "set_uv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "uv", @@ -183667,8 +205524,9 @@ "name": "set_uv2", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "uv2", @@ -183680,8 +205538,9 @@ "name": "set_bones", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4155329257, "arguments": [ { "name": "bones", @@ -183693,8 +205552,9 @@ "name": "set_weights", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2971499966, "arguments": [ { "name": "weights", @@ -183706,16 +205566,17 @@ "name": "set_custom", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { - "name": "index", + "name": "channel_index", "type": "int", "meta": "int32" }, { - "name": "custom", + "name": "custom_color", "type": "Color" } ] @@ -183724,8 +205585,9 @@ "name": "set_smooth_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -183738,8 +205600,9 @@ "name": "add_triangle_fan", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1486656780, + "hash": 3131490108, "arguments": [ { "name": "vertices", @@ -183776,8 +205639,9 @@ "name": "add_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -183790,22 +205654,25 @@ "name": "index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "deindex", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "generate_normals", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133278119, + "hash": 107499316, "arguments": [ { "name": "flip", @@ -183818,33 +205685,36 @@ "name": "generate_tangents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "optimize_indices_for_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { - "name": "get_max_axis_length", + "name": "get_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { - "type": "float", - "meta": "float" + "type": "AABB" } }, { "name": "generate_lod", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3219259354, "return_value": { "type": "PackedInt32Array" }, @@ -183866,8 +205736,9 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", @@ -183876,11 +205747,12 @@ ] }, { - "name": "get_primitive", + "name": "get_primitive_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 768822145, "return_value": { "type": "enum::Mesh.PrimitiveType" } @@ -183889,15 +205761,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "create_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 308661777, "arguments": [ { "name": "existing", @@ -183914,8 +205788,9 @@ "name": "create_from_blend_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2703315861, "arguments": [ { "name": "existing", @@ -183936,8 +205811,9 @@ "name": "append_from", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3263381951, "arguments": [ { "name": "existing", @@ -183958,8 +205834,9 @@ "name": "commit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3852883413, + "hash": 1244239117, "return_value": { "type": "ArrayMesh" }, @@ -183981,8 +205858,9 @@ "name": "commit_to_arrays", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -183999,6 +205877,7 @@ { "name": "_get_line_syntax_highlighting", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -184014,12 +205893,14 @@ { "name": "_clear_highlighting_cache", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_update_cache", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -184027,8 +205908,9 @@ "name": "get_line_syntax_highlighting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 32705541, "return_value": { "type": "Dictionary" }, @@ -184044,22 +205926,25 @@ "name": "update_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_highlighting_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_text_edit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3871474678, "return_value": { "type": "TextEdit" } @@ -184077,8 +205962,9 @@ "name": "listen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 4025329869, "return_value": { "type": "enum::Error" }, @@ -184099,8 +205985,9 @@ "name": "is_connection_available", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -184109,8 +205996,9 @@ "name": "is_listening", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -184119,8 +206007,9 @@ "name": "get_local_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -184130,8 +206019,9 @@ "name": "take_connection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 816742899, "return_value": { "type": "StreamPeerTCP" } @@ -184140,8 +206030,9 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -184154,6 +206045,7 @@ "enums": [ { "name": "AlignmentMode", + "is_bitfield": false, "values": [ { "name": "ALIGNMENT_LEFT", @@ -184175,6 +206067,7 @@ }, { "name": "CloseButtonDisplayPolicy", + "is_bitfield": false, "values": [ { "name": "CLOSE_BUTTON_SHOW_NEVER", @@ -184200,8 +206093,9 @@ "name": "set_tab_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "count", @@ -184214,8 +206108,9 @@ "name": "get_tab_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -184225,8 +206120,9 @@ "name": "set_current_tab", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "tab_idx", @@ -184239,8 +206135,9 @@ "name": "get_current_tab", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -184250,8 +206147,9 @@ "name": "get_previous_tab", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -184261,8 +206159,9 @@ "name": "set_tab_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "tab_idx", @@ -184279,8 +206178,9 @@ "name": "get_tab_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -184296,8 +206196,9 @@ "name": "set_tab_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1707680378, "arguments": [ { "name": "tab_idx", @@ -184314,8 +206215,9 @@ "name": "get_tab_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4235602388, "return_value": { "type": "enum::Control.TextDirection" }, @@ -184327,71 +206229,13 @@ } ] }, - { - "name": "set_tab_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "tab_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - }, - { - "name": "values", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_tab_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "tab_idx", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_tab_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "tab_idx", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "set_tab_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "tab_idx", @@ -184408,8 +206252,9 @@ "name": "get_tab_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -184425,8 +206270,9 @@ "name": "set_tab_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "tab_idx", @@ -184443,8 +206289,9 @@ "name": "get_tab_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -184460,8 +206307,9 @@ "name": "set_tab_button_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "tab_idx", @@ -184478,8 +206326,9 @@ "name": "get_tab_button_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -184495,8 +206344,9 @@ "name": "set_tab_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "tab_idx", @@ -184513,8 +206363,9 @@ "name": "is_tab_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -184530,8 +206381,9 @@ "name": "set_tab_hidden", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "tab_idx", @@ -184548,8 +206400,9 @@ "name": "is_tab_hidden", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -184565,8 +206418,9 @@ "name": "remove_tab", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "tab_idx", @@ -184579,8 +206433,9 @@ "name": "add_tab", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 530285939, + "hash": 2841273625, "arguments": [ { "name": "title", @@ -184598,8 +206453,9 @@ "name": "get_tab_idx_at_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3820158470, "return_value": { "type": "int", "meta": "int32" @@ -184615,8 +206471,9 @@ "name": "set_tab_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2413632353, "arguments": [ { "name": "alignment", @@ -184628,8 +206485,9 @@ "name": "get_tab_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2178122193, "return_value": { "type": "enum::TabBar.AlignmentMode" } @@ -184638,8 +206496,9 @@ "name": "set_clip_tabs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "clip_tabs", @@ -184651,8 +206510,9 @@ "name": "get_clip_tabs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -184661,8 +206521,9 @@ "name": "get_tab_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -184672,8 +206533,9 @@ "name": "get_offset_buttons_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -184682,8 +206544,9 @@ "name": "ensure_tab_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "idx", @@ -184696,8 +206559,9 @@ "name": "get_tab_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3327874267, "return_value": { "type": "Rect2" }, @@ -184713,8 +206577,9 @@ "name": "move_tab", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "from", @@ -184732,8 +206597,9 @@ "name": "set_tab_close_display_policy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2212906737, "arguments": [ { "name": "policy", @@ -184745,18 +206611,47 @@ "name": "get_tab_close_display_policy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2956568028, "return_value": { "type": "enum::TabBar.CloseButtonDisplayPolicy" } }, + { + "name": "set_max_tab_width", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "width", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_max_tab_width", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, { "name": "set_scrolling_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -184768,8 +206663,9 @@ "name": "get_scrolling_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -184778,8 +206674,9 @@ "name": "set_drag_to_rearrange_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -184791,8 +206688,9 @@ "name": "get_drag_to_rearrange_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -184801,8 +206699,9 @@ "name": "set_tabs_rearrange_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "group_id", @@ -184815,8 +206714,9 @@ "name": "get_tabs_rearrange_group", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -184826,8 +206726,9 @@ "name": "set_scroll_to_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -184839,8 +206740,9 @@ "name": "get_scroll_to_selected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -184849,8 +206751,9 @@ "name": "set_select_with_rmb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -184862,59 +206765,15 @@ "name": "get_select_with_rmb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } } ], "signals": [ - { - "name": "tab_hovered", - "arguments": [ - { - "name": "tab", - "type": "int" - } - ] - }, - { - "name": "active_tab_rearranged", - "arguments": [ - { - "name": "idx_to", - "type": "int" - } - ] - }, - { - "name": "tab_rmb_clicked", - "arguments": [ - { - "name": "tab", - "type": "int" - } - ] - }, - { - "name": "tab_clicked", - "arguments": [ - { - "name": "tab", - "type": "int" - } - ] - }, - { - "name": "tab_button_pressed", - "arguments": [ - { - "name": "tab", - "type": "int" - } - ] - }, { "name": "tab_selected", "arguments": [ @@ -184933,6 +206792,24 @@ } ] }, + { + "name": "tab_clicked", + "arguments": [ + { + "name": "tab", + "type": "int" + } + ] + }, + { + "name": "tab_rmb_clicked", + "arguments": [ + { + "name": "tab", + "type": "int" + } + ] + }, { "name": "tab_close_pressed", "arguments": [ @@ -184941,6 +206818,33 @@ "type": "int" } ] + }, + { + "name": "tab_button_pressed", + "arguments": [ + { + "name": "tab", + "type": "int" + } + ] + }, + { + "name": "tab_hovered", + "arguments": [ + { + "name": "tab", + "type": "int" + } + ] + }, + { + "name": "active_tab_rearranged", + "arguments": [ + { + "name": "idx_to", + "type": "int" + } + ] } ], "properties": [ @@ -184972,6 +206876,13 @@ "getter": "get_tab_close_display_policy", "index": -1 }, + { + "type": "int", + "name": "max_tab_width", + "setter": "set_max_tab_width", + "getter": "get_max_tab_width", + "index": -1 + }, { "type": "bool", "name": "scrolling_enabled", @@ -184987,7 +206898,7 @@ "index": -1 }, { - "type": "bool", + "type": "int", "name": "tabs_rearrange_group", "setter": "set_tabs_rearrange_group", "getter": "get_tabs_rearrange_group", @@ -185027,8 +206938,9 @@ "name": "get_tab_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -185038,8 +206950,9 @@ "name": "set_current_tab", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "tab_idx", @@ -185052,8 +206965,9 @@ "name": "get_current_tab", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -185063,8 +206977,9 @@ "name": "get_previous_tab", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -185074,8 +206989,9 @@ "name": "get_current_tab_control", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3772663784, "return_value": { "type": "Control" } @@ -185084,8 +207000,9 @@ "name": "get_tab_control", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2387372121, "return_value": { "type": "Control" }, @@ -185101,8 +207018,9 @@ "name": "set_tab_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2413632353, "arguments": [ { "name": "alignment", @@ -185114,8 +207032,9 @@ "name": "get_tab_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2178122193, "return_value": { "type": "enum::TabBar.AlignmentMode" } @@ -185124,8 +207043,9 @@ "name": "set_clip_tabs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "clip_tabs", @@ -185137,8 +207057,9 @@ "name": "get_clip_tabs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -185147,8 +207068,9 @@ "name": "set_tabs_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -185160,8 +207082,9 @@ "name": "are_tabs_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -185170,8 +207093,9 @@ "name": "set_all_tabs_in_front", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "is_front", @@ -185183,8 +207107,9 @@ "name": "is_all_tabs_in_front", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -185193,8 +207118,9 @@ "name": "set_tab_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "tab_idx", @@ -185211,8 +207137,9 @@ "name": "get_tab_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -185228,8 +207155,9 @@ "name": "set_tab_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "tab_idx", @@ -185246,8 +207174,9 @@ "name": "get_tab_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -185263,8 +207192,9 @@ "name": "set_tab_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "tab_idx", @@ -185281,8 +207211,9 @@ "name": "is_tab_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -185298,8 +207229,9 @@ "name": "set_tab_hidden", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "tab_idx", @@ -185316,8 +207248,9 @@ "name": "is_tab_hidden", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -185329,12 +207262,50 @@ } ] }, + { + "name": "set_tab_button_icon", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2115639743, + "arguments": [ + { + "name": "tab_idx", + "type": "int", + "meta": "int32" + }, + { + "name": "icon", + "type": "Texture2D" + } + ] + }, + { + "name": "get_tab_button_icon", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2823536307, + "return_value": { + "type": "Texture2D" + }, + "arguments": [ + { + "name": "tab_idx", + "type": "int", + "meta": "int32" + } + ] + }, { "name": "get_tab_idx_at_point", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3820158470, "return_value": { "type": "int", "meta": "int32" @@ -185350,8 +207321,9 @@ "name": "get_tab_idx_from_control", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 174509485, "return_value": { "type": "int", "meta": "int32" @@ -185367,8 +207339,9 @@ "name": "set_popup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 674998457, "arguments": [ { "name": "popup", @@ -185380,8 +207353,9 @@ "name": "get_popup", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 936940497, "return_value": { "type": "Popup" } @@ -185390,8 +207364,9 @@ "name": "set_drag_to_rearrange_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -185403,8 +207378,9 @@ "name": "get_drag_to_rearrange_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -185413,8 +207389,9 @@ "name": "set_tabs_rearrange_group", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "group_id", @@ -185427,8 +207404,9 @@ "name": "get_tabs_rearrange_group", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -185438,8 +207416,9 @@ "name": "set_use_hidden_tabs_for_min_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -185451,8 +207430,9 @@ "name": "get_use_hidden_tabs_for_min_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -185460,7 +207440,13 @@ ], "signals": [ { - "name": "pre_popup_pressed" + "name": "tab_changed", + "arguments": [ + { + "name": "tab", + "type": "int" + } + ] }, { "name": "tab_selected", @@ -185472,13 +207458,16 @@ ] }, { - "name": "tab_changed", + "name": "tab_button_pressed", "arguments": [ { "name": "tab", "type": "int" } ] + }, + { + "name": "pre_popup_pressed" } ], "properties": [ @@ -185547,80 +207536,9 @@ "inherits": "Control", "api_type": "core", "enums": [ - { - "name": "SelectionMode", - "values": [ - { - "name": "SELECTION_MODE_NONE", - "value": 0 - }, - { - "name": "SELECTION_MODE_SHIFT", - "value": 1 - }, - { - "name": "SELECTION_MODE_POINTER", - "value": 2 - }, - { - "name": "SELECTION_MODE_WORD", - "value": 3 - }, - { - "name": "SELECTION_MODE_LINE", - "value": 4 - } - ] - }, - { - "name": "SearchFlags", - "values": [ - { - "name": "SEARCH_MATCH_CASE", - "value": 1 - }, - { - "name": "SEARCH_WHOLE_WORDS", - "value": 2 - }, - { - "name": "SEARCH_BACKWARDS", - "value": 4 - } - ] - }, - { - "name": "GutterType", - "values": [ - { - "name": "GUTTER_TYPE_STRING", - "value": 0 - }, - { - "name": "GUTTER_TYPE_ICON", - "value": 1 - }, - { - "name": "GUTTER_TYPE_CUSTOM", - "value": 2 - } - ] - }, - { - "name": "LineWrappingMode", - "values": [ - { - "name": "LINE_WRAPPING_NONE", - "value": 0 - }, - { - "name": "LINE_WRAPPING_BOUNDARY", - "value": 1 - } - ] - }, { "name": "MenuItems", + "is_bitfield": false, "values": [ { "name": "MENU_CUT", @@ -185740,8 +207658,27 @@ } ] }, + { + "name": "SearchFlags", + "is_bitfield": false, + "values": [ + { + "name": "SEARCH_MATCH_CASE", + "value": 1 + }, + { + "name": "SEARCH_WHOLE_WORDS", + "value": 2 + }, + { + "name": "SEARCH_BACKWARDS", + "value": 4 + } + ] + }, { "name": "CaretType", + "is_bitfield": false, "values": [ { "name": "CARET_TYPE_LINE", @@ -185752,12 +207689,71 @@ "value": 1 } ] + }, + { + "name": "SelectionMode", + "is_bitfield": false, + "values": [ + { + "name": "SELECTION_MODE_NONE", + "value": 0 + }, + { + "name": "SELECTION_MODE_SHIFT", + "value": 1 + }, + { + "name": "SELECTION_MODE_POINTER", + "value": 2 + }, + { + "name": "SELECTION_MODE_WORD", + "value": 3 + }, + { + "name": "SELECTION_MODE_LINE", + "value": 4 + } + ] + }, + { + "name": "LineWrappingMode", + "is_bitfield": false, + "values": [ + { + "name": "LINE_WRAPPING_NONE", + "value": 0 + }, + { + "name": "LINE_WRAPPING_BOUNDARY", + "value": 1 + } + ] + }, + { + "name": "GutterType", + "is_bitfield": false, + "values": [ + { + "name": "GUTTER_TYPE_STRING", + "value": 0 + }, + { + "name": "GUTTER_TYPE_ICON", + "value": 1 + }, + { + "name": "GUTTER_TYPE_CUSTOM", + "value": 2 + } + ] } ], "methods": [ { "name": "_handle_unicode_input", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -185770,30 +207766,35 @@ { "name": "_backspace", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_cut", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_copy", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_paste", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_paste_primary_clipboard", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, @@ -185801,8 +207802,9 @@ "name": "has_ime_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -185811,8 +207813,9 @@ "name": "set_editable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -185824,8 +207827,9 @@ "name": "is_editable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -185834,8 +207838,9 @@ "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 119160795, "arguments": [ { "name": "direction", @@ -185847,60 +207852,20 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 797257663, "return_value": { "type": "enum::Control.TextDirection" } }, - { - "name": "set_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134224103, - "arguments": [ - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135374120, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 - }, { "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "language", @@ -185912,8 +207877,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -185922,12 +207888,13 @@ "name": "set_structured_text_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 55961453, "arguments": [ { "name": "parser", - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } ] }, @@ -185935,18 +207902,20 @@ "name": "get_structured_text_bidi_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3385126229, "return_value": { - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } }, { "name": "set_structured_text_bidi_override_options", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "args", @@ -185958,8 +207927,9 @@ "name": "get_structured_text_bidi_override_options", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -185968,8 +207938,9 @@ "name": "set_tab_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -185982,8 +207953,9 @@ "name": "get_tab_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -185993,8 +207965,9 @@ "name": "set_overtype_mode_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -186006,8 +207979,9 @@ "name": "is_overtype_mode_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186016,8 +207990,9 @@ "name": "set_context_menu_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -186029,8 +208004,9 @@ "name": "is_context_menu_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186039,8 +208015,9 @@ "name": "set_shortcut_keys_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -186052,8 +208029,9 @@ "name": "is_shortcut_keys_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186062,8 +208040,9 @@ "name": "set_virtual_keyboard_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -186075,8 +208054,9 @@ "name": "is_virtual_keyboard_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186085,8 +208065,9 @@ "name": "set_middle_mouse_paste_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -186098,8 +208079,9 @@ "name": "is_middle_mouse_paste_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186108,15 +208090,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -186128,8 +208112,9 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -186138,8 +208123,9 @@ "name": "get_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -186149,8 +208135,9 @@ "name": "set_placeholder", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -186162,8 +208149,9 @@ "name": "get_placeholder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -186172,8 +208160,9 @@ "name": "set_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "line", @@ -186190,8 +208179,9 @@ "name": "get_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -186207,8 +208197,9 @@ "name": "get_line_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3294126239, "return_value": { "type": "int", "meta": "int32" @@ -186231,8 +208222,9 @@ "name": "get_line_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -186242,8 +208234,9 @@ "name": "get_indent_level", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -186260,8 +208253,9 @@ "name": "get_first_non_whitespace_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -186278,8 +208272,9 @@ "name": "swap_lines", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "from_line", @@ -186297,8 +208292,9 @@ "name": "insert_line_at", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "line", @@ -186315,8 +208311,9 @@ "name": "insert_text_at_caret", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -186328,8 +208325,9 @@ "name": "remove_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4275841770, "arguments": [ { "name": "from_line", @@ -186357,8 +208355,9 @@ "name": "get_last_unhidden_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -186368,8 +208367,9 @@ "name": "get_next_visible_line_offset_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -186391,8 +208391,9 @@ "name": "get_next_visible_line_index_offset_from", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3386475622, "return_value": { "type": "Vector2i" }, @@ -186418,50 +208419,57 @@ "name": "backspace", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "cut", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "copy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "paste", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "begin_complex_operation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "end_complex_operation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "has_undo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186470,8 +208478,9 @@ "name": "has_redo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186480,36 +208489,41 @@ "name": "undo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "redo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_undo_history", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "tag_saved_version", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_version", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -186519,8 +208533,9 @@ "name": "get_saved_version", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -186530,8 +208545,9 @@ "name": "set_search_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "search_text", @@ -186543,8 +208559,9 @@ "name": "set_search_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "flags", @@ -186557,8 +208574,9 @@ "name": "search", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481931, + "hash": 1203739136, "return_value": { "type": "Vector2i" }, @@ -186588,8 +208606,9 @@ "name": "set_tooltip_request_func", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1348162250, "arguments": [ { "name": "callback", @@ -186601,8 +208620,9 @@ "name": "get_local_mouse_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -186611,8 +208631,9 @@ "name": "get_word_at_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3674420000, "return_value": { "type": "String" }, @@ -186627,8 +208648,9 @@ "name": "get_line_column_at_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 850652858, "return_value": { "type": "Vector2i" }, @@ -186648,8 +208670,9 @@ "name": "get_pos_at_line_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 410388347, "return_value": { "type": "Vector2i" }, @@ -186670,8 +208693,9 @@ "name": "get_rect_at_line_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3256618057, "return_value": { "type": "Rect2i" }, @@ -186692,8 +208716,9 @@ "name": "get_minimap_line_at_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -186709,8 +208734,9 @@ "name": "is_dragging_cursor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186719,8 +208745,9 @@ "name": "is_mouse_over_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135401148, "return_value": { "type": "bool" }, @@ -186735,8 +208762,9 @@ "name": "set_caret_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1211596914, "arguments": [ { "name": "type", @@ -186748,8 +208776,9 @@ "name": "get_caret_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2830252959, "return_value": { "type": "enum::TextEdit.CaretType" } @@ -186758,8 +208787,9 @@ "name": "set_caret_blink_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -186771,8 +208801,9 @@ "name": "is_caret_blink_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186781,8 +208812,9 @@ "name": "set_caret_blink_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "blink_speed", @@ -186795,8 +208827,9 @@ "name": "get_caret_blink_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -186806,8 +208839,9 @@ "name": "set_move_caret_on_right_click_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -186819,8 +208853,9 @@ "name": "is_move_caret_on_right_click_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186829,8 +208864,9 @@ "name": "set_caret_mid_grapheme_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -186842,8 +208878,9 @@ "name": "is_caret_mid_grapheme_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186852,8 +208889,9 @@ "name": "is_caret_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186862,8 +208900,9 @@ "name": "get_caret_draw_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -186872,8 +208911,9 @@ "name": "set_caret_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3063695246, + "hash": 3443156988, "arguments": [ { "name": "line", @@ -186902,8 +208942,9 @@ "name": "get_caret_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -186913,8 +208954,9 @@ "name": "set_caret_column", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 4023243586, "arguments": [ { "name": "column", @@ -186932,8 +208974,9 @@ "name": "get_caret_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -186943,8 +208986,9 @@ "name": "get_caret_wrap_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -186954,8 +208998,9 @@ "name": "get_word_under_caret", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -186964,8 +209009,9 @@ "name": "set_selecting_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -186977,8 +209023,9 @@ "name": "is_selecting_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -186987,8 +209034,9 @@ "name": "set_deselect_on_focus_loss_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -187000,8 +209048,34 @@ "name": "is_deselect_on_focus_loss_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_drag_and_drop_selection_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_drag_and_drop_selection_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, "return_value": { "type": "bool" } @@ -187010,8 +209084,9 @@ "name": "set_override_selected_font_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "override", @@ -187023,8 +209098,9 @@ "name": "is_overriding_selected_font_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -187033,8 +209109,9 @@ "name": "set_selection_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 159458228, + "hash": 2206958594, "arguments": [ { "name": "mode", @@ -187058,8 +209135,9 @@ "name": "get_selection_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3750106938, "return_value": { "type": "enum::TextEdit.SelectionMode" } @@ -187068,22 +209146,25 @@ "name": "select_all", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "select_word_under_caret", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "select", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4275841770, "arguments": [ { "name": "from_line", @@ -187111,8 +209192,9 @@ "name": "has_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -187121,8 +209203,9 @@ "name": "get_selected_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -187131,8 +209214,9 @@ "name": "get_selection_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187142,8 +209226,9 @@ "name": "get_selection_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187153,8 +209238,9 @@ "name": "get_selection_from_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187164,8 +209250,9 @@ "name": "get_selection_from_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187175,8 +209262,9 @@ "name": "get_selection_to_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187186,8 +209274,9 @@ "name": "get_selection_to_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187197,22 +209286,25 @@ "name": "deselect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "delete_selection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_line_wrapping_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2525115309, "arguments": [ { "name": "mode", @@ -187224,8 +209316,9 @@ "name": "get_line_wrapping_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3562716114, "return_value": { "type": "enum::TextEdit.LineWrappingMode" } @@ -187234,8 +209327,9 @@ "name": "is_line_wrapped", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -187251,8 +209345,9 @@ "name": "get_line_wrap_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -187269,8 +209364,9 @@ "name": "get_line_wrap_index_at_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -187292,8 +209388,9 @@ "name": "get_line_wrapped_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3757827437, "return_value": { "type": "PackedStringArray" }, @@ -187306,11 +209403,12 @@ ] }, { - "name": "set_smooth_scroll_enable", + "name": "set_smooth_scroll_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -187322,8 +209420,9 @@ "name": "is_smooth_scroll_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -187332,8 +209431,9 @@ "name": "set_v_scroll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -187346,8 +209446,9 @@ "name": "get_v_scroll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -187357,8 +209458,9 @@ "name": "set_h_scroll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -187371,8 +209473,9 @@ "name": "get_h_scroll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187382,8 +209485,9 @@ "name": "set_scroll_past_end_of_file_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -187395,8 +209499,9 @@ "name": "is_scroll_past_end_of_file_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -187405,8 +209510,9 @@ "name": "set_v_scroll_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "speed", @@ -187419,19 +209525,46 @@ "name": "get_v_scroll_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" } }, + { + "name": "set_fit_content_height_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "arg0", + "type": "bool" + } + ] + }, + { + "name": "is_fit_content_height_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "get_scroll_pos_for_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3274652423, "return_value": { "type": "float", "meta": "double" @@ -187454,8 +209587,9 @@ "name": "set_line_as_first_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3023605688, "arguments": [ { "name": "line", @@ -187474,8 +209608,9 @@ "name": "get_first_visible_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187485,8 +209620,9 @@ "name": "set_line_as_center_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3023605688, "arguments": [ { "name": "line", @@ -187505,8 +209641,9 @@ "name": "set_line_as_last_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3023605688, "arguments": [ { "name": "line", @@ -187525,8 +209662,9 @@ "name": "get_last_full_visible_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187536,8 +209674,9 @@ "name": "get_last_full_visible_line_wrap_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187547,8 +209686,9 @@ "name": "get_visible_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187558,8 +209698,9 @@ "name": "get_visible_line_count_in_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -187581,8 +209722,9 @@ "name": "get_total_visible_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187592,22 +209734,25 @@ "name": "adjust_viewport_to_caret", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "center_viewport_to_caret", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_draw_minimap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -187619,8 +209764,9 @@ "name": "is_drawing_minimap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -187629,8 +209775,9 @@ "name": "set_minimap_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "width", @@ -187643,8 +209790,9 @@ "name": "get_minimap_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187654,8 +209802,9 @@ "name": "get_minimap_visible_lines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187665,8 +209814,9 @@ "name": "add_gutter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "at", @@ -187680,8 +209830,9 @@ "name": "remove_gutter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "gutter", @@ -187694,8 +209845,9 @@ "name": "get_gutter_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187705,8 +209857,9 @@ "name": "set_gutter_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "gutter", @@ -187723,8 +209876,9 @@ "name": "get_gutter_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -187740,8 +209894,9 @@ "name": "set_gutter_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1088959071, "arguments": [ { "name": "gutter", @@ -187758,8 +209913,9 @@ "name": "get_gutter_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1159699127, "return_value": { "type": "enum::TextEdit.GutterType" }, @@ -187775,8 +209931,9 @@ "name": "set_gutter_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "gutter", @@ -187794,8 +209951,9 @@ "name": "get_gutter_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -187812,8 +209970,9 @@ "name": "set_gutter_draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "gutter", @@ -187830,8 +209989,9 @@ "name": "is_gutter_drawn", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -187847,8 +210007,9 @@ "name": "set_gutter_clickable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "gutter", @@ -187865,8 +210026,9 @@ "name": "is_gutter_clickable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -187882,8 +210044,9 @@ "name": "set_gutter_overwritable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "gutter", @@ -187900,8 +210063,9 @@ "name": "is_gutter_overwritable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -187917,8 +210081,9 @@ "name": "merge_gutters", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "from_line", @@ -187936,8 +210101,9 @@ "name": "set_gutter_custom_draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2761262315, "arguments": [ { "name": "column", @@ -187954,8 +210120,9 @@ "name": "get_total_gutter_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -187965,8 +210132,9 @@ "name": "set_line_gutter_metadata", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2060538656, "arguments": [ { "name": "line", @@ -187988,8 +210156,9 @@ "name": "get_line_gutter_metadata", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 678354945, "return_value": { "type": "Variant" }, @@ -188010,8 +210179,9 @@ "name": "set_line_gutter_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2285447957, "arguments": [ { "name": "line", @@ -188033,8 +210203,9 @@ "name": "get_line_gutter_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1391810591, "return_value": { "type": "String" }, @@ -188055,8 +210226,9 @@ "name": "set_line_gutter_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 467788457, "arguments": [ { "name": "line", @@ -188078,8 +210250,9 @@ "name": "get_line_gutter_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2680681070, "return_value": { "type": "Texture2D" }, @@ -188100,8 +210273,9 @@ "name": "set_line_gutter_item_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 30950988, "arguments": [ { "name": "line", @@ -188123,8 +210297,9 @@ "name": "get_line_gutter_item_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3907021144, "return_value": { "type": "Color" }, @@ -188145,8 +210320,9 @@ "name": "set_line_gutter_clickable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1383440665, "arguments": [ { "name": "line", @@ -188168,8 +210344,9 @@ "name": "is_line_gutter_clickable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2522259332, "return_value": { "type": "bool" }, @@ -188190,8 +210367,9 @@ "name": "set_line_background_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "line", @@ -188208,8 +210386,9 @@ "name": "get_line_background_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -188225,8 +210404,9 @@ "name": "set_syntax_highlighter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3806151683, "arguments": [ { "name": "syntax_highlighter", @@ -188238,8 +210418,9 @@ "name": "get_syntax_highlighter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3609634186, "return_value": { "type": "SyntaxHighlighter" } @@ -188248,8 +210429,9 @@ "name": "set_highlight_current_line", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -188261,8 +210443,9 @@ "name": "is_highlight_current_line_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188271,8 +210454,9 @@ "name": "set_highlight_all_occurrences", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -188284,8 +210468,9 @@ "name": "is_highlight_all_occurrences_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188294,8 +210479,9 @@ "name": "get_draw_control_chars", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188304,8 +210490,9 @@ "name": "set_draw_control_chars", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -188317,8 +210504,9 @@ "name": "set_draw_tabs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -188330,8 +210518,9 @@ "name": "is_drawing_tabs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188340,8 +210529,9 @@ "name": "set_draw_spaces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -188353,8 +210543,9 @@ "name": "is_drawing_spaces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188363,8 +210554,9 @@ "name": "get_menu", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 43831279, "return_value": { "type": "PopupMenu" } @@ -188373,8 +210565,9 @@ "name": "is_menu_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188383,8 +210576,9 @@ "name": "menu_option", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "option", @@ -188396,10 +210590,10 @@ ], "signals": [ { - "name": "gutter_removed" + "name": "text_set" }, { - "name": "gutter_added" + "name": "text_changed" }, { "name": "lines_edited_from", @@ -188414,15 +210608,9 @@ } ] }, - { - "name": "text_changed" - }, { "name": "caret_changed" }, - { - "name": "text_set" - }, { "name": "gutter_clicked", "arguments": [ @@ -188435,6 +210623,12 @@ "type": "int" } ] + }, + { + "name": "gutter_added" + }, + { + "name": "gutter_removed" } ], "properties": [ @@ -188452,20 +210646,6 @@ "getter": "get_placeholder", "index": -1 }, - { - "type": "int", - "name": "text_direction", - "setter": "set_text_direction", - "getter": "get_text_direction", - "index": -1 - }, - { - "type": "String", - "name": "language", - "setter": "set_language", - "getter": "get_language", - "index": -1 - }, { "type": "bool", "name": "editable", @@ -188501,6 +210681,13 @@ "getter": "is_deselect_on_focus_loss_enabled", "index": -1 }, + { + "type": "bool", + "name": "drag_and_drop_selection_enabled", + "setter": "set_drag_and_drop_selection_enabled", + "getter": "is_drag_and_drop_selection_enabled", + "index": -1 + }, { "type": "bool", "name": "virtual_keyboard_enabled", @@ -188574,7 +210761,7 @@ { "type": "bool", "name": "scroll_smooth", - "setter": "set_smooth_scroll_enable", + "setter": "set_smooth_scroll_enabled", "getter": "is_smooth_scroll_enabled", "index": -1 }, @@ -188606,6 +210793,13 @@ "getter": "get_h_scroll", "index": -1 }, + { + "type": "bool", + "name": "scroll_fit_content_height", + "setter": "set_fit_content_height_enabled", + "getter": "is_fit_content_height_enabled", + "index": -1 + }, { "type": "bool", "name": "minimap_draw", @@ -188655,6 +210849,20 @@ "getter": "is_caret_mid_grapheme_enabled", "index": -1 }, + { + "type": "int", + "name": "text_direction", + "setter": "set_text_direction", + "getter": "get_text_direction", + "index": -1 + }, + { + "type": "String", + "name": "language", + "setter": "set_language", + "getter": "get_language", + "index": -1 + }, { "type": "int", "name": "structured_text_bidi_override", @@ -188677,47 +210885,22 @@ "is_instantiable": true, "inherits": "RefCounted", "api_type": "core", - "enums": [ - { - "name": "OverrunBehavior", - "values": [ - { - "name": "OVERRUN_NO_TRIMMING", - "value": 0 - }, - { - "name": "OVERRUN_TRIM_CHAR", - "value": 1 - }, - { - "name": "OVERRUN_TRIM_WORD", - "value": 2 - }, - { - "name": "OVERRUN_TRIM_ELLIPSIS", - "value": 3 - }, - { - "name": "OVERRUN_TRIM_WORD_ELLIPSIS", - "value": 4 - } - ] - } - ], "methods": [ { "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1418190634, "arguments": [ { "name": "direction", @@ -188729,8 +210912,9 @@ "name": "get_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2516697328, "return_value": { "type": "enum::TextServer.Direction" } @@ -188739,8 +210923,9 @@ "name": "set_orientation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 42823726, "arguments": [ { "name": "orientation", @@ -188752,8 +210937,9 @@ "name": "get_orientation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 175768116, "return_value": { "type": "enum::TextServer.Orientation" } @@ -188762,8 +210948,9 @@ "name": "set_preserve_invalid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -188775,8 +210962,9 @@ "name": "get_preserve_invalid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188785,8 +210973,9 @@ "name": "set_preserve_control", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -188798,8 +210987,9 @@ "name": "get_preserve_control", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -188808,8 +210998,9 @@ "name": "set_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "override", @@ -188821,8 +211012,9 @@ "name": "add_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1020396879, + "hash": 1100017824, "return_value": { "type": "bool" }, @@ -188832,19 +211024,14 @@ "type": "String" }, { - "name": "fonts", + "name": "font", "type": "Font" }, { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32" }, - { - "name": "opentype_features", - "type": "Dictionary", - "default_value": "{}" - }, { "name": "language", "type": "String", @@ -188861,8 +211048,9 @@ "name": "add_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 232531617, "return_value": { "type": "bool" }, @@ -188892,8 +211080,9 @@ "name": "resize_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 1241600523, "return_value": { "type": "bool" }, @@ -188917,8 +211106,9 @@ "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "width", @@ -188931,8 +211121,9 @@ "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -188942,8 +211133,9 @@ "name": "set_horizontal_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2312603777, "arguments": [ { "name": "alignment", @@ -188955,8 +211147,9 @@ "name": "get_horizontal_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 341400642, "return_value": { "type": "enum::HorizontalAlignment" } @@ -188965,8 +211158,9 @@ "name": "tab_align", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2971499966, "arguments": [ { "name": "tab_stops", @@ -188978,13 +211172,13 @@ "name": "set_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2877345813, "arguments": [ { "name": "flags", - "type": "int", - "meta": "uint16" + "type": "bitfield::TextServer.JustificationFlag" } ] }, @@ -188992,23 +211186,24 @@ "name": "get_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1583363614, "return_value": { - "type": "int", - "meta": "uint16" + "type": "bitfield::TextServer.JustificationFlag" } }, { "name": "set_text_overrun_behavior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1008890932, "arguments": [ { "name": "overrun_behavior", - "type": "enum::TextLine.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } ] }, @@ -189016,18 +211211,20 @@ "name": "get_text_overrun_behavior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3779142101, "return_value": { - "type": "enum::TextLine.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } }, { "name": "get_objects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -189036,8 +211233,9 @@ "name": "get_object_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1742700391, "return_value": { "type": "Rect2" }, @@ -189052,8 +211250,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -189062,8 +211261,9 @@ "name": "get_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -189072,8 +211272,9 @@ "name": "get_line_ascent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -189083,8 +211284,9 @@ "name": "get_line_descent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -189094,8 +211296,9 @@ "name": "get_line_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -189105,8 +211308,9 @@ "name": "get_line_underline_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -189116,8 +211320,9 @@ "name": "get_line_underline_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -189127,8 +211332,9 @@ "name": "draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649994, + "hash": 4270226892, "arguments": [ { "name": "canvas", @@ -189149,8 +211355,9 @@ "name": "draw_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802764, + "hash": 3002194939, "arguments": [ { "name": "canvas", @@ -189177,8 +211384,9 @@ "name": "hit_test", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2401831903, "return_value": { "type": "int", "meta": "int32" @@ -189251,53 +211459,465 @@ } ] }, + { + "name": "TextMesh", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "PrimitiveMesh", + "api_type": "core", + "methods": [ + { + "name": "set_horizontal_alignment", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2312603777, + "arguments": [ + { + "name": "alignment", + "type": "enum::HorizontalAlignment" + } + ] + }, + { + "name": "get_horizontal_alignment", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 341400642, + "return_value": { + "type": "enum::HorizontalAlignment" + } + }, + { + "name": "set_text", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "text", + "type": "String" + } + ] + }, + { + "name": "get_text", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_font", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3289570653, + "arguments": [ + { + "name": "font", + "type": "Font" + } + ] + }, + { + "name": "get_font", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1041304650, + "return_value": { + "type": "Font" + } + }, + { + "name": "set_font_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1286410249, + "arguments": [ + { + "name": "font_size", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_font_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_depth", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "depth", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_depth", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_width", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "width", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_width", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_pixel_size", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "pixel_size", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_pixel_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_curve_step", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 373806689, + "arguments": [ + { + "name": "curve_step", + "type": "float", + "meta": "float" + } + ] + }, + { + "name": "get_curve_step", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } + }, + { + "name": "set_text_direction", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1418190634, + "arguments": [ + { + "name": "direction", + "type": "enum::TextServer.Direction" + } + ] + }, + { + "name": "get_text_direction", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2516697328, + "return_value": { + "type": "enum::TextServer.Direction" + } + }, + { + "name": "set_language", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "language", + "type": "String" + } + ] + }, + { + "name": "get_language", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_structured_text_bidi_override", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 55961453, + "arguments": [ + { + "name": "parser", + "type": "enum::TextServer.StructuredTextParser" + } + ] + }, + { + "name": "get_structured_text_bidi_override", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3385126229, + "return_value": { + "type": "enum::TextServer.StructuredTextParser" + } + }, + { + "name": "set_structured_text_bidi_override_options", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1611583062, + "arguments": [ + { + "name": "args", + "type": "Array" + } + ] + }, + { + "name": "get_structured_text_bidi_override_options", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1307783378, + "return_value": { + "type": "Array" + } + }, + { + "name": "set_uppercase", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_uppercase", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + } + ], + "properties": [ + { + "type": "String", + "name": "text", + "setter": "set_text", + "getter": "get_text", + "index": -1 + }, + { + "type": "Font", + "name": "font", + "setter": "set_font", + "getter": "get_font", + "index": -1 + }, + { + "type": "int", + "name": "font_size", + "setter": "set_font_size", + "getter": "get_font_size", + "index": -1 + }, + { + "type": "int", + "name": "horizontal_alignment", + "setter": "set_horizontal_alignment", + "getter": "get_horizontal_alignment", + "index": -1 + }, + { + "type": "bool", + "name": "uppercase", + "setter": "set_uppercase", + "getter": "is_uppercase", + "index": -1 + }, + { + "type": "float", + "name": "pixel_size", + "setter": "set_pixel_size", + "getter": "get_pixel_size", + "index": -1 + }, + { + "type": "float", + "name": "curve_step", + "setter": "set_curve_step", + "getter": "get_curve_step", + "index": -1 + }, + { + "type": "float", + "name": "depth", + "setter": "set_depth", + "getter": "get_depth", + "index": -1 + }, + { + "type": "float", + "name": "width", + "setter": "set_width", + "getter": "get_width", + "index": -1 + }, + { + "type": "int", + "name": "text_direction", + "setter": "set_text_direction", + "getter": "get_text_direction", + "index": -1 + }, + { + "type": "String", + "name": "language", + "setter": "set_language", + "getter": "get_language", + "index": -1 + }, + { + "type": "int", + "name": "structured_text_bidi_override", + "setter": "set_structured_text_bidi_override", + "getter": "get_structured_text_bidi_override", + "index": -1 + }, + { + "type": "Array", + "name": "structured_text_bidi_override_options", + "setter": "set_structured_text_bidi_override_options", + "getter": "get_structured_text_bidi_override_options", + "index": -1 + } + ] + }, { "name": "TextParagraph", "is_refcounted": true, "is_instantiable": true, "inherits": "RefCounted", "api_type": "core", - "enums": [ - { - "name": "OverrunBehavior", - "values": [ - { - "name": "OVERRUN_NO_TRIMMING", - "value": 0 - }, - { - "name": "OVERRUN_TRIM_CHAR", - "value": 1 - }, - { - "name": "OVERRUN_TRIM_WORD", - "value": 2 - }, - { - "name": "OVERRUN_TRIM_ELLIPSIS", - "value": 3 - }, - { - "name": "OVERRUN_TRIM_WORD_ELLIPSIS", - "value": 4 - } - ] - } - ], "methods": [ { "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1418190634, "arguments": [ { "name": "direction", @@ -189309,8 +211929,9 @@ "name": "get_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2516697328, "return_value": { "type": "enum::TextServer.Direction" } @@ -189319,8 +211940,9 @@ "name": "set_custom_punctuation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "custom_punctuation", @@ -189332,8 +211954,9 @@ "name": "get_custom_punctuation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -189342,8 +211965,9 @@ "name": "set_orientation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 42823726, "arguments": [ { "name": "orientation", @@ -189355,8 +211979,9 @@ "name": "get_orientation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 175768116, "return_value": { "type": "enum::TextServer.Orientation" } @@ -189365,8 +211990,9 @@ "name": "set_preserve_invalid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -189378,8 +212004,9 @@ "name": "get_preserve_invalid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -189388,8 +212015,9 @@ "name": "set_preserve_control", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -189401,8 +212029,9 @@ "name": "get_preserve_control", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -189411,8 +212040,9 @@ "name": "set_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "override", @@ -189424,8 +212054,9 @@ "name": "set_dropcap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1020396879, + "hash": 1273629852, "return_value": { "type": "bool" }, @@ -189435,11 +212066,11 @@ "type": "String" }, { - "name": "fonts", + "name": "font", "type": "Font" }, { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32" }, @@ -189448,11 +212079,6 @@ "type": "Rect2", "default_value": "Rect2(0, 0, 0, 0)" }, - { - "name": "opentype_features", - "type": "Dictionary", - "default_value": "{}" - }, { "name": "language", "type": "String", @@ -189464,15 +212090,17 @@ "name": "clear_dropcap", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1020396879, + "hash": 1100017824, "return_value": { "type": "bool" }, @@ -189482,19 +212110,14 @@ "type": "String" }, { - "name": "fonts", + "name": "font", "type": "Font" }, { - "name": "size", + "name": "font_size", "type": "int", "meta": "int32" }, - { - "name": "opentype_features", - "type": "Dictionary", - "default_value": "{}" - }, { "name": "language", "type": "String", @@ -189511,8 +212134,9 @@ "name": "add_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270700, + "hash": 232531617, "return_value": { "type": "bool" }, @@ -189542,8 +212166,9 @@ "name": "resize_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 1241600523, "return_value": { "type": "bool" }, @@ -189567,8 +212192,9 @@ "name": "set_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2312603777, "arguments": [ { "name": "alignment", @@ -189580,8 +212206,9 @@ "name": "get_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 341400642, "return_value": { "type": "enum::HorizontalAlignment" } @@ -189590,8 +212217,9 @@ "name": "tab_align", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2971499966, "arguments": [ { "name": "tab_stops", @@ -189600,40 +212228,66 @@ ] }, { - "name": "set_flags", + "name": "set_break_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2809697122, "arguments": [ { "name": "flags", - "type": "int", - "meta": "uint16" + "type": "bitfield::TextServer.LineBreakFlag" } ] }, { - "name": "get_flags", + "name": "get_break_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2340632602, "return_value": { - "type": "int", - "meta": "uint16" + "type": "bitfield::TextServer.LineBreakFlag" + } + }, + { + "name": "set_justification_flags", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2877345813, + "arguments": [ + { + "name": "flags", + "type": "bitfield::TextServer.JustificationFlag" + } + ] + }, + { + "name": "get_justification_flags", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1583363614, + "return_value": { + "type": "bitfield::TextServer.JustificationFlag" } }, { "name": "set_text_overrun_behavior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1008890932, "arguments": [ { "name": "overrun_behavior", - "type": "enum::TextParagraph.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } ] }, @@ -189641,18 +212295,20 @@ "name": "get_text_overrun_behavior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3779142101, "return_value": { - "type": "enum::TextParagraph.OverrunBehavior" + "type": "enum::TextServer.OverrunBehavior" } }, { "name": "set_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "width", @@ -189665,8 +212321,9 @@ "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -189676,8 +212333,9 @@ "name": "get_non_wrapped_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -189686,8 +212344,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -189696,8 +212355,9 @@ "name": "get_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -189706,8 +212366,9 @@ "name": "get_line_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3457211756, "return_value": { "type": "RID" }, @@ -189723,8 +212384,9 @@ "name": "get_dropcap_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -189733,8 +212395,9 @@ "name": "get_line_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -189744,8 +212407,9 @@ "name": "set_max_lines_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_lines_visible", @@ -189758,8 +212422,9 @@ "name": "get_max_lines_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -189769,8 +212434,9 @@ "name": "get_line_objects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -189786,8 +212452,9 @@ "name": "get_line_object_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 204315017, "return_value": { "type": "Rect2" }, @@ -189807,8 +212474,9 @@ "name": "get_line_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -189824,8 +212492,9 @@ "name": "get_line_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 880721226, "return_value": { "type": "Vector2i" }, @@ -189841,8 +212510,9 @@ "name": "get_line_ascent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -189859,8 +212529,9 @@ "name": "get_line_descent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -189877,8 +212548,9 @@ "name": "get_line_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -189895,8 +212567,9 @@ "name": "get_line_underline_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -189913,8 +212586,9 @@ "name": "get_line_underline_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -189927,34 +212601,13 @@ } ] }, - { - "name": "get_spacing_top", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "int32" - } - }, - { - "name": "get_spacing_bottom", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "int", - "meta": "int32" - } - }, { "name": "get_dropcap_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -189963,8 +212616,9 @@ "name": "get_dropcap_lines", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -189974,8 +212628,9 @@ "name": "draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802764, + "hash": 2193823294, "arguments": [ { "name": "canvas", @@ -190001,8 +212656,9 @@ "name": "draw_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2998809226, + "hash": 721163813, "arguments": [ { "name": "canvas", @@ -190034,8 +212690,9 @@ "name": "draw_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835915, + "hash": 1208061, "arguments": [ { "name": "canvas", @@ -190061,8 +212718,9 @@ "name": "draw_line_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938157, + "hash": 2397395547, "arguments": [ { "name": "canvas", @@ -190094,8 +212752,9 @@ "name": "draw_dropcap", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649994, + "hash": 4270226892, "arguments": [ { "name": "canvas", @@ -190116,8 +212775,9 @@ "name": "draw_dropcap_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802764, + "hash": 3002194939, "arguments": [ { "name": "canvas", @@ -190144,8 +212804,9 @@ "name": "hit_test", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3820158470, "return_value": { "type": "int", "meta": "int32" @@ -190203,9 +212864,16 @@ }, { "type": "int", - "name": "flags", - "setter": "set_flags", - "getter": "get_flags", + "name": "break_flags", + "setter": "set_break_flags", + "getter": "get_break_flags", + "index": -1 + }, + { + "type": "int", + "name": "justification_flags", + "setter": "set_justification_flags", + "getter": "get_justification_flags", "index": -1 }, { @@ -190238,8 +212906,201 @@ "inherits": "RefCounted", "api_type": "core", "enums": [ + { + "name": "Direction", + "is_bitfield": false, + "values": [ + { + "name": "DIRECTION_AUTO", + "value": 0 + }, + { + "name": "DIRECTION_LTR", + "value": 1 + }, + { + "name": "DIRECTION_RTL", + "value": 2 + } + ] + }, + { + "name": "Orientation", + "is_bitfield": false, + "values": [ + { + "name": "ORIENTATION_HORIZONTAL", + "value": 0 + }, + { + "name": "ORIENTATION_VERTICAL", + "value": 1 + } + ] + }, + { + "name": "JustificationFlag", + "is_bitfield": true, + "values": [ + { + "name": "JUSTIFICATION_NONE", + "value": 0 + }, + { + "name": "JUSTIFICATION_KASHIDA", + "value": 1 + }, + { + "name": "JUSTIFICATION_WORD_BOUND", + "value": 2 + }, + { + "name": "JUSTIFICATION_TRIM_EDGE_SPACES", + "value": 4 + }, + { + "name": "JUSTIFICATION_AFTER_LAST_TAB", + "value": 8 + }, + { + "name": "JUSTIFICATION_CONSTRAIN_ELLIPSIS", + "value": 16 + } + ] + }, + { + "name": "AutowrapMode", + "is_bitfield": false, + "values": [ + { + "name": "AUTOWRAP_OFF", + "value": 0 + }, + { + "name": "AUTOWRAP_ARBITRARY", + "value": 1 + }, + { + "name": "AUTOWRAP_WORD", + "value": 2 + }, + { + "name": "AUTOWRAP_WORD_SMART", + "value": 3 + } + ] + }, + { + "name": "LineBreakFlag", + "is_bitfield": true, + "values": [ + { + "name": "BREAK_NONE", + "value": 0 + }, + { + "name": "BREAK_MANDATORY", + "value": 1 + }, + { + "name": "BREAK_WORD_BOUND", + "value": 2 + }, + { + "name": "BREAK_GRAPHEME_BOUND", + "value": 4 + }, + { + "name": "BREAK_ADAPTIVE", + "value": 8 + } + ] + }, + { + "name": "VisibleCharactersBehavior", + "is_bitfield": false, + "values": [ + { + "name": "VC_CHARS_BEFORE_SHAPING", + "value": 0 + }, + { + "name": "VC_CHARS_AFTER_SHAPING", + "value": 1 + }, + { + "name": "VC_GLYPHS_AUTO", + "value": 2 + }, + { + "name": "VC_GLYPHS_LTR", + "value": 3 + }, + { + "name": "VC_GLYPHS_RTL", + "value": 4 + } + ] + }, + { + "name": "OverrunBehavior", + "is_bitfield": false, + "values": [ + { + "name": "OVERRUN_NO_TRIMMING", + "value": 0 + }, + { + "name": "OVERRUN_TRIM_CHAR", + "value": 1 + }, + { + "name": "OVERRUN_TRIM_WORD", + "value": 2 + }, + { + "name": "OVERRUN_TRIM_ELLIPSIS", + "value": 3 + }, + { + "name": "OVERRUN_TRIM_WORD_ELLIPSIS", + "value": 4 + } + ] + }, + { + "name": "TextOverrunFlag", + "is_bitfield": true, + "values": [ + { + "name": "OVERRUN_NO_TRIM", + "value": 0 + }, + { + "name": "OVERRUN_TRIM", + "value": 1 + }, + { + "name": "OVERRUN_TRIM_WORD_ONLY", + "value": 2 + }, + { + "name": "OVERRUN_ADD_ELLIPSIS", + "value": 4 + }, + { + "name": "OVERRUN_ENFORCE_ELLIPSIS", + "value": 8 + }, + { + "name": "OVERRUN_JUSTIFICATION_AWARE", + "value": 16 + } + ] + }, { "name": "GraphemeFlag", + "is_bitfield": true, "values": [ { "name": "GRAPHEME_IS_VALID", @@ -190287,221 +213148,9 @@ } ] }, - { - "name": "Feature", - "values": [ - { - "name": "FEATURE_BIDI_LAYOUT", - "value": 1 - }, - { - "name": "FEATURE_VERTICAL_LAYOUT", - "value": 2 - }, - { - "name": "FEATURE_SHAPING", - "value": 4 - }, - { - "name": "FEATURE_KASHIDA_JUSTIFICATION", - "value": 8 - }, - { - "name": "FEATURE_BREAK_ITERATORS", - "value": 16 - }, - { - "name": "FEATURE_FONT_SYSTEM", - "value": 32 - }, - { - "name": "FEATURE_FONT_VARIABLE", - "value": 64 - }, - { - "name": "FEATURE_CONTEXT_SENSITIVE_CASE_CONVERSION", - "value": 128 - }, - { - "name": "FEATURE_USE_SUPPORT_DATA", - "value": 256 - } - ] - }, - { - "name": "Orientation", - "values": [ - { - "name": "ORIENTATION_HORIZONTAL", - "value": 0 - }, - { - "name": "ORIENTATION_VERTICAL", - "value": 1 - } - ] - }, - { - "name": "JustificationFlag", - "values": [ - { - "name": "JUSTIFICATION_NONE", - "value": 0 - }, - { - "name": "JUSTIFICATION_KASHIDA", - "value": 1 - }, - { - "name": "JUSTIFICATION_WORD_BOUND", - "value": 2 - }, - { - "name": "JUSTIFICATION_TRIM_EDGE_SPACES", - "value": 4 - }, - { - "name": "JUSTIFICATION_AFTER_LAST_TAB", - "value": 8 - }, - { - "name": "JUSTIFICATION_CONSTRAIN_ELLIPSIS", - "value": 16 - } - ] - }, - { - "name": "SpacingType", - "values": [ - { - "name": "SPACING_GLYPH", - "value": 0 - }, - { - "name": "SPACING_SPACE", - "value": 1 - }, - { - "name": "SPACING_TOP", - "value": 2 - }, - { - "name": "SPACING_BOTTOM", - "value": 3 - } - ] - }, - { - "name": "SubpixelPositioning", - "values": [ - { - "name": "SUBPIXEL_POSITIONING_DISABLED", - "value": 0 - }, - { - "name": "SUBPIXEL_POSITIONING_AUTO", - "value": 1 - }, - { - "name": "SUBPIXEL_POSITIONING_ONE_HALF", - "value": 2 - }, - { - "name": "SUBPIXEL_POSITIONING_ONE_QUARTER", - "value": 3 - } - ] - }, - { - "name": "LineBreakFlag", - "values": [ - { - "name": "BREAK_NONE", - "value": 0 - }, - { - "name": "BREAK_MANDATORY", - "value": 32 - }, - { - "name": "BREAK_WORD_BOUND", - "value": 64 - }, - { - "name": "BREAK_GRAPHEME_BOUND", - "value": 128 - }, - { - "name": "BREAK_WORD_BOUND_ADAPTIVE", - "value": 320 - } - ] - }, - { - "name": "FontStyle", - "values": [ - { - "name": "FONT_BOLD", - "value": 1 - }, - { - "name": "FONT_ITALIC", - "value": 2 - }, - { - "name": "FONT_FIXED_WIDTH", - "value": 4 - } - ] - }, - { - "name": "ContourPointTag", - "values": [ - { - "name": "CONTOUR_CURVE_TAG_ON", - "value": 1 - }, - { - "name": "CONTOUR_CURVE_TAG_OFF_CONIC", - "value": 0 - }, - { - "name": "CONTOUR_CURVE_TAG_OFF_CUBIC", - "value": 2 - } - ] - }, - { - "name": "TextOverrunFlag", - "values": [ - { - "name": "OVERRUN_NO_TRIMMING", - "value": 0 - }, - { - "name": "OVERRUN_TRIM", - "value": 1 - }, - { - "name": "OVERRUN_TRIM_WORD_ONLY", - "value": 2 - }, - { - "name": "OVERRUN_ADD_ELLIPSIS", - "value": 4 - }, - { - "name": "OVERRUN_ENFORCE_ELLIPSIS", - "value": 8 - }, - { - "name": "OVERRUN_JUSTIFICATION_AWARE", - "value": 16 - } - ] - }, { "name": "Hinting", + "is_bitfield": false, "values": [ { "name": "HINTING_NONE", @@ -190518,19 +213167,186 @@ ] }, { - "name": "Direction", + "name": "SubpixelPositioning", + "is_bitfield": false, "values": [ { - "name": "DIRECTION_AUTO", + "name": "SUBPIXEL_POSITIONING_DISABLED", "value": 0 }, { - "name": "DIRECTION_LTR", + "name": "SUBPIXEL_POSITIONING_AUTO", "value": 1 }, { - "name": "DIRECTION_RTL", + "name": "SUBPIXEL_POSITIONING_ONE_HALF", "value": 2 + }, + { + "name": "SUBPIXEL_POSITIONING_ONE_QUARTER", + "value": 3 + }, + { + "name": "SUBPIXEL_POSITIONING_ONE_HALF_MAX_SIZE", + "value": 20 + }, + { + "name": "SUBPIXEL_POSITIONING_ONE_QUARTER_MAX_SIZE", + "value": 16 + } + ] + }, + { + "name": "Feature", + "is_bitfield": false, + "values": [ + { + "name": "FEATURE_SIMPLE_LAYOUT", + "value": 1 + }, + { + "name": "FEATURE_BIDI_LAYOUT", + "value": 2 + }, + { + "name": "FEATURE_VERTICAL_LAYOUT", + "value": 4 + }, + { + "name": "FEATURE_SHAPING", + "value": 8 + }, + { + "name": "FEATURE_KASHIDA_JUSTIFICATION", + "value": 16 + }, + { + "name": "FEATURE_BREAK_ITERATORS", + "value": 32 + }, + { + "name": "FEATURE_FONT_BITMAP", + "value": 64 + }, + { + "name": "FEATURE_FONT_DYNAMIC", + "value": 128 + }, + { + "name": "FEATURE_FONT_MSDF", + "value": 256 + }, + { + "name": "FEATURE_FONT_SYSTEM", + "value": 512 + }, + { + "name": "FEATURE_FONT_VARIABLE", + "value": 1024 + }, + { + "name": "FEATURE_CONTEXT_SENSITIVE_CASE_CONVERSION", + "value": 2048 + }, + { + "name": "FEATURE_USE_SUPPORT_DATA", + "value": 4096 + } + ] + }, + { + "name": "ContourPointTag", + "is_bitfield": false, + "values": [ + { + "name": "CONTOUR_CURVE_TAG_ON", + "value": 1 + }, + { + "name": "CONTOUR_CURVE_TAG_OFF_CONIC", + "value": 0 + }, + { + "name": "CONTOUR_CURVE_TAG_OFF_CUBIC", + "value": 2 + } + ] + }, + { + "name": "SpacingType", + "is_bitfield": false, + "values": [ + { + "name": "SPACING_GLYPH", + "value": 0 + }, + { + "name": "SPACING_SPACE", + "value": 1 + }, + { + "name": "SPACING_TOP", + "value": 2 + }, + { + "name": "SPACING_BOTTOM", + "value": 3 + }, + { + "name": "SPACING_MAX", + "value": 4 + } + ] + }, + { + "name": "FontStyle", + "is_bitfield": true, + "values": [ + { + "name": "FONT_BOLD", + "value": 1 + }, + { + "name": "FONT_ITALIC", + "value": 2 + }, + { + "name": "FONT_FIXED_WIDTH", + "value": 4 + } + ] + }, + { + "name": "StructuredTextParser", + "is_bitfield": false, + "values": [ + { + "name": "STRUCTURED_TEXT_DEFAULT", + "value": 0 + }, + { + "name": "STRUCTURED_TEXT_URI", + "value": 1 + }, + { + "name": "STRUCTURED_TEXT_FILE", + "value": 2 + }, + { + "name": "STRUCTURED_TEXT_EMAIL", + "value": 3 + }, + { + "name": "STRUCTURED_TEXT_LIST", + "value": 4 + }, + { + "name": "STRUCTURED_TEXT_NONE", + "value": 5 + }, + { + "name": "STRUCTURED_TEXT_CUSTOM", + "value": 6 } ] } @@ -190540,8 +213356,9 @@ "name": "has_feature", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3967367083, "return_value": { "type": "bool" }, @@ -190556,8 +213373,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -190566,19 +213384,21 @@ "name": "get_features", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", - "meta": "uint32" + "meta": "int64" } }, { "name": "load_support_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2323990056, "return_value": { "type": "bool" }, @@ -190593,8 +213413,9 @@ "name": "get_support_data_filename", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -190603,8 +213424,9 @@ "name": "get_support_data_info", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -190613,8 +213435,9 @@ "name": "save_support_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -190629,8 +213452,9 @@ "name": "is_locale_right_to_left", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -190645,11 +213469,12 @@ "name": "name_to_tag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -190662,8 +213487,9 @@ "name": "tag_to_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -190671,7 +213497,7 @@ { "name": "tag", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -190679,8 +213505,9 @@ "name": "has", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -190695,8 +213522,9 @@ "name": "free_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -190708,8 +213536,9 @@ "name": "create_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3200896285, "return_value": { "type": "RID" } @@ -190718,8 +213547,9 @@ "name": "font_set_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1695558244, "arguments": [ { "name": "font_rid", @@ -190731,12 +213561,68 @@ } ] }, + { + "name": "font_set_face_index", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347056579, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "face_index", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "font_get_face_index", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "int64" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_get_face_count", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2246043824, + "return_value": { + "type": "int", + "meta": "int64" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, { "name": "font_set_style", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 126051074, "arguments": [ { "name": "font_rid", @@ -190744,8 +213630,7 @@ }, { "name": "style", - "type": "int", - "meta": "uint32" + "type": "bitfield::TextServer.FontStyle" } ] }, @@ -190753,11 +213638,11 @@ "name": "font_get_style", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3185464023, "return_value": { - "type": "int", - "meta": "uint32" + "type": "bitfield::TextServer.FontStyle" }, "arguments": [ { @@ -190770,8 +213655,9 @@ "name": "font_set_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3134716282, "arguments": [ { "name": "font_rid", @@ -190787,8 +213673,9 @@ "name": "font_get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 983564131, "return_value": { "type": "String" }, @@ -190803,8 +213690,9 @@ "name": "font_set_style_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3134716282, "arguments": [ { "name": "font_rid", @@ -190820,8 +213708,9 @@ "name": "font_get_style_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 983564131, "return_value": { "type": "String" }, @@ -190836,8 +213725,9 @@ "name": "font_set_antialiased", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "font_rid", @@ -190853,8 +213743,44 @@ "name": "font_is_antialiased", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_set_generate_mipmaps", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3760485695, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "generate_mipmaps", + "type": "bool" + } + ] + }, + { + "name": "font_get_generate_mipmaps", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -190869,8 +213795,9 @@ "name": "font_set_multichannel_signed_distance_field", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "font_rid", @@ -190886,8 +213813,9 @@ "name": "font_is_multichannel_signed_distance_field", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -190902,8 +213830,9 @@ "name": "font_set_msdf_pixel_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "font_rid", @@ -190912,7 +213841,7 @@ { "name": "msdf_pixel_range", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -190920,11 +213849,12 @@ "name": "font_get_msdf_pixel_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -190937,8 +213867,9 @@ "name": "font_set_msdf_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "font_rid", @@ -190947,7 +213878,7 @@ { "name": "msdf_size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -190955,11 +213886,12 @@ "name": "font_get_msdf_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -190972,8 +213904,9 @@ "name": "font_set_fixed_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "font_rid", @@ -190982,7 +213915,7 @@ { "name": "fixed_size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -190990,11 +213923,12 @@ "name": "font_get_fixed_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -191007,8 +213941,9 @@ "name": "font_set_force_autohinter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "font_rid", @@ -191024,8 +213959,9 @@ "name": "font_is_force_autohinter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -191040,8 +213976,9 @@ "name": "font_set_hinting", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 313343495, "arguments": [ { "name": "font_rid", @@ -191057,8 +213994,9 @@ "name": "font_get_hinting", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1461214120, "return_value": { "type": "enum::TextServer.Hinting" }, @@ -191073,8 +214011,9 @@ "name": "font_set_subpixel_positioning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3127281892, "arguments": [ { "name": "font_rid", @@ -191090,8 +214029,9 @@ "name": "font_get_subpixel_positioning", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2529126542, "return_value": { "type": "enum::TextServer.SubpixelPositioning" }, @@ -191102,12 +214042,85 @@ } ] }, + { + "name": "font_set_embolden", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 4033792171, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "strength", + "type": "float", + "meta": "double" + } + ] + }, + { + "name": "font_get_embolden", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2071154628, + "return_value": { + "type": "float", + "meta": "double" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_set_transform", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2569846851, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform2D" + } + ] + }, + { + "name": "font_get_transform", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3601415685, + "return_value": { + "type": "Transform2D" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, { "name": "font_set_variation_coordinates", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 647640653, "arguments": [ { "name": "font_rid", @@ -191123,8 +214136,9 @@ "name": "font_get_variation_coordinates", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 399408783, "return_value": { "type": "Dictionary" }, @@ -191139,8 +214153,9 @@ "name": "font_set_oversampling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4033792171, "arguments": [ { "name": "font_rid", @@ -191149,7 +214164,7 @@ { "name": "oversampling", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -191157,11 +214172,12 @@ "name": "font_get_oversampling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -191174,8 +214190,9 @@ "name": "font_get_size_cache_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3802419548, "return_value": { "type": "Array" }, @@ -191190,8 +214207,9 @@ "name": "font_clear_size_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "font_rid", @@ -191203,8 +214221,9 @@ "name": "font_remove_size_cache", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3331074308, "arguments": [ { "name": "font_rid", @@ -191220,8 +214239,9 @@ "name": "font_set_ascent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2280168399, "arguments": [ { "name": "font_rid", @@ -191230,12 +214250,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "ascent", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -191243,11 +214263,12 @@ "name": "font_get_ascent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1271315834, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -191257,7 +214278,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191265,8 +214286,9 @@ "name": "font_set_descent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2280168399, "arguments": [ { "name": "font_rid", @@ -191275,12 +214297,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "descent", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -191288,11 +214310,12 @@ "name": "font_get_descent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1271315834, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -191302,7 +214325,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191310,8 +214333,9 @@ "name": "font_set_underline_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2280168399, "arguments": [ { "name": "font_rid", @@ -191320,12 +214344,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "underline_position", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -191333,11 +214357,12 @@ "name": "font_get_underline_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1271315834, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -191347,7 +214372,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191355,8 +214380,9 @@ "name": "font_set_underline_thickness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2280168399, "arguments": [ { "name": "font_rid", @@ -191365,12 +214391,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "underline_thickness", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -191378,11 +214404,12 @@ "name": "font_get_underline_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1271315834, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -191392,7 +214419,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191400,8 +214427,9 @@ "name": "font_set_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2280168399, "arguments": [ { "name": "font_rid", @@ -191410,12 +214438,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "scale", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -191423,11 +214451,12 @@ "name": "font_get_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1271315834, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -191437,60 +214466,7 @@ { "name": "size", "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "font_set_spacing", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134295977, - "arguments": [ - { - "name": "font_rid", - "type": "RID" - }, - { - "name": "size", - "type": "int", - "meta": "int32" - }, - { - "name": "spacing", - "type": "enum::TextServer.SpacingType" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "font_get_spacing", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135445994, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "font_rid", - "type": "RID" - }, - { - "name": "size", - "type": "int", - "meta": "int32" - }, - { - "name": "spacing", - "type": "enum::TextServer.SpacingType" + "meta": "int64" } ] }, @@ -191498,11 +214474,12 @@ "name": "font_get_texture_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 766560118, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -191519,8 +214496,9 @@ "name": "font_clear_textures", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3331074308, "arguments": [ { "name": "font_rid", @@ -191536,8 +214514,9 @@ "name": "font_remove_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2677968896, "arguments": [ { "name": "font_rid", @@ -191550,7 +214529,7 @@ { "name": "texture_index", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191558,8 +214537,9 @@ "name": "font_set_texture_image", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3502686903, "arguments": [ { "name": "font_rid", @@ -191572,7 +214552,7 @@ { "name": "texture_index", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "image", @@ -191584,8 +214564,9 @@ "name": "font_get_texture_image", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 4236687574, "return_value": { "type": "Image" }, @@ -191601,7 +214582,7 @@ { "name": "texture_index", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191609,8 +214590,9 @@ "name": "font_set_texture_offsets", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 730956365, "arguments": [ { "name": "font_rid", @@ -191623,7 +214605,7 @@ { "name": "texture_index", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "offset", @@ -191635,8 +214617,9 @@ "name": "font_get_texture_offsets", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3802049460, "return_value": { "type": "PackedInt32Array" }, @@ -191652,7 +214635,7 @@ { "name": "texture_index", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191660,8 +214643,9 @@ "name": "font_get_glyph_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3161708053, "return_value": { "type": "Array" }, @@ -191680,8 +214664,9 @@ "name": "font_clear_glyphs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3331074308, "arguments": [ { "name": "font_rid", @@ -191697,8 +214682,9 @@ "name": "font_remove_glyph", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2677968896, "arguments": [ { "name": "font_rid", @@ -191711,7 +214697,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191719,8 +214705,9 @@ "name": "font_get_glyph_advance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 363697280, "return_value": { "type": "Vector2" }, @@ -191732,12 +214719,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191745,8 +214732,9 @@ "name": "font_set_glyph_advance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4214280264, "arguments": [ { "name": "font_rid", @@ -191755,12 +214743,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "advance", @@ -191772,8 +214760,9 @@ "name": "font_get_glyph_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3687810751, "return_value": { "type": "Vector2" }, @@ -191789,7 +214778,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191797,8 +214786,9 @@ "name": "font_set_glyph_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1902599601, "arguments": [ { "name": "font_rid", @@ -191811,7 +214801,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "offset", @@ -191823,8 +214813,9 @@ "name": "font_get_glyph_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3687810751, "return_value": { "type": "Vector2" }, @@ -191840,7 +214831,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191848,8 +214839,9 @@ "name": "font_set_glyph_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1902599601, "arguments": [ { "name": "font_rid", @@ -191862,7 +214854,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "gl_size", @@ -191874,8 +214866,9 @@ "name": "font_get_glyph_uv_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 1689353188, "return_value": { "type": "Rect2" }, @@ -191891,7 +214884,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191899,8 +214892,9 @@ "name": "font_set_glyph_uv_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 2430737030, "arguments": [ { "name": "font_rid", @@ -191913,7 +214907,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "uv_rect", @@ -191925,11 +214919,12 @@ "name": "font_get_glyph_texture_idx", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3451336095, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -191943,7 +214938,7 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -191951,8 +214946,9 @@ "name": "font_set_glyph_texture_idx", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 195899330, "arguments": [ { "name": "font_rid", @@ -191965,12 +214961,64 @@ { "name": "glyph", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "texture_idx", "type": "int", - "meta": "int32" + "meta": "int64" + } + ] + }, + { + "name": "font_get_glyph_texture_rid", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 792136742, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "size", + "type": "Vector2i" + }, + { + "name": "glyph", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "font_get_glyph_texture_size", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3687810751, + "return_value": { + "type": "Vector2" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "size", + "type": "Vector2i" + }, + { + "name": "glyph", + "type": "int", + "meta": "int64" } ] }, @@ -191978,8 +215026,9 @@ "name": "font_get_glyph_contours", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 491619201, "return_value": { "type": "Dictionary" }, @@ -191991,12 +215040,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "index", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -192004,8 +215053,9 @@ "name": "font_get_kerning_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3458051784, "return_value": { "type": "Array" }, @@ -192017,7 +215067,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -192025,8 +215075,9 @@ "name": "font_clear_kerning_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2347056579, "arguments": [ { "name": "font_rid", @@ -192035,7 +215086,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -192043,8 +215094,9 @@ "name": "font_remove_kerning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1631549196, "arguments": [ { "name": "font_rid", @@ -192053,7 +215105,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "glyph_pair", @@ -192065,8 +215117,9 @@ "name": "font_set_kerning", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1097453118, "arguments": [ { "name": "font_rid", @@ -192075,7 +215128,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "glyph_pair", @@ -192091,8 +215144,9 @@ "name": "font_get_kerning", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 1768580922, "return_value": { "type": "Vector2" }, @@ -192104,7 +215158,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "glyph_pair", @@ -192116,11 +215170,12 @@ "name": "font_get_glyph_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481931, + "hash": 2010469342, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -192130,15 +215185,17 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "char", - "type": "int" + "type": "int", + "meta": "int64" }, { "name": "variation_selector", - "type": "int" + "type": "int", + "meta": "int64" } ] }, @@ -192146,8 +215203,9 @@ "name": "font_has_char", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2094961217, "return_value": { "type": "bool" }, @@ -192158,7 +215216,8 @@ }, { "name": "char", - "type": "int" + "type": "int", + "meta": "int64" } ] }, @@ -192166,8 +215225,9 @@ "name": "font_get_supported_chars", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 983564131, "return_value": { "type": "String" }, @@ -192182,8 +215242,9 @@ "name": "font_render_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 195899330, "arguments": [ { "name": "font_rid", @@ -192195,11 +215256,13 @@ }, { "name": "start", - "type": "int" + "type": "int", + "meta": "int64" }, { "name": "end", - "type": "int" + "type": "int", + "meta": "int64" } ] }, @@ -192207,8 +215270,9 @@ "name": "font_render_glyph", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2677968896, "arguments": [ { "name": "font_rid", @@ -192221,7 +215285,7 @@ { "name": "index", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -192229,8 +215293,9 @@ "name": "font_draw_glyph", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 139207757, + "hash": 2704803363, "arguments": [ { "name": "font_rid", @@ -192243,7 +215308,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "pos", @@ -192252,7 +215317,7 @@ { "name": "index", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "color", @@ -192265,8 +215330,9 @@ "name": "font_draw_glyph_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 140393678, + "hash": 1112417262, "arguments": [ { "name": "font_rid", @@ -192279,12 +215345,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "outline_size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "pos", @@ -192293,7 +215359,7 @@ { "name": "index", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "color", @@ -192306,8 +215372,9 @@ "name": "font_is_language_supported", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1181486426, "return_value": { "type": "bool" }, @@ -192326,8 +215393,9 @@ "name": "font_set_language_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3175814216, "arguments": [ { "name": "font_rid", @@ -192347,8 +215415,9 @@ "name": "font_get_language_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 503742106, "return_value": { "type": "bool" }, @@ -192367,8 +215436,9 @@ "name": "font_remove_language_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3134716282, "arguments": [ { "name": "font_rid", @@ -192384,8 +215454,9 @@ "name": "font_get_language_support_overrides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3893167454, "return_value": { "type": "PackedStringArray" }, @@ -192400,8 +215471,9 @@ "name": "font_is_script_supported", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1181486426, "return_value": { "type": "bool" }, @@ -192420,8 +215492,9 @@ "name": "font_set_script_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3175814216, "arguments": [ { "name": "font_rid", @@ -192441,8 +215514,9 @@ "name": "font_get_script_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 503742106, "return_value": { "type": "bool" }, @@ -192461,8 +215535,9 @@ "name": "font_remove_script_support_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3134716282, "arguments": [ { "name": "font_rid", @@ -192478,8 +215553,9 @@ "name": "font_get_script_support_overrides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3893167454, "return_value": { "type": "PackedStringArray" }, @@ -192494,8 +215570,9 @@ "name": "font_set_opentype_feature_overrides", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 647640653, "arguments": [ { "name": "font_rid", @@ -192511,8 +215588,9 @@ "name": "font_get_opentype_feature_overrides", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 399408783, "return_value": { "type": "Dictionary" }, @@ -192527,8 +215605,9 @@ "name": "font_supported_feature_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 399408783, "return_value": { "type": "Dictionary" }, @@ -192543,8 +215622,9 @@ "name": "font_supported_variation_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 399408783, "return_value": { "type": "Dictionary" }, @@ -192559,24 +215639,26 @@ "name": "font_get_global_oversampling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", - "meta": "float" + "meta": "double" } }, { "name": "font_set_global_oversampling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "oversampling", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -192584,8 +215666,9 @@ "name": "get_hex_code_box_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3016396712, "return_value": { "type": "Vector2" }, @@ -192593,11 +215676,12 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "index", - "type": "int" + "type": "int", + "meta": "int64" } ] }, @@ -192605,8 +215689,9 @@ "name": "draw_hex_code_box", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331947, + "hash": 451932665, "arguments": [ { "name": "canvas", @@ -192615,7 +215700,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "pos", @@ -192623,7 +215708,8 @@ }, { "name": "index", - "type": "int" + "type": "int", + "meta": "int64" }, { "name": "color", @@ -192635,8 +215721,9 @@ "name": "create_shaped_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2038660256, + "hash": 3084103353, "return_value": { "type": "RID" }, @@ -192657,8 +215744,9 @@ "name": "shaped_text_clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "rid", @@ -192670,8 +215758,9 @@ "name": "shaped_text_set_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3696491969, "arguments": [ { "name": "shaped", @@ -192688,8 +215777,9 @@ "name": "shaped_text_get_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 973550290, "return_value": { "type": "enum::TextServer.Direction" }, @@ -192704,8 +215794,9 @@ "name": "shaped_text_get_inferred_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 973550290, "return_value": { "type": "enum::TextServer.Direction" }, @@ -192720,8 +215811,9 @@ "name": "shaped_text_set_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490945546, "arguments": [ { "name": "shaped", @@ -192737,8 +215829,9 @@ "name": "shaped_text_set_custom_punctuation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3134716282, "arguments": [ { "name": "shaped", @@ -192754,8 +215847,9 @@ "name": "shaped_text_get_custom_punctuation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 983564131, "return_value": { "type": "String" }, @@ -192770,8 +215864,9 @@ "name": "shaped_text_set_orientation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1544327883, "arguments": [ { "name": "shaped", @@ -192788,8 +215883,9 @@ "name": "shaped_text_get_orientation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 629677780, "return_value": { "type": "enum::TextServer.Orientation" }, @@ -192804,8 +215900,9 @@ "name": "shaped_text_set_preserve_invalid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "shaped", @@ -192821,8 +215918,9 @@ "name": "shaped_text_get_preserve_invalid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -192837,8 +215935,9 @@ "name": "shaped_text_set_preserve_control", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3760485695, "arguments": [ { "name": "shaped", @@ -192854,8 +215953,9 @@ "name": "shaped_text_get_preserve_control", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -192866,12 +215966,58 @@ } ] }, + { + "name": "shaped_text_set_spacing", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3577600853, + "arguments": [ + { + "name": "shaped", + "type": "RID" + }, + { + "name": "spacing", + "type": "enum::TextServer.SpacingType" + }, + { + "name": "value", + "type": "int", + "meta": "int64" + } + ] + }, + { + "name": "shaped_text_get_spacing", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2347108664, + "return_value": { + "type": "int", + "meta": "int64" + }, + "arguments": [ + { + "name": "shaped", + "type": "RID" + }, + { + "name": "spacing", + "type": "enum::TextServer.SpacingType" + } + ] + }, { "name": "shaped_text_add_string", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2311864848, + "hash": 2680998631, "return_value": { "type": "bool" }, @@ -192891,7 +216037,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "opentype_features", @@ -192914,8 +216060,9 @@ "name": "shaped_text_add_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1552406093, + "hash": 17808939, "return_value": { "type": "bool" }, @@ -192940,7 +216087,7 @@ { "name": "length", "type": "int", - "meta": "int32", + "meta": "int64", "default_value": "1" } ] @@ -192949,8 +216096,9 @@ "name": "shaped_text_resize_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971275, + "hash": 3478305388, "return_value": { "type": "bool" }, @@ -192978,11 +216126,12 @@ "name": "shaped_get_span_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -192995,8 +216144,9 @@ "name": "shaped_get_span_meta", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1670761742, "return_value": { "type": "Variant" }, @@ -193008,7 +216158,7 @@ { "name": "index", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193016,8 +216166,9 @@ "name": "shaped_set_span_update_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 138021803, + "hash": 3005455250, "arguments": [ { "name": "shaped", @@ -193026,7 +216177,7 @@ { "name": "index", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "fonts", @@ -193035,7 +216186,7 @@ { "name": "size", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "opentype_features", @@ -193048,8 +216199,9 @@ "name": "shaped_text_substr", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3297020788, "return_value": { "type": "RID" }, @@ -193061,12 +216213,12 @@ { "name": "start", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "length", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193074,8 +216226,9 @@ "name": "shaped_text_get_parent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2776947836, "return_value": { "type": "RID" }, @@ -193090,11 +216243,12 @@ "name": "shaped_text_fit_to_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 1188226230, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -193104,12 +216258,11 @@ { "name": "width", "type": "float", - "meta": "float" + "meta": "double" }, { "name": "jst_flags", - "type": "int", - "meta": "uint16", + "type": "bitfield::TextServer.JustificationFlag", "default_value": "3" } ] @@ -193118,11 +216271,12 @@ "name": "shaped_text_tab_align", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 4119477609, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -193139,8 +216293,9 @@ "name": "shaped_text_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 289136245, "return_value": { "type": "bool" }, @@ -193155,8 +216310,9 @@ "name": "shaped_text_is_ready", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1263480955, "return_value": { "type": "bool" }, @@ -193171,8 +216327,9 @@ "name": "shaped_text_get_glyphs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3802419548, "return_value": { "type": "Array" }, @@ -193187,8 +216344,9 @@ "name": "shaped_text_sort_logical", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1100635968, "return_value": { "type": "Array" }, @@ -193203,11 +216361,12 @@ "name": "shaped_text_get_glyph_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193220,8 +216379,9 @@ "name": "shaped_text_get_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2975208769, "return_value": { "type": "Vector2i" }, @@ -193236,8 +216396,9 @@ "name": "shaped_text_get_line_breaks_adv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2146812442, + "hash": 1598254745, "return_value": { "type": "PackedInt32Array" }, @@ -193253,7 +216414,7 @@ { "name": "start", "type": "int", - "meta": "int32", + "meta": "int64", "default_value": "0" }, { @@ -193263,9 +216424,8 @@ }, { "name": "break_flags", - "type": "int", - "meta": "uint16", - "default_value": "96" + "type": "bitfield::TextServer.LineBreakFlag", + "default_value": "3" } ] }, @@ -193273,8 +216433,9 @@ "name": "shaped_text_get_line_breaks", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1513270733, + "hash": 3097078424, "return_value": { "type": "PackedInt32Array" }, @@ -193286,19 +216447,18 @@ { "name": "width", "type": "float", - "meta": "float" + "meta": "double" }, { "name": "start", "type": "int", - "meta": "int32", + "meta": "int64", "default_value": "0" }, { "name": "break_flags", - "type": "int", - "meta": "uint16", - "default_value": "96" + "type": "bitfield::TextServer.LineBreakFlag", + "default_value": "3" } ] }, @@ -193306,8 +216466,9 @@ "name": "shaped_text_get_word_breaks", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1186377815, "return_value": { "type": "PackedInt32Array" }, @@ -193318,8 +216479,8 @@ }, { "name": "grapheme_flags", - "type": "int", - "meta": "int32" + "type": "bitfield::TextServer.GraphemeFlag", + "default_value": "264" } ] }, @@ -193327,11 +216488,12 @@ "name": "shaped_text_get_trim_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193344,11 +216506,12 @@ "name": "shaped_text_get_ellipsis_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193361,8 +216524,9 @@ "name": "shaped_text_get_ellipsis_glyphs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3802419548, "return_value": { "type": "Array" }, @@ -193377,11 +216541,12 @@ "name": "shaped_text_get_ellipsis_glyph_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2246043824, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193394,8 +216559,9 @@ "name": "shaped_text_overrun_trim_to_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2600550837, + "hash": 1610150659, "arguments": [ { "name": "shaped", @@ -193404,13 +216570,12 @@ { "name": "width", "type": "float", - "meta": "float", + "meta": "double", "default_value": "0" }, { "name": "overrun_trim_flags", - "type": "int", - "meta": "uint16", + "type": "bitfield::TextServer.TextOverrunFlag", "default_value": "0" } ] @@ -193419,8 +216584,9 @@ "name": "shaped_text_get_objects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3802419548, "return_value": { "type": "Array" }, @@ -193435,8 +216601,9 @@ "name": "shaped_text_get_object_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3638329056, "return_value": { "type": "Rect2" }, @@ -193455,8 +216622,9 @@ "name": "shaped_text_get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2902115780, "return_value": { "type": "Vector2" }, @@ -193471,11 +216639,12 @@ "name": "shaped_text_get_ascent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -193488,11 +216657,12 @@ "name": "shaped_text_get_descent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -193505,11 +216675,12 @@ "name": "shaped_text_get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -193522,11 +216693,12 @@ "name": "shaped_text_get_underline_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -193539,11 +216711,12 @@ "name": "shaped_text_get_underline_thickness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2071154628, "return_value": { "type": "float", - "meta": "float" + "meta": "double" }, "arguments": [ { @@ -193556,8 +216729,9 @@ "name": "shaped_text_get_carets", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1289847254, "return_value": { "type": "Dictionary" }, @@ -193569,7 +216743,7 @@ { "name": "position", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193577,8 +216751,9 @@ "name": "shaped_text_get_selection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 1330683596, "return_value": { "type": "PackedVector2Array" }, @@ -193590,12 +216765,12 @@ { "name": "start", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "end", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193603,11 +216778,12 @@ "name": "shaped_text_hit_test_grapheme", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 463434987, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193617,7 +216793,7 @@ { "name": "coords", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -193625,11 +216801,12 @@ "name": "shaped_text_hit_test_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 463434987, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193639,7 +216816,7 @@ { "name": "coords", "type": "float", - "meta": "float" + "meta": "double" } ] }, @@ -193647,8 +216824,9 @@ "name": "shaped_text_get_grapheme_bounds", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 673168904, "return_value": { "type": "Vector2" }, @@ -193660,7 +216838,7 @@ { "name": "pos", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193668,11 +216846,12 @@ "name": "shaped_text_next_grapheme_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2468622200, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193682,7 +216861,7 @@ { "name": "pos", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193690,11 +216869,12 @@ "name": "shaped_text_prev_grapheme_pos", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2468622200, "return_value": { "type": "int", - "meta": "int32" + "meta": "int64" }, "arguments": [ { @@ -193704,7 +216884,7 @@ { "name": "pos", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193712,8 +216892,9 @@ "name": "shaped_text_draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626895, + "hash": 195581430, "arguments": [ { "name": "shaped", @@ -193730,13 +216911,13 @@ { "name": "clip_l", "type": "float", - "meta": "float", + "meta": "double", "default_value": "-1" }, { "name": "clip_r", "type": "float", - "meta": "float", + "meta": "double", "default_value": "-1" }, { @@ -193750,8 +216931,9 @@ "name": "shaped_text_draw_outline", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2591042395, + "hash": 389087259, "arguments": [ { "name": "shaped", @@ -193768,19 +216950,19 @@ { "name": "clip_l", "type": "float", - "meta": "float", + "meta": "double", "default_value": "-1" }, { "name": "clip_r", "type": "float", - "meta": "float", + "meta": "double", "default_value": "-1" }, { "name": "outline_size", "type": "int", - "meta": "int32", + "meta": "int64", "default_value": "1" }, { @@ -193794,8 +216976,9 @@ "name": "shaped_text_get_dominant_direction_in_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3392090666, "return_value": { "type": "enum::TextServer.Direction" }, @@ -193807,12 +216990,12 @@ { "name": "start", "type": "int", - "meta": "int32" + "meta": "int64" }, { "name": "end", "type": "int", - "meta": "int32" + "meta": "int64" } ] }, @@ -193820,8 +217003,9 @@ "name": "format_number", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2305636099, "return_value": { "type": "String" }, @@ -193841,8 +217025,9 @@ "name": "parse_number", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2305636099, "return_value": { "type": "String" }, @@ -193862,8 +217047,9 @@ "name": "percent_sign", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 178273454, + "hash": 993269549, "return_value": { "type": "String" }, @@ -193875,12 +217061,35 @@ } ] }, + { + "name": "string_get_word_breaks", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 668032004, + "return_value": { + "type": "PackedInt32Array" + }, + "arguments": [ + { + "name": "string", + "type": "String" + }, + { + "name": "language", + "type": "String", + "default_value": "\"\"" + } + ] + }, { "name": "strip_diacritics", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -193895,8 +217104,9 @@ "name": "string_to_upper", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2305636099, "return_value": { "type": "String" }, @@ -193916,8 +217126,9 @@ "name": "string_to_lower", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2305636099, "return_value": { "type": "String" }, @@ -193932,6 +217143,31 @@ "default_value": "\"\"" } ] + }, + { + "name": "parse_structured_text", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3764084617, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "parser_type", + "type": "enum::TextServer.StructuredTextParser" + }, + { + "name": "args", + "type": "Array" + }, + { + "name": "text", + "type": "String" + } + ] } ] }, @@ -193939,7 +217175,14 @@ "name": "TextServerAdvanced", "is_refcounted": true, "is_instantiable": true, - "inherits": "TextServer", + "inherits": "TextServerExtension", + "api_type": "core" + }, + { + "name": "TextServerDummy", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "TextServerExtension", "api_type": "core" }, { @@ -193950,8 +217193,9 @@ "api_type": "core", "methods": [ { - "name": "_has_feature", + "name": "has_feature", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -193965,8 +217209,9 @@ ] }, { - "name": "_get_name", + "name": "get_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -193974,8 +217219,9 @@ } }, { - "name": "_get_features", + "name": "get_features", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -193983,8 +217229,9 @@ } }, { - "name": "_free", + "name": "free_rid", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -193995,8 +217242,9 @@ ] }, { - "name": "_has", + "name": "has", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194010,8 +217258,9 @@ ] }, { - "name": "_load_support_data", + "name": "load_support_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194025,8 +217274,9 @@ ] }, { - "name": "_get_support_data_filename", + "name": "get_support_data_filename", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194034,8 +217284,9 @@ } }, { - "name": "_get_support_data_info", + "name": "get_support_data_info", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194043,8 +217294,9 @@ } }, { - "name": "_save_support_data", + "name": "save_support_data", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194058,8 +217310,9 @@ ] }, { - "name": "_is_locale_right_to_left", + "name": "is_locale_right_to_left", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194073,8 +217326,9 @@ ] }, { - "name": "_name_to_tag", + "name": "name_to_tag", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194088,8 +217342,9 @@ ] }, { - "name": "_tag_to_name", + "name": "tag_to_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194103,8 +217358,9 @@ ] }, { - "name": "_create_font", + "name": "create_font", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194112,8 +217368,9 @@ } }, { - "name": "_font_set_data", + "name": "font_set_data", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194128,8 +217385,9 @@ ] }, { - "name": "_font_set_data_ptr", + "name": "font_set_data_ptr", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194148,8 +217406,9 @@ ] }, { - "name": "_font_set_style", + "name": "font_set_face_index", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194158,14 +217417,15 @@ "type": "RID" }, { - "name": "style", + "name": "face_index", "type": "int" } ] }, { - "name": "_font_get_style", + "name": "font_get_face_index", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194179,8 +217439,58 @@ ] }, { - "name": "_font_set_name", + "name": "font_get_face_count", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_set_style", "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "style", + "type": "bitfield::TextServer.FontStyle" + } + ] + }, + { + "name": "font_get_style", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bitfield::TextServer.FontStyle" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_set_name", + "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194195,8 +217505,9 @@ ] }, { - "name": "_font_get_name", + "name": "font_get_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194210,8 +217521,9 @@ ] }, { - "name": "_font_set_style_name", + "name": "font_set_style_name", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194226,8 +217538,9 @@ ] }, { - "name": "_font_get_style_name", + "name": "font_get_style_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194241,8 +217554,9 @@ ] }, { - "name": "_font_set_antialiased", + "name": "font_set_antialiased", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194257,8 +217571,9 @@ ] }, { - "name": "_font_is_antialiased", + "name": "font_is_antialiased", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194272,8 +217587,42 @@ ] }, { - "name": "_font_set_multichannel_signed_distance_field", + "name": "font_set_generate_mipmaps", "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "generate_mipmaps", + "type": "bool" + } + ] + }, + { + "name": "font_get_generate_mipmaps", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_set_multichannel_signed_distance_field", + "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194288,8 +217637,9 @@ ] }, { - "name": "_font_is_multichannel_signed_distance_field", + "name": "font_is_multichannel_signed_distance_field", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194303,8 +217653,9 @@ ] }, { - "name": "_font_set_msdf_pixel_range", + "name": "font_set_msdf_pixel_range", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194319,8 +217670,9 @@ ] }, { - "name": "_font_get_msdf_pixel_range", + "name": "font_get_msdf_pixel_range", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194334,8 +217686,9 @@ ] }, { - "name": "_font_set_msdf_size", + "name": "font_set_msdf_size", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194350,8 +217703,9 @@ ] }, { - "name": "_font_get_msdf_size", + "name": "font_get_msdf_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194365,8 +217719,9 @@ ] }, { - "name": "_font_set_fixed_size", + "name": "font_set_fixed_size", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194381,8 +217736,9 @@ ] }, { - "name": "_font_get_fixed_size", + "name": "font_get_fixed_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194396,8 +217752,9 @@ ] }, { - "name": "_font_set_force_autohinter", + "name": "font_set_force_autohinter", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194412,8 +217769,9 @@ ] }, { - "name": "_font_is_force_autohinter", + "name": "font_is_force_autohinter", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194427,8 +217785,9 @@ ] }, { - "name": "_font_set_hinting", + "name": "font_set_hinting", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194443,8 +217802,9 @@ ] }, { - "name": "_font_get_hinting", + "name": "font_get_hinting", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194458,8 +217818,9 @@ ] }, { - "name": "_font_set_subpixel_positioning", + "name": "font_set_subpixel_positioning", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194474,8 +217835,9 @@ ] }, { - "name": "_font_get_subpixel_positioning", + "name": "font_get_subpixel_positioning", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194489,8 +217851,75 @@ ] }, { - "name": "_font_set_variation_coordinates", + "name": "font_set_embolden", "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "strength", + "type": "float" + } + ] + }, + { + "name": "font_get_embolden", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "float" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_set_transform", + "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "transform", + "type": "Transform2D" + } + ] + }, + { + "name": "font_get_transform", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Transform2D" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + } + ] + }, + { + "name": "font_set_variation_coordinates", + "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194505,8 +217934,9 @@ ] }, { - "name": "_font_get_variation_coordinates", + "name": "font_get_variation_coordinates", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194520,8 +217950,9 @@ ] }, { - "name": "_font_set_oversampling", + "name": "font_set_oversampling", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194536,8 +217967,9 @@ ] }, { - "name": "_font_get_oversampling", + "name": "font_get_oversampling", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194551,8 +217983,9 @@ ] }, { - "name": "_font_get_size_cache_list", + "name": "font_get_size_cache_list", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194566,8 +217999,9 @@ ] }, { - "name": "_font_clear_size_cache", + "name": "font_clear_size_cache", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194578,8 +218012,9 @@ ] }, { - "name": "_font_remove_size_cache", + "name": "font_remove_size_cache", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194594,8 +218029,9 @@ ] }, { - "name": "_font_set_ascent", + "name": "font_set_ascent", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194614,8 +218050,9 @@ ] }, { - "name": "_font_get_ascent", + "name": "font_get_ascent", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194633,8 +218070,9 @@ ] }, { - "name": "_font_set_descent", + "name": "font_set_descent", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194653,8 +218091,9 @@ ] }, { - "name": "_font_get_descent", + "name": "font_get_descent", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194672,8 +218111,9 @@ ] }, { - "name": "_font_set_underline_position", + "name": "font_set_underline_position", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194692,8 +218132,9 @@ ] }, { - "name": "_font_get_underline_position", + "name": "font_get_underline_position", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194711,8 +218152,9 @@ ] }, { - "name": "_font_set_underline_thickness", + "name": "font_set_underline_thickness", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194731,8 +218173,9 @@ ] }, { - "name": "_font_get_underline_thickness", + "name": "font_get_underline_thickness", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194750,8 +218193,9 @@ ] }, { - "name": "_font_set_scale", + "name": "font_set_scale", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194770,8 +218214,9 @@ ] }, { - "name": "_font_get_scale", + "name": "font_get_scale", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194789,55 +218234,9 @@ ] }, { - "name": "_font_set_spacing", - "is_const": false, - "is_vararg": false, - "is_virtual": true, - "arguments": [ - { - "name": "font_rid", - "type": "RID" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "spacing", - "type": "enum::TextServer.SpacingType" - }, - { - "name": "value", - "type": "int" - } - ] - }, - { - "name": "_font_get_spacing", - "is_const": true, - "is_vararg": false, - "is_virtual": true, - "return_value": { - "type": "int" - }, - "arguments": [ - { - "name": "font_rid", - "type": "RID" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "spacing", - "type": "enum::TextServer.SpacingType" - } - ] - }, - { - "name": "_font_get_texture_count", + "name": "font_get_texture_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194855,8 +218254,9 @@ ] }, { - "name": "_font_clear_textures", + "name": "font_clear_textures", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194871,8 +218271,9 @@ ] }, { - "name": "_font_remove_texture", + "name": "font_remove_texture", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194891,8 +218292,9 @@ ] }, { - "name": "_font_set_texture_image", + "name": "font_set_texture_image", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194915,8 +218317,9 @@ ] }, { - "name": "_font_get_texture_image", + "name": "font_get_texture_image", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194938,8 +218341,9 @@ ] }, { - "name": "_font_set_texture_offsets", + "name": "font_set_texture_offsets", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -194962,8 +218366,9 @@ ] }, { - "name": "_font_get_texture_offsets", + "name": "font_get_texture_offsets", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -194985,8 +218390,9 @@ ] }, { - "name": "_font_get_glyph_list", + "name": "font_get_glyph_list", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195004,8 +218410,9 @@ ] }, { - "name": "_font_clear_glyphs", + "name": "font_clear_glyphs", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195020,8 +218427,9 @@ ] }, { - "name": "_font_remove_glyph", + "name": "font_remove_glyph", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195040,8 +218448,9 @@ ] }, { - "name": "_font_get_glyph_advance", + "name": "font_get_glyph_advance", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195063,8 +218472,9 @@ ] }, { - "name": "_font_set_glyph_advance", + "name": "font_set_glyph_advance", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195087,8 +218497,9 @@ ] }, { - "name": "_font_get_glyph_offset", + "name": "font_get_glyph_offset", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195110,8 +218521,9 @@ ] }, { - "name": "_font_set_glyph_offset", + "name": "font_set_glyph_offset", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195134,8 +218546,9 @@ ] }, { - "name": "_font_get_glyph_size", + "name": "font_get_glyph_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195157,8 +218570,9 @@ ] }, { - "name": "_font_set_glyph_size", + "name": "font_set_glyph_size", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195181,8 +218595,9 @@ ] }, { - "name": "_font_get_glyph_uv_rect", + "name": "font_get_glyph_uv_rect", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195204,8 +218619,9 @@ ] }, { - "name": "_font_set_glyph_uv_rect", + "name": "font_set_glyph_uv_rect", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195228,8 +218644,9 @@ ] }, { - "name": "_font_get_glyph_texture_idx", + "name": "font_get_glyph_texture_idx", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195251,8 +218668,9 @@ ] }, { - "name": "_font_set_glyph_texture_idx", + "name": "font_set_glyph_texture_idx", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195275,8 +218693,57 @@ ] }, { - "name": "_font_get_glyph_contours", + "name": "font_get_glyph_texture_rid", "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "RID" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "size", + "type": "Vector2i" + }, + { + "name": "glyph", + "type": "int" + } + ] + }, + { + "name": "font_get_glyph_texture_size", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Vector2" + }, + "arguments": [ + { + "name": "font_rid", + "type": "RID" + }, + { + "name": "size", + "type": "Vector2i" + }, + { + "name": "glyph", + "type": "int" + } + ] + }, + { + "name": "font_get_glyph_contours", + "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195298,8 +218765,9 @@ ] }, { - "name": "_font_get_kerning_list", + "name": "font_get_kerning_list", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195317,8 +218785,9 @@ ] }, { - "name": "_font_clear_kerning_map", + "name": "font_clear_kerning_map", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195333,8 +218802,9 @@ ] }, { - "name": "_font_remove_kerning", + "name": "font_remove_kerning", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195353,8 +218823,9 @@ ] }, { - "name": "_font_set_kerning", + "name": "font_set_kerning", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195377,8 +218848,9 @@ ] }, { - "name": "_font_get_kerning", + "name": "font_get_kerning", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195400,8 +218872,9 @@ ] }, { - "name": "_font_get_glyph_index", + "name": "font_get_glyph_index", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195427,8 +218900,9 @@ ] }, { - "name": "_font_has_char", + "name": "font_has_char", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195446,8 +218920,9 @@ ] }, { - "name": "_font_get_supported_chars", + "name": "font_get_supported_chars", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195461,8 +218936,9 @@ ] }, { - "name": "_font_render_range", + "name": "font_render_range", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195485,8 +218961,9 @@ ] }, { - "name": "_font_render_glyph", + "name": "font_render_glyph", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195505,8 +218982,9 @@ ] }, { - "name": "_font_draw_glyph", + "name": "font_draw_glyph", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195537,8 +219015,9 @@ ] }, { - "name": "_font_draw_glyph_outline", + "name": "font_draw_glyph_outline", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195573,8 +219052,9 @@ ] }, { - "name": "_font_is_language_supported", + "name": "font_is_language_supported", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195592,8 +219072,9 @@ ] }, { - "name": "_font_set_language_support_override", + "name": "font_set_language_support_override", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195612,8 +219093,9 @@ ] }, { - "name": "_font_get_language_support_override", + "name": "font_get_language_support_override", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195631,8 +219113,9 @@ ] }, { - "name": "_font_remove_language_support_override", + "name": "font_remove_language_support_override", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195647,8 +219130,9 @@ ] }, { - "name": "_font_get_language_support_overrides", + "name": "font_get_language_support_overrides", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195662,8 +219146,9 @@ ] }, { - "name": "_font_is_script_supported", + "name": "font_is_script_supported", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195681,8 +219166,9 @@ ] }, { - "name": "_font_set_script_support_override", + "name": "font_set_script_support_override", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195701,8 +219187,9 @@ ] }, { - "name": "_font_get_script_support_override", + "name": "font_get_script_support_override", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195720,8 +219207,9 @@ ] }, { - "name": "_font_remove_script_support_override", + "name": "font_remove_script_support_override", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195736,8 +219224,9 @@ ] }, { - "name": "_font_get_script_support_overrides", + "name": "font_get_script_support_overrides", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195751,8 +219240,9 @@ ] }, { - "name": "_font_set_opentype_feature_overrides", + "name": "font_set_opentype_feature_overrides", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195767,8 +219257,9 @@ ] }, { - "name": "_font_get_opentype_feature_overrides", + "name": "font_get_opentype_feature_overrides", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195782,8 +219273,9 @@ ] }, { - "name": "_font_supported_feature_list", + "name": "font_supported_feature_list", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195797,8 +219289,9 @@ ] }, { - "name": "_font_supported_variation_list", + "name": "font_supported_variation_list", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195812,8 +219305,9 @@ ] }, { - "name": "_font_get_global_oversampling", + "name": "font_get_global_oversampling", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195821,8 +219315,9 @@ } }, { - "name": "_font_set_global_oversampling", + "name": "font_set_global_oversampling", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195833,8 +219328,9 @@ ] }, { - "name": "_get_hex_code_box_size", + "name": "get_hex_code_box_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195852,8 +219348,9 @@ ] }, { - "name": "_draw_hex_code_box", + "name": "draw_hex_code_box", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195880,8 +219377,9 @@ ] }, { - "name": "_create_shaped_text", + "name": "create_shaped_text", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195899,8 +219397,9 @@ ] }, { - "name": "_shaped_text_clear", + "name": "shaped_text_clear", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195911,8 +219410,9 @@ ] }, { - "name": "_shaped_text_set_direction", + "name": "shaped_text_set_direction", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195927,8 +219427,9 @@ ] }, { - "name": "_shaped_text_get_direction", + "name": "shaped_text_get_direction", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195942,8 +219443,9 @@ ] }, { - "name": "_shaped_text_get_inferred_direction", + "name": "shaped_text_get_inferred_direction", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -195957,8 +219459,9 @@ ] }, { - "name": "_shaped_text_set_bidi_override", + "name": "shaped_text_set_bidi_override", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195973,8 +219476,9 @@ ] }, { - "name": "_shaped_text_set_custom_punctuation", + "name": "shaped_text_set_custom_punctuation", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -195989,8 +219493,9 @@ ] }, { - "name": "_shaped_text_get_custom_punctuation", + "name": "shaped_text_get_custom_punctuation", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196004,8 +219509,9 @@ ] }, { - "name": "_shaped_text_set_orientation", + "name": "shaped_text_set_orientation", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196020,8 +219526,9 @@ ] }, { - "name": "_shaped_text_get_orientation", + "name": "shaped_text_get_orientation", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196035,8 +219542,9 @@ ] }, { - "name": "_shaped_text_set_preserve_invalid", + "name": "shaped_text_set_preserve_invalid", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196051,8 +219559,9 @@ ] }, { - "name": "_shaped_text_get_preserve_invalid", + "name": "shaped_text_get_preserve_invalid", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196066,8 +219575,9 @@ ] }, { - "name": "_shaped_text_set_preserve_control", + "name": "shaped_text_set_preserve_control", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196082,8 +219592,9 @@ ] }, { - "name": "_shaped_text_get_preserve_control", + "name": "shaped_text_get_preserve_control", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196097,8 +219608,50 @@ ] }, { - "name": "_shaped_text_add_string", + "name": "shaped_text_set_spacing", "is_const": false, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "shaped", + "type": "RID" + }, + { + "name": "spacing", + "type": "enum::TextServer.SpacingType" + }, + { + "name": "value", + "type": "int" + } + ] + }, + { + "name": "shaped_text_get_spacing", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + }, + "arguments": [ + { + "name": "shaped", + "type": "RID" + }, + { + "name": "spacing", + "type": "enum::TextServer.SpacingType" + } + ] + }, + { + "name": "shaped_text_add_string", + "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196136,8 +219689,9 @@ ] }, { - "name": "_shaped_text_add_object", + "name": "shaped_text_add_object", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196167,8 +219721,9 @@ ] }, { - "name": "_shaped_text_resize_object", + "name": "shaped_text_resize_object", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196194,8 +219749,9 @@ ] }, { - "name": "_shaped_get_span_count", + "name": "shaped_get_span_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196209,8 +219765,9 @@ ] }, { - "name": "_shaped_get_span_meta", + "name": "shaped_get_span_meta", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196228,8 +219785,9 @@ ] }, { - "name": "_shaped_set_span_update_font", + "name": "shaped_set_span_update_font", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196256,8 +219814,9 @@ ] }, { - "name": "_shaped_text_substr", + "name": "shaped_text_substr", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196279,8 +219838,9 @@ ] }, { - "name": "_shaped_text_get_parent", + "name": "shaped_text_get_parent", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196294,8 +219854,9 @@ ] }, { - "name": "_shaped_text_fit_to_width", + "name": "shaped_text_fit_to_width", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196312,13 +219873,14 @@ }, { "name": "jst_flags", - "type": "int" + "type": "bitfield::TextServer.JustificationFlag" } ] }, { - "name": "_shaped_text_tab_align", + "name": "shaped_text_tab_align", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196336,8 +219898,9 @@ ] }, { - "name": "_shaped_text_shape", + "name": "shaped_text_shape", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196351,8 +219914,9 @@ ] }, { - "name": "_shaped_text_update_breaks", + "name": "shaped_text_update_breaks", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196366,8 +219930,9 @@ ] }, { - "name": "_shaped_text_update_justification_ops", + "name": "shaped_text_update_justification_ops", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196381,8 +219946,9 @@ ] }, { - "name": "_shaped_text_is_ready", + "name": "shaped_text_is_ready", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196396,12 +219962,13 @@ ] }, { - "name": "_shaped_text_get_glyphs", + "name": "shaped_text_get_glyphs", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { - "type": "Glyph*" + "type": "const Glyph*" }, "arguments": [ { @@ -196411,12 +219978,13 @@ ] }, { - "name": "_shaped_text_sort_logical", + "name": "shaped_text_sort_logical", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { - "type": "Glyph*" + "type": "const Glyph*" }, "arguments": [ { @@ -196426,8 +219994,9 @@ ] }, { - "name": "_shaped_text_get_glyph_count", + "name": "shaped_text_get_glyph_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196441,8 +220010,9 @@ ] }, { - "name": "_shaped_text_get_range", + "name": "shaped_text_get_range", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196456,8 +220026,9 @@ ] }, { - "name": "_shaped_text_get_line_breaks_adv", + "name": "shaped_text_get_line_breaks_adv", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196482,13 +220053,14 @@ }, { "name": "break_flags", - "type": "int" + "type": "bitfield::TextServer.LineBreakFlag" } ] }, { - "name": "_shaped_text_get_line_breaks", + "name": "shaped_text_get_line_breaks", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196509,13 +220081,14 @@ }, { "name": "break_flags", - "type": "int" + "type": "bitfield::TextServer.LineBreakFlag" } ] }, { - "name": "_shaped_text_get_word_breaks", + "name": "shaped_text_get_word_breaks", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196528,13 +220101,14 @@ }, { "name": "grapheme_flags", - "type": "int" + "type": "bitfield::TextServer.GraphemeFlag" } ] }, { - "name": "_shaped_text_get_trim_pos", + "name": "shaped_text_get_trim_pos", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196548,8 +220122,9 @@ ] }, { - "name": "_shaped_text_get_ellipsis_pos", + "name": "shaped_text_get_ellipsis_pos", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196563,8 +220138,9 @@ ] }, { - "name": "_shaped_text_get_ellipsis_glyph_count", + "name": "shaped_text_get_ellipsis_glyph_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196578,12 +220154,13 @@ ] }, { - "name": "_shaped_text_get_ellipsis_glyphs", + "name": "shaped_text_get_ellipsis_glyphs", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { - "type": "Glyph*" + "type": "const Glyph*" }, "arguments": [ { @@ -196593,8 +220170,9 @@ ] }, { - "name": "_shaped_text_overrun_trim_to_width", + "name": "shaped_text_overrun_trim_to_width", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196608,13 +220186,14 @@ }, { "name": "trim_flags", - "type": "int" + "type": "bitfield::TextServer.TextOverrunFlag" } ] }, { - "name": "_shaped_text_get_objects", + "name": "shaped_text_get_objects", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196628,8 +220207,9 @@ ] }, { - "name": "_shaped_text_get_object_rect", + "name": "shaped_text_get_object_rect", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196647,8 +220227,9 @@ ] }, { - "name": "_shaped_text_get_size", + "name": "shaped_text_get_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196662,8 +220243,9 @@ ] }, { - "name": "_shaped_text_get_ascent", + "name": "shaped_text_get_ascent", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196677,8 +220259,9 @@ ] }, { - "name": "_shaped_text_get_descent", + "name": "shaped_text_get_descent", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196692,8 +220275,9 @@ ] }, { - "name": "_shaped_text_get_width", + "name": "shaped_text_get_width", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196707,8 +220291,9 @@ ] }, { - "name": "_shaped_text_get_underline_position", + "name": "shaped_text_get_underline_position", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196722,8 +220307,9 @@ ] }, { - "name": "_shaped_text_get_underline_thickness", + "name": "shaped_text_get_underline_thickness", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196737,8 +220323,9 @@ ] }, { - "name": "_shaped_text_get_dominant_direction_in_range", + "name": "shaped_text_get_dominant_direction_in_range", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196760,8 +220347,9 @@ ] }, { - "name": "_shaped_text_get_carets", + "name": "shaped_text_get_carets", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196780,8 +220368,9 @@ ] }, { - "name": "_shaped_text_get_selection", + "name": "shaped_text_get_selection", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196803,8 +220392,9 @@ ] }, { - "name": "_shaped_text_hit_test_grapheme", + "name": "shaped_text_hit_test_grapheme", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196822,8 +220412,9 @@ ] }, { - "name": "_shaped_text_hit_test_position", + "name": "shaped_text_hit_test_position", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196841,8 +220432,9 @@ ] }, { - "name": "_shaped_text_draw", + "name": "shaped_text_draw", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196873,8 +220465,9 @@ ] }, { - "name": "_shaped_text_draw_outline", + "name": "shaped_text_draw_outline", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -196909,8 +220502,9 @@ ] }, { - "name": "_shaped_text_get_grapheme_bounds", + "name": "shaped_text_get_grapheme_bounds", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196928,8 +220522,9 @@ ] }, { - "name": "_shaped_text_next_grapheme_pos", + "name": "shaped_text_next_grapheme_pos", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196947,8 +220542,9 @@ ] }, { - "name": "_shaped_text_prev_grapheme_pos", + "name": "shaped_text_prev_grapheme_pos", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196966,8 +220562,9 @@ ] }, { - "name": "_format_number", + "name": "format_number", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -196985,8 +220582,9 @@ ] }, { - "name": "_parse_number", + "name": "parse_number", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -197004,8 +220602,9 @@ ] }, { - "name": "_percent_sign", + "name": "percent_sign", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -197019,8 +220618,45 @@ ] }, { - "name": "_string_to_upper", + "name": "strip_diacritics", "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "string", + "type": "String" + } + ] + }, + { + "name": "string_get_word_breaks", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "PackedInt32Array" + }, + "arguments": [ + { + "name": "string", + "type": "String" + }, + { + "name": "language", + "type": "String" + } + ] + }, + { + "name": "string_to_upper", + "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -197038,8 +220674,9 @@ ] }, { - "name": "_string_to_lower", + "name": "string_to_lower", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -197055,6 +220692,30 @@ "type": "String" } ] + }, + { + "name": "parse_structured_text", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + }, + "arguments": [ + { + "name": "parser_type", + "type": "enum::TextServer.StructuredTextParser" + }, + { + "name": "args", + "type": "Array" + }, + { + "name": "text", + "type": "String" + } + ] } ] }, @@ -197069,8 +220730,9 @@ "name": "add_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1746794417, "arguments": [ { "name": "interface", @@ -197082,8 +220744,9 @@ "name": "get_interface_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197093,8 +220756,9 @@ "name": "remove_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1746794417, "arguments": [ { "name": "interface", @@ -197106,8 +220770,9 @@ "name": "get_interface", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1046673329, "return_value": { "type": "TextServer" }, @@ -197123,8 +220788,9 @@ "name": "get_interfaces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -197133,8 +220799,9 @@ "name": "find_interface", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 356278482, "return_value": { "type": "TextServer" }, @@ -197149,8 +220816,9 @@ "name": "set_primary_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1746794417, "arguments": [ { "name": "index", @@ -197162,8 +220830,9 @@ "name": "get_primary_interface", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1299306193, "return_value": { "type": "TextServer" } @@ -197171,7 +220840,7 @@ ], "signals": [ { - "name": "interface_removed", + "name": "interface_added", "arguments": [ { "name": "interface_name", @@ -197180,7 +220849,7 @@ ] }, { - "name": "interface_added", + "name": "interface_removed", "arguments": [ { "name": "interface_name", @@ -197193,23 +220862,161 @@ { "name": "Texture", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Resource", "api_type": "core" }, { "name": "Texture2D", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Texture", "api_type": "core", "methods": [ + { + "name": "_get_width", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_height", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_is_pixel_opaque", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "x", + "type": "int" + }, + { + "name": "y", + "type": "int" + } + ] + }, + { + "name": "_has_alpha", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_draw", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "to_canvas_item", + "type": "RID" + }, + { + "name": "pos", + "type": "Vector2" + }, + { + "name": "modulate", + "type": "Color" + }, + { + "name": "transpose", + "type": "bool" + } + ] + }, + { + "name": "_draw_rect", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "to_canvas_item", + "type": "RID" + }, + { + "name": "rect", + "type": "Rect2" + }, + { + "name": "tile", + "type": "bool" + }, + { + "name": "modulate", + "type": "Color" + }, + { + "name": "transpose", + "type": "bool" + } + ] + }, + { + "name": "_draw_rect_region", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "arguments": [ + { + "name": "tp_canvas_item", + "type": "RID" + }, + { + "name": "rect", + "type": "Rect2" + }, + { + "name": "src_rect", + "type": "Rect2" + }, + { + "name": "modulate", + "type": "Color" + }, + { + "name": "transpose", + "type": "bool" + }, + { + "name": "clip_uv", + "type": "bool" + } + ] + }, { "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197219,8 +221026,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197230,8 +221038,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -197240,8 +221049,9 @@ "name": "has_alpha", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -197250,8 +221060,9 @@ "name": "draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 221802764, + "hash": 161385583, "arguments": [ { "name": "canvas_item", @@ -197277,8 +221088,9 @@ "name": "draw_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 260938157, + "hash": 3774031638, "arguments": [ { "name": "canvas_item", @@ -197308,8 +221120,9 @@ "name": "draw_rect_region", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1351626895, + "hash": 1203105656, "arguments": [ { "name": "canvas_item", @@ -197344,8 +221157,9 @@ "name": "get_image", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3707135268, "return_value": { "type": "Image" } @@ -197362,16 +221176,77 @@ { "name": "Texture3D", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Texture", "api_type": "core", "methods": [ + { + "name": "_get_format", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Image.Format" + } + }, + { + "name": "_get_width", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_height", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_depth", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_has_mipmaps", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_data", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Array" + } + }, { "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3847873762, "return_value": { "type": "enum::Image.Format" } @@ -197380,8 +221255,9 @@ "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197391,8 +221267,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197402,8 +221279,9 @@ "name": "get_depth", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197413,8 +221291,9 @@ "name": "has_mipmaps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -197423,8 +221302,9 @@ "name": "get_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -197440,6 +221320,7 @@ "enums": [ { "name": "StretchMode", + "is_bitfield": false, "values": [ { "name": "STRETCH_SCALE", @@ -197477,8 +221358,9 @@ "name": "set_normal_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -197490,8 +221372,9 @@ "name": "set_pressed_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -197503,8 +221386,9 @@ "name": "set_hover_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -197516,8 +221400,9 @@ "name": "set_disabled_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -197529,8 +221414,9 @@ "name": "set_focused_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -197542,8 +221428,9 @@ "name": "set_click_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1899494183, "arguments": [ { "name": "mask", @@ -197555,8 +221442,9 @@ "name": "set_ignore_texture_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ignore", @@ -197568,8 +221456,9 @@ "name": "set_stretch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 252530840, "arguments": [ { "name": "mode", @@ -197581,8 +221470,9 @@ "name": "set_flip_h", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -197594,8 +221484,9 @@ "name": "is_flipped_h", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -197604,8 +221495,9 @@ "name": "set_flip_v", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -197617,8 +221509,9 @@ "name": "is_flipped_v", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -197627,8 +221520,9 @@ "name": "get_normal_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -197637,8 +221531,9 @@ "name": "get_pressed_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -197647,8 +221542,9 @@ "name": "get_hover_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -197657,8 +221553,9 @@ "name": "get_disabled_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -197667,8 +221564,9 @@ "name": "get_focused_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -197677,8 +221575,9 @@ "name": "get_click_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 795727866, "return_value": { "type": "BitMap" } @@ -197687,8 +221586,9 @@ "name": "get_ignore_texture_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -197697,8 +221597,9 @@ "name": "get_stretch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 33815122, "return_value": { "type": "enum::TextureButton.StretchMode" } @@ -197780,12 +221681,13 @@ { "name": "TextureLayered", "is_refcounted": true, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Texture", "api_type": "core", "enums": [ { "name": "LayeredType", + "is_bitfield": false, "values": [ { "name": "LAYERED_TYPE_2D_ARRAY", @@ -197803,12 +221705,89 @@ } ], "methods": [ + { + "name": "_get_format", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "enum::Image.Format" + } + }, + { + "name": "_get_layered_type", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_width", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_height", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_get_layers", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "int" + } + }, + { + "name": "_has_mipmaps", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + } + }, + { + "name": "_get_layer_data", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "Image" + }, + "arguments": [ + { + "name": "layer_index", + "type": "int" + } + ] + }, { "name": "get_format", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3847873762, "return_value": { "type": "enum::Image.Format" } @@ -197817,8 +221796,9 @@ "name": "get_layered_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 518123893, "return_value": { "type": "enum::TextureLayered.LayeredType" } @@ -197827,8 +221807,9 @@ "name": "get_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197838,8 +221819,9 @@ "name": "get_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197849,8 +221831,9 @@ "name": "get_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -197860,8 +221843,9 @@ "name": "has_mipmaps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -197870,8 +221854,9 @@ "name": "get_layer_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2739335304, "return_value": { "type": "Image" }, @@ -197894,6 +221879,7 @@ "enums": [ { "name": "FillMode", + "is_bitfield": false, "values": [ { "name": "FILL_LEFT_TO_RIGHT", @@ -197939,8 +221925,9 @@ "name": "set_under_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "tex", @@ -197952,8 +221939,9 @@ "name": "get_under_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -197962,8 +221950,9 @@ "name": "set_progress_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "tex", @@ -197975,8 +221964,9 @@ "name": "get_progress_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -197985,8 +221975,9 @@ "name": "set_over_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "tex", @@ -197998,8 +221989,9 @@ "name": "get_over_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -198008,8 +222000,9 @@ "name": "set_fill_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mode", @@ -198022,8 +222015,9 @@ "name": "get_fill_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -198033,8 +222027,9 @@ "name": "set_tint_under", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "tint", @@ -198046,8 +222041,9 @@ "name": "get_tint_under", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -198056,8 +222052,9 @@ "name": "set_tint_progress", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "tint", @@ -198069,8 +222066,9 @@ "name": "get_tint_progress", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -198079,8 +222077,9 @@ "name": "set_tint_over", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "tint", @@ -198092,8 +222091,9 @@ "name": "get_tint_over", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -198102,8 +222102,9 @@ "name": "set_texture_progress_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -198115,8 +222116,9 @@ "name": "get_texture_progress_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -198125,8 +222127,9 @@ "name": "set_radial_initial_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mode", @@ -198139,8 +222142,9 @@ "name": "get_radial_initial_angle", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -198150,8 +222154,9 @@ "name": "set_radial_center_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "mode", @@ -198163,8 +222168,9 @@ "name": "get_radial_center_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1497962370, "return_value": { "type": "Vector2" } @@ -198173,8 +222179,9 @@ "name": "set_fill_degrees", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "mode", @@ -198187,8 +222194,9 @@ "name": "get_fill_degrees", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "float" @@ -198198,8 +222206,9 @@ "name": "set_stretch_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 437707142, "arguments": [ { "name": "margin", @@ -198216,8 +222225,9 @@ "name": "get_stretch_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1983885014, "return_value": { "type": "int", "meta": "int32" @@ -198233,8 +222243,9 @@ "name": "set_nine_patch_stretch", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "stretch", @@ -198246,14 +222257,57 @@ "name": "get_nine_patch_stretch", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } } ], "properties": [ + { + "type": "int", + "name": "fill_mode", + "setter": "set_fill_mode", + "getter": "get_fill_mode", + "index": -1 + }, + { + "type": "bool", + "name": "nine_patch_stretch", + "setter": "set_nine_patch_stretch", + "getter": "get_nine_patch_stretch", + "index": -1 + }, + { + "type": "int", + "name": "stretch_margin_left", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "index": 0 + }, + { + "type": "int", + "name": "stretch_margin_top", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "index": 1 + }, + { + "type": "int", + "name": "stretch_margin_right", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "index": 2 + }, + { + "type": "int", + "name": "stretch_margin_bottom", + "setter": "set_stretch_margin", + "getter": "get_stretch_margin", + "index": 3 + }, { "type": "Texture2D", "name": "texture_under", @@ -198282,13 +222336,6 @@ "getter": "get_texture_progress_offset", "index": -1 }, - { - "type": "int", - "name": "fill_mode", - "setter": "set_fill_mode", - "getter": "get_fill_mode", - "index": -1 - }, { "type": "Color", "name": "tint_under", @@ -198330,41 +222377,6 @@ "setter": "set_radial_center_offset", "getter": "get_radial_center_offset", "index": -1 - }, - { - "type": "bool", - "name": "nine_patch_stretch", - "setter": "set_nine_patch_stretch", - "getter": "get_nine_patch_stretch", - "index": -1 - }, - { - "type": "int", - "name": "stretch_margin_left", - "setter": "set_stretch_margin", - "getter": "get_stretch_margin", - "index": 0 - }, - { - "type": "int", - "name": "stretch_margin_top", - "setter": "set_stretch_margin", - "getter": "get_stretch_margin", - "index": 1 - }, - { - "type": "int", - "name": "stretch_margin_right", - "setter": "set_stretch_margin", - "getter": "get_stretch_margin", - "index": 2 - }, - { - "type": "int", - "name": "stretch_margin_bottom", - "setter": "set_stretch_margin", - "getter": "get_stretch_margin", - "index": 3 } ] }, @@ -198377,6 +222389,7 @@ "enums": [ { "name": "StretchMode", + "is_bitfield": false, "values": [ { "name": "STRETCH_SCALE", @@ -198414,8 +222427,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -198427,8 +222441,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -198437,8 +222452,9 @@ "name": "set_ignore_texture_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ignore", @@ -198450,8 +222466,9 @@ "name": "get_ignore_texture_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -198460,8 +222477,9 @@ "name": "set_flip_h", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -198473,8 +222491,9 @@ "name": "is_flipped_h", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -198483,8 +222502,9 @@ "name": "set_flip_v", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -198496,8 +222516,9 @@ "name": "is_flipped_v", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -198506,8 +222527,9 @@ "name": "set_stretch_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 58788729, "arguments": [ { "name": "stretch_mode", @@ -198519,8 +222541,9 @@ "name": "get_stretch_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 346396079, "return_value": { "type": "enum::TextureRect.StretchMode" } @@ -198573,6 +222596,7 @@ "enums": [ { "name": "DataType", + "is_bitfield": false, "values": [ { "name": "DATA_TYPE_COLOR", @@ -198610,8 +222634,9 @@ "name": "set_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 54752356, "arguments": [ { "name": "name", @@ -198631,8 +222656,9 @@ "name": "get_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 727826529, "return_value": { "type": "Texture2D" }, @@ -198651,8 +222677,9 @@ "name": "has_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -198671,8 +222698,9 @@ "name": "rename_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1863350488, "arguments": [ { "name": "old_name", @@ -198692,8 +222720,9 @@ "name": "clear_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -198709,8 +222738,9 @@ "name": "get_icon_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3535710766, "return_value": { "type": "PackedStringArray" }, @@ -198725,8 +222755,9 @@ "name": "get_icon_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -198735,8 +222766,9 @@ "name": "set_stylebox", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3913180896, "arguments": [ { "name": "name", @@ -198756,8 +222788,9 @@ "name": "get_stylebox", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3164736778, "return_value": { "type": "StyleBox" }, @@ -198776,8 +222809,9 @@ "name": "has_stylebox", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -198796,8 +222830,9 @@ "name": "rename_stylebox", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1863350488, "arguments": [ { "name": "old_name", @@ -198817,8 +222852,9 @@ "name": "clear_stylebox", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -198834,8 +222870,9 @@ "name": "get_stylebox_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3535710766, "return_value": { "type": "PackedStringArray" }, @@ -198850,8 +222887,9 @@ "name": "get_stylebox_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -198860,8 +222898,9 @@ "name": "set_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 969140714, "arguments": [ { "name": "name", @@ -198881,8 +222920,9 @@ "name": "get_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1773098583, "return_value": { "type": "Font" }, @@ -198901,8 +222941,9 @@ "name": "has_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -198921,8 +222962,9 @@ "name": "rename_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1863350488, "arguments": [ { "name": "old_name", @@ -198942,8 +222984,9 @@ "name": "clear_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -198959,8 +223002,9 @@ "name": "get_font_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3535710766, "return_value": { "type": "PackedStringArray" }, @@ -198975,8 +223019,9 @@ "name": "get_font_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -198985,8 +223030,9 @@ "name": "set_font_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2735984560, "arguments": [ { "name": "name", @@ -199007,8 +223053,9 @@ "name": "get_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1968462237, "return_value": { "type": "int", "meta": "int32" @@ -199028,8 +223075,9 @@ "name": "has_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -199048,8 +223096,9 @@ "name": "rename_font_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1863350488, "arguments": [ { "name": "old_name", @@ -199069,8 +223118,9 @@ "name": "clear_font_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -199086,8 +223136,9 @@ "name": "get_font_size_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3535710766, "return_value": { "type": "PackedStringArray" }, @@ -199102,8 +223153,9 @@ "name": "get_font_size_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -199112,8 +223164,9 @@ "name": "set_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3366039183, "arguments": [ { "name": "name", @@ -199133,8 +223186,9 @@ "name": "get_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3514164474, "return_value": { "type": "Color" }, @@ -199153,8 +223207,9 @@ "name": "has_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -199173,8 +223228,9 @@ "name": "rename_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1863350488, "arguments": [ { "name": "old_name", @@ -199194,8 +223250,9 @@ "name": "clear_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -199211,8 +223268,9 @@ "name": "get_color_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3535710766, "return_value": { "type": "PackedStringArray" }, @@ -199227,8 +223285,9 @@ "name": "get_color_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -199237,8 +223296,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2735984560, "arguments": [ { "name": "name", @@ -199259,8 +223319,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1968462237, "return_value": { "type": "int", "meta": "int32" @@ -199280,8 +223341,9 @@ "name": "has_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -199300,8 +223362,9 @@ "name": "rename_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1863350488, "arguments": [ { "name": "old_name", @@ -199321,8 +223384,9 @@ "name": "clear_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -199338,8 +223402,9 @@ "name": "get_constant_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3535710766, "return_value": { "type": "PackedStringArray" }, @@ -199354,8 +223419,9 @@ "name": "get_constant_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -199364,8 +223430,9 @@ "name": "set_default_base_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "base_scale", @@ -199378,8 +223445,9 @@ "name": "get_default_base_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -199389,8 +223457,9 @@ "name": "has_default_base_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199399,8 +223468,9 @@ "name": "set_default_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3289570653, "arguments": [ { "name": "font", @@ -199412,8 +223482,9 @@ "name": "get_default_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1041304650, "return_value": { "type": "Font" } @@ -199422,8 +223493,9 @@ "name": "has_default_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199432,8 +223504,9 @@ "name": "set_default_font_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "font_size", @@ -199446,8 +223519,9 @@ "name": "get_default_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -199457,8 +223531,9 @@ "name": "has_default_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199467,8 +223542,9 @@ "name": "set_theme_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3277840144, "arguments": [ { "name": "data_type", @@ -199492,8 +223568,9 @@ "name": "get_theme_item", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3657321522, "return_value": { "type": "Variant" }, @@ -199516,8 +223593,9 @@ "name": "has_theme_item", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 4240190150, "return_value": { "type": "bool" }, @@ -199540,8 +223618,9 @@ "name": "rename_theme_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3117567465, "arguments": [ { "name": "data_type", @@ -199565,8 +223644,9 @@ "name": "clear_theme_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3576092810, "arguments": [ { "name": "data_type", @@ -199586,8 +223666,9 @@ "name": "get_theme_item_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3468628542, "return_value": { "type": "PackedStringArray" }, @@ -199606,8 +223687,9 @@ "name": "get_theme_item_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4169261034, "return_value": { "type": "PackedStringArray" }, @@ -199622,8 +223704,9 @@ "name": "set_type_variation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "theme_type", @@ -199639,8 +223722,9 @@ "name": "is_type_variation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1795020026, "return_value": { "type": "bool" }, @@ -199659,8 +223743,9 @@ "name": "clear_type_variation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "theme_type", @@ -199672,8 +223757,9 @@ "name": "get_type_variation_base", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2223010457, "return_value": { "type": "StringName" }, @@ -199688,8 +223774,9 @@ "name": "get_type_variation_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1698016586, "return_value": { "type": "PackedStringArray" }, @@ -199704,8 +223791,9 @@ "name": "add_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "theme_type", @@ -199717,8 +223805,9 @@ "name": "remove_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "theme_type", @@ -199730,8 +223819,9 @@ "name": "get_type_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -199740,8 +223830,9 @@ "name": "merge_with", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1346606836, "arguments": [ { "name": "other", @@ -199753,8 +223844,9 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -199790,6 +223882,7 @@ "enums": [ { "name": "Priority", + "is_bitfield": false, "values": [ { "name": "PRIORITY_LOW", @@ -199811,8 +223904,9 @@ "name": "start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1474135307, + "hash": 3610773415, "return_value": { "type": "enum::Error" }, @@ -199821,11 +223915,6 @@ "name": "callable", "type": "Callable" }, - { - "name": "userdata", - "type": "Variant", - "default_value": "null" - }, { "name": "priority", "type": "enum::Thread.Priority", @@ -199837,8 +223926,9 @@ "name": "get_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -199847,8 +223937,9 @@ "name": "is_started", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199857,8 +223948,9 @@ "name": "is_alive", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199867,8 +223959,9 @@ "name": "wait_to_finish", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1460262497, "return_value": { "type": "Variant" } @@ -199886,8 +223979,9 @@ "name": "set_flip_h", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_h", @@ -199899,8 +223993,9 @@ "name": "get_flip_h", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199909,8 +224004,9 @@ "name": "set_flip_v", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "flip_v", @@ -199922,8 +224018,9 @@ "name": "get_flip_v", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199932,8 +224029,9 @@ "name": "set_transpose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "transpose", @@ -199945,8 +224043,9 @@ "name": "get_transpose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -199955,12 +224054,13 @@ "name": "set_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1714939714, "arguments": [ { "name": "material", - "type": "ShaderMaterial" + "type": "Material" } ] }, @@ -199968,18 +224068,20 @@ "name": "get_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2020585562, "return_value": { - "type": "ShaderMaterial" + "type": "Material" } }, { "name": "set_texture_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "texture_offset", @@ -199991,8 +224093,9 @@ "name": "get_texture_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -200001,8 +224104,9 @@ "name": "set_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "modulate", @@ -200014,8 +224118,9 @@ "name": "get_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -200024,8 +224129,9 @@ "name": "set_z_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "z_index", @@ -200038,8 +224144,9 @@ "name": "get_z_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -200049,8 +224156,9 @@ "name": "set_y_sort_origin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "y_sort_origin", @@ -200063,8 +224171,9 @@ "name": "get_y_sort_origin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -200074,8 +224183,9 @@ "name": "set_occluder", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1878962621, "arguments": [ { "name": "layer_id", @@ -200092,8 +224202,9 @@ "name": "get_occluder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1604544625, "return_value": { "type": "OccluderPolygon2D" }, @@ -200109,8 +224220,9 @@ "name": "set_constant_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "layer_id", @@ -200127,8 +224239,9 @@ "name": "get_constant_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -200144,8 +224257,9 @@ "name": "set_constant_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "layer_id", @@ -200163,8 +224277,9 @@ "name": "get_constant_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "float" @@ -200181,8 +224296,9 @@ "name": "set_collision_polygons_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_id", @@ -200200,8 +224316,9 @@ "name": "get_collision_polygons_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -200218,8 +224335,9 @@ "name": "add_collision_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer_id", @@ -200232,8 +224350,9 @@ "name": "remove_collision_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_id", @@ -200251,8 +224370,9 @@ "name": "set_collision_polygon_points", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1740002039, "arguments": [ { "name": "layer_id", @@ -200274,8 +224394,9 @@ "name": "get_collision_polygon_points", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 306769825, "return_value": { "type": "PackedVector2Array" }, @@ -200296,8 +224417,9 @@ "name": "set_collision_polygon_one_way", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1383440665, "arguments": [ { "name": "layer_id", @@ -200319,8 +224441,9 @@ "name": "is_collision_polygon_one_way", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2522259332, "return_value": { "type": "bool" }, @@ -200341,8 +224464,9 @@ "name": "set_collision_polygon_one_way_margin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3506521499, "arguments": [ { "name": "layer_id", @@ -200365,8 +224489,9 @@ "name": "get_collision_polygon_one_way_margin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3085491603, "return_value": { "type": "float", "meta": "float" @@ -200388,8 +224513,9 @@ "name": "set_terrain_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "terrain_set", @@ -200402,19 +224528,48 @@ "name": "get_terrain_set", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, { - "name": "set_peering_bit_terrain", + "name": "set_terrain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1286410249, + "arguments": [ + { + "name": "terrain", + "type": "int", + "meta": "int32" + } + ] + }, + { + "name": "get_terrain", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3905245786, + "return_value": { + "type": "int", + "meta": "int32" + } + }, + { + "name": "set_terrain_peering_bit", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1084452308, "arguments": [ { "name": "peering_bit", @@ -200428,11 +224583,12 @@ ] }, { - "name": "get_peering_bit_terrain", + "name": "get_terrain_peering_bit", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3831796792, "return_value": { "type": "int", "meta": "int32" @@ -200448,8 +224604,9 @@ "name": "set_navigation_polygon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1353577682, "arguments": [ { "name": "layer_id", @@ -200466,8 +224623,9 @@ "name": "get_navigation_polygon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1127591866, "return_value": { "type": "NavigationPolygon" }, @@ -200483,8 +224641,9 @@ "name": "set_probability", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "probability", @@ -200497,8 +224656,9 @@ "name": "get_probability", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -200508,8 +224668,9 @@ "name": "set_custom_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 402577236, "arguments": [ { "name": "layer_name", @@ -200525,8 +224686,9 @@ "name": "get_custom_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1868160156, "return_value": { "type": "Variant" }, @@ -200541,8 +224703,9 @@ "name": "set_custom_data_by_layer_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "layer_id", @@ -200559,8 +224722,9 @@ "name": "get_custom_data_by_layer_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -200615,7 +224779,7 @@ "index": -1 }, { - "type": "ShaderMaterial", + "type": "CanvasItemMaterial,ShaderMaterial", "name": "material", "setter": "set_material", "getter": "get_material", @@ -200642,6 +224806,13 @@ "getter": "get_terrain_set", "index": -1 }, + { + "type": "int", + "name": "terrain", + "setter": "set_terrain", + "getter": "get_terrain", + "index": -1 + }, { "type": "float", "name": "probability", @@ -200660,6 +224831,7 @@ "enums": [ { "name": "VisibilityMode", + "is_bitfield": false, "values": [ { "name": "VISIBILITY_MODE_DEFAULT", @@ -200680,6 +224852,7 @@ { "name": "_use_tile_data_runtime_update", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -200699,6 +224872,7 @@ { "name": "_tile_data_runtime_update", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -200720,8 +224894,9 @@ "name": "set_tileset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2857396503, "arguments": [ { "name": "tileset", @@ -200733,8 +224908,9 @@ "name": "get_tileset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068880338, "return_value": { "type": "TileSet" } @@ -200743,8 +224919,9 @@ "name": "set_quadrant_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -200757,8 +224934,9 @@ "name": "get_quadrant_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -200768,8 +224946,9 @@ "name": "get_layers_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -200779,8 +224958,9 @@ "name": "add_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "to_position", @@ -200793,8 +224973,9 @@ "name": "move_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer", @@ -200812,8 +224993,9 @@ "name": "remove_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -200826,8 +225008,9 @@ "name": "set_layer_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "layer", @@ -200844,8 +225027,9 @@ "name": "get_layer_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -200861,8 +225045,9 @@ "name": "set_layer_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer", @@ -200879,8 +225064,9 @@ "name": "is_layer_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -200896,8 +225082,9 @@ "name": "set_layer_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "layer", @@ -200914,8 +225101,9 @@ "name": "get_layer_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -200931,8 +225119,9 @@ "name": "set_layer_y_sort_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer", @@ -200949,8 +225138,9 @@ "name": "is_layer_y_sort_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -200966,8 +225156,9 @@ "name": "set_layer_y_sort_origin", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer", @@ -200985,8 +225176,9 @@ "name": "get_layer_y_sort_origin", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -201003,8 +225195,9 @@ "name": "set_layer_z_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer", @@ -201022,8 +225215,9 @@ "name": "get_layer_z_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -201040,8 +225234,9 @@ "name": "set_collision_animatable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -201053,8 +225248,9 @@ "name": "is_collision_animatable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -201063,8 +225259,9 @@ "name": "set_collision_visibility_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3193440636, "arguments": [ { "name": "collision_visibility_mode", @@ -201076,8 +225273,9 @@ "name": "get_collision_visibility_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2026313073, "return_value": { "type": "enum::TileMap.VisibilityMode" } @@ -201086,8 +225284,9 @@ "name": "set_navigation_visibility_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3193440636, "arguments": [ { "name": "navigation_visibility_mode", @@ -201099,8 +225298,9 @@ "name": "get_navigation_visibility_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2026313073, "return_value": { "type": "enum::TileMap.VisibilityMode" } @@ -201109,8 +225309,9 @@ "name": "set_cell", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 36949783, + "hash": 1732664643, "arguments": [ { "name": "layer", @@ -201144,8 +225345,9 @@ "name": "erase_cell", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2311374912, "arguments": [ { "name": "layer", @@ -201162,8 +225364,9 @@ "name": "get_cell_source_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 201473609, "return_value": { "type": "int", "meta": "int32" @@ -201188,8 +225391,9 @@ "name": "get_cell_atlas_coords", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 780734168, "return_value": { "type": "Vector2i" }, @@ -201213,8 +225417,9 @@ "name": "get_cell_alternative_tile", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 201473609, "return_value": { "type": "int", "meta": "int32" @@ -201239,8 +225444,9 @@ "name": "get_coords_for_body_rid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3921729502, "return_value": { "type": "Vector2i" }, @@ -201255,8 +225461,9 @@ "name": "get_pattern", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 1347343305, "return_value": { "type": "TileMapPattern" }, @@ -201276,8 +225483,9 @@ "name": "map_pattern", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 269702504, "return_value": { "type": "Vector2i" }, @@ -201300,8 +225508,9 @@ "name": "set_pattern", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1541740006, "arguments": [ { "name": "layer", @@ -201319,11 +225528,12 @@ ] }, { - "name": "set_cells_from_surrounding_terrains", + "name": "set_cells_terrain_connect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 3303542101, "arguments": [ { "name": "layer", @@ -201339,6 +225549,45 @@ "type": "int", "meta": "int32" }, + { + "name": "terrain", + "type": "int", + "meta": "int32" + }, + { + "name": "ignore_empty_terrains", + "type": "bool", + "default_value": "true" + } + ] + }, + { + "name": "set_cells_terrain_path", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3303542101, + "arguments": [ + { + "name": "layer", + "type": "int", + "meta": "int32" + }, + { + "name": "path", + "type": "Array" + }, + { + "name": "terrain_set", + "type": "int", + "meta": "int32" + }, + { + "name": "terrain", + "type": "int", + "meta": "int32" + }, { "name": "ignore_empty_terrains", "type": "bool", @@ -201350,15 +225599,17 @@ "name": "fix_invalid_tiles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer", @@ -201371,15 +225622,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "force_update", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "layer", @@ -201393,8 +225646,9 @@ "name": "get_surrounding_tiles", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1349365727, "return_value": { "type": "Array" }, @@ -201409,8 +225663,9 @@ "name": "get_used_cells", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -201426,8 +225681,9 @@ "name": "get_used_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3248174, "return_value": { "type": "Rect2" } @@ -201436,8 +225692,9 @@ "name": "map_to_world", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 108438297, "return_value": { "type": "Vector2" }, @@ -201452,8 +225709,9 @@ "name": "world_to_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 837806996, "return_value": { "type": "Vector2i" }, @@ -201468,8 +225726,9 @@ "name": "get_neighbor_cell", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 986575103, "return_value": { "type": "Vector2i" }, @@ -201546,8 +225805,9 @@ "name": "set_cell", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 89226873, + "hash": 634000503, "arguments": [ { "name": "coords", @@ -201576,8 +225836,9 @@ "name": "has_cell", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3900751641, "return_value": { "type": "bool" }, @@ -201592,8 +225853,9 @@ "name": "remove_cell", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4153096796, "arguments": [ { "name": "coords", @@ -201609,8 +225871,9 @@ "name": "get_cell_source_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -201626,8 +225889,9 @@ "name": "get_cell_atlas_coords", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3050897911, "return_value": { "type": "Vector2i" }, @@ -201642,8 +225906,9 @@ "name": "get_cell_alternative_tile", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -201659,8 +225924,9 @@ "name": "get_used_cells", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -201669,8 +225935,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -201679,8 +225946,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -201692,8 +225960,9 @@ "name": "is_empty", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -201707,8 +225976,31 @@ "inherits": "Resource", "api_type": "core", "enums": [ + { + "name": "TileShape", + "is_bitfield": false, + "values": [ + { + "name": "TILE_SHAPE_SQUARE", + "value": 0 + }, + { + "name": "TILE_SHAPE_ISOMETRIC", + "value": 1 + }, + { + "name": "TILE_SHAPE_HALF_OFFSET_SQUARE", + "value": 2 + }, + { + "name": "TILE_SHAPE_HEXAGON", + "value": 3 + } + ] + }, { "name": "TileLayout", + "is_bitfield": false, "values": [ { "name": "TILE_LAYOUT_STACKED", @@ -201736,8 +226028,23 @@ } ] }, + { + "name": "TileOffsetAxis", + "is_bitfield": false, + "values": [ + { + "name": "TILE_OFFSET_AXIS_HORIZONTAL", + "value": 0 + }, + { + "name": "TILE_OFFSET_AXIS_VERTICAL", + "value": 1 + } + ] + }, { "name": "CellNeighbor", + "is_bitfield": false, "values": [ { "name": "CELL_NEIGHBOR_RIGHT_SIDE", @@ -201805,29 +226112,9 @@ } ] }, - { - "name": "TileShape", - "values": [ - { - "name": "TILE_SHAPE_SQUARE", - "value": 0 - }, - { - "name": "TILE_SHAPE_ISOMETRIC", - "value": 1 - }, - { - "name": "TILE_SHAPE_HALF_OFFSET_SQUARE", - "value": 2 - }, - { - "name": "TILE_SHAPE_HEXAGON", - "value": 3 - } - ] - }, { "name": "TerrainMode", + "is_bitfield": false, "values": [ { "name": "TERRAIN_MODE_MATCH_CORNERS_AND_SIDES", @@ -201842,19 +226129,6 @@ "value": 2 } ] - }, - { - "name": "TileOffsetAxis", - "values": [ - { - "name": "TILE_OFFSET_AXIS_HORIZONTAL", - "value": 0 - }, - { - "name": "TILE_OFFSET_AXIS_VERTICAL", - "value": 1 - } - ] } ], "methods": [ @@ -201862,8 +226136,9 @@ "name": "get_next_source_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -201873,8 +226148,9 @@ "name": "add_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 2436210823, "return_value": { "type": "int", "meta": "int32" @@ -201896,8 +226172,9 @@ "name": "remove_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "source_id", @@ -201910,8 +226187,9 @@ "name": "set_source_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "source_id", @@ -201929,8 +226207,9 @@ "name": "get_source_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -201940,8 +226219,9 @@ "name": "get_source_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -201958,8 +226238,9 @@ "name": "has_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -201975,8 +226256,9 @@ "name": "get_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 216354146, "return_value": { "type": "TileSetSource" }, @@ -201992,8 +226274,9 @@ "name": "set_tile_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2131427112, "arguments": [ { "name": "shape", @@ -202005,8 +226288,9 @@ "name": "get_tile_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 716918169, "return_value": { "type": "enum::TileSet.TileShape" } @@ -202015,8 +226299,9 @@ "name": "set_tile_layout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1071216679, "arguments": [ { "name": "layout", @@ -202028,8 +226313,9 @@ "name": "get_tile_layout", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 194628839, "return_value": { "type": "enum::TileSet.TileLayout" } @@ -202038,8 +226324,9 @@ "name": "set_tile_offset_axis", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3300198521, "arguments": [ { "name": "alignment", @@ -202051,8 +226338,9 @@ "name": "get_tile_offset_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 762494114, "return_value": { "type": "enum::TileSet.TileOffsetAxis" } @@ -202061,8 +226349,9 @@ "name": "set_tile_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -202074,8 +226363,9 @@ "name": "get_tile_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -202084,8 +226374,9 @@ "name": "set_uv_clipping", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "uv_clipping", @@ -202097,8 +226388,9 @@ "name": "is_uv_clipping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -202107,8 +226399,9 @@ "name": "get_occlusion_layers_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -202118,8 +226411,9 @@ "name": "add_occlusion_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "to_position", @@ -202133,8 +226427,9 @@ "name": "move_occlusion_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202152,8 +226447,9 @@ "name": "remove_occlusion_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer_index", @@ -202166,8 +226462,9 @@ "name": "set_occlusion_layer_light_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202185,8 +226482,9 @@ "name": "get_occlusion_layer_light_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -202203,8 +226501,9 @@ "name": "set_occlusion_layer_sdf_collision", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_index", @@ -202221,8 +226520,9 @@ "name": "get_occlusion_layer_sdf_collision", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -202238,8 +226538,9 @@ "name": "get_physics_layers_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -202249,8 +226550,9 @@ "name": "add_physics_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "to_position", @@ -202264,8 +226566,9 @@ "name": "move_physics_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202283,8 +226586,9 @@ "name": "remove_physics_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer_index", @@ -202297,8 +226601,9 @@ "name": "set_physics_layer_collision_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202316,8 +226621,9 @@ "name": "get_physics_layer_collision_layer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint32" @@ -202334,8 +226640,9 @@ "name": "set_physics_layer_collision_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202353,8 +226660,9 @@ "name": "get_physics_layer_collision_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint32" @@ -202371,8 +226679,9 @@ "name": "set_physics_layer_physics_material", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 488856092, "arguments": [ { "name": "layer_index", @@ -202389,8 +226698,9 @@ "name": "get_physics_layer_physics_material", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 63782696, "return_value": { "type": "PhysicsMaterial" }, @@ -202406,8 +226716,9 @@ "name": "get_terrain_sets_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -202417,8 +226728,9 @@ "name": "add_terrain_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "to_position", @@ -202432,8 +226744,9 @@ "name": "move_terrain_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "terrain_set", @@ -202451,8 +226764,9 @@ "name": "remove_terrain_set", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "terrain_set", @@ -202465,8 +226779,9 @@ "name": "set_terrain_set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3943003916, "arguments": [ { "name": "terrain_set", @@ -202483,8 +226798,9 @@ "name": "get_terrain_set_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2084469411, "return_value": { "type": "enum::TileSet.TerrainMode" }, @@ -202500,8 +226816,9 @@ "name": "get_terrains_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -202518,8 +226835,9 @@ "name": "add_terrain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 3023605688, "arguments": [ { "name": "terrain_set", @@ -202538,8 +226856,9 @@ "name": "move_terrain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1649997291, "arguments": [ { "name": "terrain_set", @@ -202562,8 +226881,9 @@ "name": "remove_terrain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "terrain_set", @@ -202581,8 +226901,9 @@ "name": "set_terrain_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2285447957, "arguments": [ { "name": "terrain_set", @@ -202604,8 +226925,9 @@ "name": "get_terrain_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1391810591, "return_value": { "type": "String" }, @@ -202626,8 +226948,9 @@ "name": "set_terrain_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 30950988, "arguments": [ { "name": "terrain_set", @@ -202649,8 +226972,9 @@ "name": "get_terrain_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3907021144, "return_value": { "type": "Color" }, @@ -202671,8 +226995,9 @@ "name": "get_navigation_layers_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -202682,8 +227007,9 @@ "name": "add_navigation_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "to_position", @@ -202697,8 +227023,9 @@ "name": "move_navigation_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202716,8 +227043,9 @@ "name": "remove_navigation_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer_index", @@ -202730,8 +227058,9 @@ "name": "set_navigation_layer_layers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202749,8 +227078,9 @@ "name": "get_navigation_layer_layers", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "uint32" @@ -202767,8 +227097,9 @@ "name": "get_custom_data_layers_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -202778,8 +227109,9 @@ "name": "add_custom_data_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1025054187, "arguments": [ { "name": "to_position", @@ -202793,8 +227125,9 @@ "name": "move_custom_data_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "layer_index", @@ -202812,8 +227145,9 @@ "name": "remove_custom_data_layer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "layer_index", @@ -202826,8 +227160,9 @@ "name": "set_source_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "source_from", @@ -202845,8 +227180,9 @@ "name": "get_source_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -202863,8 +227199,9 @@ "name": "has_source_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3067735520, "return_value": { "type": "bool" }, @@ -202880,8 +227217,9 @@ "name": "remove_source_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "source_from", @@ -202894,8 +227232,9 @@ "name": "set_coords_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 1769939278, "arguments": [ { "name": "p_source_from", @@ -202921,8 +227260,9 @@ "name": "get_coords_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 225650945, "return_value": { "type": "Array" }, @@ -202942,8 +227282,9 @@ "name": "has_coords_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 3957903770, "return_value": { "type": "bool" }, @@ -202963,8 +227304,9 @@ "name": "remove_coords_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2311374912, "arguments": [ { "name": "source_from", @@ -202981,8 +227323,9 @@ "name": "set_alternative_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134367851, + "hash": 3862385460, "arguments": [ { "name": "source_from", @@ -203018,8 +227361,9 @@ "name": "get_alternative_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 665567574, "return_value": { "type": "Array" }, @@ -203044,8 +227388,9 @@ "name": "has_alternative_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 180086755, "return_value": { "type": "bool" }, @@ -203070,8 +227415,9 @@ "name": "remove_alternative_level_tile_proxy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2328951467, "arguments": [ { "name": "source_from", @@ -203093,8 +227439,9 @@ "name": "map_tile_proxy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3285152765, "return_value": { "type": "Array" }, @@ -203119,22 +227466,25 @@ "name": "cleanup_invalid_tile_proxies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "clear_tile_proxies", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_pattern", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 242150367, "return_value": { "type": "int", "meta": "int32" @@ -203156,8 +227506,9 @@ "name": "get_pattern", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204402, + "hash": 3320706465, "return_value": { "type": "TileMapPattern" }, @@ -203174,8 +227525,9 @@ "name": "remove_pattern", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -203188,8 +227540,9 @@ "name": "get_patterns_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -203280,8 +227633,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -203293,8 +227647,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -203303,8 +227658,9 @@ "name": "set_margins", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "margins", @@ -203316,8 +227672,9 @@ "name": "get_margins", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -203326,8 +227683,9 @@ "name": "set_separation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "separation", @@ -203339,8 +227697,9 @@ "name": "get_separation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -203349,8 +227708,9 @@ "name": "set_texture_region_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "texture_region_size", @@ -203362,8 +227722,9 @@ "name": "get_texture_region_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -203372,8 +227733,9 @@ "name": "set_use_texture_padding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use_texture_padding", @@ -203385,8 +227747,9 @@ "name": "get_use_texture_padding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -203395,8 +227758,9 @@ "name": "create_tile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1583819816, "arguments": [ { "name": "atlas_coords", @@ -203413,8 +227777,9 @@ "name": "remove_tile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "atlas_coords", @@ -203426,8 +227791,9 @@ "name": "move_tile_in_atlas", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2269103917, + "hash": 1375626516, "arguments": [ { "name": "atlas_coords", @@ -203449,8 +227815,9 @@ "name": "get_tile_size_in_atlas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3050897911, "return_value": { "type": "Vector2i" }, @@ -203465,8 +227832,9 @@ "name": "has_room_for_tile", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 178343150, + "hash": 4182444377, "return_value": { "type": "bool" }, @@ -203504,8 +227872,9 @@ "name": "get_tiles_to_be_removed_on_change", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 3511772050, "return_value": { "type": "PackedVector2Array" }, @@ -203532,8 +227901,9 @@ "name": "get_tile_at_coords", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3050897911, "return_value": { "type": "Vector2i" }, @@ -203548,8 +227918,9 @@ "name": "set_tile_animation_columns", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3200960707, "arguments": [ { "name": "atlas_coords", @@ -203566,8 +227937,9 @@ "name": "get_tile_animation_columns", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -203583,8 +227955,9 @@ "name": "set_tile_animation_separation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1941061099, "arguments": [ { "name": "atlas_coords", @@ -203600,8 +227973,9 @@ "name": "get_tile_animation_separation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3050897911, "return_value": { "type": "Vector2i" }, @@ -203616,8 +227990,9 @@ "name": "set_tile_animation_speed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2262553149, "arguments": [ { "name": "atlas_coords", @@ -203634,8 +228009,9 @@ "name": "get_tile_animation_speed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 719993801, "return_value": { "type": "float", "meta": "float" @@ -203651,8 +228027,9 @@ "name": "set_tile_animation_frames_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3200960707, "arguments": [ { "name": "atlas_coords", @@ -203669,8 +228046,9 @@ "name": "get_tile_animation_frames_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -203686,8 +228064,9 @@ "name": "set_tile_animation_frame_duration", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2843487787, "arguments": [ { "name": "atlas_coords", @@ -203709,8 +228088,9 @@ "name": "get_tile_animation_frame_duration", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1802448425, "return_value": { "type": "float", "meta": "float" @@ -203731,8 +228111,9 @@ "name": "get_tile_animation_total_duration", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 719993801, "return_value": { "type": "float", "meta": "float" @@ -203748,8 +228129,9 @@ "name": "create_alternative_tile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3531100812, "return_value": { "type": "int", "meta": "int32" @@ -203771,8 +228153,9 @@ "name": "remove_alternative_tile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3200960707, "arguments": [ { "name": "atlas_coords", @@ -203789,8 +228172,9 @@ "name": "set_alternative_tile_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1499785778, "arguments": [ { "name": "atlas_coords", @@ -203812,8 +228196,9 @@ "name": "get_next_alternative_tile_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -203829,8 +228214,9 @@ "name": "get_tile_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1612343168, "return_value": { "type": "TileData" }, @@ -203850,8 +228236,9 @@ "name": "get_atlas_grid_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -203860,8 +228247,9 @@ "name": "get_tile_texture_region", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1321423751, "return_value": { "type": "Rect2i" }, @@ -203882,8 +228270,9 @@ "name": "get_runtime_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -203892,8 +228281,9 @@ "name": "get_runtime_tile_texture_region", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 104874263, "return_value": { "type": "Rect2i" }, @@ -203959,8 +228349,9 @@ "name": "get_scene_tiles_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -203970,8 +228361,9 @@ "name": "get_scene_tile_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3744713108, "return_value": { "type": "int", "meta": "int32" @@ -203988,8 +228380,9 @@ "name": "has_scene_tile_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3067735520, "return_value": { "type": "bool" }, @@ -204005,8 +228398,9 @@ "name": "create_scene_tile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3835290229, "return_value": { "type": "int", "meta": "int32" @@ -204028,8 +228422,9 @@ "name": "set_scene_tile_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "id", @@ -204047,8 +228442,9 @@ "name": "set_scene_tile_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 329826404, "arguments": [ { "name": "id", @@ -204065,8 +228461,9 @@ "name": "get_scene_tile_scene", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3589221870, "return_value": { "type": "PackedScene" }, @@ -204082,8 +228479,9 @@ "name": "set_scene_tile_display_placeholder", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "id", @@ -204100,8 +228498,9 @@ "name": "get_scene_tile_display_placeholder", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -204117,8 +228516,9 @@ "name": "remove_scene_tile", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -204131,8 +228531,9 @@ "name": "get_next_scene_tile_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -204151,8 +228552,9 @@ "name": "get_tiles_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -204162,8 +228564,9 @@ "name": "get_tile_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 880721226, "return_value": { "type": "Vector2i" }, @@ -204179,8 +228582,9 @@ "name": "has_tile", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3900751641, "return_value": { "type": "bool" }, @@ -204195,8 +228599,9 @@ "name": "get_alternative_tiles_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2485466453, "return_value": { "type": "int", "meta": "int32" @@ -204212,8 +228617,9 @@ "name": "get_alternative_tile_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 89881719, "return_value": { "type": "int", "meta": "int32" @@ -204234,8 +228640,9 @@ "name": "has_alternative_tile", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1073731340, "return_value": { "type": "bool" }, @@ -204262,6 +228669,7 @@ "enums": [ { "name": "Month", + "is_bitfield": false, "values": [ { "name": "MONTH_JANUARY", @@ -204315,6 +228723,7 @@ }, { "name": "Weekday", + "is_bitfield": false, "values": [ { "name": "WEEKDAY_SUNDAY", @@ -204352,8 +228761,9 @@ "name": "get_datetime_dict_from_unix_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2445445782, "return_value": { "type": "Dictionary" }, @@ -204369,8 +228779,9 @@ "name": "get_date_dict_from_unix_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2445445782, "return_value": { "type": "Dictionary" }, @@ -204386,8 +228797,9 @@ "name": "get_time_dict_from_unix_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2445445782, "return_value": { "type": "Dictionary" }, @@ -204403,8 +228815,9 @@ "name": "get_datetime_string_from_unix_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2311239925, "return_value": { "type": "String" }, @@ -204425,8 +228838,9 @@ "name": "get_date_string_from_unix_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -204442,8 +228856,9 @@ "name": "get_time_string_from_unix_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -204456,11 +228871,12 @@ ] }, { - "name": "get_datetime_dict_from_string", + "name": "get_datetime_dict_from_datetime_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 184363222, "return_value": { "type": "Dictionary" }, @@ -204476,11 +228892,12 @@ ] }, { - "name": "get_datetime_string_from_dict", + "name": "get_datetime_string_from_datetime_dict", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1847019239, "return_value": { "type": "String" }, @@ -204499,8 +228916,9 @@ "name": "get_unix_time_from_datetime_dict", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3414951925, "return_value": { "type": "int", "meta": "int64" @@ -204516,8 +228934,9 @@ "name": "get_unix_time_from_datetime_string", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1321353865, "return_value": { "type": "int", "meta": "int64" @@ -204529,12 +228948,31 @@ } ] }, + { + "name": "get_offset_string_from_offset_minutes", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 844755477, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "offset_minutes", + "type": "int", + "meta": "int64" + } + ] + }, { "name": "get_datetime_dict_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 2723875819, "return_value": { "type": "Dictionary" }, @@ -204550,8 +228988,9 @@ "name": "get_date_dict_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 2723875819, "return_value": { "type": "Dictionary" }, @@ -204567,8 +229006,9 @@ "name": "get_time_dict_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 2723875819, "return_value": { "type": "Dictionary" }, @@ -204584,8 +229024,9 @@ "name": "get_datetime_string_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1434999947, + "hash": 1136425492, "return_value": { "type": "String" }, @@ -204606,8 +229047,9 @@ "name": "get_date_string_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 1162154673, "return_value": { "type": "String" }, @@ -204623,8 +229065,9 @@ "name": "get_time_string_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413545, + "hash": 1162154673, "return_value": { "type": "String" }, @@ -204640,8 +229083,9 @@ "name": "get_time_zone_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -204650,8 +229094,9 @@ "name": "get_unix_time_from_system", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -204661,8 +229106,9 @@ "name": "get_ticks_msec", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -204672,8 +229118,9 @@ "name": "get_ticks_usec", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -204690,6 +229137,7 @@ "enums": [ { "name": "TimerProcessCallback", + "is_bitfield": false, "values": [ { "name": "TIMER_PROCESS_PHYSICS", @@ -204707,8 +229155,9 @@ "name": "set_wait_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "time_sec", @@ -204721,8 +229170,9 @@ "name": "get_wait_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -204732,8 +229182,9 @@ "name": "set_one_shot", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -204745,8 +229196,9 @@ "name": "is_one_shot", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -204755,8 +229207,9 @@ "name": "set_autostart", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -204768,8 +229221,9 @@ "name": "has_autostart", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -204778,8 +229232,9 @@ "name": "start", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 110069009, + "hash": 1392008558, "arguments": [ { "name": "time_sec", @@ -204793,15 +229248,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_paused", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "paused", @@ -204813,8 +229270,9 @@ "name": "is_paused", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -204823,8 +229281,9 @@ "name": "is_stopped", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -204833,8 +229292,9 @@ "name": "get_time_left", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -204844,8 +229304,9 @@ "name": "set_timer_process_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3469495063, "arguments": [ { "name": "callback", @@ -204857,8 +229318,9 @@ "name": "get_timer_process_callback", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2672570227, "return_value": { "type": "enum::Timer.TimerProcessCallback" } @@ -204923,6 +229385,7 @@ "enums": [ { "name": "VisibilityMode", + "is_bitfield": false, "values": [ { "name": "VISIBILITY_ALWAYS", @@ -204940,8 +229403,9 @@ "name": "set_texture_normal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -204953,8 +229417,9 @@ "name": "get_texture_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -204963,8 +229428,9 @@ "name": "set_texture_pressed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "texture", @@ -204976,8 +229442,9 @@ "name": "get_texture_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -204986,8 +229453,9 @@ "name": "set_bitmask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1899494183, "arguments": [ { "name": "bitmask", @@ -204999,8 +229467,9 @@ "name": "get_bitmask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 795727866, "return_value": { "type": "BitMap" } @@ -205009,8 +229478,9 @@ "name": "set_shape", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 428895701, "arguments": [ { "name": "shape", @@ -205022,8 +229492,9 @@ "name": "get_shape", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1093582747, "return_value": { "type": "Shape2D" } @@ -205032,8 +229503,9 @@ "name": "set_shape_centered", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "bool", @@ -205045,8 +229517,9 @@ "name": "is_shape_centered", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -205055,8 +229528,9 @@ "name": "set_shape_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "bool", @@ -205068,8 +229542,9 @@ "name": "is_shape_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -205078,8 +229553,9 @@ "name": "set_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "action", @@ -205091,8 +229567,9 @@ "name": "get_action", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -205101,8 +229578,9 @@ "name": "set_visibility_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3031128463, "arguments": [ { "name": "mode", @@ -205114,8 +229592,9 @@ "name": "get_visibility_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2558996468, "return_value": { "type": "enum::TouchScreenButton.VisibilityMode" } @@ -205124,8 +229603,9 @@ "name": "set_passby_press", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -205137,8 +229617,9 @@ "name": "is_passby_press_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -205147,8 +229628,9 @@ "name": "is_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -205156,10 +229638,10 @@ ], "signals": [ { - "name": "released" + "name": "pressed" }, { - "name": "pressed" + "name": "released" } ], "properties": [ @@ -205238,6 +229720,7 @@ { "name": "_get_plural_message", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -205265,6 +229748,7 @@ { "name": "_get_message", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -205285,8 +229769,9 @@ "name": "set_locale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "locale", @@ -205298,8 +229783,9 @@ "name": "get_locale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -205308,8 +229794,9 @@ "name": "add_message", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 4179385699, "arguments": [ { "name": "src_message", @@ -205330,8 +229817,9 @@ "name": "add_plural_message", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 2700640969, "arguments": [ { "name": "src_message", @@ -205352,8 +229840,9 @@ "name": "get_message", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 950293584, "return_value": { "type": "StringName" }, @@ -205373,8 +229862,9 @@ "name": "get_plural_message", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971308, + "hash": 2034018704, "return_value": { "type": "StringName" }, @@ -205403,8 +229893,9 @@ "name": "erase_message", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 349277247, "arguments": [ { "name": "src_message", @@ -205421,8 +229912,9 @@ "name": "get_message_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -205431,8 +229923,9 @@ "name": "get_message_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -205467,8 +229960,9 @@ "name": "set_locale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "locale", @@ -205480,8 +229974,9 @@ "name": "get_locale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -205490,8 +229985,9 @@ "name": "get_tool_locale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -205500,8 +229996,9 @@ "name": "compare_locales", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2878152881, "return_value": { "type": "int", "meta": "int32" @@ -205521,8 +230018,9 @@ "name": "standardize_locale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -205537,8 +230035,9 @@ "name": "get_all_languages", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -205547,8 +230046,9 @@ "name": "get_language_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -205563,8 +230063,9 @@ "name": "get_all_scripts", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -205573,8 +230074,9 @@ "name": "get_script_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -205589,8 +230091,9 @@ "name": "get_all_countries", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 235988956, "return_value": { "type": "PackedStringArray" } @@ -205599,8 +230102,9 @@ "name": "get_country_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -205615,8 +230119,9 @@ "name": "get_locale_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -205631,8 +230136,9 @@ "name": "translate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 950293584, "return_value": { "type": "StringName" }, @@ -205652,8 +230158,9 @@ "name": "translate_plural", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 175971308, + "hash": 2034018704, "return_value": { "type": "StringName" }, @@ -205682,8 +230189,9 @@ "name": "add_translation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 856179469, "arguments": [ { "name": "translation", @@ -205695,8 +230203,9 @@ "name": "remove_translation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 856179469, "arguments": [ { "name": "translation", @@ -205708,8 +230217,9 @@ "name": "get_translation_object", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3330696229, "return_value": { "type": "Translation" }, @@ -205724,15 +230234,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_loaded_locales", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -205741,8 +230253,9 @@ "name": "is_pseudolocalization_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -205751,8 +230264,9 @@ "name": "set_pseudolocalization_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -205764,15 +230278,17 @@ "name": "reload_pseudolocalization", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "pseudolocalize", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2223010457, "return_value": { "type": "StringName" }, @@ -205803,6 +230319,7 @@ "enums": [ { "name": "SelectMode", + "is_bitfield": false, "values": [ { "name": "SELECT_SINGLE", @@ -205820,6 +230337,7 @@ }, { "name": "DropModeFlags", + "is_bitfield": false, "values": [ { "name": "DROP_MODE_DISABLED", @@ -205841,15 +230359,17 @@ "name": "clear", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "create_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1411790804, + "hash": 1084621263, "return_value": { "type": "TreeItem" }, @@ -205871,8 +230391,9 @@ "name": "get_root", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3375459164, "return_value": { "type": "TreeItem" } @@ -205881,8 +230402,9 @@ "name": "set_column_custom_minimum_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "column", @@ -205900,8 +230422,9 @@ "name": "set_column_expand", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -205918,8 +230441,9 @@ "name": "set_column_expand_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "column", @@ -205937,8 +230461,9 @@ "name": "set_column_clip_content", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -205955,8 +230480,9 @@ "name": "is_column_expanding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -205972,8 +230498,9 @@ "name": "is_column_clipping_content", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -205989,8 +230516,9 @@ "name": "get_column_expand_ratio", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -206007,8 +230535,9 @@ "name": "get_column_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -206025,8 +230554,9 @@ "name": "set_hide_root", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -206038,8 +230568,9 @@ "name": "is_root_hidden", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -206048,8 +230579,9 @@ "name": "get_next_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 753746060, "return_value": { "type": "TreeItem" }, @@ -206064,8 +230596,9 @@ "name": "get_selected", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3375459164, "return_value": { "type": "TreeItem" } @@ -206074,8 +230607,9 @@ "name": "get_selected_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -206085,8 +230619,9 @@ "name": "get_pressed_button", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -206096,8 +230631,9 @@ "name": "set_select_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3223887270, "arguments": [ { "name": "mode", @@ -206109,8 +230645,9 @@ "name": "get_select_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 100748571, "return_value": { "type": "enum::Tree.SelectMode" } @@ -206119,8 +230656,9 @@ "name": "set_columns", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -206133,8 +230671,9 @@ "name": "get_columns", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -206144,8 +230683,9 @@ "name": "get_edited", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3375459164, "return_value": { "type": "TreeItem" } @@ -206154,8 +230694,9 @@ "name": "get_edited_column", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -206165,8 +230706,9 @@ "name": "edit_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -206175,8 +230717,9 @@ "name": "get_custom_popup_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -206185,8 +230728,9 @@ "name": "get_item_area_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 216327189, "return_value": { "type": "Rect2" }, @@ -206200,6 +230744,12 @@ "type": "int", "meta": "int32", "default_value": "-1" + }, + { + "name": "button_index", + "type": "int", + "meta": "int32", + "default_value": "-1" } ] }, @@ -206207,8 +230757,9 @@ "name": "get_item_at_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2225153771, "return_value": { "type": "TreeItem" }, @@ -206223,8 +230774,9 @@ "name": "get_column_at_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3820158470, "return_value": { "type": "int", "meta": "int32" @@ -206240,8 +230792,9 @@ "name": "get_drop_section_at_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3820158470, "return_value": { "type": "int", "meta": "int32" @@ -206257,8 +230810,9 @@ "name": "get_button_id_at_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3820158470, "return_value": { "type": "int", "meta": "int32" @@ -206274,15 +230828,17 @@ "name": "ensure_cursor_is_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_column_titles_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -206294,8 +230850,9 @@ "name": "are_column_titles_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -206304,8 +230861,9 @@ "name": "set_column_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "column", @@ -206322,8 +230880,9 @@ "name": "get_column_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -206339,8 +230898,9 @@ "name": "set_column_title_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1707680378, "arguments": [ { "name": "column", @@ -206357,8 +230917,9 @@ "name": "get_column_title_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4235602388, "return_value": { "type": "enum::Control.TextDirection" }, @@ -206370,71 +230931,13 @@ } ] }, - { - "name": "set_column_title_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "column", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_column_title_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "column", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_column_title_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "column", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "set_column_title_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "column", @@ -206451,8 +230954,9 @@ "name": "get_column_title_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -206468,8 +230972,9 @@ "name": "get_scroll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -206478,8 +230983,9 @@ "name": "scroll_to_item", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1090363369, "arguments": [ { "name": "item", @@ -206496,8 +231002,9 @@ "name": "set_h_scroll_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "h_scroll", @@ -206509,8 +231016,9 @@ "name": "is_h_scroll_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -206519,8 +231027,9 @@ "name": "set_v_scroll_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "h_scroll", @@ -206532,8 +231041,9 @@ "name": "is_v_scroll_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -206542,8 +231052,9 @@ "name": "set_hide_folding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "hide", @@ -206555,8 +231066,9 @@ "name": "is_folding_hidden", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -206565,8 +231077,9 @@ "name": "set_drop_mode_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "flags", @@ -206579,8 +231092,9 @@ "name": "get_drop_mode_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -206590,8 +231104,9 @@ "name": "set_allow_rmb_select", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "allow", @@ -206603,8 +231118,9 @@ "name": "get_allow_rmb_select", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -206613,8 +231129,9 @@ "name": "set_allow_reselect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "allow", @@ -206626,8 +231143,9 @@ "name": "get_allow_reselect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -206635,7 +231153,10 @@ ], "signals": [ { - "name": "item_activated" + "name": "item_selected" + }, + { + "name": "cell_selected" }, { "name": "multi_selected", @@ -206655,20 +231176,55 @@ ] }, { - "name": "column_title_pressed", + "name": "item_mouse_selected", "arguments": [ { - "name": "column", + "name": "position", + "type": "Vector2" + }, + { + "name": "mouse_button_index", "type": "int" } ] }, { - "name": "custom_popup_edited", + "name": "empty_clicked", "arguments": [ { - "name": "arrow_clicked", - "type": "bool" + "name": "position", + "type": "Vector2" + }, + { + "name": "mouse_button_index", + "type": "int" + } + ] + }, + { + "name": "item_edited" + }, + { + "name": "custom_item_clicked", + "arguments": [ + { + "name": "mouse_button_index", + "type": "int" + } + ] + }, + { + "name": "item_custom_button_pressed" + }, + { + "name": "item_double_clicked" + }, + { + "name": "item_collapsed", + "arguments": [ + { + "name": "item", + "type": "TreeItem" } ] }, @@ -206686,61 +231242,7 @@ ] }, { - "name": "item_collapsed", - "arguments": [ - { - "name": "item", - "type": "TreeItem" - } - ] - }, - { - "name": "item_rmb_edited" - }, - { - "name": "item_edited" - }, - { - "name": "empty_tree_rmb_selected", - "arguments": [ - { - "name": "position", - "type": "Vector2" - } - ] - }, - { - "name": "nothing_selected" - }, - { - "name": "item_double_clicked" - }, - { - "name": "empty_rmb", - "arguments": [ - { - "name": "position", - "type": "Vector2" - } - ] - }, - { - "name": "item_rmb_selected", - "arguments": [ - { - "name": "position", - "type": "Vector2" - } - ] - }, - { - "name": "item_selected" - }, - { - "name": "cell_selected" - }, - { - "name": "button_pressed", + "name": "button_clicked", "arguments": [ { "name": "item", @@ -206753,11 +231255,36 @@ { "name": "id", "type": "int" + }, + { + "name": "mouse_button_index", + "type": "int" } ] }, { - "name": "item_custom_button_pressed" + "name": "custom_popup_edited", + "arguments": [ + { + "name": "arrow_clicked", + "type": "bool" + } + ] + }, + { + "name": "item_activated" + }, + { + "name": "column_title_pressed", + "arguments": [ + { + "name": "column", + "type": "int" + } + ] + }, + { + "name": "nothing_selected" } ], "properties": [ @@ -206842,6 +231369,7 @@ "enums": [ { "name": "TreeCellMode", + "is_bitfield": false, "values": [ { "name": "CELL_MODE_STRING", @@ -206871,8 +231399,9 @@ "name": "set_cell_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 289920701, "arguments": [ { "name": "column", @@ -206889,8 +231418,9 @@ "name": "get_cell_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3406114978, "return_value": { "type": "enum::TreeItem.TreeCellMode" }, @@ -206906,8 +231436,9 @@ "name": "set_checked", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -206924,8 +231455,9 @@ "name": "set_indeterminate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -206942,8 +231474,9 @@ "name": "is_checked", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -206959,8 +231492,9 @@ "name": "is_indeterminate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -206976,8 +231510,9 @@ "name": "propagate_check", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 4023243586, "arguments": [ { "name": "column", @@ -206995,8 +231530,9 @@ "name": "set_text", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "column", @@ -207013,8 +231549,9 @@ "name": "get_text", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -207030,8 +231567,9 @@ "name": "set_text_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1707680378, "arguments": [ { "name": "column", @@ -207048,8 +231586,9 @@ "name": "get_text_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4235602388, "return_value": { "type": "enum::Control.TextDirection" }, @@ -207061,71 +231600,13 @@ } ] }, - { - "name": "set_opentype_feature", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134260040, - "arguments": [ - { - "name": "column", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - }, - { - "name": "value", - "type": "int", - "meta": "int32" - } - ] - }, - { - "name": "get_opentype_feature", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135410057, - "return_value": { - "type": "int", - "meta": "int32" - }, - "arguments": [ - { - "name": "column", - "type": "int", - "meta": "int32" - }, - { - "name": "tag", - "type": "String" - } - ] - }, - { - "name": "clear_opentype_features", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "column", - "type": "int", - "meta": "int32" - } - ] - }, { "name": "set_structured_text_bidi_override", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 868756907, "arguments": [ { "name": "column", @@ -207134,7 +231615,7 @@ }, { "name": "parser", - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" } ] }, @@ -207142,10 +231623,11 @@ "name": "get_structured_text_bidi_override", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3377823772, "return_value": { - "type": "enum::Control.StructuredTextParser" + "type": "enum::TextServer.StructuredTextParser" }, "arguments": [ { @@ -207159,8 +231641,9 @@ "name": "set_structured_text_bidi_override_options", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 957362965, "arguments": [ { "name": "column", @@ -207177,8 +231660,9 @@ "name": "get_structured_text_bidi_override_options", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1317077508, "return_value": { "type": "Array" }, @@ -207194,8 +231678,9 @@ "name": "set_language", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "column", @@ -207212,8 +231697,9 @@ "name": "get_language", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -207229,8 +231715,9 @@ "name": "set_suffix", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "column", @@ -207247,8 +231734,9 @@ "name": "get_suffix", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -207264,8 +231752,9 @@ "name": "set_icon", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2115639743, "arguments": [ { "name": "column", @@ -207282,8 +231771,9 @@ "name": "get_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2823536307, "return_value": { "type": "Texture2D" }, @@ -207299,8 +231789,9 @@ "name": "set_icon_region", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1356297692, "arguments": [ { "name": "column", @@ -207317,8 +231808,9 @@ "name": "get_icon_region", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3327874267, "return_value": { "type": "Rect2" }, @@ -207334,8 +231826,9 @@ "name": "set_icon_max_width", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "column", @@ -207353,8 +231846,9 @@ "name": "get_icon_max_width", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -207371,8 +231865,9 @@ "name": "set_icon_modulate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "column", @@ -207389,8 +231884,9 @@ "name": "get_icon_modulate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -207406,8 +231902,9 @@ "name": "set_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1602489585, "arguments": [ { "name": "column", @@ -207425,8 +231922,9 @@ "name": "get_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2339986948, "return_value": { "type": "float", "meta": "double" @@ -207443,8 +231941,9 @@ "name": "set_range_config", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 138021803, + "hash": 1547181014, "arguments": [ { "name": "column", @@ -207477,8 +231976,9 @@ "name": "get_range_config", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 32705541, "return_value": { "type": "Dictionary" }, @@ -207494,8 +231994,9 @@ "name": "set_metadata", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "column", @@ -207512,8 +232013,9 @@ "name": "get_metadata", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -207529,8 +232031,9 @@ "name": "set_custom_draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3508335121, "arguments": [ { "name": "column", @@ -207551,8 +232054,9 @@ "name": "set_collapsed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -207564,8 +232068,34 @@ "name": "is_collapsed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_visible", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_visible", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -207574,15 +232104,17 @@ "name": "uncollapse_tree", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_custom_minimum_height", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "height", @@ -207595,8 +232127,9 @@ "name": "get_custom_minimum_height", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -207606,8 +232139,9 @@ "name": "set_selectable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -207624,8 +232158,9 @@ "name": "is_selectable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -207641,8 +232176,9 @@ "name": "is_selected", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3067735520, "return_value": { "type": "bool" }, @@ -207658,8 +232194,9 @@ "name": "select", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "column", @@ -207672,8 +232209,9 @@ "name": "deselect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "column", @@ -207686,8 +232224,9 @@ "name": "set_editable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -207704,8 +232243,9 @@ "name": "is_editable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3067735520, "return_value": { "type": "bool" }, @@ -207721,8 +232261,9 @@ "name": "set_custom_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1084534924, "arguments": [ { "name": "column", @@ -207739,8 +232280,9 @@ "name": "get_custom_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -207756,8 +232298,9 @@ "name": "clear_custom_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "column", @@ -207770,8 +232313,9 @@ "name": "set_custom_font", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4258475312, "arguments": [ { "name": "column", @@ -207788,8 +232332,9 @@ "name": "get_custom_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3994259311, "return_value": { "type": "Font" }, @@ -207805,8 +232350,9 @@ "name": "set_custom_font_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "column", @@ -207824,8 +232370,9 @@ "name": "get_custom_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -207842,8 +232389,9 @@ "name": "set_custom_bg_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 1266834338, "arguments": [ { "name": "column", @@ -207865,8 +232413,9 @@ "name": "clear_custom_bg_color", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "column", @@ -207879,8 +232428,9 @@ "name": "get_custom_bg_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2816196998, "return_value": { "type": "Color" }, @@ -207896,8 +232446,9 @@ "name": "set_custom_as_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -207914,8 +232465,9 @@ "name": "is_custom_set_as_button", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -207931,8 +232483,9 @@ "name": "add_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 36949783, + "hash": 2556954223, "arguments": [ { "name": "column", @@ -207965,8 +232518,9 @@ "name": "get_button_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -207983,8 +232537,9 @@ "name": "get_button_tooltip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1391810591, "return_value": { "type": "String" }, @@ -208005,8 +232560,9 @@ "name": "get_button_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -208028,8 +232584,9 @@ "name": "get_button_by_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3175239445, "return_value": { "type": "int", "meta": "int32" @@ -208051,8 +232608,9 @@ "name": "get_button", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2680681070, "return_value": { "type": "Texture2D" }, @@ -208073,8 +232631,9 @@ "name": "set_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 467788457, "arguments": [ { "name": "column", @@ -208096,8 +232655,9 @@ "name": "erase_button", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "column", @@ -208115,8 +232675,9 @@ "name": "set_button_disabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1383440665, "arguments": [ { "name": "column", @@ -208138,8 +232699,9 @@ "name": "is_button_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2522259332, "return_value": { "type": "bool" }, @@ -208160,8 +232722,9 @@ "name": "set_tooltip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "column", @@ -208178,8 +232741,9 @@ "name": "get_tooltip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -208195,8 +232759,9 @@ "name": "set_text_alignment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3276431499, "arguments": [ { "name": "column", @@ -208213,8 +232778,9 @@ "name": "get_text_alignment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4171562184, "return_value": { "type": "enum::HorizontalAlignment" }, @@ -208230,8 +232796,9 @@ "name": "set_expand_right", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "column", @@ -208248,8 +232815,9 @@ "name": "get_expand_right", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -208265,8 +232833,9 @@ "name": "set_disable_folding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disable", @@ -208278,8 +232847,9 @@ "name": "is_folding_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -208288,8 +232858,9 @@ "name": "create_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 149204402, + "hash": 1410649607, "return_value": { "type": "TreeItem" }, @@ -208306,8 +232877,9 @@ "name": "get_tree", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 139295960, "return_value": { "type": "Tree" } @@ -208316,8 +232888,9 @@ "name": "get_next", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3375459164, "return_value": { "type": "TreeItem" } @@ -208326,8 +232899,9 @@ "name": "get_prev", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3886260111, "return_value": { "type": "TreeItem" } @@ -208336,8 +232910,9 @@ "name": "get_parent", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3375459164, "return_value": { "type": "TreeItem" } @@ -208346,8 +232921,9 @@ "name": "get_first_child", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3375459164, "return_value": { "type": "TreeItem" } @@ -208356,8 +232932,9 @@ "name": "get_next_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 2999960858, "return_value": { "type": "TreeItem" }, @@ -208373,8 +232950,9 @@ "name": "get_prev_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172413512, + "hash": 2999960858, "return_value": { "type": "TreeItem" }, @@ -208390,8 +232968,9 @@ "name": "get_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1956837488, "return_value": { "type": "TreeItem" }, @@ -208407,8 +232986,9 @@ "name": "get_child_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -208418,8 +232998,9 @@ "name": "get_children", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2136241257, "return_value": { "type": "Array" } @@ -208428,8 +233009,9 @@ "name": "get_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -208439,8 +233021,9 @@ "name": "move_before", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1292089980, "arguments": [ { "name": "item", @@ -208452,8 +233035,9 @@ "name": "move_after", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1292089980, "arguments": [ { "name": "item", @@ -208465,8 +233049,9 @@ "name": "remove_child", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1292089980, "arguments": [ { "name": "child", @@ -208478,11 +233063,9 @@ "name": "call_recursive", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135374088, - "return_value": { - "type": "Variant" - }, + "hash": 3040091069, "arguments": [ { "name": "method", @@ -208499,6 +233082,13 @@ "getter": "is_collapsed", "index": -1 }, + { + "type": "bool", + "name": "visible", + "setter": "set_visible", + "getter": "is_visible", + "index": -1 + }, { "type": "bool", "name": "disable_folding", @@ -208533,8 +233123,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "radius", @@ -208547,8 +233138,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -208558,8 +233150,9 @@ "name": "set_radial_steps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "radial_steps", @@ -208572,8 +233165,9 @@ "name": "get_radial_steps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -208583,8 +233177,9 @@ "name": "set_sections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "sections", @@ -208597,8 +233192,9 @@ "name": "get_sections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -208608,8 +233204,9 @@ "name": "set_section_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "section_length", @@ -208622,8 +233219,9 @@ "name": "get_section_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -208633,8 +233231,9 @@ "name": "set_section_rings", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "section_rings", @@ -208647,8 +233246,9 @@ "name": "get_section_rings", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -208658,8 +233258,9 @@ "name": "set_curve", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3257711579, "arguments": [ { "name": "curve", @@ -208671,8 +233272,9 @@ "name": "get_curve", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 420769858, "return_value": { "type": "Curve" } @@ -208730,8 +233332,41 @@ "inherits": "RefCounted", "api_type": "core", "enums": [ + { + "name": "TweenProcessMode", + "is_bitfield": false, + "values": [ + { + "name": "TWEEN_PROCESS_PHYSICS", + "value": 0 + }, + { + "name": "TWEEN_PROCESS_IDLE", + "value": 1 + } + ] + }, + { + "name": "TweenPauseMode", + "is_bitfield": false, + "values": [ + { + "name": "TWEEN_PAUSE_BOUND", + "value": 0 + }, + { + "name": "TWEEN_PAUSE_STOP", + "value": 1 + }, + { + "name": "TWEEN_PAUSE_PROCESS", + "value": 2 + } + ] + }, { "name": "TransitionType", + "is_bitfield": false, "values": [ { "name": "TRANS_LINEAR", @@ -208779,38 +233414,9 @@ } ] }, - { - "name": "TweenPauseMode", - "values": [ - { - "name": "TWEEN_PAUSE_BOUND", - "value": 0 - }, - { - "name": "TWEEN_PAUSE_STOP", - "value": 1 - }, - { - "name": "TWEEN_PAUSE_PROCESS", - "value": 2 - } - ] - }, - { - "name": "TweenProcessMode", - "values": [ - { - "name": "TWEEN_PROCESS_PHYSICS", - "value": 0 - }, - { - "name": "TWEEN_PROCESS_IDLE", - "value": 1 - } - ] - }, { "name": "EaseType", + "is_bitfield": false, "values": [ { "name": "EASE_IN", @@ -208836,8 +233442,9 @@ "name": "tween_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 1237550834, "return_value": { "type": "PropertyTweener" }, @@ -208865,8 +233472,9 @@ "name": "tween_interval", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 215476606, "return_value": { "type": "IntervalTweener" }, @@ -208882,8 +233490,9 @@ "name": "tween_callback", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1636784207, "return_value": { "type": "CallbackTweener" }, @@ -208898,8 +233507,9 @@ "name": "tween_method", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 2352952001, "return_value": { "type": "MethodTweener" }, @@ -208927,8 +233537,9 @@ "name": "custom_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 330693286, "return_value": { "type": "bool" }, @@ -208944,36 +233555,53 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "pause", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "kill", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 + }, + { + "name": "get_total_elapsed_time", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1740695150, + "return_value": { + "type": "float", + "meta": "float" + } }, { "name": "is_running", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -208982,8 +233610,9 @@ "name": "is_valid", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -208992,8 +233621,9 @@ "name": "bind_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 781703601, "return_value": { "type": "Tween" }, @@ -209008,8 +233638,9 @@ "name": "set_process_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3897466620, "return_value": { "type": "Tween" }, @@ -209024,8 +233655,9 @@ "name": "set_pause_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 723249215, "return_value": { "type": "Tween" }, @@ -209040,8 +233672,9 @@ "name": "set_parallel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 172414601, + "hash": 735272894, "return_value": { "type": "Tween" }, @@ -209057,8 +233690,9 @@ "name": "set_loops", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2590297011, + "hash": 1514749948, "return_value": { "type": "Tween" }, @@ -209075,8 +233709,9 @@ "name": "set_speed_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3453648243, "return_value": { "type": "Tween" }, @@ -209092,8 +233727,9 @@ "name": "set_trans", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 2128042775, "return_value": { "type": "Tween" }, @@ -209108,8 +233744,9 @@ "name": "set_ease", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3506306687, "return_value": { "type": "Tween" }, @@ -209124,8 +233761,9 @@ "name": "parallel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1860313881, "return_value": { "type": "Tween" } @@ -209134,8 +233772,9 @@ "name": "chain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1860313881, "return_value": { "type": "Tween" } @@ -209144,8 +233783,9 @@ "name": "interpolate_value", "is_const": false, "is_vararg": false, + "is_static": true, "is_virtual": false, - "hash": 135553772, + "hash": 3452526450, "return_value": { "type": "Variant" }, @@ -209181,19 +233821,19 @@ ], "signals": [ { - "name": "loop_finished", + "name": "step_finished", "arguments": [ { - "name": "loop_count", + "name": "idx", "type": "int" } ] }, { - "name": "step_finished", + "name": "loop_finished", "arguments": [ { - "name": "idx", + "name": "loop_count", "type": "int" } ] @@ -209226,8 +233866,9 @@ "name": "listen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 4025329869, "return_value": { "type": "enum::Error" }, @@ -209248,8 +233889,9 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -209258,8 +233900,9 @@ "name": "is_connection_available", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -209268,8 +233911,9 @@ "name": "get_local_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -209279,8 +233923,9 @@ "name": "is_listening", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -209289,8 +233934,9 @@ "name": "take_connection", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 932462511, "return_value": { "type": "PacketPeerUDP" } @@ -209299,15 +233945,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_max_pending_connections", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "max_pending_connections", @@ -209320,8 +233968,9 @@ "name": "get_max_pending_connections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -209347,6 +233996,7 @@ "enums": [ { "name": "UPNPResult", + "is_bitfield": false, "values": [ { "name": "UPNP_RESULT_SUCCESS", @@ -209472,8 +234122,9 @@ "name": "get_device_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -209483,8 +234134,9 @@ "name": "get_device", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1594213381, "return_value": { "type": "UPNPDevice" }, @@ -209500,8 +234152,9 @@ "name": "add_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3412110275, "arguments": [ { "name": "device", @@ -209513,8 +234166,9 @@ "name": "set_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3579492223, "arguments": [ { "name": "index", @@ -209531,8 +234185,9 @@ "name": "remove_device", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -209545,15 +234200,17 @@ "name": "clear_devices", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_gateway", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 300382723, "return_value": { "type": "UPNPDevice" } @@ -209562,8 +234219,9 @@ "name": "discover", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4001609007, + "hash": 1575334765, "return_value": { "type": "int", "meta": "int32" @@ -209592,8 +234250,9 @@ "name": "query_external_address", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -209602,8 +234261,9 @@ "name": "add_port_mapping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1627097934, + "hash": 3358934458, "return_value": { "type": "int", "meta": "int32" @@ -209642,8 +234302,9 @@ "name": "delete_port_mapping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 760296170, "return_value": { "type": "int", "meta": "int32" @@ -209665,8 +234326,9 @@ "name": "set_discover_multicast_if", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "m_if", @@ -209678,8 +234340,9 @@ "name": "get_discover_multicast_if", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -209688,8 +234351,9 @@ "name": "set_discover_local_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "port", @@ -209702,8 +234366,9 @@ "name": "get_discover_local_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -209713,8 +234378,9 @@ "name": "set_discover_ipv6", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "ipv6", @@ -209726,8 +234392,9 @@ "name": "is_discover_ipv6", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -209766,6 +234433,7 @@ "enums": [ { "name": "IGDStatus", + "is_bitfield": false, "values": [ { "name": "IGD_STATUS_OK", @@ -209815,8 +234483,9 @@ "name": "is_valid_gateway", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -209825,8 +234494,9 @@ "name": "query_external_address", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -209835,8 +234505,9 @@ "name": "add_port_mapping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1627097934, + "hash": 3358934458, "return_value": { "type": "int", "meta": "int32" @@ -209875,8 +234546,9 @@ "name": "delete_port_mapping", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 760296170, "return_value": { "type": "int", "meta": "int32" @@ -209898,8 +234570,9 @@ "name": "set_description_url", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "url", @@ -209911,8 +234584,9 @@ "name": "get_description_url", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -209921,8 +234595,9 @@ "name": "set_service_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "type", @@ -209934,8 +234609,9 @@ "name": "get_service_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -209944,8 +234620,9 @@ "name": "set_igd_control_url", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "url", @@ -209957,8 +234634,9 @@ "name": "get_igd_control_url", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -209967,8 +234645,9 @@ "name": "set_igd_service_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "type", @@ -209980,8 +234659,9 @@ "name": "get_igd_service_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -209990,8 +234670,9 @@ "name": "set_igd_our_addr", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "addr", @@ -210003,8 +234684,9 @@ "name": "get_igd_our_addr", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -210013,8 +234695,9 @@ "name": "set_igd_status", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 519504122, "arguments": [ { "name": "status", @@ -210026,8 +234709,9 @@ "name": "get_igd_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 180887011, "return_value": { "type": "enum::UPNPDevice.IGDStatus" } @@ -210087,6 +234771,7 @@ "enums": [ { "name": "MergeMode", + "is_bitfield": false, "values": [ { "name": "MERGE_DISABLE", @@ -210108,8 +234793,9 @@ "name": "create_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 183245820, "arguments": [ { "name": "name", @@ -210126,8 +234812,9 @@ "name": "commit_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133279208, + "hash": 3216645846, "arguments": [ { "name": "execute", @@ -210140,8 +234827,9 @@ "name": "is_committing_action", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -210150,11 +234838,9 @@ "name": "add_do_method", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135410025, - "return_value": { - "type": "void" - }, + "hash": 1016284735, "arguments": [ { "name": "object", @@ -210170,11 +234856,9 @@ "name": "add_undo_method", "is_const": false, "is_vararg": true, + "is_static": false, "is_virtual": false, - "hash": 135410025, - "return_value": { - "type": "void" - }, + "hash": 1016284735, "arguments": [ { "name": "object", @@ -210190,8 +234874,9 @@ "name": "add_do_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3816446694, "arguments": [ { "name": "object", @@ -210211,8 +234896,9 @@ "name": "add_undo_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3816446694, "arguments": [ { "name": "object", @@ -210232,8 +234918,9 @@ "name": "add_do_reference", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3934104001, "arguments": [ { "name": "object", @@ -210245,8 +234932,9 @@ "name": "add_undo_reference", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3934104001, "arguments": [ { "name": "object", @@ -210258,22 +234946,25 @@ "name": "start_force_keep_in_merge_ends", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "end_force_keep_in_merge_ends", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_history_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -210283,8 +234974,9 @@ "name": "get_current_action", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -210294,8 +234986,9 @@ "name": "get_action_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 990163283, "return_value": { "type": "String" }, @@ -210311,8 +235004,9 @@ "name": "clear_history", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 133279208, + "hash": 3216645846, "arguments": [ { "name": "increase_version", @@ -210325,8 +235019,9 @@ "name": "get_current_action_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -210335,8 +235030,9 @@ "name": "has_undo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -210345,8 +235041,9 @@ "name": "has_redo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -210355,8 +235052,9 @@ "name": "get_version", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -210366,8 +235064,9 @@ "name": "redo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -210376,8 +235075,9 @@ "name": "undo", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -210449,8 +235149,9 @@ "name": "set_engine_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "engine_force", @@ -210463,8 +235164,9 @@ "name": "get_engine_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210474,8 +235176,9 @@ "name": "set_brake", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "brake", @@ -210488,8 +235191,9 @@ "name": "get_brake", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210499,8 +235203,9 @@ "name": "set_steering", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "steering", @@ -210513,8 +235218,9 @@ "name": "get_steering", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210556,8 +235262,9 @@ "name": "set_radius", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210570,8 +235277,9 @@ "name": "get_radius", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210581,8 +235289,9 @@ "name": "set_suspension_rest_length", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210595,8 +235304,9 @@ "name": "get_suspension_rest_length", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210606,8 +235316,9 @@ "name": "set_suspension_travel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210620,8 +235331,9 @@ "name": "get_suspension_travel", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210631,8 +235343,9 @@ "name": "set_suspension_stiffness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210645,8 +235358,9 @@ "name": "get_suspension_stiffness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210656,8 +235370,9 @@ "name": "set_suspension_max_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210670,8 +235385,9 @@ "name": "get_suspension_max_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210681,8 +235397,9 @@ "name": "set_damping_compression", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210695,8 +235412,9 @@ "name": "get_damping_compression", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210706,8 +235424,9 @@ "name": "set_damping_relaxation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210720,8 +235439,9 @@ "name": "get_damping_relaxation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210731,8 +235451,9 @@ "name": "set_use_as_traction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -210744,8 +235465,9 @@ "name": "is_used_as_traction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -210754,8 +235476,9 @@ "name": "set_use_as_steering", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -210767,8 +235490,9 @@ "name": "is_used_as_steering", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -210777,8 +235501,9 @@ "name": "set_friction_slip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "length", @@ -210791,8 +235516,9 @@ "name": "get_friction_slip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210802,8 +235528,9 @@ "name": "is_in_contact", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -210812,8 +235539,9 @@ "name": "get_contact_body", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3337111055, "return_value": { "type": "Node3D" } @@ -210822,8 +235550,9 @@ "name": "set_roll_influence", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "roll_influence", @@ -210836,8 +235565,9 @@ "name": "get_roll_influence", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210847,8 +235577,9 @@ "name": "get_skidinfo", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210858,8 +235589,9 @@ "name": "get_rpm", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210869,8 +235601,9 @@ "name": "set_engine_force", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "engine_force", @@ -210883,8 +235616,9 @@ "name": "get_engine_force", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210894,8 +235628,9 @@ "name": "set_brake", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "brake", @@ -210908,8 +235643,9 @@ "name": "get_brake", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -210919,8 +235655,9 @@ "name": "set_steering", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "steering", @@ -210933,8 +235670,9 @@ "name": "get_steering", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -211053,8 +235791,9 @@ "name": "set_track_physics_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -211066,8 +235805,9 @@ "name": "is_tracking_physics_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -211076,8 +235816,9 @@ "name": "update_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "position", @@ -211089,8 +235830,9 @@ "name": "get_tracked_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -211099,8 +235841,9 @@ "name": "reset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "position", @@ -211126,47 +235869,6 @@ "inherits": "Resource", "api_type": "core" }, - { - "name": "VideoStreamGDNative", - "is_refcounted": true, - "is_instantiable": true, - "inherits": "VideoStream", - "api_type": "core", - "methods": [ - { - "name": "set_file", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "file", - "type": "String" - } - ] - }, - { - "name": "get_file", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 135338150, - "return_value": { - "type": "String" - } - } - ], - "properties": [ - { - "type": "String", - "name": "file", - "setter": "set_file", - "getter": "get_file", - "index": -1 - } - ] - }, { "name": "VideoStreamPlayer", "is_refcounted": false, @@ -211178,8 +235880,9 @@ "name": "set_stream", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2757578726, "arguments": [ { "name": "stream", @@ -211191,8 +235894,9 @@ "name": "get_stream", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2871079942, "return_value": { "type": "VideoStream" } @@ -211201,22 +235905,25 @@ "name": "play", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_playing", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -211225,8 +235932,9 @@ "name": "set_paused", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "paused", @@ -211238,8 +235946,9 @@ "name": "is_paused", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -211248,8 +235957,9 @@ "name": "set_volume", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "volume", @@ -211262,8 +235972,9 @@ "name": "get_volume", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -211273,8 +235984,9 @@ "name": "set_volume_db", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "db", @@ -211287,8 +235999,9 @@ "name": "get_volume_db", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -211298,8 +236011,9 @@ "name": "set_audio_track", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "track", @@ -211312,8 +236026,9 @@ "name": "get_audio_track", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -211323,8 +236038,9 @@ "name": "get_stream_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -211333,8 +236049,9 @@ "name": "set_stream_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "position", @@ -211347,8 +236064,9 @@ "name": "get_stream_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -211358,8 +236076,9 @@ "name": "set_autoplay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -211371,8 +236090,9 @@ "name": "has_autoplay", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -211381,8 +236101,9 @@ "name": "set_expand", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -211394,8 +236115,9 @@ "name": "has_expand", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -211404,8 +236126,9 @@ "name": "set_buffering_msec", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "msec", @@ -211418,8 +236141,9 @@ "name": "get_buffering_msec", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -211429,8 +236153,9 @@ "name": "set_bus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "bus", @@ -211442,8 +236167,9 @@ "name": "get_bus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -211452,8 +236178,9 @@ "name": "get_video_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -211548,8 +236275,9 @@ "name": "set_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "file", @@ -211561,8 +236289,9 @@ "name": "get_file", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -211586,32 +236315,108 @@ "api_type": "core", "enums": [ { - "name": "SDFOversize", + "name": "PositionalShadowAtlasQuadrantSubdiv", + "is_bitfield": false, "values": [ { - "name": "SDF_OVERSIZE_100_PERCENT", + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_DISABLED", "value": 0 }, { - "name": "SDF_OVERSIZE_120_PERCENT", + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_1", "value": 1 }, { - "name": "SDF_OVERSIZE_150_PERCENT", + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_4", "value": 2 }, { - "name": "SDF_OVERSIZE_200_PERCENT", + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_16", "value": 3 }, { - "name": "SDF_OVERSIZE_MAX", + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_64", + "value": 4 + }, + { + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_256", + "value": 5 + }, + { + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_1024", + "value": 6 + }, + { + "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_MAX", + "value": 7 + } + ] + }, + { + "name": "Scaling3DMode", + "is_bitfield": false, + "values": [ + { + "name": "SCALING_3D_MODE_BILINEAR", + "value": 0 + }, + { + "name": "SCALING_3D_MODE_FSR", + "value": 1 + }, + { + "name": "SCALING_3D_MODE_MAX", + "value": 2 + } + ] + }, + { + "name": "MSAA", + "is_bitfield": false, + "values": [ + { + "name": "MSAA_DISABLED", + "value": 0 + }, + { + "name": "MSAA_2X", + "value": 1 + }, + { + "name": "MSAA_4X", + "value": 2 + }, + { + "name": "MSAA_8X", + "value": 3 + }, + { + "name": "MSAA_MAX", "value": 4 } ] }, + { + "name": "ScreenSpaceAA", + "is_bitfield": false, + "values": [ + { + "name": "SCREEN_SPACE_AA_DISABLED", + "value": 0 + }, + { + "name": "SCREEN_SPACE_AA_FXAA", + "value": 1 + }, + { + "name": "SCREEN_SPACE_AA_MAX", + "value": 2 + } + ] + }, { "name": "RenderInfo", + "is_bitfield": false, "values": [ { "name": "RENDER_INFO_OBJECTS_IN_FRAME", @@ -211632,28 +236437,26 @@ ] }, { - "name": "SDFScale", + "name": "RenderInfoType", + "is_bitfield": false, "values": [ { - "name": "SDF_SCALE_100_PERCENT", + "name": "RENDER_INFO_TYPE_VISIBLE", "value": 0 }, { - "name": "SDF_SCALE_50_PERCENT", + "name": "RENDER_INFO_TYPE_SHADOW", "value": 1 }, { - "name": "SDF_SCALE_25_PERCENT", + "name": "RENDER_INFO_TYPE_MAX", "value": 2 - }, - { - "name": "SDF_SCALE_MAX", - "value": 3 } ] }, { "name": "DebugDraw", + "is_bitfield": false, "values": [ { "name": "DEBUG_DRAW_DISABLED", @@ -211754,62 +236557,16 @@ { "name": "DEBUG_DRAW_OCCLUDERS", "value": 24 - } - ] - }, - { - "name": "Scaling3DMode", - "values": [ - { - "name": "SCALING_3D_MODE_BILINEAR", - "value": 0 }, { - "name": "SCALING_3D_MODE_FSR", - "value": 1 - }, - { - "name": "SCALING_3D_MODE_MAX", - "value": 2 - } - ] - }, - { - "name": "RenderInfoType", - "values": [ - { - "name": "RENDER_INFO_TYPE_VISIBLE", - "value": 0 - }, - { - "name": "RENDER_INFO_TYPE_SHADOW", - "value": 1 - }, - { - "name": "RENDER_INFO_TYPE_MAX", - "value": 2 - } - ] - }, - { - "name": "ScreenSpaceAA", - "values": [ - { - "name": "SCREEN_SPACE_AA_DISABLED", - "value": 0 - }, - { - "name": "SCREEN_SPACE_AA_FXAA", - "value": 1 - }, - { - "name": "SCREEN_SPACE_AA_MAX", - "value": 2 + "name": "DEBUG_DRAW_MOTION_VECTORS", + "value": 25 } ] }, { "name": "DefaultCanvasItemTextureFilter", + "is_bitfield": false, "values": [ { "name": "DEFAULT_CANVAS_ITEM_TEXTURE_FILTER_NEAREST", @@ -211833,45 +236590,9 @@ } ] }, - { - "name": "ShadowAtlasQuadrantSubdiv", - "values": [ - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_DISABLED", - "value": 0 - }, - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_1", - "value": 1 - }, - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_4", - "value": 2 - }, - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_16", - "value": 3 - }, - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_64", - "value": 4 - }, - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_256", - "value": 5 - }, - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_1024", - "value": 6 - }, - { - "name": "SHADOW_ATLAS_QUADRANT_SUBDIV_MAX", - "value": 7 - } - ] - }, { "name": "DefaultCanvasItemTextureRepeat", + "is_bitfield": false, "values": [ { "name": "DEFAULT_CANVAS_ITEM_TEXTURE_REPEAT_DISABLED", @@ -211892,29 +236613,52 @@ ] }, { - "name": "MSAA", + "name": "SDFOversize", + "is_bitfield": false, "values": [ { - "name": "MSAA_DISABLED", + "name": "SDF_OVERSIZE_100_PERCENT", "value": 0 }, { - "name": "MSAA_2X", + "name": "SDF_OVERSIZE_120_PERCENT", "value": 1 }, { - "name": "MSAA_4X", + "name": "SDF_OVERSIZE_150_PERCENT", "value": 2 }, { - "name": "MSAA_8X", + "name": "SDF_OVERSIZE_200_PERCENT", "value": 3 }, { - "name": "MSAA_MAX", + "name": "SDF_OVERSIZE_MAX", "value": 4 } ] + }, + { + "name": "SDFScale", + "is_bitfield": false, + "values": [ + { + "name": "SDF_SCALE_100_PERCENT", + "value": 0 + }, + { + "name": "SDF_SCALE_50_PERCENT", + "value": 1 + }, + { + "name": "SDF_SCALE_25_PERCENT", + "value": 2 + }, + { + "name": "SDF_SCALE_MAX", + "value": 3 + } + ] } ], "methods": [ @@ -211922,8 +236666,9 @@ "name": "set_world_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3918768568, "arguments": [ { "name": "world_2d", @@ -211935,8 +236680,9 @@ "name": "get_world_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 571964562, "return_value": { "type": "World2D" } @@ -211945,8 +236691,9 @@ "name": "find_world_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 571964562, "return_value": { "type": "World2D" } @@ -211955,8 +236702,9 @@ "name": "set_canvas_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "xform", @@ -211968,8 +236716,9 @@ "name": "get_canvas_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -211978,8 +236727,9 @@ "name": "set_global_canvas_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2761652528, "arguments": [ { "name": "xform", @@ -211991,8 +236741,9 @@ "name": "get_global_canvas_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -212001,8 +236752,9 @@ "name": "get_final_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3814499831, "return_value": { "type": "Transform2D" } @@ -212011,8 +236763,9 @@ "name": "get_visible_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -212021,8 +236774,9 @@ "name": "set_transparent_background", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212034,8 +236788,9 @@ "name": "has_transparent_background", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212044,8 +236799,9 @@ "name": "set_msaa", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3330258708, "arguments": [ { "name": "msaa", @@ -212057,8 +236813,9 @@ "name": "get_msaa", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2542055527, "return_value": { "type": "enum::Viewport.MSAA" } @@ -212067,8 +236824,9 @@ "name": "set_screen_space_aa", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3544169389, "arguments": [ { "name": "screen_space_aa", @@ -212080,18 +236838,45 @@ "name": "get_screen_space_aa", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1390814124, "return_value": { "type": "enum::Viewport.ScreenSpaceAA" } }, + { + "name": "set_use_taa", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enable", + "type": "bool" + } + ] + }, + { + "name": "is_using_taa", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, { "name": "set_use_debanding", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212103,8 +236888,9 @@ "name": "is_using_debanding", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212113,8 +236899,9 @@ "name": "set_use_occlusion_culling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212126,8 +236913,9 @@ "name": "is_using_occlusion_culling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212136,8 +236924,9 @@ "name": "set_debug_draw", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1970246205, "arguments": [ { "name": "debug_draw", @@ -212149,8 +236938,9 @@ "name": "get_debug_draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 579191299, "return_value": { "type": "enum::Viewport.DebugDraw" } @@ -212159,8 +236949,9 @@ "name": "get_render_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 481977019, "return_value": { "type": "int", "meta": "int32" @@ -212180,8 +236971,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 276498615, "return_value": { "type": "ViewportTexture" } @@ -212190,8 +236982,9 @@ "name": "set_physics_object_picking", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212203,8 +236996,9 @@ "name": "get_physics_object_picking", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -212213,8 +237007,9 @@ "name": "get_viewport_rid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -212223,8 +237018,9 @@ "name": "push_text_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "text", @@ -212236,8 +237032,9 @@ "name": "push_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1223365135, "arguments": [ { "name": "event", @@ -212254,8 +237051,9 @@ "name": "push_unhandled_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134464040, + "hash": 1223365135, "arguments": [ { "name": "event", @@ -212272,8 +237070,9 @@ "name": "get_camera_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2787950236, "return_value": { "type": "Camera2D" } @@ -212282,8 +237081,9 @@ "name": "set_as_audio_listener_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212295,8 +237095,9 @@ "name": "is_audio_listener_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212305,8 +237106,9 @@ "name": "get_mouse_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -212315,11 +237117,12 @@ "name": "warp_mouse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "to_position", + "name": "position", "type": "Vector2" } ] @@ -212328,8 +237131,9 @@ "name": "gui_get_drag_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1214101251, "return_value": { "type": "Variant" } @@ -212338,8 +237142,9 @@ "name": "gui_is_dragging", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212348,8 +237153,9 @@ "name": "gui_is_drag_successful", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212358,15 +237164,17 @@ "name": "gui_release_focus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "gui_get_focus_owner", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1396199597, "return_value": { "type": "Control" } @@ -212375,8 +237183,9 @@ "name": "set_disable_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disable", @@ -212388,18 +237197,20 @@ "name": "is_input_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { - "name": "set_shadow_atlas_size", + "name": "set_positional_shadow_atlas_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "size", @@ -212409,22 +237220,24 @@ ] }, { - "name": "get_shadow_atlas_size", + "name": "get_positional_shadow_atlas_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" } }, { - "name": "set_shadow_atlas_16_bits", + "name": "set_positional_shadow_atlas_16_bits", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212433,11 +237246,12 @@ ] }, { - "name": "get_shadow_atlas_16_bits", + "name": "get_positional_shadow_atlas_16_bits", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212446,8 +237260,9 @@ "name": "set_snap_controls_to_pixels", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -212459,8 +237274,9 @@ "name": "is_snap_controls_to_pixels_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212469,8 +237285,9 @@ "name": "set_snap_2d_transforms_to_pixel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -212482,8 +237299,9 @@ "name": "is_snap_2d_transforms_to_pixel_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212492,8 +237310,9 @@ "name": "set_snap_2d_vertices_to_pixel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -212505,18 +237324,20 @@ "name": "is_snap_2d_vertices_to_pixel_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, { - "name": "set_shadow_atlas_quadrant_subdiv", + "name": "set_positional_shadow_atlas_quadrant_subdiv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2596956071, "arguments": [ { "name": "quadrant", @@ -212525,18 +237346,19 @@ }, { "name": "subdiv", - "type": "enum::Viewport.ShadowAtlasQuadrantSubdiv" + "type": "enum::Viewport.PositionalShadowAtlasQuadrantSubdiv" } ] }, { - "name": "get_shadow_atlas_quadrant_subdiv", + "name": "get_positional_shadow_atlas_quadrant_subdiv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2676778355, "return_value": { - "type": "enum::Viewport.ShadowAtlasQuadrantSubdiv" + "type": "enum::Viewport.PositionalShadowAtlasQuadrantSubdiv" }, "arguments": [ { @@ -212550,15 +237372,17 @@ "name": "set_input_as_handled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "is_input_handled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212567,8 +237391,9 @@ "name": "set_handle_input_locally", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212580,8 +237405,9 @@ "name": "is_handling_input_locally", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212590,8 +237416,9 @@ "name": "set_default_canvas_item_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2815160100, "arguments": [ { "name": "mode", @@ -212603,18 +237430,20 @@ "name": "get_default_canvas_item_texture_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 896601198, "return_value": { "type": "enum::Viewport.DefaultCanvasItemTextureFilter" } }, { - "name": "set_embed_subwindows_hint", + "name": "set_embedding_subwindows", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212622,22 +237451,13 @@ } ] }, - { - "name": "get_embed_subwindows_hint", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "bool" - } - }, { "name": "is_embedding_subwindows", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212646,8 +237466,9 @@ "name": "set_default_canvas_item_texture_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1658513413, "arguments": [ { "name": "mode", @@ -212659,8 +237480,9 @@ "name": "get_default_canvas_item_texture_repeat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4049774160, "return_value": { "type": "enum::Viewport.DefaultCanvasItemTextureRepeat" } @@ -212669,8 +237491,9 @@ "name": "set_sdf_oversize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2574159017, "arguments": [ { "name": "oversize", @@ -212682,8 +237505,9 @@ "name": "get_sdf_oversize", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2631427510, "return_value": { "type": "enum::Viewport.SDFOversize" } @@ -212692,8 +237516,9 @@ "name": "set_sdf_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1402773951, "arguments": [ { "name": "scale", @@ -212705,8 +237530,9 @@ "name": "get_sdf_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3162688184, "return_value": { "type": "enum::Viewport.SDFScale" } @@ -212715,8 +237541,9 @@ "name": "set_mesh_lod_threshold", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "pixels", @@ -212729,8 +237556,9 @@ "name": "get_mesh_lod_threshold", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -212740,8 +237568,9 @@ "name": "set_world_3d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1924180025, "arguments": [ { "name": "world_3d", @@ -212753,8 +237582,9 @@ "name": "get_world_3d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4069158832, "return_value": { "type": "World3D" } @@ -212763,8 +237593,9 @@ "name": "find_world_3d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4069158832, "return_value": { "type": "World3D" } @@ -212773,8 +237604,9 @@ "name": "set_use_own_world_3d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212786,8 +237618,9 @@ "name": "is_using_own_world_3d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212796,8 +237629,9 @@ "name": "get_camera_3d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 564865659, "return_value": { "type": "Camera3D" } @@ -212806,8 +237640,9 @@ "name": "set_as_audio_listener_3d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -212819,8 +237654,9 @@ "name": "is_audio_listener_3d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212829,8 +237665,9 @@ "name": "set_disable_3d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "disable", @@ -212842,8 +237679,9 @@ "name": "is_3d_disabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -212852,8 +237690,9 @@ "name": "set_use_xr", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "use", @@ -212865,8 +237704,9 @@ "name": "is_using_xr", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -212875,8 +237715,9 @@ "name": "set_scaling_3d_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1531597597, "arguments": [ { "name": "scaling_3d_mode", @@ -212888,8 +237729,9 @@ "name": "get_scaling_3d_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2597660574, "return_value": { "type": "enum::Viewport.Scaling3DMode" } @@ -212898,8 +237740,9 @@ "name": "set_scaling_3d_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -212912,8 +237755,9 @@ "name": "get_scaling_3d_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -212923,8 +237767,9 @@ "name": "set_fsr_sharpness", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fsr_sharpness", @@ -212937,8 +237782,9 @@ "name": "get_fsr_sharpness", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -212948,8 +237794,9 @@ "name": "set_fsr_mipmap_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "fsr_mipmap_bias", @@ -212962,8 +237809,9 @@ "name": "get_fsr_mipmap_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -212999,13 +237847,6 @@ "getter": "is_using_xr", "index": -1 }, - { - "type": "bool", - "name": "audio_listener_enable_3d", - "setter": "set_as_audio_listener_3d", - "getter": "is_audio_listener_3d", - "index": -1 - }, { "type": "bool", "name": "own_world_3d", @@ -213069,6 +237910,13 @@ "getter": "get_screen_space_aa", "index": -1 }, + { + "type": "bool", + "name": "use_taa", + "setter": "set_use_taa", + "getter": "is_using_taa", + "index": -1 + }, { "type": "bool", "name": "use_debanding", @@ -213146,6 +237994,13 @@ "getter": "is_audio_listener_2d", "index": -1 }, + { + "type": "bool", + "name": "audio_listener_enable_3d", + "setter": "set_as_audio_listener_3d", + "getter": "is_audio_listener_3d", + "index": -1 + }, { "type": "bool", "name": "physics_object_picking", @@ -213170,8 +238025,8 @@ { "type": "bool", "name": "gui_embed_subwindows", - "setter": "set_embed_subwindows_hint", - "getter": "get_embed_subwindows_hint", + "setter": "set_embedding_subwindows", + "getter": "is_embedding_subwindows", "index": -1 }, { @@ -213190,44 +238045,44 @@ }, { "type": "int", - "name": "shadow_atlas_size", - "setter": "set_shadow_atlas_size", - "getter": "get_shadow_atlas_size", + "name": "positional_shadow_atlas_size", + "setter": "set_positional_shadow_atlas_size", + "getter": "get_positional_shadow_atlas_size", "index": -1 }, { "type": "bool", - "name": "shadow_atlas_16_bits", - "setter": "set_shadow_atlas_16_bits", - "getter": "get_shadow_atlas_16_bits", + "name": "positional_shadow_atlas_16_bits", + "setter": "set_positional_shadow_atlas_16_bits", + "getter": "get_positional_shadow_atlas_16_bits", "index": -1 }, { "type": "int", - "name": "shadow_atlas_quad_0", - "setter": "set_shadow_atlas_quadrant_subdiv", - "getter": "get_shadow_atlas_quadrant_subdiv", + "name": "positional_shadow_atlas_quad_0", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", "index": 0 }, { "type": "int", - "name": "shadow_atlas_quad_1", - "setter": "set_shadow_atlas_quadrant_subdiv", - "getter": "get_shadow_atlas_quadrant_subdiv", + "name": "positional_shadow_atlas_quad_1", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", "index": 1 }, { "type": "int", - "name": "shadow_atlas_quad_2", - "setter": "set_shadow_atlas_quadrant_subdiv", - "getter": "get_shadow_atlas_quadrant_subdiv", + "name": "positional_shadow_atlas_quad_2", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", "index": 2 }, { "type": "int", - "name": "shadow_atlas_quad_3", - "setter": "set_shadow_atlas_quadrant_subdiv", - "getter": "get_shadow_atlas_quadrant_subdiv", + "name": "positional_shadow_atlas_quad_3", + "setter": "set_positional_shadow_atlas_quadrant_subdiv", + "getter": "get_positional_shadow_atlas_quadrant_subdiv", "index": 3 }, { @@ -213257,8 +238112,9 @@ "name": "set_viewport_path_in_scene", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -213270,8 +238126,9 @@ "name": "get_viewport_path_in_scene", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -213296,6 +238153,7 @@ "enums": [ { "name": "EnableMode", + "is_bitfield": false, "values": [ { "name": "ENABLE_MODE_INHERIT", @@ -213317,8 +238175,9 @@ "name": "set_enable_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2961788752, "arguments": [ { "name": "mode", @@ -213330,8 +238189,9 @@ "name": "get_enable_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2650445576, "return_value": { "type": "enum::VisibleOnScreenEnabler2D.EnableMode" } @@ -213340,8 +238200,9 @@ "name": "set_enable_node_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -213353,8 +238214,9 @@ "name": "get_enable_node_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3377292804, "return_value": { "type": "NodePath" } @@ -213386,6 +238248,7 @@ "enums": [ { "name": "EnableMode", + "is_bitfield": false, "values": [ { "name": "ENABLE_MODE_INHERIT", @@ -213407,8 +238270,9 @@ "name": "set_enable_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 320303646, "arguments": [ { "name": "mode", @@ -213420,8 +238284,9 @@ "name": "get_enable_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3352990031, "return_value": { "type": "enum::VisibleOnScreenEnabler3D.EnableMode" } @@ -213430,8 +238295,9 @@ "name": "set_enable_node_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -213443,8 +238309,9 @@ "name": "get_enable_node_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3377292804, "return_value": { "type": "NodePath" } @@ -213478,8 +238345,9 @@ "name": "set_rect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2046264180, "arguments": [ { "name": "rect", @@ -213491,8 +238359,9 @@ "name": "get_rect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1639390495, "return_value": { "type": "Rect2" } @@ -213501,8 +238370,9 @@ "name": "is_on_screen", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -213537,8 +238407,9 @@ "name": "set_aabb", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3505987427, "arguments": [ { "name": "rect", @@ -213550,8 +238421,9 @@ "name": "is_on_screen", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -213578,16 +238450,27 @@ { "name": "VisualInstance3D", "is_refcounted": false, - "is_instantiable": false, + "is_instantiable": true, "inherits": "Node3D", "api_type": "core", "methods": [ + { + "name": "_get_aabb", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "AABB" + } + }, { "name": "set_base", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2920490490, "arguments": [ { "name": "base", @@ -213599,8 +238482,9 @@ "name": "get_base", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -213609,8 +238493,9 @@ "name": "get_instance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -213619,8 +238504,9 @@ "name": "set_layer_mask", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "mask", @@ -213633,8 +238519,9 @@ "name": "get_layer_mask", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -213644,8 +238531,9 @@ "name": "set_layer_mask_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 300928843, "arguments": [ { "name": "layer_number", @@ -213662,8 +238550,9 @@ "name": "get_layer_mask_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -213679,8 +238568,9 @@ "name": "get_transformed_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -213689,8 +238579,9 @@ "name": "get_aabb", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -213717,8 +238608,9 @@ "name": "add_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 716947147, "arguments": [ { "name": "name", @@ -213735,8 +238627,9 @@ "name": "has_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -213751,8 +238644,9 @@ "name": "remove_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -213764,8 +238658,9 @@ "name": "rename_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -213781,11 +238676,12 @@ "name": "set_scroll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { - "name": "ofs", + "name": "offset", "type": "Vector2" } ] @@ -213794,8 +238690,9 @@ "name": "get_scroll", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -213804,8 +238701,9 @@ "name": "add_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 3901396531, "arguments": [ { "name": "id", @@ -213827,8 +238725,9 @@ "name": "remove_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -213841,8 +238740,9 @@ "name": "get_function_node_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 56074132, "return_value": { "type": "int", "meta": "int32" @@ -213858,8 +238758,9 @@ "name": "get_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 173872783, "return_value": { "type": "VisualScriptNode" }, @@ -213875,8 +238776,9 @@ "name": "has_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -213892,8 +238794,9 @@ "name": "set_node_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 163021252, "arguments": [ { "name": "id", @@ -213910,8 +238813,9 @@ "name": "get_node_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2299179447, "return_value": { "type": "Vector2" }, @@ -213927,8 +238831,9 @@ "name": "sequence_connect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1649997291, "arguments": [ { "name": "from_node", @@ -213951,8 +238856,9 @@ "name": "sequence_disconnect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1649997291, "arguments": [ { "name": "from_node", @@ -213975,8 +238881,9 @@ "name": "has_sequence_connection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445994, + "hash": 3072856071, "return_value": { "type": "bool" }, @@ -214002,8 +238909,9 @@ "name": "data_connect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4275841770, "arguments": [ { "name": "from_node", @@ -214031,8 +238939,9 @@ "name": "data_disconnect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 4275841770, "arguments": [ { "name": "from_node", @@ -214060,8 +238969,9 @@ "name": "has_data_connection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481931, + "hash": 1701679529, "return_value": { "type": "bool" }, @@ -214092,8 +239002,9 @@ "name": "add_variable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 182667338, + "hash": 3982502261, "arguments": [ { "name": "name", @@ -214115,8 +239026,9 @@ "name": "has_variable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -214131,8 +239043,9 @@ "name": "remove_variable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -214144,8 +239057,9 @@ "name": "set_variable_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "name", @@ -214161,8 +239075,9 @@ "name": "get_variable_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -214177,8 +239092,9 @@ "name": "set_variable_info", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3292526131, "arguments": [ { "name": "name", @@ -214194,8 +239110,9 @@ "name": "get_variable_info", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4107206387, "return_value": { "type": "Dictionary" }, @@ -214210,8 +239127,9 @@ "name": "set_variable_export", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 4083495133, "arguments": [ { "name": "name", @@ -214227,8 +239145,9 @@ "name": "get_variable_export", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -214243,8 +239162,9 @@ "name": "rename_variable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -214260,8 +239180,9 @@ "name": "add_custom_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -214273,8 +239194,9 @@ "name": "has_custom_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -214289,8 +239211,9 @@ "name": "custom_signal_add_argument", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 136835882, + "hash": 540665742, "arguments": [ { "name": "name", @@ -214316,8 +239239,9 @@ "name": "custom_signal_set_argument_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2383633587, "arguments": [ { "name": "name", @@ -214338,8 +239262,9 @@ "name": "custom_signal_get_argument_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2177946863, "return_value": { "type": "enum::Variant.Type" }, @@ -214359,8 +239284,9 @@ "name": "custom_signal_set_argument_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 289286300, "arguments": [ { "name": "name", @@ -214381,8 +239307,9 @@ "name": "custom_signal_get_argument_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 3339708427, "return_value": { "type": "String" }, @@ -214402,8 +239329,9 @@ "name": "custom_signal_remove_argument", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 716947147, "arguments": [ { "name": "name", @@ -214420,8 +239348,9 @@ "name": "custom_signal_get_argument_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 56074132, "return_value": { "type": "int", "meta": "int32" @@ -214437,8 +239366,9 @@ "name": "custom_signal_swap_argument", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 4251962305, "arguments": [ { "name": "name", @@ -214460,8 +239390,9 @@ "name": "remove_custom_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -214473,8 +239404,9 @@ "name": "rename_custom_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 490643558, "arguments": [ { "name": "name", @@ -214490,8 +239422,9 @@ "name": "set_instance_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "type", @@ -214532,8 +239465,9 @@ "name": "set_basic_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "name", @@ -214545,8 +239479,9 @@ "name": "get_basic_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -214555,8 +239490,9 @@ "name": "set_basic_type_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -214568,8 +239504,9 @@ "name": "get_basic_type_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -214601,6 +239538,7 @@ "enums": [ { "name": "BuiltinFunc", + "is_bitfield": false, "values": [ { "name": "MATH_SIN", @@ -214886,8 +239824,9 @@ "name": "set_func", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 620405801, "arguments": [ { "name": "which", @@ -214899,8 +239838,9 @@ "name": "get_func", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 781834680, "return_value": { "type": "enum::VisualScriptBuiltinFunc.BuiltinFunc" } @@ -214927,8 +239867,9 @@ "name": "set_class_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -214940,8 +239881,9 @@ "name": "get_class_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4183770049, "return_value": { "type": "StringName" } @@ -214950,8 +239892,9 @@ "name": "set_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -214963,8 +239906,9 @@ "name": "get_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 4183770049, "return_value": { "type": "StringName" } @@ -214998,8 +239942,9 @@ "name": "set_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "title", @@ -215011,8 +239956,9 @@ "name": "get_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -215021,8 +239967,9 @@ "name": "set_description", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "description", @@ -215034,8 +239981,9 @@ "name": "get_description", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -215044,8 +239992,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -215057,8 +240006,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -215113,8 +240063,9 @@ "name": "set_constant_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -215126,8 +240077,9 @@ "name": "get_constant_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -215136,8 +240088,9 @@ "name": "set_constant_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1114965689, "arguments": [ { "name": "value", @@ -215149,8 +240102,9 @@ "name": "get_constant_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1214101251, "return_value": { "type": "Variant" } @@ -215184,8 +240138,9 @@ "name": "set_constructor_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -215197,8 +240152,9 @@ "name": "get_constructor_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -215207,8 +240163,9 @@ "name": "set_constructor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 134455500, "arguments": [ { "name": "constructor", @@ -215220,8 +240177,9 @@ "name": "get_constructor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 717520766, "return_value": { "type": "Dictionary" } @@ -215275,6 +240233,7 @@ "enums": [ { "name": "StartMode", + "is_bitfield": false, "values": [ { "name": "START_MODE_BEGIN_SEQUENCE", @@ -215295,6 +240254,7 @@ { "name": "_get_output_sequence_port_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215304,6 +240264,7 @@ { "name": "_has_input_sequence_port", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215313,6 +240274,7 @@ { "name": "_get_output_sequence_port_text", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215328,6 +240290,7 @@ { "name": "_get_input_value_port_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215337,6 +240300,7 @@ { "name": "_get_input_value_port_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215352,6 +240316,7 @@ { "name": "_get_input_value_port_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215367,6 +240332,7 @@ { "name": "_get_input_value_port_hint", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215382,6 +240348,7 @@ { "name": "_get_input_value_port_hint_string", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215397,6 +240364,7 @@ { "name": "_get_output_value_port_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215406,6 +240374,7 @@ { "name": "_get_output_value_port_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215421,6 +240390,7 @@ { "name": "_get_output_value_port_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215436,6 +240406,7 @@ { "name": "_get_output_value_port_hint", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215451,6 +240422,7 @@ { "name": "_get_output_value_port_hint_string", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215466,6 +240438,7 @@ { "name": "_get_caption", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215475,6 +240448,7 @@ { "name": "_get_text", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215484,6 +240458,7 @@ { "name": "_get_category", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215493,6 +240468,7 @@ { "name": "_get_working_memory_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215502,6 +240478,7 @@ { "name": "_step", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -215539,8 +240516,9 @@ "name": "add_custom_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1383127078, "arguments": [ { "name": "name", @@ -215560,8 +240538,9 @@ "name": "remove_custom_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3186203200, "arguments": [ { "name": "name", @@ -215591,8 +240570,9 @@ "name": "set_deconstruct_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -215604,8 +240584,9 @@ "name": "get_deconstruct_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -215639,8 +240620,9 @@ "name": "set_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -215652,8 +240634,9 @@ "name": "get_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -215680,8 +240663,9 @@ "name": "set_singleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -215693,8 +240677,9 @@ "name": "get_singleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -215731,33 +240716,9 @@ "inherits": "VisualScriptNode", "api_type": "core", "enums": [ - { - "name": "RPCCallMode", - "values": [ - { - "name": "RPC_DISABLED", - "value": 0 - }, - { - "name": "RPC_RELIABLE", - "value": 1 - }, - { - "name": "RPC_UNRELIABLE", - "value": 2 - }, - { - "name": "RPC_RELIABLE_TO_ID", - "value": 3 - }, - { - "name": "RPC_UNRELIABLE_TO_ID", - "value": 4 - } - ] - }, { "name": "CallMode", + "is_bitfield": false, "values": [ { "name": "CALL_MODE_SELF", @@ -215780,6 +240741,32 @@ "value": 4 } ] + }, + { + "name": "RPCCallMode", + "is_bitfield": false, + "values": [ + { + "name": "RPC_DISABLED", + "value": 0 + }, + { + "name": "RPC_RELIABLE", + "value": 1 + }, + { + "name": "RPC_UNRELIABLE", + "value": 2 + }, + { + "name": "RPC_RELIABLE_TO_ID", + "value": 3 + }, + { + "name": "RPC_UNRELIABLE_TO_ID", + "value": 4 + } + ] } ], "methods": [ @@ -215787,8 +240774,9 @@ "name": "set_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "base_type", @@ -215800,8 +240788,9 @@ "name": "get_base_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -215810,8 +240799,9 @@ "name": "set_base_script", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "base_script", @@ -215823,8 +240813,9 @@ "name": "get_base_script", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -215833,8 +240824,9 @@ "name": "set_basic_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "basic_type", @@ -215846,8 +240838,9 @@ "name": "get_basic_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -215856,8 +240849,9 @@ "name": "set_singleton", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "singleton", @@ -215869,8 +240863,9 @@ "name": "get_singleton", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -215879,8 +240874,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "function", @@ -215892,8 +240888,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -215902,8 +240899,9 @@ "name": "set_call_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 697692193, "arguments": [ { "name": "mode", @@ -215915,8 +240913,9 @@ "name": "get_call_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1833353862, "return_value": { "type": "enum::VisualScriptFunctionCall.CallMode" } @@ -215925,8 +240924,9 @@ "name": "set_base_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "base_path", @@ -215938,8 +240938,9 @@ "name": "get_base_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -215948,8 +240949,9 @@ "name": "set_use_default_args", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "amount", @@ -215962,8 +240964,9 @@ "name": "get_use_default_args", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -215973,8 +240976,9 @@ "name": "set_rpc_call_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3836215895, "arguments": [ { "name": "mode", @@ -215986,8 +240990,9 @@ "name": "get_rpc_call_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1976562450, "return_value": { "type": "enum::VisualScriptFunctionCall.RPCCallMode" } @@ -215996,8 +241001,9 @@ "name": "set_validate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -216009,8 +241015,9 @@ "name": "get_validate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -216107,8 +241114,9 @@ "name": "connect_to_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 3794373318, "arguments": [ { "name": "obj", @@ -216128,8 +241136,9 @@ "name": "resume", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 365817734, + "hash": 1429987023, "return_value": { "type": "Variant" }, @@ -216145,8 +241154,9 @@ "name": "is_valid", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -216164,8 +241174,9 @@ "name": "set_global_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -216178,8 +241189,9 @@ "name": "get_global_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -216219,6 +241231,7 @@ "enums": [ { "name": "Mode", + "is_bitfield": false, "values": [ { "name": "MODE_PRESSED", @@ -216244,8 +241257,9 @@ "name": "set_action_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -216257,8 +241271,9 @@ "name": "get_action_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -216267,8 +241282,9 @@ "name": "set_action_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 315703700, "arguments": [ { "name": "mode", @@ -216280,8 +241296,9 @@ "name": "get_action_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2667110114, "return_value": { "type": "enum::VisualScriptInputAction.Mode" } @@ -216322,8 +241339,9 @@ "name": "add_input_data_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2260798308, "arguments": [ { "name": "type", @@ -216344,8 +241362,9 @@ "name": "set_input_data_port_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "index", @@ -216362,8 +241381,9 @@ "name": "set_input_data_port_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3492912874, "arguments": [ { "name": "index", @@ -216380,8 +241400,9 @@ "name": "remove_input_data_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -216394,8 +241415,9 @@ "name": "add_output_data_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2260798308, "arguments": [ { "name": "type", @@ -216416,8 +241438,9 @@ "name": "set_output_data_port_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "index", @@ -216434,8 +241457,9 @@ "name": "set_output_data_port_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3492912874, "arguments": [ { "name": "index", @@ -216452,8 +241476,9 @@ "name": "remove_output_data_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -216475,8 +241500,9 @@ "name": "set_var_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -216488,8 +241514,9 @@ "name": "get_var_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -216498,8 +241525,9 @@ "name": "set_var_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -216511,8 +241539,9 @@ "name": "get_var_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -216546,8 +241575,9 @@ "name": "set_var_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -216559,8 +241589,9 @@ "name": "get_var_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -216569,8 +241600,9 @@ "name": "set_var_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -216582,8 +241614,9 @@ "name": "get_var_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -216615,6 +241648,7 @@ "enums": [ { "name": "MathConstant", + "is_bitfield": false, "values": [ { "name": "MATH_CONSTANT_ONE", @@ -216660,8 +241694,9 @@ "name": "set_math_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 585905713, "arguments": [ { "name": "which", @@ -216673,8 +241708,9 @@ "name": "get_math_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1673478079, "return_value": { "type": "enum::VisualScriptMathConstant.MathConstant" } @@ -216701,8 +241737,9 @@ "name": "get_visual_script", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 457283353, "return_value": { "type": "VisualScript" } @@ -216711,8 +241748,9 @@ "name": "set_default_input_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 2152698145, "arguments": [ { "name": "port_idx", @@ -216729,8 +241767,9 @@ "name": "get_default_input_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -216746,8 +241785,9 @@ "name": "ports_changed_notify", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "signals": [ @@ -216767,8 +241807,9 @@ "name": "set_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 766151822, "arguments": [ { "name": "op", @@ -216780,8 +241821,9 @@ "name": "get_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3816674027, "return_value": { "type": "enum::Variant.Operator" } @@ -216790,8 +241832,9 @@ "name": "set_typed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -216803,8 +241846,9 @@ "name": "get_typed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -216838,8 +241882,9 @@ "name": "set_preload", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 156439567, "arguments": [ { "name": "resource", @@ -216851,8 +241896,9 @@ "name": "get_preload", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 315282872, "return_value": { "type": "Resource" } @@ -216877,6 +241923,7 @@ "enums": [ { "name": "CallMode", + "is_bitfield": false, "values": [ { "name": "CALL_MODE_SELF", @@ -216902,8 +241949,9 @@ "name": "set_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "base_type", @@ -216915,8 +241963,9 @@ "name": "get_base_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -216925,8 +241974,9 @@ "name": "set_base_script", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "base_script", @@ -216938,8 +241988,9 @@ "name": "get_base_script", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -216948,8 +241999,9 @@ "name": "set_basic_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "basic_type", @@ -216961,8 +242013,9 @@ "name": "get_basic_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -216971,8 +242024,9 @@ "name": "set_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "property", @@ -216984,8 +242038,9 @@ "name": "get_property", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -216994,8 +242049,9 @@ "name": "set_call_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3551783243, "arguments": [ { "name": "mode", @@ -217007,8 +242063,9 @@ "name": "get_call_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 206945834, "return_value": { "type": "enum::VisualScriptPropertyGet.CallMode" } @@ -217017,8 +242074,9 @@ "name": "set_base_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "base_path", @@ -217030,8 +242088,9 @@ "name": "get_base_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -217040,8 +242099,9 @@ "name": "set_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "index", @@ -217053,8 +242113,9 @@ "name": "get_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -217126,8 +242187,31 @@ "inherits": "VisualScriptNode", "api_type": "core", "enums": [ + { + "name": "CallMode", + "is_bitfield": false, + "values": [ + { + "name": "CALL_MODE_SELF", + "value": 0 + }, + { + "name": "CALL_MODE_NODE_PATH", + "value": 1 + }, + { + "name": "CALL_MODE_INSTANCE", + "value": 2 + }, + { + "name": "CALL_MODE_BASIC_TYPE", + "value": 3 + } + ] + }, { "name": "AssignOp", + "is_bitfield": false, "values": [ { "name": "ASSIGN_OP_NONE", @@ -217174,27 +242258,6 @@ "value": 10 } ] - }, - { - "name": "CallMode", - "values": [ - { - "name": "CALL_MODE_SELF", - "value": 0 - }, - { - "name": "CALL_MODE_NODE_PATH", - "value": 1 - }, - { - "name": "CALL_MODE_INSTANCE", - "value": 2 - }, - { - "name": "CALL_MODE_BASIC_TYPE", - "value": 3 - } - ] } ], "methods": [ @@ -217202,8 +242265,9 @@ "name": "set_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "base_type", @@ -217215,8 +242279,9 @@ "name": "get_base_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -217225,8 +242290,9 @@ "name": "set_base_script", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "base_script", @@ -217238,8 +242304,9 @@ "name": "get_base_script", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -217248,8 +242315,9 @@ "name": "set_basic_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "basic_type", @@ -217261,8 +242329,9 @@ "name": "get_basic_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -217271,8 +242340,9 @@ "name": "set_property", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "property", @@ -217284,8 +242354,9 @@ "name": "get_property", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -217294,8 +242365,9 @@ "name": "set_call_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2955593888, "arguments": [ { "name": "mode", @@ -217307,8 +242379,9 @@ "name": "get_call_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 724201062, "return_value": { "type": "enum::VisualScriptPropertySet.CallMode" } @@ -217317,8 +242390,9 @@ "name": "set_base_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "base_path", @@ -217330,8 +242404,9 @@ "name": "get_base_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -217340,8 +242415,9 @@ "name": "set_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "index", @@ -217353,8 +242429,9 @@ "name": "get_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -217363,8 +242440,9 @@ "name": "set_assign_op", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 670467928, "arguments": [ { "name": "assign_op", @@ -217376,8 +242454,9 @@ "name": "get_assign_op", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3860320925, "return_value": { "type": "enum::VisualScriptPropertySet.AssignOp" } @@ -217460,8 +242539,9 @@ "name": "set_resource_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -217473,8 +242553,9 @@ "name": "get_resource_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2841200299, "return_value": { "type": "String" } @@ -217501,8 +242582,9 @@ "name": "set_return_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -217514,8 +242596,9 @@ "name": "get_return_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -217524,8 +242607,9 @@ "name": "set_enable_return_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -217537,8 +242621,9 @@ "name": "is_return_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -217572,8 +242657,9 @@ "name": "set_node_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "path", @@ -217585,8 +242671,9 @@ "name": "get_node_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3377292804, "return_value": { "type": "NodePath" } @@ -217620,8 +242707,9 @@ "name": "set_typed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2887708385, "arguments": [ { "name": "type", @@ -217633,8 +242721,9 @@ "name": "get_typed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3416842102, "return_value": { "type": "enum::Variant.Type" } @@ -217668,8 +242757,9 @@ "name": "set_steps", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "steps", @@ -217682,8 +242772,9 @@ "name": "get_steps", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -217725,8 +242816,9 @@ "name": "set_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "type", @@ -217738,8 +242830,9 @@ "name": "get_base_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -217748,8 +242841,9 @@ "name": "set_base_script", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "path", @@ -217761,8 +242855,9 @@ "name": "get_base_script", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -217796,8 +242891,9 @@ "name": "set_variable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -217809,8 +242905,9 @@ "name": "get_variable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -217837,8 +242934,9 @@ "name": "set_variable", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -217850,8 +242948,9 @@ "name": "get_variable", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -217883,6 +242982,7 @@ "enums": [ { "name": "YieldMode", + "is_bitfield": false, "values": [ { "name": "YIELD_FRAME", @@ -217904,8 +243004,9 @@ "name": "set_yield_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2680332698, "arguments": [ { "name": "mode", @@ -217917,8 +243018,9 @@ "name": "get_yield_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 561851229, "return_value": { "type": "enum::VisualScriptYield.YieldMode" } @@ -217927,8 +243029,9 @@ "name": "set_wait_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "sec", @@ -217941,8 +243044,9 @@ "name": "get_wait_time", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 191475506, "return_value": { "type": "float", "meta": "double" @@ -217975,6 +243079,7 @@ "enums": [ { "name": "CallMode", + "is_bitfield": false, "values": [ { "name": "CALL_MODE_SELF", @@ -217996,8 +243101,9 @@ "name": "set_base_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "base_type", @@ -218009,8 +243115,9 @@ "name": "get_base_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -218019,8 +243126,9 @@ "name": "set_signal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "signal", @@ -218032,8 +243140,9 @@ "name": "get_signal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -218042,8 +243151,9 @@ "name": "set_call_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 418847721, "arguments": [ { "name": "mode", @@ -218055,8 +243165,9 @@ "name": "get_call_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3059194562, "return_value": { "type": "enum::VisualScriptYieldSignal.CallMode" } @@ -218065,8 +243176,9 @@ "name": "set_base_path", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3860972888, "arguments": [ { "name": "base_path", @@ -218078,8 +243190,9 @@ "name": "get_base_path", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2910717950, "return_value": { "type": "NodePath" } @@ -218133,54 +243246,9 @@ } ], "enums": [ - { - "name": "VaryingMode", - "values": [ - { - "name": "VARYING_MODE_VERTEX_TO_FRAG_LIGHT", - "value": 0 - }, - { - "name": "VARYING_MODE_FRAG_TO_LIGHT", - "value": 1 - }, - { - "name": "VARYING_MODE_MAX", - "value": 2 - } - ] - }, - { - "name": "VaryingType", - "values": [ - { - "name": "VARYING_TYPE_FLOAT", - "value": 0 - }, - { - "name": "VARYING_TYPE_VECTOR_2D", - "value": 1 - }, - { - "name": "VARYING_TYPE_VECTOR_3D", - "value": 2 - }, - { - "name": "VARYING_TYPE_COLOR", - "value": 3 - }, - { - "name": "VARYING_TYPE_TRANSFORM", - "value": 4 - }, - { - "name": "VARYING_TYPE_MAX", - "value": 5 - } - ] - }, { "name": "Type", + "is_bitfield": false, "values": [ { "name": "TYPE_VERTEX", @@ -218227,6 +243295,58 @@ "value": 10 } ] + }, + { + "name": "VaryingMode", + "is_bitfield": false, + "values": [ + { + "name": "VARYING_MODE_VERTEX_TO_FRAG_LIGHT", + "value": 0 + }, + { + "name": "VARYING_MODE_FRAG_TO_LIGHT", + "value": 1 + }, + { + "name": "VARYING_MODE_MAX", + "value": 2 + } + ] + }, + { + "name": "VaryingType", + "is_bitfield": false, + "values": [ + { + "name": "VARYING_TYPE_FLOAT", + "value": 0 + }, + { + "name": "VARYING_TYPE_VECTOR_2D", + "value": 1 + }, + { + "name": "VARYING_TYPE_VECTOR_3D", + "value": 2 + }, + { + "name": "VARYING_TYPE_VECTOR_4D", + "value": 3 + }, + { + "name": "VARYING_TYPE_COLOR", + "value": 4 + }, + { + "name": "VARYING_TYPE_TRANSFORM", + "value": 5 + }, + { + "name": "VARYING_TYPE_MAX", + "value": 6 + } + ] } ], "methods": [ @@ -218234,8 +243354,9 @@ "name": "set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3978014962, "arguments": [ { "name": "mode", @@ -218247,8 +243368,9 @@ "name": "add_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134295977, + "hash": 3344984525, "arguments": [ { "name": "type", @@ -218273,8 +243395,9 @@ "name": "get_node", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 1766446172, "return_value": { "type": "VisualShaderNode" }, @@ -218294,8 +243417,9 @@ "name": "set_node_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2726660721, "arguments": [ { "name": "type", @@ -218316,8 +243440,9 @@ "name": "get_node_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410057, + "hash": 2175036082, "return_value": { "type": "Vector2" }, @@ -218337,8 +243462,9 @@ "name": "get_node_list", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3545455132, "return_value": { "type": "PackedInt32Array" }, @@ -218353,8 +243479,9 @@ "name": "get_valid_node_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 629467342, "return_value": { "type": "int", "meta": "int32" @@ -218370,8 +243497,9 @@ "name": "remove_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 844050912, "arguments": [ { "name": "type", @@ -218388,8 +243516,9 @@ "name": "replace_node", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 1877368078, "arguments": [ { "name": "type", @@ -218410,8 +243539,9 @@ "name": "is_node_connection", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135517868, + "hash": 3922381898, "return_value": { "type": "bool" }, @@ -218446,8 +243576,9 @@ "name": "can_connect_nodes", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135517868, + "hash": 3922381898, "return_value": { "type": "bool" }, @@ -218482,8 +243613,9 @@ "name": "connect_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135517835, + "hash": 3081049573, "return_value": { "type": "enum::Error" }, @@ -218518,8 +243650,9 @@ "name": "disconnect_nodes", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2268060358, "arguments": [ { "name": "type", @@ -218551,8 +243684,9 @@ "name": "connect_nodes_forced", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 2268060358, "arguments": [ { "name": "type", @@ -218584,8 +243718,9 @@ "name": "get_node_connections", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2646124593, "return_value": { "type": "Array" }, @@ -218596,35 +243731,13 @@ } ] }, - { - "name": "set_engine_version", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134188166, - "arguments": [ - { - "name": "version", - "type": "Dictionary" - } - ] - }, - { - "name": "get_engine_version", - "is_const": true, - "is_vararg": false, - "is_virtual": false, - "hash": 135338183, - "return_value": { - "type": "Dictionary" - } - }, { "name": "set_graph_offset", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "offset", @@ -218636,8 +243749,9 @@ "name": "get_graph_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -218646,8 +243760,9 @@ "name": "add_varying", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2084110726, "arguments": [ { "name": "name", @@ -218667,8 +243782,9 @@ "name": "remove_varying", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -218680,8 +243796,9 @@ "name": "has_varying", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -218700,13 +243817,6 @@ "setter": "set_graph_offset", "getter": "get_graph_offset", "index": -1 - }, - { - "type": "Dictionary", - "name": "engine_version", - "setter": "set_engine_version", - "getter": "get_engine_version", - "index": -1 } ] }, @@ -218719,6 +243829,7 @@ "enums": [ { "name": "PortType", + "is_bitfield": false, "values": [ { "name": "PORT_TYPE_SCALAR", @@ -218737,20 +243848,24 @@ "value": 3 }, { - "name": "PORT_TYPE_BOOLEAN", + "name": "PORT_TYPE_VECTOR_4D", "value": 4 }, { - "name": "PORT_TYPE_TRANSFORM", + "name": "PORT_TYPE_BOOLEAN", "value": 5 }, { - "name": "PORT_TYPE_SAMPLER", + "name": "PORT_TYPE_TRANSFORM", "value": 6 }, { - "name": "PORT_TYPE_MAX", + "name": "PORT_TYPE_SAMPLER", "value": 7 + }, + { + "name": "PORT_TYPE_MAX", + "value": 8 } ] } @@ -218760,8 +243875,9 @@ "name": "set_output_port_for_preview", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "port", @@ -218774,8 +243890,9 @@ "name": "get_output_port_for_preview", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -218785,8 +243902,9 @@ "name": "set_input_port_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135649961, + "hash": 150923387, "arguments": [ { "name": "port", @@ -218808,8 +243926,9 @@ "name": "get_input_port_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 4227898402, "return_value": { "type": "Variant" }, @@ -218825,8 +243944,9 @@ "name": "remove_input_port_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "port", @@ -218839,15 +243959,17 @@ "name": "clear_default_input_values", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_default_input_values", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1611583062, "arguments": [ { "name": "values", @@ -218859,8 +243981,9 @@ "name": "get_default_input_values", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -218904,6 +244027,7 @@ "enums": [ { "name": "BillboardType", + "is_bitfield": false, "values": [ { "name": "BILLBOARD_TYPE_DISABLED", @@ -218933,8 +244057,9 @@ "name": "set_billboard_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1227463289, "arguments": [ { "name": "billboard_type", @@ -218946,8 +244071,9 @@ "name": "get_billboard_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3724188517, "return_value": { "type": "enum::VisualShaderNodeBillboard.BillboardType" } @@ -218956,8 +244082,9 @@ "name": "set_keep_scale_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -218969,8 +244096,9 @@ "name": "is_keep_scale_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -219004,8 +244132,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "constant", @@ -219017,8 +244146,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -219045,8 +244175,9 @@ "name": "set_default_value_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -219058,8 +244189,9 @@ "name": "is_default_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -219068,8 +244200,9 @@ "name": "set_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "value", @@ -219081,8 +244214,9 @@ "name": "get_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -219114,6 +244248,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_FLOAT", @@ -219132,8 +244267,12 @@ "value": 3 }, { - "name": "OP_TYPE_MAX", + "name": "OP_TYPE_VECTOR_4D", "value": 4 + }, + { + "name": "OP_TYPE_MAX", + "value": 5 } ] } @@ -219143,8 +244282,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 405010749, "arguments": [ { "name": "op_type", @@ -219156,8 +244296,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 233276050, "return_value": { "type": "enum::VisualShaderNodeClamp.OpType" } @@ -219184,8 +244325,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "constant", @@ -219197,8 +244339,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -219223,18 +244366,27 @@ "enums": [ { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_GRAYSCALE", "value": 0 }, { - "name": "FUNC_SEPIA", + "name": "FUNC_HSV2RGB", "value": 1 }, { - "name": "FUNC_MAX", + "name": "FUNC_RGB2HSV", "value": 2 + }, + { + "name": "FUNC_SEPIA", + "value": 3 + }, + { + "name": "FUNC_MAX", + "value": 4 } ] } @@ -219244,8 +244396,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3973396138, "arguments": [ { "name": "func", @@ -219257,8 +244410,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 554863321, "return_value": { "type": "enum::VisualShaderNodeColorFunc.Function" } @@ -219283,6 +244437,7 @@ "enums": [ { "name": "Operator", + "is_bitfield": false, "values": [ { "name": "OP_SCREEN", @@ -219332,8 +244487,9 @@ "name": "set_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4260370673, "arguments": [ { "name": "op", @@ -219345,8 +244501,9 @@ "name": "get_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1950956529, "return_value": { "type": "enum::VisualShaderNodeColorOp.Operator" } @@ -219373,8 +244530,9 @@ "name": "set_default_value_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -219386,8 +244544,9 @@ "name": "is_default_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -219396,8 +244555,9 @@ "name": "set_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1055510324, "arguments": [ { "name": "value", @@ -219409,8 +244569,9 @@ "name": "get_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2716978435, "return_value": { "type": "Color" } @@ -219444,8 +244605,9 @@ "name": "set_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "title", @@ -219457,8 +244619,9 @@ "name": "get_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -219467,8 +244630,9 @@ "name": "set_description", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "description", @@ -219480,8 +244644,9 @@ "name": "get_description", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -219513,6 +244678,7 @@ "enums": [ { "name": "ComparisonType", + "is_bitfield": false, "values": [ { "name": "CTYPE_SCALAR", @@ -219531,21 +244697,26 @@ "value": 3 }, { - "name": "CTYPE_BOOLEAN", + "name": "CTYPE_VECTOR_4D", "value": 4 }, { - "name": "CTYPE_TRANSFORM", + "name": "CTYPE_BOOLEAN", "value": 5 }, { - "name": "CTYPE_MAX", + "name": "CTYPE_TRANSFORM", "value": 6 + }, + { + "name": "CTYPE_MAX", + "value": 7 } ] }, { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_EQUAL", @@ -219579,6 +244750,7 @@ }, { "name": "Condition", + "is_bitfield": false, "values": [ { "name": "COND_ALL", @@ -219600,8 +244772,9 @@ "name": "set_comparison_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 516558320, "arguments": [ { "name": "type", @@ -219613,8 +244786,9 @@ "name": "get_comparison_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3495315961, "return_value": { "type": "enum::VisualShaderNodeCompare.ComparisonType" } @@ -219623,8 +244797,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2370951349, "arguments": [ { "name": "func", @@ -219636,8 +244811,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4089164265, "return_value": { "type": "enum::VisualShaderNodeCompare.Function" } @@ -219646,8 +244822,9 @@ "name": "set_condition", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 918742392, "arguments": [ { "name": "condition", @@ -219659,8 +244836,9 @@ "name": "get_condition", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3281078941, "return_value": { "type": "enum::VisualShaderNodeCompare.Condition" } @@ -219704,8 +244882,27 @@ "inherits": "VisualShaderNode", "api_type": "core", "enums": [ + { + "name": "Source", + "is_bitfield": false, + "values": [ + { + "name": "SOURCE_TEXTURE", + "value": 0 + }, + { + "name": "SOURCE_PORT", + "value": 1 + }, + { + "name": "SOURCE_MAX", + "value": 2 + } + ] + }, { "name": "TextureType", + "is_bitfield": false, "values": [ { "name": "TYPE_DATA", @@ -219724,23 +244921,6 @@ "value": 3 } ] - }, - { - "name": "Source", - "values": [ - { - "name": "SOURCE_TEXTURE", - "value": 0 - }, - { - "name": "SOURCE_PORT", - "value": 1 - }, - { - "name": "SOURCE_MAX", - "value": 2 - } - ] } ], "methods": [ @@ -219748,8 +244928,9 @@ "name": "set_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1625400621, "arguments": [ { "name": "value", @@ -219761,8 +244942,9 @@ "name": "get_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2222048781, "return_value": { "type": "enum::VisualShaderNodeCubemap.Source" } @@ -219771,8 +244953,9 @@ "name": "set_cube_map", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1647745482, "arguments": [ { "name": "value", @@ -219784,8 +244967,9 @@ "name": "get_cube_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2456574303, "return_value": { "type": "Cubemap" } @@ -219794,8 +244978,9 @@ "name": "set_texture_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1899718876, "arguments": [ { "name": "value", @@ -219807,8 +244992,9 @@ "name": "get_texture_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3356498888, "return_value": { "type": "enum::VisualShaderNodeCubemap.TextureType" } @@ -219856,8 +245042,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 859069580, "arguments": [ { "name": "texture", @@ -219869,8 +245056,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 357906361, "return_value": { "type": "CurveTexture" } @@ -219897,8 +245085,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2437317275, "arguments": [ { "name": "texture", @@ -219910,8 +245099,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1502216196, "return_value": { "type": "CurveXYZTexture" } @@ -219937,6 +245127,7 @@ { "name": "_get_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -219946,6 +245137,7 @@ { "name": "_get_description", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -219955,6 +245147,7 @@ { "name": "_get_category", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -219964,6 +245157,7 @@ { "name": "_get_return_icon_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -219973,6 +245167,7 @@ { "name": "_get_input_port_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -219982,6 +245177,7 @@ { "name": "_get_input_port_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -219997,6 +245193,7 @@ { "name": "_get_input_port_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -220012,6 +245209,7 @@ { "name": "_get_output_port_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -220021,6 +245219,7 @@ { "name": "_get_output_port_type", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -220036,6 +245235,7 @@ { "name": "_get_output_port_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -220051,6 +245251,7 @@ { "name": "_get_code", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -220075,9 +245276,30 @@ } ] }, + { + "name": "_get_func_code", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "String" + }, + "arguments": [ + { + "name": "mode", + "type": "enum::Shader.Mode" + }, + { + "name": "type", + "type": "enum::VisualShader.Type" + } + ] + }, { "name": "_get_global_code", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -220093,11 +245315,32 @@ { "name": "_is_highend", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { "type": "bool" } + }, + { + "name": "_is_available", + "is_const": true, + "is_static": false, + "is_vararg": false, + "is_virtual": true, + "return_value": { + "type": "bool" + }, + "arguments": [ + { + "name": "mode", + "type": "enum::Shader.Mode" + }, + { + "name": "type", + "type": "enum::VisualShader.Type" + } + ] } ], "properties": [ @@ -220117,8 +245360,35 @@ "inherits": "VisualShaderNode", "api_type": "core", "enums": [ + { + "name": "OpType", + "is_bitfield": false, + "values": [ + { + "name": "OP_TYPE_SCALAR", + "value": 0 + }, + { + "name": "OP_TYPE_VECTOR_2D", + "value": 1 + }, + { + "name": "OP_TYPE_VECTOR_3D", + "value": 2 + }, + { + "name": "OP_TYPE_VECTOR_4D", + "value": 3 + }, + { + "name": "OP_TYPE_MAX", + "value": 4 + } + ] + }, { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_SUM", @@ -220137,27 +245407,6 @@ "value": 3 } ] - }, - { - "name": "OpType", - "values": [ - { - "name": "OP_TYPE_SCALAR", - "value": 0 - }, - { - "name": "OP_TYPE_VECTOR_2D", - "value": 1 - }, - { - "name": "OP_TYPE_VECTOR_3D", - "value": 2 - }, - { - "name": "OP_TYPE_MAX", - "value": 3 - } - ] } ], "methods": [ @@ -220165,8 +245414,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 377800221, "arguments": [ { "name": "type", @@ -220178,8 +245428,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3997800514, "return_value": { "type": "enum::VisualShaderNodeDerivativeFunc.OpType" } @@ -220188,8 +245439,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1944704156, "arguments": [ { "name": "func", @@ -220201,8 +245453,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2389093396, "return_value": { "type": "enum::VisualShaderNodeDerivativeFunc.Function" } @@ -220250,8 +245503,9 @@ "name": "set_expression", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "expression", @@ -220263,8 +245517,9 @@ "name": "get_expression", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -220298,8 +245553,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "constant", @@ -220312,8 +245568,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -220339,6 +245596,7 @@ "enums": [ { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_SIN", @@ -220409,7 +245667,7 @@ "value": 16 }, { - "name": "FUNC_FRAC", + "name": "FUNC_FRACT", "value": 17 }, { @@ -220480,8 +245738,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 536026177, "arguments": [ { "name": "func", @@ -220493,8 +245752,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2033948868, "return_value": { "type": "enum::VisualShaderNodeFloatFunc.Function" } @@ -220519,6 +245779,7 @@ "enums": [ { "name": "Operator", + "is_bitfield": false, "values": [ { "name": "OP_ADD", @@ -220572,8 +245833,9 @@ "name": "set_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2488468047, "arguments": [ { "name": "op", @@ -220585,8 +245847,9 @@ "name": "get_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1867979390, "return_value": { "type": "enum::VisualShaderNodeFloatOp.Operator" } @@ -220611,6 +245874,7 @@ "enums": [ { "name": "Hint", + "is_bitfield": false, "values": [ { "name": "HINT_NONE", @@ -220636,8 +245900,9 @@ "name": "set_hint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1381357203, "arguments": [ { "name": "hint", @@ -220649,8 +245914,9 @@ "name": "get_hint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 569120385, "return_value": { "type": "enum::VisualShaderNodeFloatUniform.Hint" } @@ -220659,8 +245925,9 @@ "name": "set_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -220673,8 +245940,9 @@ "name": "get_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -220684,8 +245952,9 @@ "name": "set_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -220698,8 +245967,9 @@ "name": "get_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -220709,8 +245979,9 @@ "name": "set_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -220723,8 +245994,9 @@ "name": "get_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -220734,8 +246006,9 @@ "name": "set_default_value_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -220747,8 +246020,9 @@ "name": "is_default_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -220757,8 +246031,9 @@ "name": "set_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "value", @@ -220771,8 +246046,9 @@ "name": "get_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -220849,8 +246125,9 @@ "name": "set_inputs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "inputs", @@ -220862,8 +246139,9 @@ "name": "get_inputs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -220872,8 +246150,9 @@ "name": "set_outputs", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "outputs", @@ -220885,8 +246164,9 @@ "name": "get_outputs", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -220895,8 +246175,9 @@ "name": "is_valid_port_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -220911,8 +246192,9 @@ "name": "add_input_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2285447957, "arguments": [ { "name": "id", @@ -220934,8 +246216,9 @@ "name": "remove_input_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -220948,8 +246231,9 @@ "name": "get_input_port_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -220959,8 +246243,9 @@ "name": "has_input_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -220976,15 +246261,17 @@ "name": "clear_input_ports", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "add_output_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134260040, + "hash": 2285447957, "arguments": [ { "name": "id", @@ -221006,8 +246293,9 @@ "name": "remove_output_port", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "id", @@ -221020,8 +246308,9 @@ "name": "get_output_port_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221031,8 +246320,9 @@ "name": "has_output_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -221048,15 +246338,17 @@ "name": "clear_output_ports", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_input_port_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "id", @@ -221073,8 +246365,9 @@ "name": "set_input_port_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "id", @@ -221092,8 +246385,9 @@ "name": "set_output_port_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 501894301, "arguments": [ { "name": "id", @@ -221110,8 +246404,9 @@ "name": "set_output_port_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3937882851, "arguments": [ { "name": "id", @@ -221129,8 +246424,9 @@ "name": "get_free_input_port_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221140,8 +246436,9 @@ "name": "get_free_output_port_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221167,8 +246464,9 @@ "name": "set_input_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -221180,8 +246478,9 @@ "name": "get_input_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -221190,8 +246489,9 @@ "name": "get_input_real_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -221223,8 +246523,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "constant", @@ -221237,8 +246538,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221264,6 +246566,7 @@ "enums": [ { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_ABS", @@ -221293,8 +246596,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 424195284, "arguments": [ { "name": "func", @@ -221306,8 +246610,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753496911, "return_value": { "type": "enum::VisualShaderNodeIntFunc.Function" } @@ -221332,6 +246637,7 @@ "enums": [ { "name": "Operator", + "is_bitfield": false, "values": [ { "name": "OP_ADD", @@ -221393,8 +246699,9 @@ "name": "set_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1677909323, "arguments": [ { "name": "op", @@ -221406,8 +246713,9 @@ "name": "get_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1236987913, "return_value": { "type": "enum::VisualShaderNodeIntOp.Operator" } @@ -221432,6 +246740,7 @@ "enums": [ { "name": "Hint", + "is_bitfield": false, "values": [ { "name": "HINT_NONE", @@ -221457,8 +246766,9 @@ "name": "set_hint", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 143686977, "arguments": [ { "name": "hint", @@ -221470,8 +246780,9 @@ "name": "get_hint", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1563206693, "return_value": { "type": "enum::VisualShaderNodeIntUniform.Hint" } @@ -221480,8 +246791,9 @@ "name": "set_min", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -221494,8 +246806,9 @@ "name": "get_min", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221505,8 +246818,9 @@ "name": "set_max", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -221519,8 +246833,9 @@ "name": "get_max", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221530,8 +246845,9 @@ "name": "set_step", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -221544,8 +246860,9 @@ "name": "get_step", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221555,8 +246872,9 @@ "name": "set_default_value_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -221568,8 +246886,9 @@ "name": "is_default_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -221578,8 +246897,9 @@ "name": "set_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "value", @@ -221592,8 +246912,9 @@ "name": "get_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -221654,6 +246975,7 @@ "enums": [ { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_IS_INF", @@ -221675,8 +246997,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1438374690, "arguments": [ { "name": "func", @@ -221688,8 +247011,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 580678557, "return_value": { "type": "enum::VisualShaderNodeIs.Function" } @@ -221714,6 +247038,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_SCALAR", @@ -221736,8 +247061,16 @@ "value": 4 }, { - "name": "OP_TYPE_MAX", + "name": "OP_TYPE_VECTOR_4D", "value": 5 + }, + { + "name": "OP_TYPE_VECTOR_4D_SCALAR", + "value": 6 + }, + { + "name": "OP_TYPE_MAX", + "value": 7 } ] } @@ -221747,8 +247080,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3397501671, "arguments": [ { "name": "op_type", @@ -221760,8 +247094,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4013957297, "return_value": { "type": "enum::VisualShaderNodeMix.OpType" } @@ -221786,6 +247121,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_SCALAR", @@ -221800,8 +247136,12 @@ "value": 2 }, { - "name": "OP_TYPE_MAX", + "name": "OP_TYPE_VECTOR_4D", "value": 3 + }, + { + "name": "OP_TYPE_MAX", + "value": 4 } ] } @@ -221811,8 +247151,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1409862380, "arguments": [ { "name": "type", @@ -221824,8 +247165,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2823201991, "return_value": { "type": "enum::VisualShaderNodeMultiplyAdd.OpType" } @@ -221864,6 +247206,7 @@ "enums": [ { "name": "Mode", + "is_bitfield": false, "values": [ { "name": "MODE_LINEAR", @@ -221889,8 +247232,9 @@ "name": "set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3457585749, "arguments": [ { "name": "mode", @@ -221902,8 +247246,9 @@ "name": "get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2660365633, "return_value": { "type": "enum::VisualShaderNodeParticleAccelerator.Mode" } @@ -221942,6 +247287,7 @@ "enums": [ { "name": "EmitFlags", + "is_bitfield": false, "values": [ { "name": "EMIT_FLAG_POSITION", @@ -221971,8 +247317,9 @@ "name": "set_flags", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3960756792, "arguments": [ { "name": "flags", @@ -221984,8 +247331,9 @@ "name": "get_flags", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 171277835, "return_value": { "type": "enum::VisualShaderNodeParticleEmit.EmitFlags" } @@ -222012,8 +247360,9 @@ "name": "set_mode_2d", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -222025,8 +247374,9 @@ "name": "is_mode_2d", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -222053,8 +247403,9 @@ "name": "set_mesh", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3837186523, "arguments": [ { "name": "mesh", @@ -222066,8 +247417,9 @@ "name": "get_mesh", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2078299583, "return_value": { "type": "Mesh" } @@ -222076,8 +247428,9 @@ "name": "set_use_all_surfaces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -222089,8 +247442,9 @@ "name": "is_use_all_surfaces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -222099,8 +247453,9 @@ "name": "set_surface_index", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "surface_index", @@ -222113,8 +247468,9 @@ "name": "get_surface_index", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -222156,8 +247512,9 @@ "name": "set_degrees_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -222169,8 +247526,9 @@ "name": "is_degrees_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -222202,6 +247560,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_SCALAR", @@ -222227,8 +247586,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2060089061, "arguments": [ { "name": "type", @@ -222240,8 +247600,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3597061078, "return_value": { "type": "enum::VisualShaderNodeParticleRandomness.OpType" } @@ -222282,8 +247643,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "size", @@ -222295,8 +247657,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -222335,6 +247698,7 @@ "enums": [ { "name": "Source", + "is_bitfield": false, "values": [ { "name": "SOURCE_TEXTURE", @@ -222356,8 +247720,9 @@ "name": "set_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3315130991, "arguments": [ { "name": "value", @@ -222369,8 +247734,9 @@ "name": "get_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1079494121, "return_value": { "type": "enum::VisualShaderNodeSample3D.Source" } @@ -222402,6 +247768,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_SCALAR", @@ -222424,8 +247791,16 @@ "value": 4 }, { - "name": "OP_TYPE_MAX", + "name": "OP_TYPE_VECTOR_4D", "value": 5 + }, + { + "name": "OP_TYPE_VECTOR_4D_SCALAR", + "value": 6 + }, + { + "name": "OP_TYPE_MAX", + "value": 7 } ] } @@ -222435,8 +247810,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2427426148, "arguments": [ { "name": "op_type", @@ -222448,8 +247824,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 359640855, "return_value": { "type": "enum::VisualShaderNodeSmoothStep.OpType" } @@ -222474,6 +247851,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_SCALAR", @@ -222496,8 +247874,16 @@ "value": 4 }, { - "name": "OP_TYPE_MAX", + "name": "OP_TYPE_VECTOR_4D", "value": 5 + }, + { + "name": "OP_TYPE_VECTOR_4D_SCALAR", + "value": 6 + }, + { + "name": "OP_TYPE_MAX", + "value": 7 } ] } @@ -222507,8 +247893,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 715172489, "arguments": [ { "name": "op_type", @@ -222520,8 +247907,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3274022781, "return_value": { "type": "enum::VisualShaderNodeStep.OpType" } @@ -222546,6 +247934,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_FLOAT", @@ -222564,16 +247953,20 @@ "value": 3 }, { - "name": "OP_TYPE_BOOLEAN", + "name": "OP_TYPE_VECTOR_4D", "value": 4 }, { - "name": "OP_TYPE_TRANSFORM", + "name": "OP_TYPE_BOOLEAN", "value": 5 }, { - "name": "OP_TYPE_MAX", + "name": "OP_TYPE_TRANSFORM", "value": 6 + }, + { + "name": "OP_TYPE_MAX", + "value": 7 } ] } @@ -222583,8 +247976,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 510471861, "arguments": [ { "name": "type", @@ -222596,8 +247990,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2517845071, "return_value": { "type": "enum::VisualShaderNodeSwitch.OpType" } @@ -222620,29 +248015,9 @@ "inherits": "VisualShaderNode", "api_type": "core", "enums": [ - { - "name": "TextureType", - "values": [ - { - "name": "TYPE_DATA", - "value": 0 - }, - { - "name": "TYPE_COLOR", - "value": 1 - }, - { - "name": "TYPE_NORMAL_MAP", - "value": 2 - }, - { - "name": "TYPE_MAX", - "value": 3 - } - ] - }, { "name": "Source", + "is_bitfield": false, "values": [ { "name": "SOURCE_TEXTURE", @@ -222673,6 +248048,28 @@ "value": 6 } ] + }, + { + "name": "TextureType", + "is_bitfield": false, + "values": [ + { + "name": "TYPE_DATA", + "value": 0 + }, + { + "name": "TYPE_COLOR", + "value": 1 + }, + { + "name": "TYPE_NORMAL_MAP", + "value": 2 + }, + { + "name": "TYPE_MAX", + "value": 3 + } + ] } ], "methods": [ @@ -222680,8 +248077,9 @@ "name": "set_source", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 905262939, "arguments": [ { "name": "value", @@ -222693,8 +248091,9 @@ "name": "get_source", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2896297444, "return_value": { "type": "enum::VisualShaderNodeTexture.Source" } @@ -222703,8 +248102,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1609988678, "arguments": [ { "name": "value", @@ -222716,8 +248116,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4258294097, "return_value": { "type": "Texture2D" } @@ -222726,8 +248127,9 @@ "name": "set_texture_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 986314081, "arguments": [ { "name": "value", @@ -222739,8 +248141,9 @@ "name": "get_texture_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3290430153, "return_value": { "type": "enum::VisualShaderNodeTexture.TextureType" } @@ -222781,8 +248184,9 @@ "name": "set_texture_array", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2297593977, "arguments": [ { "name": "value", @@ -222794,8 +248198,9 @@ "name": "get_texture_array", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1602450700, "return_value": { "type": "Texture2DArray" } @@ -222829,8 +248234,9 @@ "name": "set_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 305206263, "arguments": [ { "name": "value", @@ -222842,8 +248248,9 @@ "name": "get_texture", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3148596224, "return_value": { "type": "Texture3D" } @@ -222889,6 +248296,7 @@ "enums": [ { "name": "TextureType", + "is_bitfield": false, "values": [ { "name": "TYPE_DATA", @@ -222914,6 +248322,7 @@ }, { "name": "ColorDefault", + "is_bitfield": false, "values": [ { "name": "COLOR_DEFAULT_WHITE", @@ -222931,6 +248340,7 @@ }, { "name": "TextureFilter", + "is_bitfield": false, "values": [ { "name": "FILTER_DEFAULT", @@ -222968,6 +248378,7 @@ }, { "name": "TextureRepeat", + "is_bitfield": false, "values": [ { "name": "REPEAT_DEFAULT", @@ -222993,8 +248404,9 @@ "name": "set_texture_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3894235364, "arguments": [ { "name": "type", @@ -223006,8 +248418,9 @@ "name": "get_texture_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 244818602, "return_value": { "type": "enum::VisualShaderNodeTextureUniform.TextureType" } @@ -223016,8 +248429,9 @@ "name": "set_color_default", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2490959881, "arguments": [ { "name": "type", @@ -223029,8 +248443,9 @@ "name": "get_color_default", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2357923939, "return_value": { "type": "enum::VisualShaderNodeTextureUniform.ColorDefault" } @@ -223039,8 +248454,9 @@ "name": "set_texture_filter", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1608887800, "arguments": [ { "name": "filter", @@ -223052,8 +248468,9 @@ "name": "get_texture_filter", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2790632769, "return_value": { "type": "enum::VisualShaderNodeTextureUniform.TextureFilter" } @@ -223062,8 +248479,9 @@ "name": "set_texture_repeat", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1498268787, "arguments": [ { "name": "type", @@ -223075,8 +248493,9 @@ "name": "get_texture_repeat", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 98242067, "return_value": { "type": "enum::VisualShaderNodeTextureUniform.TextureRepeat" } @@ -223138,8 +248557,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "constant", @@ -223151,8 +248571,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -223184,6 +248605,7 @@ "enums": [ { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_INVERSE", @@ -223205,8 +248627,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2900990409, "arguments": [ { "name": "func", @@ -223218,8 +248641,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2839926569, "return_value": { "type": "enum::VisualShaderNodeTransformFunc.Function" } @@ -223244,6 +248668,7 @@ "enums": [ { "name": "Operator", + "is_bitfield": false, "values": [ { "name": "OP_AxB", @@ -223293,8 +248718,9 @@ "name": "set_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2287310733, "arguments": [ { "name": "op", @@ -223306,8 +248732,9 @@ "name": "get_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1238663601, "return_value": { "type": "enum::VisualShaderNodeTransformOp.Operator" } @@ -223334,8 +248761,9 @@ "name": "set_default_value_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -223347,8 +248775,9 @@ "name": "is_default_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -223357,8 +248786,9 @@ "name": "set_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "value", @@ -223370,8 +248800,9 @@ "name": "get_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -223403,6 +248834,7 @@ "enums": [ { "name": "Operator", + "is_bitfield": false, "values": [ { "name": "OP_AxB", @@ -223432,8 +248864,9 @@ "name": "set_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1785665912, "arguments": [ { "name": "op", @@ -223445,8 +248878,9 @@ "name": "get_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1622088722, "return_value": { "type": "enum::VisualShaderNodeTransformVecMult.Operator" } @@ -223471,6 +248905,7 @@ "enums": [ { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_PANNING", @@ -223492,8 +248927,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 765791915, "arguments": [ { "name": "func", @@ -223505,8 +248941,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3772902164, "return_value": { "type": "enum::VisualShaderNodeUVFunc.Function" } @@ -223531,6 +248968,7 @@ "enums": [ { "name": "Qualifier", + "is_bitfield": false, "values": [ { "name": "QUAL_NONE", @@ -223556,8 +248994,9 @@ "name": "set_uniform_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -223569,8 +249008,9 @@ "name": "get_uniform_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -223579,8 +249019,9 @@ "name": "set_qualifier", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1917199311, "arguments": [ { "name": "qualifier", @@ -223592,8 +249033,9 @@ "name": "get_qualifier", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3211552365, "return_value": { "type": "enum::VisualShaderNodeUniform.Qualifier" } @@ -223627,8 +249069,9 @@ "name": "set_uniform_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -223640,8 +249083,9 @@ "name": "get_uniform_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -223675,8 +249119,9 @@ "name": "set_varying_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "name", @@ -223688,8 +249133,9 @@ "name": "get_varying_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -223698,8 +249144,9 @@ "name": "set_varying_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3565867981, "arguments": [ { "name": "type", @@ -223711,8 +249158,9 @@ "name": "get_varying_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 523183580, "return_value": { "type": "enum::VisualShader.VaryingType" } @@ -223760,8 +249208,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "constant", @@ -223773,8 +249222,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -223801,8 +249251,9 @@ "name": "set_default_value_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -223814,8 +249265,9 @@ "name": "is_default_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -223824,8 +249276,9 @@ "name": "set_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "value", @@ -223837,8 +249290,9 @@ "name": "get_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -223872,8 +249326,9 @@ "name": "set_constant", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "constant", @@ -223885,8 +249340,9 @@ "name": "get_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -223913,8 +249369,9 @@ "name": "set_default_value_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -223926,8 +249383,9 @@ "name": "is_default_value_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -223936,8 +249394,9 @@ "name": "set_default_value", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "value", @@ -223949,8 +249408,9 @@ "name": "get_default_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -223973,6 +249433,124 @@ } ] }, + { + "name": "VisualShaderNodeVec4Constant", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNodeConstant", + "api_type": "core", + "methods": [ + { + "name": "set_constant", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3033533971, + "arguments": [ + { + "name": "constant", + "type": "Quaternion" + } + ] + }, + { + "name": "get_constant", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1852599330, + "return_value": { + "type": "Quaternion" + } + } + ], + "properties": [ + { + "type": "Quaternion", + "name": "constant", + "setter": "set_constant", + "getter": "get_constant", + "index": -1 + } + ] + }, + { + "name": "VisualShaderNodeVec4Uniform", + "is_refcounted": true, + "is_instantiable": true, + "inherits": "VisualShaderNodeUniform", + "api_type": "core", + "methods": [ + { + "name": "set_default_value_enabled", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2586408642, + "arguments": [ + { + "name": "enabled", + "type": "bool" + } + ] + }, + { + "name": "is_default_value_enabled", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 36873697, + "return_value": { + "type": "bool" + } + }, + { + "name": "set_default_value", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 3033533971, + "arguments": [ + { + "name": "value", + "type": "Quaternion" + } + ] + }, + { + "name": "get_default_value", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1852599330, + "return_value": { + "type": "Quaternion" + } + } + ], + "properties": [ + { + "type": "bool", + "name": "default_value_enabled", + "setter": "set_default_value_enabled", + "getter": "is_default_value_enabled", + "index": -1 + }, + { + "type": "Quaternion", + "name": "default_value", + "setter": "set_default_value", + "getter": "get_default_value", + "index": -1 + } + ] + }, { "name": "VisualShaderNodeVectorBase", "is_refcounted": true, @@ -223982,6 +249560,7 @@ "enums": [ { "name": "OpType", + "is_bitfield": false, "values": [ { "name": "OP_TYPE_VECTOR_2D", @@ -223992,8 +249571,12 @@ "value": 1 }, { - "name": "OP_TYPE_MAX", + "name": "OP_TYPE_VECTOR_4D", "value": 2 + }, + { + "name": "OP_TYPE_MAX", + "value": 3 } ] } @@ -224003,8 +249586,9 @@ "name": "set_op_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1692596998, "arguments": [ { "name": "type", @@ -224016,8 +249600,9 @@ "name": "get_op_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2568738462, "return_value": { "type": "enum::VisualShaderNodeVectorBase.OpType" } @@ -224063,6 +249648,7 @@ "enums": [ { "name": "Function", + "is_bitfield": false, "values": [ { "name": "FUNC_NORMALIZE", @@ -224081,132 +249667,124 @@ "value": 3 }, { - "name": "FUNC_RGB2HSV", + "name": "FUNC_ABS", "value": 4 }, { - "name": "FUNC_HSV2RGB", + "name": "FUNC_ACOS", "value": 5 }, { - "name": "FUNC_ABS", + "name": "FUNC_ACOSH", "value": 6 }, { - "name": "FUNC_ACOS", + "name": "FUNC_ASIN", "value": 7 }, { - "name": "FUNC_ACOSH", + "name": "FUNC_ASINH", "value": 8 }, { - "name": "FUNC_ASIN", + "name": "FUNC_ATAN", "value": 9 }, { - "name": "FUNC_ASINH", + "name": "FUNC_ATANH", "value": 10 }, { - "name": "FUNC_ATAN", + "name": "FUNC_CEIL", "value": 11 }, { - "name": "FUNC_ATANH", + "name": "FUNC_COS", "value": 12 }, { - "name": "FUNC_CEIL", + "name": "FUNC_COSH", "value": 13 }, { - "name": "FUNC_COS", + "name": "FUNC_DEGREES", "value": 14 }, { - "name": "FUNC_COSH", + "name": "FUNC_EXP", "value": 15 }, { - "name": "FUNC_DEGREES", + "name": "FUNC_EXP2", "value": 16 }, { - "name": "FUNC_EXP", + "name": "FUNC_FLOOR", "value": 17 }, { - "name": "FUNC_EXP2", + "name": "FUNC_FRACT", "value": 18 }, { - "name": "FUNC_FLOOR", + "name": "FUNC_INVERSE_SQRT", "value": 19 }, { - "name": "FUNC_FRAC", + "name": "FUNC_LOG", "value": 20 }, { - "name": "FUNC_INVERSE_SQRT", + "name": "FUNC_LOG2", "value": 21 }, { - "name": "FUNC_LOG", + "name": "FUNC_RADIANS", "value": 22 }, { - "name": "FUNC_LOG2", + "name": "FUNC_ROUND", "value": 23 }, { - "name": "FUNC_RADIANS", + "name": "FUNC_ROUNDEVEN", "value": 24 }, { - "name": "FUNC_ROUND", + "name": "FUNC_SIGN", "value": 25 }, { - "name": "FUNC_ROUNDEVEN", + "name": "FUNC_SIN", "value": 26 }, { - "name": "FUNC_SIGN", + "name": "FUNC_SINH", "value": 27 }, { - "name": "FUNC_SIN", + "name": "FUNC_SQRT", "value": 28 }, { - "name": "FUNC_SINH", + "name": "FUNC_TAN", "value": 29 }, { - "name": "FUNC_SQRT", + "name": "FUNC_TANH", "value": 30 }, { - "name": "FUNC_TAN", + "name": "FUNC_TRUNC", "value": 31 }, { - "name": "FUNC_TANH", + "name": "FUNC_ONEMINUS", "value": 32 }, - { - "name": "FUNC_TRUNC", - "value": 33 - }, - { - "name": "FUNC_ONEMINUS", - "value": 34 - }, { "name": "FUNC_MAX", - "value": 35 + "value": 33 } ] } @@ -224216,8 +249794,9 @@ "name": "set_function", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 629964457, "arguments": [ { "name": "func", @@ -224229,8 +249808,9 @@ "name": "get_function", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4047776843, "return_value": { "type": "enum::VisualShaderNodeVectorFunc.Function" } @@ -224262,6 +249842,7 @@ "enums": [ { "name": "Operator", + "is_bitfield": false, "values": [ { "name": "OP_ADD", @@ -224323,8 +249904,9 @@ "name": "set_operator", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3371507302, "arguments": [ { "name": "op", @@ -224336,8 +249918,9 @@ "name": "get_operator", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 11793929, "return_value": { "type": "enum::VisualShaderNodeVectorOp.Operator" } @@ -224369,6 +249952,7 @@ "enums": [ { "name": "Subdiv", + "is_bitfield": false, "values": [ { "name": "SUBDIV_64", @@ -224398,8 +249982,9 @@ "name": "set_probe_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2001547851, "arguments": [ { "name": "data", @@ -224411,8 +249996,9 @@ "name": "get_probe_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 270557027, "return_value": { "type": "VoxelGIData" } @@ -224421,8 +250007,9 @@ "name": "set_subdiv", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2240898472, "arguments": [ { "name": "subdiv", @@ -224434,8 +250021,9 @@ "name": "get_subdiv", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4261647950, "return_value": { "type": "enum::VoxelGI.Subdiv" } @@ -224444,8 +250032,9 @@ "name": "set_extents", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "extents", @@ -224457,8 +250046,9 @@ "name": "get_extents", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -224467,8 +250057,9 @@ "name": "bake", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 143531945, + "hash": 152784629, "arguments": [ { "name": "from_node", @@ -224486,8 +250077,9 @@ "name": "debug_bake", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ], "properties": [ @@ -224525,8 +250117,9 @@ "name": "allocate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134403788, + "hash": 2380141536, "arguments": [ { "name": "to_cell_xform", @@ -224562,8 +250155,9 @@ "name": "get_bounds", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2753500971, "return_value": { "type": "AABB" } @@ -224572,8 +250166,9 @@ "name": "get_octree_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -224582,8 +250177,9 @@ "name": "get_to_cell_xform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -224592,8 +250188,9 @@ "name": "get_octree_cells", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } @@ -224602,8 +250199,9 @@ "name": "get_data_cells", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3733807408, "return_value": { "type": "PackedByteArray" } @@ -224612,8 +250210,9 @@ "name": "get_level_counts", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3102165223, "return_value": { "type": "PackedInt32Array" } @@ -224622,8 +250221,9 @@ "name": "set_dynamic_range", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "dynamic_range", @@ -224636,8 +250236,9 @@ "name": "get_dynamic_range", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -224647,8 +250248,9 @@ "name": "set_energy", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "energy", @@ -224661,8 +250263,9 @@ "name": "get_energy", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -224672,8 +250275,9 @@ "name": "set_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -224686,8 +250290,9 @@ "name": "get_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -224697,8 +250302,9 @@ "name": "set_normal_bias", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "bias", @@ -224711,8 +250317,9 @@ "name": "get_normal_bias", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -224722,8 +250329,9 @@ "name": "set_propagation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "propagation", @@ -224736,8 +250344,9 @@ "name": "get_propagation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -224747,8 +250356,9 @@ "name": "set_interior", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "interior", @@ -224760,8 +250370,9 @@ "name": "is_interior", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -224770,8 +250381,9 @@ "name": "set_use_two_bounces", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -224783,8 +250395,9 @@ "name": "is_using_two_bounces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -224853,8 +250466,9 @@ "name": "get_ref", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1214101251, "return_value": { "type": "Variant" } @@ -224870,6 +250484,7 @@ "enums": [ { "name": "WriteMode", + "is_bitfield": false, "values": [ { "name": "WRITE_MODE_TEXT", @@ -224883,6 +250498,7 @@ }, { "name": "ChannelState", + "is_bitfield": false, "values": [ { "name": "STATE_CONNECTING", @@ -224908,8 +250524,9 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -224918,15 +250535,17 @@ "name": "close", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "was_string_packet", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -224935,8 +250554,9 @@ "name": "set_write_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1999768052, "arguments": [ { "name": "write_mode", @@ -224948,8 +250568,9 @@ "name": "get_write_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2848495172, "return_value": { "type": "enum::WebRTCDataChannel.WriteMode" } @@ -224958,8 +250579,9 @@ "name": "get_ready_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3501143017, "return_value": { "type": "enum::WebRTCDataChannel.ChannelState" } @@ -224968,8 +250590,9 @@ "name": "get_label", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -224978,8 +250601,9 @@ "name": "is_ordered", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -224988,8 +250612,9 @@ "name": "get_id", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -224999,8 +250624,9 @@ "name": "get_max_packet_life_time", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -225010,8 +250636,9 @@ "name": "get_max_retransmits", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -225021,8 +250648,9 @@ "name": "get_protocol", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -225031,8 +250659,9 @@ "name": "is_negotiated", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -225041,8 +250670,9 @@ "name": "get_buffered_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -225069,6 +250699,7 @@ { "name": "_get_packet", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225088,6 +250719,7 @@ { "name": "_put_packet", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225107,6 +250739,7 @@ { "name": "_get_available_packet_count", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225116,6 +250749,7 @@ { "name": "_get_max_packet_size", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225125,6 +250759,7 @@ { "name": "_poll", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225134,12 +250769,14 @@ { "name": "_close", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_set_write_mode", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -225152,6 +250789,7 @@ { "name": "_get_write_mode", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225161,6 +250799,7 @@ { "name": "_was_string_packet", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225170,6 +250809,7 @@ { "name": "_get_ready_state", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225179,6 +250819,7 @@ { "name": "_get_label", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225188,6 +250829,7 @@ { "name": "_is_ordered", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225197,6 +250839,7 @@ { "name": "_get_id", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225206,6 +250849,7 @@ { "name": "_get_max_packet_life_time", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225215,6 +250859,7 @@ { "name": "_get_max_retransmits", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225224,6 +250869,7 @@ { "name": "_get_protocol", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225233,6 +250879,7 @@ { "name": "_is_negotiated", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225242,6 +250889,7 @@ { "name": "_get_buffered_amount", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225261,8 +250909,9 @@ "name": "initialize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1474135307, + "hash": 1445800725, "return_value": { "type": "enum::Error" }, @@ -225288,8 +250937,9 @@ "name": "add_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 174785354, + "hash": 4124177293, "return_value": { "type": "enum::Error" }, @@ -225315,8 +250965,9 @@ "name": "remove_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "peer_id", @@ -225329,8 +250980,9 @@ "name": "has_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3067735520, "return_value": { "type": "bool" }, @@ -225346,8 +250998,9 @@ "name": "get_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 32705541, "return_value": { "type": "Dictionary" }, @@ -225363,8 +251016,9 @@ "name": "get_peers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 222541985, "return_value": { "type": "Dictionary" } @@ -225373,8 +251027,9 @@ "name": "close", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 } ] }, @@ -225387,6 +251042,7 @@ "enums": [ { "name": "ConnectionState", + "is_bitfield": false, "values": [ { "name": "STATE_NEW", @@ -225416,12 +251072,27 @@ } ], "methods": [ + { + "name": "set_default_extension", + "is_const": false, + "is_vararg": false, + "is_static": true, + "is_virtual": false, + "hash": 2952846383, + "arguments": [ + { + "name": "extension_class", + "type": "StringName" + } + ] + }, { "name": "initialize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 365816645, + "hash": 763430008, "return_value": { "type": "enum::Error" }, @@ -225437,8 +251108,9 @@ "name": "create_data_channel", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599433, + "hash": 3306204015, "return_value": { "type": "WebRTCDataChannel" }, @@ -225458,8 +251130,9 @@ "name": "create_offer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -225468,8 +251141,9 @@ "name": "set_local_description", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -225488,8 +251162,9 @@ "name": "set_remote_description", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135410024, + "hash": 852856452, "return_value": { "type": "enum::Error" }, @@ -225508,8 +251183,9 @@ "name": "add_ice_candidate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135445961, + "hash": 3958950400, "return_value": { "type": "enum::Error" }, @@ -225533,8 +251209,9 @@ "name": "poll", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -225543,21 +251220,36 @@ "name": "close", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_connection_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2275710506, "return_value": { "type": "enum::WebRTCPeerConnection.ConnectionState" } } ], "signals": [ + { + "name": "session_description_created", + "arguments": [ + { + "name": "type", + "type": "String" + }, + { + "name": "sdp", + "type": "String" + } + ] + }, { "name": "ice_candidate_created", "arguments": [ @@ -225575,19 +251267,6 @@ } ] }, - { - "name": "session_description_created", - "arguments": [ - { - "name": "type", - "type": "String" - }, - { - "name": "sdp", - "type": "String" - } - ] - }, { "name": "data_channel_received", "arguments": [ @@ -225609,6 +251288,7 @@ { "name": "_get_connection_state", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225618,6 +251298,7 @@ { "name": "_initialize", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225633,6 +251314,7 @@ { "name": "_create_data_channel", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225652,6 +251334,7 @@ { "name": "_create_offer", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225661,6 +251344,7 @@ { "name": "_set_remote_description", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225680,6 +251364,7 @@ { "name": "_set_local_description", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225699,6 +251384,7 @@ { "name": "_add_ice_candidate", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225722,6 +251408,7 @@ { "name": "_poll", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -225731,15 +251418,9 @@ { "name": "_close", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true - }, - { - "name": "make_default", - "is_const": false, - "is_vararg": false, - "is_virtual": false, - "hash": 134152229 } ] }, @@ -225754,8 +251435,9 @@ "name": "connect_to_url", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2941976884, + "hash": 4164964576, "return_value": { "type": "enum::Error" }, @@ -225785,8 +251467,9 @@ "name": "disconnect_from_host", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4251720975, + "hash": 1047156615, "arguments": [ { "name": "code", @@ -225805,8 +251488,9 @@ "name": "get_connected_host", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -225815,8 +251499,9 @@ "name": "get_connected_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint16" @@ -225826,8 +251511,9 @@ "name": "set_verify_ssl_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -225839,8 +251525,9 @@ "name": "is_verify_ssl_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -225849,8 +251536,9 @@ "name": "get_trusted_ssl_certificate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 694153097, "return_value": { "type": "X509Certificate" } @@ -225859,8 +251547,9 @@ "name": "set_trusted_ssl_certificate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4169075413, "arguments": [ { "name": "cert", @@ -225870,6 +251559,18 @@ } ], "signals": [ + { + "name": "data_received" + }, + { + "name": "connection_established", + "arguments": [ + { + "name": "protocol", + "type": "String" + } + ] + }, { "name": "server_close_request", "arguments": [ @@ -225883,21 +251584,6 @@ } ] }, - { - "name": "connection_established", - "arguments": [ - { - "name": "protocol", - "type": "String" - } - ] - }, - { - "name": "data_received" - }, - { - "name": "connection_error" - }, { "name": "connection_closed", "arguments": [ @@ -225906,6 +251592,9 @@ "type": "bool" } ] + }, + { + "name": "connection_error" } ], "properties": [ @@ -225936,8 +251625,9 @@ "name": "set_buffers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135481898, + "hash": 3684568301, "return_value": { "type": "enum::Error" }, @@ -225968,8 +251658,9 @@ "name": "get_peer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2788256960, "return_value": { "type": "WebSocketPeer" }, @@ -226003,6 +251694,7 @@ "enums": [ { "name": "WriteMode", + "is_bitfield": false, "values": [ { "name": "WRITE_MODE_TEXT", @@ -226020,8 +251712,9 @@ "name": "get_write_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1797831585, "return_value": { "type": "enum::WebSocketPeer.WriteMode" } @@ -226030,8 +251723,9 @@ "name": "set_write_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 96037162, "arguments": [ { "name": "mode", @@ -226043,8 +251737,9 @@ "name": "is_connected_to_host", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -226053,8 +251748,9 @@ "name": "was_string_packet", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -226063,8 +251759,9 @@ "name": "close", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 4251720975, + "hash": 1047156615, "arguments": [ { "name": "code", @@ -226083,8 +251780,9 @@ "name": "get_connected_host", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226093,8 +251791,9 @@ "name": "get_connected_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint16" @@ -226104,8 +251803,9 @@ "name": "set_no_delay", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enabled", @@ -226117,8 +251817,9 @@ "name": "get_current_outbound_buffered_amount", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -226137,18 +251838,35 @@ "name": "is_listening", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } }, + { + "name": "set_extra_headers", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 1820094168, + "arguments": [ + { + "name": "headers", + "type": "PackedStringArray", + "default_value": "PackedStringArray()" + } + ] + }, { "name": "listen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1480485266, + "hash": 4094793541, "return_value": { "type": "enum::Error" }, @@ -226174,15 +251892,17 @@ "name": "stop", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "has_peer", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1116898809, "return_value": { "type": "bool" }, @@ -226198,8 +251918,9 @@ "name": "get_peer_address", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -226215,8 +251936,9 @@ "name": "get_peer_port", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 923996154, "return_value": { "type": "int", "meta": "int32" @@ -226233,8 +251955,9 @@ "name": "disconnect_peer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 1738636107, + "hash": 2976048447, "arguments": [ { "name": "id", @@ -226258,8 +251981,9 @@ "name": "get_bind_ip", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226268,8 +251992,9 @@ "name": "set_bind_ip", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "ip", @@ -226281,8 +252006,9 @@ "name": "get_private_key", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4071501649, "return_value": { "type": "CryptoKey" } @@ -226291,8 +252017,9 @@ "name": "set_private_key", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2855157678, "arguments": [ { "name": "key", @@ -226304,8 +252031,9 @@ "name": "get_ssl_certificate", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 694153097, "return_value": { "type": "X509Certificate" } @@ -226314,8 +252042,9 @@ "name": "set_ssl_certificate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4169075413, "arguments": [ { "name": "cert", @@ -226327,8 +252056,9 @@ "name": "get_ca_chain", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 694153097, "return_value": { "type": "X509Certificate" } @@ -226337,8 +252067,9 @@ "name": "set_ca_chain", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4169075413, "arguments": [ { "name": "ca_chain", @@ -226350,8 +252081,9 @@ "name": "get_handshake_timeout", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -226361,8 +252093,9 @@ "name": "set_handshake_timeout", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "timeout", @@ -226391,11 +252124,15 @@ ] }, { - "name": "data_received", + "name": "client_disconnected", "arguments": [ { "name": "id", "type": "int" + }, + { + "name": "was_clean_close", + "type": "bool" } ] }, @@ -226417,15 +252154,11 @@ ] }, { - "name": "client_disconnected", + "name": "data_received", "arguments": [ { "name": "id", "type": "int" - }, - { - "name": "was_clean_close", - "type": "bool" } ] } @@ -226479,8 +252212,9 @@ "name": "is_session_supported", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "session_mode", @@ -226492,8 +252226,9 @@ "name": "set_session_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "session_mode", @@ -226505,8 +252240,9 @@ "name": "get_session_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226515,8 +252251,9 @@ "name": "set_required_features", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "required_features", @@ -226528,8 +252265,9 @@ "name": "get_required_features", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226538,8 +252276,9 @@ "name": "set_optional_features", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "optional_features", @@ -226551,8 +252290,9 @@ "name": "get_optional_features", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226561,8 +252301,9 @@ "name": "get_reference_space_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226571,8 +252312,9 @@ "name": "set_requested_reference_space_types", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "requested_reference_space_types", @@ -226584,8 +252326,9 @@ "name": "get_requested_reference_space_types", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226594,8 +252337,9 @@ "name": "get_controller", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2937478080, "return_value": { "type": "XRPositionalTracker" }, @@ -226611,8 +252355,9 @@ "name": "get_visibility_state", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226621,19 +252366,42 @@ "name": "get_bounds_geometry", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } } ], "signals": [ + { + "name": "session_supported", + "arguments": [ + { + "name": "session_mode", + "type": "String" + }, + { + "name": "supported", + "type": "bool" + } + ] + }, + { + "name": "session_started" + }, { "name": "session_ended" }, { - "name": "reference_space_reset" + "name": "session_failed", + "arguments": [ + { + "name": "message", + "type": "String" + } + ] }, { "name": "selectstart", @@ -226644,6 +252412,15 @@ } ] }, + { + "name": "select", + "arguments": [ + { + "name": "controller_id", + "type": "int" + } + ] + }, { "name": "selectend", "arguments": [ @@ -226663,7 +252440,7 @@ ] }, { - "name": "select", + "name": "squeeze", "arguments": [ { "name": "controller_id", @@ -226671,18 +252448,6 @@ } ] }, - { - "name": "session_failed", - "arguments": [ - { - "name": "message", - "type": "String" - } - ] - }, - { - "name": "visibility_state_changed" - }, { "name": "squeezeend", "arguments": [ @@ -226693,29 +252458,10 @@ ] }, { - "name": "session_supported", - "arguments": [ - { - "name": "session_mode", - "type": "String" - }, - { - "name": "supported", - "type": "bool" - } - ] + "name": "visibility_state_changed" }, { - "name": "squeeze", - "arguments": [ - { - "name": "controller_id", - "type": "int" - } - ] - }, - { - "name": "session_started" + "name": "reference_space_reset" } ], "properties": [ @@ -226784,32 +252530,34 @@ ], "enums": [ { - "name": "ContentScaleAspect", + "name": "Mode", + "is_bitfield": false, "values": [ { - "name": "CONTENT_SCALE_ASPECT_IGNORE", + "name": "MODE_WINDOWED", "value": 0 }, { - "name": "CONTENT_SCALE_ASPECT_KEEP", + "name": "MODE_MINIMIZED", "value": 1 }, { - "name": "CONTENT_SCALE_ASPECT_KEEP_WIDTH", + "name": "MODE_MAXIMIZED", "value": 2 }, { - "name": "CONTENT_SCALE_ASPECT_KEEP_HEIGHT", + "name": "MODE_FULLSCREEN", "value": 3 }, { - "name": "CONTENT_SCALE_ASPECT_EXPAND", + "name": "MODE_EXCLUSIVE_FULLSCREEN", "value": 4 } ] }, { "name": "Flags", + "is_bitfield": false, "values": [ { "name": "FLAG_RESIZE_DISABLED", @@ -226842,32 +252590,52 @@ ] }, { - "name": "Mode", + "name": "ContentScaleMode", + "is_bitfield": false, "values": [ { - "name": "MODE_WINDOWED", + "name": "CONTENT_SCALE_MODE_DISABLED", "value": 0 }, { - "name": "MODE_MINIMIZED", + "name": "CONTENT_SCALE_MODE_CANVAS_ITEMS", "value": 1 }, { - "name": "MODE_MAXIMIZED", + "name": "CONTENT_SCALE_MODE_VIEWPORT", + "value": 2 + } + ] + }, + { + "name": "ContentScaleAspect", + "is_bitfield": false, + "values": [ + { + "name": "CONTENT_SCALE_ASPECT_IGNORE", + "value": 0 + }, + { + "name": "CONTENT_SCALE_ASPECT_KEEP", + "value": 1 + }, + { + "name": "CONTENT_SCALE_ASPECT_KEEP_WIDTH", "value": 2 }, { - "name": "MODE_FULLSCREEN", + "name": "CONTENT_SCALE_ASPECT_KEEP_HEIGHT", "value": 3 }, { - "name": "MODE_EXCLUSIVE_FULLSCREEN", + "name": "CONTENT_SCALE_ASPECT_EXPAND", "value": 4 } ] }, { "name": "LayoutDirection", + "is_bitfield": false, "values": [ { "name": "LAYOUT_DIRECTION_INHERITED", @@ -226886,23 +252654,6 @@ "value": 3 } ] - }, - { - "name": "ContentScaleMode", - "values": [ - { - "name": "CONTENT_SCALE_MODE_DISABLED", - "value": 0 - }, - { - "name": "CONTENT_SCALE_MODE_CANVAS_ITEMS", - "value": 1 - }, - { - "name": "CONTENT_SCALE_MODE_VIEWPORT", - "value": 2 - } - ] } ], "methods": [ @@ -226910,8 +252661,9 @@ "name": "set_title", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "title", @@ -226923,8 +252675,9 @@ "name": "get_title", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -226933,8 +252686,9 @@ "name": "set_current_screen", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1286410249, "arguments": [ { "name": "index", @@ -226947,8 +252701,9 @@ "name": "get_current_screen", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -226958,8 +252713,9 @@ "name": "set_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "position", @@ -226971,8 +252727,9 @@ "name": "get_position", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -226981,8 +252738,9 @@ "name": "set_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -226994,8 +252752,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -227004,15 +252763,17 @@ "name": "reset_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_real_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -227021,8 +252782,9 @@ "name": "set_max_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "max_size", @@ -227034,8 +252796,9 @@ "name": "get_max_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -227044,8 +252807,9 @@ "name": "set_min_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "min_size", @@ -227057,8 +252821,9 @@ "name": "get_min_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -227067,8 +252832,9 @@ "name": "set_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3095236531, "arguments": [ { "name": "mode", @@ -227080,8 +252846,9 @@ "name": "get_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2566346114, "return_value": { "type": "enum::Window.Mode" } @@ -227090,8 +252857,9 @@ "name": "set_flag", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 3426449779, "arguments": [ { "name": "flag", @@ -227107,8 +252875,9 @@ "name": "get_flag", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3062752289, "return_value": { "type": "bool" }, @@ -227123,8 +252892,9 @@ "name": "is_maximize_allowed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227133,22 +252903,25 @@ "name": "request_attention", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "move_to_foreground", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_visible", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "visible", @@ -227160,8 +252933,9 @@ "name": "is_visible", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227170,22 +252944,25 @@ "name": "hide", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "show", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_transient", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "transient", @@ -227197,8 +252974,9 @@ "name": "is_transient", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227207,8 +252985,9 @@ "name": "set_exclusive", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "exclusive", @@ -227220,8 +252999,9 @@ "name": "is_exclusive", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227230,8 +253010,9 @@ "name": "can_draw", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227240,8 +253021,9 @@ "name": "has_focus", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227250,15 +253032,17 @@ "name": "grab_focus", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_ime_active", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "active", @@ -227270,8 +253054,9 @@ "name": "set_ime_position", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "position", @@ -227283,8 +253068,9 @@ "name": "is_embedded", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227293,8 +253079,9 @@ "name": "get_contents_minimum_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -227303,8 +253090,9 @@ "name": "set_content_scale_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1130785943, "arguments": [ { "name": "size", @@ -227316,8 +253104,9 @@ "name": "get_content_scale_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3690982128, "return_value": { "type": "Vector2i" } @@ -227326,8 +253115,9 @@ "name": "set_content_scale_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2937716473, "arguments": [ { "name": "mode", @@ -227339,8 +253129,9 @@ "name": "get_content_scale_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 161585230, "return_value": { "type": "enum::Window.ContentScaleMode" } @@ -227349,8 +253140,9 @@ "name": "set_content_scale_aspect", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2370399418, "arguments": [ { "name": "aspect", @@ -227362,8 +253154,9 @@ "name": "get_content_scale_aspect", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4158790715, "return_value": { "type": "enum::Window.ContentScaleAspect" } @@ -227372,8 +253165,9 @@ "name": "set_content_scale_factor", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "factor", @@ -227386,8 +253180,9 @@ "name": "get_content_scale_factor", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -227397,8 +253192,9 @@ "name": "set_use_font_oversampling", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -227410,8 +253206,9 @@ "name": "is_using_font_oversampling", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227420,8 +253217,9 @@ "name": "set_wrap_controls", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -227433,8 +253231,9 @@ "name": "is_wrapping_controls", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227443,15 +253242,17 @@ "name": "child_controls_changed", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "set_theme", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1346606836, "arguments": [ { "name": "theme", @@ -227463,8 +253264,9 @@ "name": "get_theme", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2590826324, "return_value": { "type": "Theme" } @@ -227473,8 +253275,9 @@ "name": "set_theme_type_variation", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "theme_type", @@ -227486,8 +253289,9 @@ "name": "get_theme_type_variation", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -227496,8 +253300,9 @@ "name": "get_theme_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3472773686, "return_value": { "type": "Texture2D" }, @@ -227517,8 +253322,9 @@ "name": "get_theme_stylebox", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3103593239, "return_value": { "type": "StyleBox" }, @@ -227538,8 +253344,9 @@ "name": "get_theme_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 1501783071, "return_value": { "type": "Font" }, @@ -227559,8 +253366,9 @@ "name": "get_theme_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3614025721, "return_value": { "type": "int", "meta": "int32" @@ -227581,8 +253389,9 @@ "name": "get_theme_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 355674179, "return_value": { "type": "Color" }, @@ -227602,8 +253411,9 @@ "name": "get_theme_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 3614025721, "return_value": { "type": "int", "meta": "int32" @@ -227624,8 +253434,9 @@ "name": "has_theme_icon", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -227645,8 +253456,9 @@ "name": "has_theme_stylebox", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -227666,8 +253478,9 @@ "name": "has_theme_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -227687,8 +253500,9 @@ "name": "has_theme_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -227708,8 +253522,9 @@ "name": "has_theme_color", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -227729,8 +253544,9 @@ "name": "has_theme_constant", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 173599466, + "hash": 2507205823, "return_value": { "type": "bool" }, @@ -227750,8 +253566,9 @@ "name": "get_theme_default_base_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -227761,8 +253578,9 @@ "name": "get_theme_default_font", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1041304650, "return_value": { "type": "Font" } @@ -227771,8 +253589,9 @@ "name": "get_theme_default_font_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -227782,8 +253601,9 @@ "name": "set_layout_direction", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3094704184, "arguments": [ { "name": "direction", @@ -227795,8 +253615,9 @@ "name": "get_layout_direction", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3909617982, "return_value": { "type": "enum::Window.LayoutDirection" } @@ -227805,8 +253626,9 @@ "name": "is_layout_rtl", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227815,8 +253637,9 @@ "name": "set_auto_translate", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -227828,8 +253651,9 @@ "name": "is_auto_translating", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -227838,8 +253662,9 @@ "name": "popup", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 265334380, + "hash": 1680304321, "arguments": [ { "name": "rect", @@ -227852,8 +253677,9 @@ "name": "popup_on_parent", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1763793166, "arguments": [ { "name": "parent_rect", @@ -227865,8 +253691,9 @@ "name": "popup_centered_ratio", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2502430199, + "hash": 1912078273, "arguments": [ { "name": "ratio", @@ -227880,8 +253707,9 @@ "name": "popup_centered", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 2219751724, + "hash": 3447975422, "arguments": [ { "name": "minsize", @@ -227894,8 +253722,9 @@ "name": "popup_centered_clamped", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 3173471955, + "hash": 3728566557, "arguments": [ { "name": "minsize", @@ -227912,24 +253741,6 @@ } ], "signals": [ - { - "name": "mouse_exited" - }, - { - "name": "theme_changed" - }, - { - "name": "focus_entered" - }, - { - "name": "go_back_requested" - }, - { - "name": "close_requested" - }, - { - "name": "mouse_entered" - }, { "name": "window_input", "arguments": [ @@ -227939,9 +253750,6 @@ } ] }, - { - "name": "about_to_popup" - }, { "name": "files_dropped", "arguments": [ @@ -227952,10 +253760,31 @@ ] }, { - "name": "visibility_changed" + "name": "mouse_entered" + }, + { + "name": "mouse_exited" + }, + { + "name": "focus_entered" }, { "name": "focus_exited" + }, + { + "name": "close_requested" + }, + { + "name": "go_back_requested" + }, + { + "name": "visibility_changed" + }, + { + "name": "about_to_popup" + }, + { + "name": "theme_changed" } ], "properties": [ @@ -228140,8 +253969,9 @@ "name": "get_canvas", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -228150,8 +253980,9 @@ "name": "get_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -228160,8 +253991,9 @@ "name": "get_navigation_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -228170,8 +254002,9 @@ "name": "get_direct_space_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1631620006, "return_value": { "type": "PhysicsDirectSpaceState2D" } @@ -228219,8 +254052,9 @@ "name": "get_space", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -228229,8 +254063,9 @@ "name": "get_navigation_map", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -228239,8 +254074,9 @@ "name": "get_scenario", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3444240500, "return_value": { "type": "RID" } @@ -228249,8 +254085,9 @@ "name": "set_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 74595182, "arguments": [ { "name": "env", @@ -228262,8 +254099,9 @@ "name": "get_environment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 612219082, "return_value": { "type": "Environment" } @@ -228272,8 +254110,9 @@ "name": "set_fallback_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 74595182, "arguments": [ { "name": "env", @@ -228285,8 +254124,9 @@ "name": "get_fallback_environment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 612219082, "return_value": { "type": "Environment" } @@ -228295,8 +254135,9 @@ "name": "set_camera_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1638815946, "arguments": [ { "name": "effects", @@ -228308,8 +254149,9 @@ "name": "get_camera_effects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2210367473, "return_value": { "type": "CameraEffects" } @@ -228318,8 +254160,9 @@ "name": "get_direct_space_state", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 3302649386, "return_value": { "type": "PhysicsDirectSpaceState3D" } @@ -228388,8 +254231,9 @@ "name": "set_normal", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 743155724, "arguments": [ { "name": "normal", @@ -228401,8 +254245,9 @@ "name": "get_normal", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3341600327, "return_value": { "type": "Vector2" } @@ -228411,8 +254256,9 @@ "name": "set_distance", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "distance", @@ -228425,8 +254271,9 @@ "name": "get_distance", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -228461,8 +254308,9 @@ "name": "set_plane", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 643568085, "arguments": [ { "name": "plane", @@ -228474,8 +254322,9 @@ "name": "get_plane", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2435802345, "return_value": { "type": "Plane" } @@ -228502,8 +254351,9 @@ "name": "set_environment", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 74595182, "arguments": [ { "name": "env", @@ -228515,8 +254365,9 @@ "name": "get_environment", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 612219082, "return_value": { "type": "Environment" } @@ -228525,8 +254376,9 @@ "name": "set_camera_effects", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 1638815946, "arguments": [ { "name": "env", @@ -228538,8 +254390,9 @@ "name": "get_camera_effects", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2210367473, "return_value": { "type": "CameraEffects" } @@ -228573,8 +254426,9 @@ "name": "save", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -228589,8 +254443,9 @@ "name": "load", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -228612,6 +254467,7 @@ "enums": [ { "name": "NodeType", + "is_bitfield": false, "values": [ { "name": "NODE_NONE", @@ -228649,8 +254505,9 @@ "name": "read", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 166280745, "return_value": { "type": "enum::Error" } @@ -228659,8 +254516,9 @@ "name": "get_node_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2984359541, "return_value": { "type": "enum::XMLParser.NodeType" } @@ -228669,8 +254527,9 @@ "name": "get_node_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -228679,8 +254538,9 @@ "name": "get_node_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -228689,8 +254549,9 @@ "name": "get_node_offset", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint64" @@ -228700,8 +254561,9 @@ "name": "get_attribute_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -228711,8 +254573,9 @@ "name": "get_attribute_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -228728,8 +254591,9 @@ "name": "get_attribute_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 844755477, "return_value": { "type": "String" }, @@ -228745,8 +254609,9 @@ "name": "has_attribute", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3927539163, "return_value": { "type": "bool" }, @@ -228761,8 +254626,9 @@ "name": "get_named_attribute_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -228777,8 +254643,9 @@ "name": "get_named_attribute_value_safe", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3135753539, "return_value": { "type": "String" }, @@ -228793,8 +254660,9 @@ "name": "is_empty", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -228803,8 +254671,9 @@ "name": "get_current_line", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -228814,15 +254683,17 @@ "name": "skip_section", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "seek", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 844576869, "return_value": { "type": "enum::Error" }, @@ -228838,8 +254709,9 @@ "name": "open", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 166001499, "return_value": { "type": "enum::Error" }, @@ -228854,8 +254726,9 @@ "name": "open_buffer", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1136719738, "return_value": { "type": "enum::Error" }, @@ -228879,8 +254752,9 @@ "name": "get_size", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -228889,8 +254763,9 @@ "name": "get_plane", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2435802345, "return_value": { "type": "Plane" } @@ -228915,8 +254790,9 @@ "name": "is_button_pressed", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -228931,8 +254807,9 @@ "name": "get_value", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 726857106, "return_value": { "type": "float", "meta": "float" @@ -228948,8 +254825,9 @@ "name": "get_axis", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 731284081, "return_value": { "type": "Vector2" }, @@ -228964,8 +254842,9 @@ "name": "get_tracker_hand", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4181770860, "return_value": { "type": "enum::XRPositionalTracker.TrackerHand" } @@ -228973,15 +254852,20 @@ ], "signals": [ { - "name": "input_axis_changed", + "name": "button_pressed", "arguments": [ { "name": "name", "type": "String" - }, + } + ] + }, + { + "name": "button_released", + "arguments": [ { - "name": "value", - "type": "Vector2" + "name": "name", + "type": "String" } ] }, @@ -228999,20 +254883,15 @@ ] }, { - "name": "button_released", + "name": "input_axis_changed", "arguments": [ { "name": "name", "type": "String" - } - ] - }, - { - "name": "button_pressed", - "arguments": [ + }, { - "name": "name", - "type": "String" + "name": "value", + "type": "Vector2" } ] } @@ -229025,58 +254904,9 @@ "inherits": "RefCounted", "api_type": "core", "enums": [ - { - "name": "PlayAreaMode", - "values": [ - { - "name": "XR_PLAY_AREA_UNKNOWN", - "value": 0 - }, - { - "name": "XR_PLAY_AREA_3DOF", - "value": 1 - }, - { - "name": "XR_PLAY_AREA_SITTING", - "value": 2 - }, - { - "name": "XR_PLAY_AREA_ROOMSCALE", - "value": 3 - }, - { - "name": "XR_PLAY_AREA_STAGE", - "value": 4 - } - ] - }, - { - "name": "TrackingStatus", - "values": [ - { - "name": "XR_NORMAL_TRACKING", - "value": 0 - }, - { - "name": "XR_EXCESSIVE_MOTION", - "value": 1 - }, - { - "name": "XR_INSUFFICIENT_FEATURES", - "value": 2 - }, - { - "name": "XR_UNKNOWN_TRACKING", - "value": 3 - }, - { - "name": "XR_NOT_TRACKING", - "value": 4 - } - ] - }, { "name": "Capabilities", + "is_bitfield": false, "values": [ { "name": "XR_NONE", @@ -229107,6 +254937,58 @@ "value": 32 } ] + }, + { + "name": "TrackingStatus", + "is_bitfield": false, + "values": [ + { + "name": "XR_NORMAL_TRACKING", + "value": 0 + }, + { + "name": "XR_EXCESSIVE_MOTION", + "value": 1 + }, + { + "name": "XR_INSUFFICIENT_FEATURES", + "value": 2 + }, + { + "name": "XR_UNKNOWN_TRACKING", + "value": 3 + }, + { + "name": "XR_NOT_TRACKING", + "value": 4 + } + ] + }, + { + "name": "PlayAreaMode", + "is_bitfield": false, + "values": [ + { + "name": "XR_PLAY_AREA_UNKNOWN", + "value": 0 + }, + { + "name": "XR_PLAY_AREA_3DOF", + "value": 1 + }, + { + "name": "XR_PLAY_AREA_SITTING", + "value": 2 + }, + { + "name": "XR_PLAY_AREA_ROOMSCALE", + "value": 3 + }, + { + "name": "XR_PLAY_AREA_STAGE", + "value": 4 + } + ] } ], "methods": [ @@ -229114,8 +254996,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -229124,8 +255007,9 @@ "name": "get_capabilities", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "uint32" @@ -229135,8 +255019,9 @@ "name": "is_primary", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -229145,8 +255030,9 @@ "name": "set_primary", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "primary", @@ -229158,8 +255044,9 @@ "name": "is_initialized", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -229168,8 +255055,9 @@ "name": "initialize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2240911060, "return_value": { "type": "bool" } @@ -229178,15 +255066,17 @@ "name": "uninitialize", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134152229 + "hash": 3218959716 }, { "name": "get_tracking_status", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 167423259, "return_value": { "type": "enum::XRInterface.TrackingStatus" } @@ -229195,8 +255085,9 @@ "name": "get_render_target_size", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1497962370, "return_value": { "type": "Vector2" } @@ -229205,8 +255096,9 @@ "name": "get_view_count", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "uint32" @@ -229216,8 +255108,9 @@ "name": "trigger_haptic_pulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134367851, + "hash": 3287727485, "arguments": [ { "name": "action_name", @@ -229253,8 +255146,9 @@ "name": "supports_play_area_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3429955281, "return_value": { "type": "bool" }, @@ -229269,8 +255163,9 @@ "name": "get_play_area_mode", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1615132885, "return_value": { "type": "enum::XRInterface.PlayAreaMode" } @@ -229279,8 +255174,9 @@ "name": "set_play_area_mode", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 3429955281, "return_value": { "type": "bool" }, @@ -229295,8 +255191,9 @@ "name": "get_play_area", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 547233126, "return_value": { "type": "PackedVector3Array" } @@ -229305,8 +255202,9 @@ "name": "get_anchor_detection_is_enabled", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -229315,8 +255213,9 @@ "name": "set_anchor_detection_is_enabled", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "enable", @@ -229328,8 +255227,9 @@ "name": "get_camera_feed_id", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2455072627, "return_value": { "type": "int", "meta": "int32" @@ -229381,6 +255281,7 @@ { "name": "_get_name", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229390,6 +255291,7 @@ { "name": "_get_capabilities", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229399,6 +255301,7 @@ { "name": "_is_initialized", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229408,6 +255311,7 @@ { "name": "_initialize", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229417,12 +255321,14 @@ { "name": "_uninitialize", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_supports_play_area_mode", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229438,6 +255344,7 @@ { "name": "_get_play_area_mode", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229447,6 +255354,7 @@ { "name": "_set_play_area_mode", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229462,6 +255370,7 @@ { "name": "_get_play_area", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229471,6 +255380,7 @@ { "name": "_get_render_target_size", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229480,6 +255390,7 @@ { "name": "_get_view_count", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229489,6 +255400,7 @@ { "name": "_get_camera_transform", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229498,6 +255410,7 @@ { "name": "_get_transform_for_view", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229517,6 +255430,7 @@ { "name": "_get_projection_for_view", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229544,18 +255458,21 @@ { "name": "_process", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_pre_render", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_pre_draw_viewport", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229571,6 +255488,7 @@ { "name": "_post_draw_viewport", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -229587,12 +255505,14 @@ { "name": "_end_frame", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true }, { "name": "_notification", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -229605,6 +255525,7 @@ { "name": "_get_suggested_tracker_names", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229614,6 +255535,7 @@ { "name": "_get_suggested_pose_names", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229629,6 +255551,7 @@ { "name": "_get_tracking_status", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229638,6 +255561,7 @@ { "name": "_trigger_haptic_pulse", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -229670,6 +255594,7 @@ { "name": "_get_anchor_detection_is_enabled", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229679,6 +255604,7 @@ { "name": "_set_anchor_detection_is_enabled", "is_const": false, + "is_static": false, "is_vararg": false, "is_virtual": true, "arguments": [ @@ -229691,6 +255617,7 @@ { "name": "_get_camera_feed_id", "is_const": true, + "is_static": false, "is_vararg": false, "is_virtual": true, "return_value": { @@ -229701,8 +255628,9 @@ "name": "add_blit", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134547536, + "hash": 1481934258, "arguments": [ { "name": "render_target", @@ -229759,8 +255687,9 @@ "name": "get_render_target_texture", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 1356867142, "return_value": { "type": "RID" }, @@ -229784,8 +255713,9 @@ "name": "set_tracker", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "tracker_name", @@ -229797,8 +255727,9 @@ "name": "get_tracker", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -229807,8 +255738,9 @@ "name": "set_pose_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "pose", @@ -229820,8 +255752,9 @@ "name": "get_pose_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -229830,8 +255763,9 @@ "name": "get_is_active", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -229840,8 +255774,9 @@ "name": "get_has_tracking_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -229850,8 +255785,9 @@ "name": "get_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 2668787267, "return_value": { "type": "XRPose" } @@ -229860,8 +255796,9 @@ "name": "trigger_haptic_pulse", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 508576839, "arguments": [ { "name": "action_name", @@ -229918,8 +255855,9 @@ "name": "set_world_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "world_scale", @@ -229932,8 +255870,9 @@ "name": "get_world_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "float" @@ -229959,6 +255898,7 @@ "enums": [ { "name": "TrackingConfidence", + "is_bitfield": false, "values": [ { "name": "XR_TRACKING_CONFIDENCE_NONE", @@ -229980,8 +255920,9 @@ "name": "set_has_tracking_data", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2586408642, "arguments": [ { "name": "has_tracking_data", @@ -229993,8 +255934,9 @@ "name": "get_has_tracking_data", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 36873697, "return_value": { "type": "bool" } @@ -230003,8 +255945,9 @@ "name": "set_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -230016,8 +255959,9 @@ "name": "get_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -230026,8 +255970,9 @@ "name": "set_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 259215842, "arguments": [ { "name": "transform", @@ -230039,8 +255984,9 @@ "name": "get_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -230049,8 +255995,9 @@ "name": "get_adjusted_transform", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -230059,8 +256006,9 @@ "name": "set_linear_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "velocity", @@ -230072,8 +256020,9 @@ "name": "get_linear_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -230082,8 +256031,9 @@ "name": "set_angular_velocity", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3460891852, "arguments": [ { "name": "velocity", @@ -230095,8 +256045,9 @@ "name": "get_angular_velocity", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3360562783, "return_value": { "type": "Vector3" } @@ -230105,8 +256056,9 @@ "name": "set_tracking_confidence", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4171656666, "arguments": [ { "name": "tracking_confidence", @@ -230118,8 +256070,9 @@ "name": "get_tracking_confidence", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2064923680, "return_value": { "type": "enum::XRPose.TrackingConfidence" } @@ -230179,6 +256132,7 @@ "enums": [ { "name": "TrackerHand", + "is_bitfield": false, "values": [ { "name": "TRACKER_HAND_UNKNOWN", @@ -230200,8 +256154,9 @@ "name": "get_tracker_type", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2784508102, "return_value": { "type": "enum::XRServer.TrackerType" } @@ -230210,8 +256165,9 @@ "name": "set_tracker_type", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3055763575, "arguments": [ { "name": "type", @@ -230223,8 +256179,9 @@ "name": "get_tracker_name", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3229777777, "return_value": { "type": "StringName" } @@ -230233,8 +256190,9 @@ "name": "set_tracker_name", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -230246,8 +256204,9 @@ "name": "get_tracker_desc", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 201670096, "return_value": { "type": "String" } @@ -230256,8 +256215,9 @@ "name": "set_tracker_desc", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 83702148, "arguments": [ { "name": "description", @@ -230265,12 +256225,38 @@ } ] }, + { + "name": "get_tracker_profile", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 201670096, + "return_value": { + "type": "String" + } + }, + { + "name": "set_tracker_profile", + "is_const": false, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 83702148, + "arguments": [ + { + "name": "profile", + "type": "String" + } + ] + }, { "name": "get_tracker_hand", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 4181770860, "return_value": { "type": "enum::XRPositionalTracker.TrackerHand" } @@ -230279,8 +256265,9 @@ "name": "set_tracker_hand", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 3904108980, "arguments": [ { "name": "hand", @@ -230292,8 +256279,9 @@ "name": "has_pose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1538487145, "return_value": { "type": "bool" }, @@ -230308,8 +256296,9 @@ "name": "get_pose", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 487500649, "return_value": { "type": "XRPose" }, @@ -230324,8 +256313,9 @@ "name": "invalidate_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 2952846383, "arguments": [ { "name": "name", @@ -230337,8 +256327,9 @@ "name": "set_pose", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134331914, + "hash": 896051002, "arguments": [ { "name": "name", @@ -230366,8 +256357,9 @@ "name": "get_input", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 2428922215, "return_value": { "type": "Variant" }, @@ -230382,8 +256374,9 @@ "name": "set_input", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1527314182, "arguments": [ { "name": "name", @@ -230398,15 +256391,29 @@ ], "signals": [ { - "name": "input_axis_changed", + "name": "pose_changed", + "arguments": [ + { + "name": "pose", + "type": "XRPose" + } + ] + }, + { + "name": "button_pressed", "arguments": [ { "name": "name", "type": "String" - }, + } + ] + }, + { + "name": "button_released", + "arguments": [ { - "name": "vector", - "type": "Vector2" + "name": "name", + "type": "String" } ] }, @@ -230424,28 +256431,23 @@ ] }, { - "name": "button_released", + "name": "input_axis_changed", "arguments": [ { "name": "name", "type": "String" + }, + { + "name": "vector", + "type": "Vector2" } ] }, { - "name": "pose_changed", + "name": "profile_changed", "arguments": [ { - "name": "pose", - "type": "XRPose" - } - ] - }, - { - "name": "button_pressed", - "arguments": [ - { - "name": "name", + "name": "role", "type": "String" } ] @@ -230473,6 +256475,13 @@ "getter": "get_tracker_desc", "index": -1 }, + { + "type": "String", + "name": "profile", + "setter": "set_tracker_profile", + "getter": "get_tracker_profile", + "index": -1 + }, { "type": "int", "name": "hand", @@ -230489,25 +256498,9 @@ "inherits": "Object", "api_type": "core", "enums": [ - { - "name": "RotationMode", - "values": [ - { - "name": "RESET_FULL_ROTATION", - "value": 0 - }, - { - "name": "RESET_BUT_KEEP_TILT", - "value": 1 - }, - { - "name": "DONT_RESET_ROTATION", - "value": 2 - } - ] - }, { "name": "TrackerType", + "is_bitfield": false, "values": [ { "name": "TRACKER_HEAD", @@ -230538,6 +256531,24 @@ "value": 255 } ] + }, + { + "name": "RotationMode", + "is_bitfield": false, + "values": [ + { + "name": "RESET_FULL_ROTATION", + "value": 0 + }, + { + "name": "RESET_BUT_KEEP_TILT", + "value": 1 + }, + { + "name": "DONT_RESET_ROTATION", + "value": 2 + } + ] } ], "methods": [ @@ -230545,8 +256556,9 @@ "name": "get_world_scale", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1740695150, "return_value": { "type": "float", "meta": "double" @@ -230556,8 +256568,9 @@ "name": "set_world_scale", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 373806689, "arguments": [ { "name": "scale", @@ -230570,8 +256583,9 @@ "name": "get_reference_frame", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1068685055, "return_value": { "type": "Transform3D" } @@ -230580,8 +256594,9 @@ "name": "center_on_hmd", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134224103, + "hash": 1450904707, "arguments": [ { "name": "rotation_mode", @@ -230597,8 +256612,9 @@ "name": "get_hmd_transform", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338150, + "hash": 1021181044, "return_value": { "type": "Transform3D" } @@ -230607,8 +256623,9 @@ "name": "add_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 610321192, "arguments": [ { "name": "interface", @@ -230620,8 +256637,9 @@ "name": "get_interface_count", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 3905245786, "return_value": { "type": "int", "meta": "int32" @@ -230631,8 +256649,9 @@ "name": "remove_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 610321192, "arguments": [ { "name": "interface", @@ -230644,8 +256663,9 @@ "name": "get_interface", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 1970320206, "return_value": { "type": "XRInterface" }, @@ -230661,8 +256681,9 @@ "name": "get_interfaces", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 1307783378, "return_value": { "type": "Array" } @@ -230671,8 +256692,9 @@ "name": "find_interface", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3147972623, "return_value": { "type": "XRInterface" }, @@ -230687,8 +256709,9 @@ "name": "add_tracker", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4290477850, "arguments": [ { "name": "tracker", @@ -230700,8 +256723,9 @@ "name": "remove_tracker", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 4290477850, "arguments": [ { "name": "tracker", @@ -230713,8 +256737,9 @@ "name": "get_trackers", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374087, + "hash": 32705541, "return_value": { "type": "Dictionary" }, @@ -230730,8 +256755,9 @@ "name": "get_tracker", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135374120, + "hash": 3409260679, "return_value": { "type": "XRPositionalTracker" }, @@ -230746,8 +256772,9 @@ "name": "get_primary_interface", "is_const": true, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 135338183, + "hash": 2153211928, "return_value": { "type": "XRInterface" } @@ -230756,8 +256783,9 @@ "name": "set_primary_interface", "is_const": false, "is_vararg": false, + "is_static": false, "is_virtual": false, - "hash": 134188166, + "hash": 610321192, "arguments": [ { "name": "interface", @@ -230768,15 +256796,20 @@ ], "signals": [ { - "name": "tracker_removed", + "name": "interface_added", "arguments": [ { - "name": "tracker_name", + "name": "interface_name", "type": "StringName" - }, + } + ] + }, + { + "name": "interface_removed", + "arguments": [ { - "name": "type", - "type": "int" + "name": "interface_name", + "type": "StringName" } ] }, @@ -230807,20 +256840,15 @@ ] }, { - "name": "interface_removed", + "name": "tracker_removed", "arguments": [ { - "name": "interface_name", + "name": "tracker_name", "type": "StringName" - } - ] - }, - { - "name": "interface_added", - "arguments": [ + }, { - "name": "interface_name", - "type": "StringName" + "name": "type", + "type": "int" } ] } @@ -230852,6 +256880,10 @@ "name": "TextServerManager", "type": "TextServerManager" }, + { + "name": "NavigationMeshGenerator", + "type": "NavigationMeshGenerator" + }, { "name": "ProjectSettings", "type": "ProjectSettings" @@ -230920,6 +256952,10 @@ "name": "ResourceUID", "type": "ResourceUID" }, + { + "name": "VisualScriptCustomNodes", + "type": "VisualScriptCustomNodes" + }, { "name": "JavaClassWrapper", "type": "JavaClassWrapper" @@ -230928,14 +256964,6 @@ "name": "JavaScript", "type": "JavaScript" }, - { - "name": "NavigationMeshGenerator", - "type": "NavigationMeshGenerator" - }, - { - "name": "VisualScriptCustomNodes", - "type": "VisualScriptCustomNodes" - }, { "name": "DisplayServer", "type": "DisplayServer" @@ -230976,15 +257004,43 @@ "native_structures": [ { "name": "AudioFrame", - "format": "float left,float right" - }, - { - "name": "Glyph", - "format": "int start,int end,uint8_t count,uint8_t repeat,uint16_t flags,float x_off,float y_off,float advance,RID font_rid,int font_size,int32_t index" + "format": "float left;float right" }, { "name": "CaretInfo", - "format": "Rect2 leading_caret,Rect2 trailing_caret,TextServer::Direction leading_direction,TextServer::Direction trailing_direction" + "format": "Rect2 leading_caret;Rect2 trailing_caret;TextServer::Direction leading_direction;TextServer::Direction trailing_direction" + }, + { + "name": "Glyph", + "format": "int start = -1;int end = -1;uint8_t count = 0;uint8_t repeat = 1;uint16_t flags = 0;float x_off = 0.f;float y_off = 0.f;float advance = 0.f;RID font_rid;int font_size = 0;int32_t index = 0" + }, + { + "name": "PhysicsServer3DExtensionMotionCollision", + "format": "Vector3 position;Vector3 normal;Vector3 collider_velocity;real_t depth;int local_shape;ObjectID collider_id;RID collider;int collider_shape" + }, + { + "name": "PhysicsServer3DExtensionMotionResult", + "format": "Vector3 travel;Vector3 remainder;real_t collision_safe_fraction;real_t collision_unsafe_fraction;PhysicsServer3DExtensionMotionCollision collisions[32];int collision_count" + }, + { + "name": "PhysicsServer3DExtensionRayResult", + "format": "Vector3 position;Vector3 normal;RID rid;ObjectID collider_id;Object *collider;int shape" + }, + { + "name": "PhysicsServer3DExtensionShapeRestInfo", + "format": "Vector3 point;Vector3 normal;RID rid;ObjectID collider_id;int shape;Vector3 linear_velocity" + }, + { + "name": "PhysicsServer3DExtensionShapeResult", + "format": "RID rid;ObjectID collider_id;Object *collider;int shape" + }, + { + "name": "PhysicsServer3DExtensionStateCallback", + "format": "void *instance;void (*callback)(void *p_instance, PhysicsDirectBodyState3D *p_state)" + }, + { + "name": "ScriptLanguageExtensionProfilingInfo", + "format": "StringName signature;uint64_t call_count;uint64_t total_time;uint64_t self_time" } ] -} +} \ No newline at end of file diff --git a/godot/gdnative_interface.h b/godot/gdnative_interface.h index 62934d1..287b11b 100644 --- a/godot/gdnative_interface.h +++ b/godot/gdnative_interface.h @@ -114,6 +114,7 @@ typedef enum { GDNATIVE_VARIANT_OP_NEGATE, GDNATIVE_VARIANT_OP_POSITIVE, GDNATIVE_VARIANT_OP_MODULE, + GDNATIVE_VARIANT_OP_POWER, /* bitwise */ GDNATIVE_VARIANT_OP_SHIFT_LEFT, GDNATIVE_VARIANT_OP_SHIFT_RIGHT, @@ -152,7 +153,7 @@ typedef enum { GDNATIVE_CALL_ERROR_TOO_MANY_ARGUMENTS, /* expected is number of arguments */ GDNATIVE_CALL_ERROR_TOO_FEW_ARGUMENTS, /* expected is number of arguments */ GDNATIVE_CALL_ERROR_INSTANCE_IS_NULL, - + GDNATIVE_CALL_ERROR_METHOD_NOT_CONST, /* used for const call */ } GDNativeCallErrorType; typedef struct { @@ -194,6 +195,7 @@ typedef void *GDExtensionClassInstancePtr; typedef GDNativeBool (*GDNativeExtensionClassSet)(GDExtensionClassInstancePtr p_instance, const GDNativeStringNamePtr p_name, const GDNativeVariantPtr p_value); typedef GDNativeBool (*GDNativeExtensionClassGet)(GDExtensionClassInstancePtr p_instance, const GDNativeStringNamePtr p_name, GDNativeVariantPtr r_ret); +typedef uint64_t (*GDNativeExtensionClassGetRID)(GDExtensionClassInstancePtr p_instance); typedef struct { uint32_t type; @@ -204,10 +206,21 @@ typedef struct { uint32_t usage; } GDNativePropertyInfo; +typedef struct { + const char *name; + GDNativePropertyInfo return_value; + uint32_t flags; // From GDNativeExtensionClassMethodFlags + int32_t id; + GDNativePropertyInfo *arguments; + uint32_t argument_count; + GDNativeVariantPtr default_arguments; + uint32_t default_argument_count; +} GDNativeMethodInfo; + typedef const GDNativePropertyInfo *(*GDNativeExtensionClassGetPropertyList)(GDExtensionClassInstancePtr p_instance, uint32_t *r_count); typedef void (*GDNativeExtensionClassFreePropertyList)(GDExtensionClassInstancePtr p_instance, const GDNativePropertyInfo *p_list); typedef void (*GDNativeExtensionClassNotification)(GDExtensionClassInstancePtr p_instance, int32_t p_what); -typedef const char *(*GDNativeExtensionClassToString)(GDExtensionClassInstancePtr p_instance); +typedef void (*GDNativeExtensionClassToString)(GDExtensionClassInstancePtr p_instance, GDNativeStringPtr p_out); typedef void (*GDNativeExtensionClassReference)(GDExtensionClassInstancePtr p_instance); typedef void (*GDNativeExtensionClassUnreference)(GDExtensionClassInstancePtr p_instance); typedef void (*GDNativeExtensionClassCallVirtual)(GDExtensionClassInstancePtr p_instance, const GDNativeTypePtr *p_args, GDNativeTypePtr r_ret); @@ -228,25 +241,21 @@ typedef struct { GDNativeExtensionClassCreateInstance create_instance_func; /* this one is mandatory */ GDNativeExtensionClassFreeInstance free_instance_func; /* this one is mandatory */ GDNativeExtensionClassGetVirtual get_virtual_func; + GDNativeExtensionClassGetRID get_rid_func; void *class_userdata; } GDNativeExtensionClassCreationInfo; typedef void *GDNativeExtensionClassLibraryPtr; -typedef const GDNativePropertyInfo *(*GDNativeExtensionClassGetPropertyList)(GDExtensionClassInstancePtr p_instance, uint32_t *r_count); - /* Method */ typedef enum { GDNATIVE_EXTENSION_METHOD_FLAG_NORMAL = 1, GDNATIVE_EXTENSION_METHOD_FLAG_EDITOR = 2, - GDNATIVE_EXTENSION_METHOD_FLAG_NOSCRIPT = 4, - GDNATIVE_EXTENSION_METHOD_FLAG_CONST = 8, - GDNATIVE_EXTENSION_METHOD_FLAG_REVERSE = 16, /* used for events */ - GDNATIVE_EXTENSION_METHOD_FLAG_VIRTUAL = 32, - GDNATIVE_EXTENSION_METHOD_FLAG_FROM_SCRIPT = 64, - GDNATIVE_EXTENSION_METHOD_FLAG_VARARG = 128, - GDNATIVE_EXTENSION_METHOD_FLAG_STATIC = 256, + GDNATIVE_EXTENSION_METHOD_FLAG_CONST = 4, + GDNATIVE_EXTENSION_METHOD_FLAG_VIRTUAL = 8, + GDNATIVE_EXTENSION_METHOD_FLAG_VARARG = 16, + GDNATIVE_EXTENSION_METHOD_FLAG_STATIC = 32, GDNATIVE_EXTENSION_METHOD_FLAGS_DEFAULT = GDNATIVE_EXTENSION_METHOD_FLAG_NORMAL, } GDNativeExtensionClassMethodFlags; @@ -287,6 +296,79 @@ typedef struct { GDNativeVariantPtr *default_arguments; } GDNativeExtensionClassMethodInfo; +/* SCRIPT INSTANCE EXTENSION */ + +typedef void *GDNativeExtensionScriptInstanceDataPtr; // Pointer to custom ScriptInstance native implementation + +typedef GDNativeBool (*GDNativeExtensionScriptInstanceSet)(GDNativeExtensionScriptInstanceDataPtr p_instance, const GDNativeStringNamePtr p_name, const GDNativeVariantPtr p_value); +typedef GDNativeBool (*GDNativeExtensionScriptInstanceGet)(GDNativeExtensionScriptInstanceDataPtr p_instance, const GDNativeStringNamePtr p_name, GDNativeVariantPtr r_ret); +typedef const GDNativePropertyInfo *(*GDNativeExtensionScriptInstanceGetPropertyList)(GDNativeExtensionScriptInstanceDataPtr p_instance, uint32_t *r_count); +typedef void (*GDNativeExtensionScriptInstanceFreePropertyList)(GDNativeExtensionScriptInstanceDataPtr p_instance, const GDNativePropertyInfo *p_list); +typedef GDNativeVariantType (*GDNativeExtensionScriptInstanceGetPropertyType)(GDNativeExtensionScriptInstanceDataPtr p_instance, const GDNativeStringNamePtr p_name, GDNativeBool *r_is_valid); + +typedef GDNativeObjectPtr (*GDNativeExtensionScriptInstanceGetOwner)(GDNativeExtensionScriptInstanceDataPtr p_instance); +typedef void (*GDNativeExtensionScriptInstancePropertyStateAdd)(const GDNativeStringNamePtr p_name, const GDNativeVariantPtr p_value, void *p_userdata); +typedef void (*GDNativeExtensionScriptInstanceGetPropertyState)(GDNativeExtensionScriptInstanceDataPtr p_instance, GDNativeExtensionScriptInstancePropertyStateAdd p_add_func, void *p_userdata); + +typedef const GDNativeMethodInfo *(*GDNativeExtensionScriptInstanceGetMethodList)(GDNativeExtensionScriptInstanceDataPtr p_instance, uint32_t *r_count); +typedef void (*GDNativeExtensionScriptInstanceFreeMethodList)(GDNativeExtensionScriptInstanceDataPtr p_instance, const GDNativeMethodInfo *p_list); + +typedef GDNativeBool (*GDNativeExtensionScriptInstanceHasMethod)(GDNativeExtensionScriptInstanceDataPtr p_instance, const GDNativeStringNamePtr p_name); + +typedef void (*GDNativeExtensionScriptInstanceCall)(GDNativeExtensionScriptInstanceDataPtr p_self, const GDNativeStringNamePtr p_method, const GDNativeVariantPtr *p_args, const GDNativeInt p_argument_count, GDNativeVariantPtr r_return, GDNativeCallError *r_error); +typedef void (*GDNativeExtensionScriptInstanceNotification)(GDNativeExtensionScriptInstanceDataPtr p_instance, int32_t p_what); +typedef const char *(*GDNativeExtensionScriptInstanceToString)(GDNativeExtensionScriptInstanceDataPtr p_instance, GDNativeBool *r_is_valid); + +typedef void (*GDNativeExtensionScriptInstanceRefCountIncremented)(GDNativeExtensionScriptInstanceDataPtr p_instance); +typedef GDNativeBool (*GDNativeExtensionScriptInstanceRefCountDecremented)(GDNativeExtensionScriptInstanceDataPtr p_instance); + +typedef GDNativeObjectPtr (*GDNativeExtensionScriptInstanceGetScript)(GDNativeExtensionScriptInstanceDataPtr p_instance); +typedef GDNativeBool (*GDNativeExtensionScriptInstanceIsPlaceholder)(GDNativeExtensionScriptInstanceDataPtr p_instance); + +typedef void *GDNativeExtensionScriptLanguagePtr; + +typedef GDNativeExtensionScriptLanguagePtr (*GDNativeExtensionScriptInstanceGetLanguage)(GDNativeExtensionScriptInstanceDataPtr p_instance); + +typedef void (*GDNativeExtensionScriptInstanceFree)(GDNativeExtensionScriptInstanceDataPtr p_instance); + +typedef void *GDNativeScriptInstancePtr; // Pointer to ScriptInstance. + +typedef struct { + GDNativeExtensionScriptInstanceSet set_func; + GDNativeExtensionScriptInstanceGet get_func; + GDNativeExtensionScriptInstanceGetPropertyList get_property_list_func; + GDNativeExtensionScriptInstanceFreePropertyList free_property_list_func; + GDNativeExtensionScriptInstanceGetPropertyType get_property_type_func; + + GDNativeExtensionScriptInstanceGetOwner get_owner_func; + GDNativeExtensionScriptInstanceGetPropertyState get_property_state_func; + + GDNativeExtensionScriptInstanceGetMethodList get_method_list_func; + GDNativeExtensionScriptInstanceFreeMethodList free_method_list_func; + + GDNativeExtensionScriptInstanceHasMethod has_method_func; + + GDNativeExtensionScriptInstanceCall call_func; + GDNativeExtensionScriptInstanceNotification notification_func; + + GDNativeExtensionScriptInstanceToString to_string_func; + + GDNativeExtensionScriptInstanceRefCountIncremented refcount_incremented_func; + GDNativeExtensionScriptInstanceRefCountDecremented refcount_decremented_func; + + GDNativeExtensionScriptInstanceGetScript get_script_func; + + GDNativeExtensionScriptInstanceIsPlaceholder is_placeholder_func; + + GDNativeExtensionScriptInstanceSet set_fallback_func; + GDNativeExtensionScriptInstanceGet get_fallback_func; + + GDNativeExtensionScriptInstanceGetLanguage get_language_func; + + GDNativeExtensionScriptInstanceFree free_func; + +} GDNativeExtensionScriptInstanceInfo; + /* INTERFACE */ typedef struct { @@ -304,6 +386,8 @@ typedef struct { void (*print_warning)(const char *p_description, const char *p_function, const char *p_file, int32_t p_line); void (*print_script_error)(const char *p_description, const char *p_function, const char *p_file, int32_t p_line); + uint64_t (*get_native_struct_size)(const char *p_name); + /* GODOT VARIANT */ /* variant general */ @@ -326,8 +410,11 @@ typedef struct { GDNativeBool (*variant_iter_init)(const GDNativeVariantPtr p_self, GDNativeVariantPtr r_iter, GDNativeBool *r_valid); GDNativeBool (*variant_iter_next)(const GDNativeVariantPtr p_self, GDNativeVariantPtr r_iter, GDNativeBool *r_valid); void (*variant_iter_get)(const GDNativeVariantPtr p_self, GDNativeVariantPtr r_iter, GDNativeVariantPtr r_ret, GDNativeBool *r_valid); + GDNativeInt (*variant_hash)(const GDNativeVariantPtr p_self); + GDNativeInt (*variant_recursive_hash)(const GDNativeVariantPtr p_self, GDNativeInt p_recursion_count); GDNativeBool (*variant_hash_compare)(const GDNativeVariantPtr p_self, const GDNativeVariantPtr p_other); GDNativeBool (*variant_booleanize)(const GDNativeVariantPtr p_self); + void (*variant_sub)(const GDNativeVariantPtr p_a, const GDNativeVariantPtr p_b, GDNativeVariantPtr r_dst); void (*variant_blend)(const GDNativeVariantPtr p_a, const GDNativeVariantPtr p_b, float p_c, GDNativeVariantPtr r_dst); void (*variant_interpolate)(const GDNativeVariantPtr p_a, const GDNativeVariantPtr p_b, float p_c, GDNativeVariantPtr r_dst); void (*variant_duplicate)(const GDNativeVariantPtr p_self, GDNativeVariantPtr r_ret, GDNativeBool p_deep); @@ -437,6 +524,10 @@ typedef struct { GDNativeObjectPtr (*object_get_instance_from_id)(GDObjectInstanceID p_instance_id); GDObjectInstanceID (*object_get_instance_id)(const GDNativeObjectPtr p_object); + /* SCRIPT INSTANCE */ + + GDNativeScriptInstancePtr (*script_instance_create)(const GDNativeExtensionScriptInstanceInfo *p_info, GDNativeExtensionScriptInstanceDataPtr p_instance_data); + /* CLASSDB */ GDNativeObjectPtr (*classdb_construct_object)(const char *p_classname); /* The passed class must be a built-in godot class, or an already-registered extension class. In both case, object_set_instance should be called to fully initialize the object. */ GDNativeMethodBindPtr (*classdb_get_method_bind)(const char *p_classname, const char *p_methodname, GDNativeInt p_hash); @@ -446,12 +537,15 @@ typedef struct { void (*classdb_register_extension_class)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const char *p_parent_class_name, const GDNativeExtensionClassCreationInfo *p_extension_funcs); void (*classdb_register_extension_class_method)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const GDNativeExtensionClassMethodInfo *p_method_info); - void (*classdb_register_extension_class_integer_constant)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const char *p_enum_name, const char *p_constant_name, GDNativeInt p_constant_value); + void (*classdb_register_extension_class_integer_constant)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const char *p_enum_name, const char *p_constant_name, GDNativeInt p_constant_value, bool p_is_bitfield); void (*classdb_register_extension_class_property)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const GDNativePropertyInfo *p_info, const char *p_setter, const char *p_getter); void (*classdb_register_extension_class_property_group)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const char *p_group_name, const char *p_prefix); void (*classdb_register_extension_class_property_subgroup)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const char *p_subgroup_name, const char *p_prefix); void (*classdb_register_extension_class_signal)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name, const char *p_signal_name, const GDNativePropertyInfo *p_argument_info, GDNativeInt p_argument_count); void (*classdb_unregister_extension_class)(const GDNativeExtensionClassLibraryPtr p_library, const char *p_class_name); /* Unregistering a parent class before a class that inherits it will result in failure. Inheritors must be unregistered first. */ + + void (*get_library_path)(const GDNativeExtensionClassLibraryPtr p_library, GDNativeStringPtr r_path); + } GDNativeInterface; /* INITIALIZATION */ @@ -460,7 +554,6 @@ typedef enum { GDNATIVE_INITIALIZATION_CORE, GDNATIVE_INITIALIZATION_SERVERS, GDNATIVE_INITIALIZATION_SCENE, - GDNATIVE_INITIALIZATION_DRIVER, GDNATIVE_INITIALIZATION_EDITOR, GDNATIVE_MAX_INITIALIZATION_LEVEL, } GDNativeInitializationLevel;