{ "BUILTIN": { "0x4EDE34FBADD967A6": { "name": "WAIT", "comment": "", "params": [ { "type": "int", "name": "ms" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4EDE34FBADD967A6", "gta_jhash": "0x7715C03B" }, "0x83666F9FB8FEBD4B": { "name": "TIMERA", "comment": "Counts up. Every 1000 is 1 real-time second. Use SETTIMERA(int value) to set the timer (e.g.: SETTIMERA(0)).", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x83666F9FB8FEBD4B", "gta_jhash": "0x45C8C188" }, "0xC9D9444186B5A374": { "name": "TIMERB", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xC9D9444186B5A374", "gta_jhash": "0x330A9C0C" }, "0xC1B1E9A034A63A62": { "name": "SETTIMERA", "comment": "", "params": [ { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC1B1E9A034A63A62", "gta_jhash": "0x35785333" }, "0x5AE11BC36633DE4E": { "name": "SETTIMERB", "comment": "", "params": [ { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5AE11BC36633DE4E", "gta_jhash": "0x27C1B7C6" }, "0x0000000050597EE2": { "name": "TIMESTEP", "comment": "Gets the current frame time.", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x0000000050597EE2", "gta_jhash": "0x50597EE2" }, "0x0BADBFA3B172435F": { "name": "SIN", "comment": "", "params": [ { "type": "float", "name": "value" } ], "return_type": "float", "build": "1207", "gta_hash": "0x0BADBFA3B172435F", "gta_jhash": "0xBF987F58" }, "0xD0FFB162F40A139C": { "name": "COS", "comment": "", "params": [ { "type": "float", "name": "value" } ], "return_type": "float", "build": "1207", "gta_hash": "0xD0FFB162F40A139C", "gta_jhash": "0x00238FE9" }, "0x71D93B57D07F9804": { "name": "SQRT", "comment": "", "params": [ { "type": "float", "name": "value" } ], "return_type": "float", "build": "1207", "gta_hash": "0x71D93B57D07F9804", "gta_jhash": "0x145C7701" }, "0xE3621CC40F31FE2E": { "name": "POW", "comment": "", "params": [ { "type": "float", "name": "base" }, { "type": "float", "name": "exponent" } ], "return_type": "float", "build": "1207", "gta_hash": "0xE3621CC40F31FE2E", "gta_jhash": "0x85D134F8" }, "0xE816E655DE37FE20": { "name": "LOG10", "comment": "Old name: _LOG10", "params": [ { "type": "float", "name": "value" } ], "return_type": "float", "build": "1232", "gta_hash": "0xE816E655DE37FE20", "gta_jhash": "" }, "0x652D2EEEF1D3E62C": { "name": "VMAG", "comment": "Calculates the magnitude of a vector.", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "float", "build": "1207", "gta_hash": "0x652D2EEEF1D3E62C", "gta_jhash": "0x1FCF1ECD" }, "0xA8CEACB4F35AE058": { "name": "VMAG2", "comment": "Calculates the magnitude of a vector but does not perform Sqrt operations. (Its way faster)", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "float", "build": "1207", "gta_hash": "0xA8CEACB4F35AE058", "gta_jhash": "0xE796E629" }, "0x2A488C176D52CCA5": { "name": "VDIST", "comment": "Calculates distance between vectors.\nThe value returned will be in meters.", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" } ], "return_type": "float", "build": "1207", "gta_hash": "0x2A488C176D52CCA5", "gta_jhash": "0x3C08ECB7" }, "0xB7A628320EFF8E47": { "name": "VDIST2", "comment": "Calculates distance between vectors but does not perform Sqrt operations. (Its way faster)\nThe value returned will be in RAGE units.", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" } ], "return_type": "float", "build": "1207", "gta_hash": "0xB7A628320EFF8E47", "gta_jhash": "0xC85DEF1F" }, "0xEDD95A39E5544DE8": { "name": "SHIFT_LEFT", "comment": "", "params": [ { "type": "int", "name": "value" }, { "type": "int", "name": "bitShift" } ], "return_type": "int", "build": "1207", "gta_hash": "0xEDD95A39E5544DE8", "gta_jhash": "0x314CC6CD" }, "0x97EF1E5BCE9DC075": { "name": "SHIFT_RIGHT", "comment": "", "params": [ { "type": "int", "name": "value" }, { "type": "int", "name": "bitShift" } ], "return_type": "int", "build": "1207", "gta_hash": "0x97EF1E5BCE9DC075", "gta_jhash": "0x352633CA" }, "0xF34EE736CF047844": { "name": "FLOOR", "comment": "Rounds a float value down to the next whole number", "params": [ { "type": "float", "name": "value" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF34EE736CF047844", "gta_jhash": "0x32E9BE04" }, "0x11E019C8F43ACC8A": { "name": "CEIL", "comment": "Rounds a float value up to the next whole number", "params": [ { "type": "float", "name": "value" } ], "return_type": "int", "build": "1207", "gta_hash": "0x11E019C8F43ACC8A", "gta_jhash": "0xD536A1DF" }, "0xF2DB717A73826179": { "name": "ROUND", "comment": "", "params": [ { "type": "float", "name": "value" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF2DB717A73826179", "gta_jhash": "0x323B0E24" }, "0xBBDA792448DB5A89": { "name": "TO_FLOAT", "comment": "", "params": [ { "type": "int", "name": "value" } ], "return_type": "float", "build": "1207", "gta_hash": "0xBBDA792448DB5A89", "gta_jhash": "0x67116627" }, "0x42B65DEEF2EDF2A1": { "name": "SET_THIS_THREAD_PRIORITY", "comment": "THREAD_PRIO_HIGHEST = 0\nTHREAD_PRIO_NORMAL = 1\nTHREAD_PRIO_LOWEST = 2\nTHREAD_PRIO_MANUAL_UPDATE = 100", "params": [ { "type": "int", "name": "priority" } ], "return_type": "void", "build": "1207", "gta_hash": "0x42B65DEEF2EDF2A1", "gta_jhash": "" } }, "AICOVERPOINT": { "0x53E4D0C079CA6855": { "name": "_0x53E4D0C079CA6855", "comment": "", "params": [ { "type": "ScrHandle", "name": "handle" } ], "return_type": "Entity", "build": "1207" }, "0xC276FE69DDA22BAD": { "name": "_DOES_COVER_POINT_EXIST", "comment": "", "params": [ { "type": "ScrHandle", "name": "handle" } ], "return_type": "BOOL", "build": "1207" }, "0x5F5B1B7E8E8F94C6": { "name": "_GET_COVER_POINT_STATE_FROM_PED", "comment": "1 = In cover while crouched\n2 = In cover while standing\n3 = Not in cover", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x4972A022AE6DAFA1": { "name": "TASK_ENTER_COVER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x2BC4A6D92D140112": { "name": "TASK_EXIT_COVER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x957D7E750216D74B": { "name": "_0x957D7E750216D74B", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x89783FDDF079C88D": { "name": "_TASK_AI_SEEK_COVER_TO_COVER_POINT", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x64340DC208D671D5": { "name": "_0x64340DC208D671D5", "comment": "coverLayer: see levels_0/levels/rdr3/coverlayers", "params": [ { "type": "const char*", "name": "coverLayer" } ], "return_type": "void", "build": "1207" }, "0x7A1FDCF35EAA140F": { "name": "_0x7A1FDCF35EAA140F", "comment": "coverLayer: see levels_0/levels/rdr3/coverlayers", "params": [ { "type": "const char*", "name": "coverLayer" } ], "return_type": "void", "build": "1207" }, "0x2A31D13C5F021D0D": { "name": "_REQUEST_FLINCH_COVER_ANIM", "comment": "Makes ped flinch (if in cover) like they have been shot at", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x3C7A9C2C953128FE": { "name": "_0x3C7A9C2C953128FE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xEBA51A294C73292E": { "name": "_0xEBA51A294C73292E", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x140B3CB1D424A945": { "name": "_0x140B3CB1D424A945", "comment": "weaponHash can also be -1", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "void", "build": "1207" }, "0x8CBE916CFC64AD5C": { "name": "_ARE_LOAD_COVER_ANIMS_LOADED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x1A7A802B2301EDC0": { "name": "_STOP_RUNNING_COVER_ANIMS", "comment": "Stops running cover anims and releases them\n_STOP_RENDERING_* - _STOP_SCRIPTED*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x733077295AB51304": { "name": "_0x733077295AB51304", "comment": "args: f_0 = Volume Handle, f_2 = integer (-1, 32 used in R* Scripts)", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x975BD6351648935F": { "name": "_ADD_SCRIPTED_COVER_POINT", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "ScrHandle", "build": "1207" } }, "AITRANSPORT": { "0xAEE3ADD08829CB6F": { "name": "TASK_ENTER_TRANSPORT", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0xC273A5B8488F7838": { "name": "TASK_EXIT_TRANSPORT", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0xE588B5A8A005CB5E": { "name": "SET_PED_ON_TRANSPORT_SEAT", "comment": "seat: see CREATE_PED_INSIDE_VEHICLE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "seat" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x8886D83A430537FD": { "name": "SET_PED_OFF_TRANSPORT_SEAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0xBA8818212633500A": { "name": "SET_TRANSPORT_CONFIG_FLAG", "comment": "flagId:\nenum eTransportConfigFlags\n{\n\tTCF_NotConsideredForEntryByLocalPlayer,\n\tTCF_0xB78D6624,\n\tTCF_0xA9700425,\n\tTCF_0x8D7E4641,\n\tTCF_0xF24BAA1F,\n\tTCF_0x63B77935,\n\tTCF_NotConsideredForEntryByAllPlayers,\n\tTCF_0xD17A2AFD,\n\tTCF_0xD4E4FDD5,\n\tTCF_0x8227C929,\n\tTCF_0x812C1070,\n\tTCF_0x0E1AB26F,\n\tTCF_0xBF4EC863,\n\tTCF_0x75660C36,\n\tTCF_0xA2539E20,\n\tTCF_0x9162C633,\n\tTCF_DisableHonorModifiers,\n\tTCF_0xF9E71CB6,\n\tTCF_0x933ECD3F,\n\tTCF_0x18513A34\n};\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/TRANSPORT_CONFIG_FLAGS", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xF382C92CCC1CCDBC": { "name": "GET_TRANSPORT_CONFIG_FLAG", "comment": "flagId: see SET_TRANSPORT_CONFIG_FLAG", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0xE195C5A82156321D": { "name": "_GET_TRANSPORT_USAGE_FLAGS", "comment": "See _SET_TRANSPORT_USAGE_FLAGS", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int*", "name": "flags" } ], "return_type": "Any", "build": "1207" }, "0xE2487779957FE897": { "name": "_SET_TRANSPORT_USAGE_FLAGS", "comment": "enum eTransportUsageFlags\n{\n\tTUF_INVALID = 0,\n\tTUF_ALLOW_DRIVER_ME = (1 << 0),\n\tTUF_ALLOW_DRIVER_GANG = (1 << 1),\n\tTUF_ALLOW_DRIVER_CREW = (1 << 2),\n\tTUF_ALLOW_DRIVER_FRIENDS = (1 << 3),\n\tTUF_ALLOW_DRIVER_ANYONE = (1 << 4),\n\tTUF_ALLOW_PASSENGER_ME = (1 << 5),\n\tTUF_ALLOW_PASSENGER_GANG = (1 << 6),\n\tTUF_ALLOW_PASSENGER_CREW = (1 << 7),\n\tTUF_ALLOW_PASSENGER_FRIENDS = (1 << 8),\n\tTUF_ALLOW_PASSENGER_ANYONE = (1 << 9),\n\tTUF_ALLOW_ACCESS_AI = (1 << 10)\n};", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0xDD0660C997DE94FD": { "name": "SET_TRANSPORT_ACCESSIBLE_SEAT_FLAGS", "comment": "", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x4B6C9A43F7D9109B": { "name": "_0x4B6C9A43F7D9109B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x159EF5B6EDCE00E8": { "name": "_IS_PED_ON_TRANSPORT_ENTITY", "comment": "Checks if ped is placed on target transportEntity", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "transportEntity" } ], "return_type": "BOOL", "build": "1207" }, "0xDC44F405A6B98D03": { "name": "_IS_PED_ON_TRANSPORT_SEAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x2E2E06023D07631E": { "name": "_IS_TRANSPORT_SEAT_OCCUPIED", "comment": "", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "seatIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x43FF27FC1829C202": { "name": "_IS_TRANSPORT_SEAT_FREE", "comment": "Called together with IS_VEHICLE_SEAT_FREE", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "seatIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xFFEC4B0A1A3ED515": { "name": "_GET_PED_IN_TRANSPORT_SEAT", "comment": "seatIndex: see CREATE_PED_INSIDE_VEHICLE", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "seatIndex" } ], "return_type": "Ped", "build": "1207" }, "0x619E63980BFC0096": { "name": "IS_PED_ENTERING_TRANSPORT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "transportEntity" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x660639BC60157048": { "name": "IS_PED_EXITING_TRANSPORT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "transportEntity" } ], "return_type": "BOOL", "build": "1207" }, "0x4248AB2EEB3C75AD": { "name": "_0x4248AB2EEB3C75AD", "comment": "_SET_TRANSPORT_*", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB7079F4C72896756": { "name": "_SET_PED_USE_TRANSPORT_SEAT_PREFERENCE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "preferenceSlot" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "seatIndex" } ], "return_type": "void", "build": "1207" }, "0x5639FBEA922788DA": { "name": "_0x5639FBEA922788DA", "comment": "_CLEAR_A*", "params": [ { "type": "Entity", "name": "transportEntity" } ], "return_type": "void", "build": "1207" }, "0x67F7CEAC2391E114": { "name": "_SET_AI_CAN_USE_TRANSPORT", "comment": "", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "BOOL", "name": "state" } ], "return_type": "void", "build": "1207" }, "0x8C8371EDFAF014A0": { "name": "_0x8C8371EDFAF014A0", "comment": "_SET_TRANSPORT_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF8C20282B237E3F7": { "name": "_0xF8C20282B237E3F7", "comment": "_SET_TRANSPORT_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x13F138225C202F66": { "name": "_SET_TRANSPORT_PRIORITY_SEAT", "comment": "", "params": [ { "type": "Entity", "name": "transportEntity" }, { "type": "int", "name": "seatIndex" } ], "return_type": "void", "build": "1207" } }, "ANIMSCENE": { "0x1FCA98E33C1437B3": { "name": "_CREATE_ANIM_SCENE", "comment": "flags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eAnimSceneFlag", "params": [ { "type": "const char*", "name": "animDict" }, { "type": "int", "name": "flags" }, { "type": "const char*", "name": "playbackListName" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "AnimScene", "build": "1207" }, "0x84EEDB2C6E650000": { "name": "_DELETE_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0x4B85B3CF9197AEDF": { "name": "TRIGGER_ANIM_SCENE_SKIP", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0x4B85B3CF91972222": { "name": "_0x4B85B3CF91972222", "comment": "Used in Script Function CUTSCENE_MANAGE_SKIP\n_CHECK_* (?)", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x8A8208AE92BF87A5": { "name": "_CLEAR_ANIM_SCENE_WAS_SKIPPED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0x25557E324489393C": { "name": "DOES_ANIM_SCENE_EXIST", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x6F1F0B17109309DA": { "name": "_DOES_ENTITY_WITH_ID_EXIST_IN_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityId" } ], "return_type": "BOOL", "build": "1207" }, "0x9D1ECA9337BE9FC3": { "name": "_DOES_ANIM_SCENE_OWNERSHIP_OF_ENTITY_EXIST", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" } ], "return_type": "BOOL", "build": "1207" }, "0xAF068580194D9DC7": { "name": "LOAD_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0x477122B8D05E7968": { "name": "IS_ANIM_SCENE_LOADED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x59606519FF9D3EC2": { "name": "_IS_ANIM_SCENE_LOADING", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xF8D1D2DAB6007EEF": { "name": "_IS_ANIM_SCENE_METADATA_ASSET_IN_RANGE_LOADING", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x95531A4A20CCE7BC": { "name": "IS_ANIM_SCENE_METADATA_LOADED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x9E036D5204FFBBC8": { "name": "_GET_ANIM_SCENE_PLAYBACK_LIST_PHASE_AUDIO_LOAD_STRESS", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "phaseName" } ], "return_type": "int", "build": "1207" }, "0xF4D94AF761768700": { "name": "START_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0x8FDF221F13537936": { "name": "RESET_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "playbackListName" } ], "return_type": "void", "build": "1207" }, "0x718CF1328D20C2B3": { "name": "ABORT_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8E1BA705F63C1925": { "name": "RESUME_ANIM_SCENE_FROM_LAST_CHECKPOINT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0xCBFC7725DE6CE2E0": { "name": "IS_ANIM_SCENE_RUNNING", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xD8254CB2C586412B": { "name": "IS_ANIM_SCENE_FINISHED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xCDC5512A407CF08D": { "name": "IS_ANIM_SCENE_EXITING_THIS_FRAME", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0xF94692EB9DC15D74": { "name": "HAS_ANIM_SCENE_EXITED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x73616E64696C132E": { "name": "_0x73616E64696C132E", "comment": "Used in SP R* Scripts only\n_CO* - _CR*", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x8D81E7824B7753F7": { "name": "IS_ANIM_SCENE_IN_SECTION", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "sectionName" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x4CDFFE3189EBDBD0": { "name": "_IS_ANIM_SCENE_SKIPPABLE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x34A0671BE613D3D0": { "name": "_IS_ANIM_SCENE_ABORTED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0xD70C7A30412F8FA0": { "name": "_0xD70C7A30412F8FA0", "comment": "Used in SP R* Scripts only\n_IS_ANIM_SCENE_*", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x9AAE3C1148A09BCA": { "name": "_0x9AAE3C1148A09BCA", "comment": "Used in SP R* Scripts only\n_IS_ANIM_SCENE_*", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0xA96619FE85159ED2": { "name": "_0xA96619FE85159ED2", "comment": "Used in SP R* Scripts only\n_WAS_ANIM_SCENE_*", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0xA41351EA2A18A0AD": { "name": "FADE_ANIM_SCENE_AUDIO_IN", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x323E3AD772BA5D57": { "name": "FADE_ANIM_SCENE_AUDIO_OUT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1B70811D3BF75DB9": { "name": "BLOCK_ANIM_SCENE_FADING_NEXT_FRAME", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x020894BF17A02EF2": { "name": "SET_ANIM_SCENE_ORIGIN", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "int", "name": "order" } ], "return_type": "void", "build": "1207" }, "0xADF1D53F3B1FE0A7": { "name": "GET_ANIM_SCENE_ORIGIN", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "Vector3*", "name": "position" }, { "type": "Vector3*", "name": "rotation" }, { "type": "int", "name": "order" } ], "return_type": "void", "build": "1207" }, "0xD6824B7D24DC0CE0": { "name": "SET_ANIM_SCENE_PAUSED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x4B4038796F0D6566": { "name": "_IS_ANIM_SCENE_PAUSED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x75820B801CFF262A": { "name": "SET_ANIM_SCENE_RATE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "float", "name": "rate" } ], "return_type": "void", "build": "1207" }, "0x43C21623E42B821B": { "name": "_GET_ANIM_SCENE_RATE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "float", "build": "1207" }, "0x3FBC3F51BF12DFBF": { "name": "GET_ANIM_SCENE_PHASE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "float", "build": "1207" }, "0x61BE7D6186260002": { "name": "_GET_ANIM_SCENE_TIME", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "float", "build": "1207" }, "0x49F1D143ADE32656": { "name": "_GET_ANIM_SCENE_DURATION", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "float", "build": "1207" }, "0x8B720AD451CA2AB3": { "name": "SET_ANIM_SCENE_ENTITY", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x2BF96692C67F3E53": { "name": "REMOVE_ANIM_SCENE_ENTITY", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x005E6F28DD7ED58D": { "name": "IS_ENTITY_EXITING_ANIM_SCENE_THIS_FRAME", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" } ], "return_type": "BOOL", "build": "1207" }, "0x73616E64696C616E": { "name": "COULD_ANIM_SCENE_ENTITY_REACH_EXIT_NEXT_FRAME", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xB89FCFF19DAFFF28": { "name": "HAS_ENTITY_EXITED_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" } ], "return_type": "BOOL", "build": "1207" }, "0x337F1CC8EE895601": { "name": "_HAS_ENTITY_ENTERED_ANIM_SCENE", "comment": "_HAS_L* (?)", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" } ], "return_type": "BOOL", "build": "1207" }, "0xE5822422197BBBA3": { "name": "_GET_ANIM_SCENE_PED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "isNetwork" } ], "return_type": "Ped", "build": "1207" }, "0xFB5674687A1B2814": { "name": "_GET_ANIM_SCENE_OBJECT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "isNetwork" } ], "return_type": "Object", "build": "1207" }, "0x430EE0A19BC5A287": { "name": "_GET_ANIM_SCENE_VEHICLE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "isNetwork" } ], "return_type": "Vehicle", "build": "1207" }, "0x519E96C2C68B404B": { "name": "SET_ANIM_SCENE_BOOL", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "value" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x07A6F6447ECA9B64": { "name": "GET_ANIM_SCENE_BOOL", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0x6BC5104E68CBEFE8": { "name": "SET_ANIM_SCENE_FLOAT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" }, { "type": "float", "name": "value" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xCC24CB07F60B496E": { "name": "GET_ANIM_SCENE_FLOAT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" } ], "return_type": "float", "build": "1207" }, "0x3A379D2166CF5B92": { "name": "SET_ANIM_SCENE_INT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" }, { "type": "int", "name": "value" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x2B7277484CC095FD": { "name": "GET_ANIM_SCENE_INT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "name" } ], "return_type": "int", "build": "1207" }, "0x8398438D8F14F56D": { "name": "GET_ANIM_SCENE_ENTITY_LOCATION_DATA", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" }, { "type": "Vector3*", "name": "matrix" }, { "type": "BOOL", "name": "p3" }, { "type": "const char*", "name": "playbackListName" }, { "type": "int", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0x3AB6C7B0BB0DF4B1": { "name": "IS_ENTITY_PLAYING_ANIM_SCENE", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0xDC418495DBA327A1": { "name": "ATTACH_ANIM_SCENE_TO_ENTITY", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1C0B105C3F30B88D": { "name": "ATTACH_ANIM_SCENE_TO_ENTITY_PRESERVING_LOCATION", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6843A1AA3A336DFF": { "name": "DETACH_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0xA2507C4948C83D2E": { "name": "DETACH_ANIM_SCENE_PRESERVING_LOCATION", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0xF7A4C571E572D237": { "name": "TAKE_OWNERSHIP_OF_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "void", "build": "1207" }, "0x661B8683611B9B97": { "name": "CHECK_OWNERSHIP_OF_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0xAB5E7CAB074D6B84": { "name": "SET_ANIM_SCENE_PLAYBACK_LIST", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "playbackListName" } ], "return_type": "void", "build": "1207" }, "0x1C5D33A4293E6DDE": { "name": "_0x1C5D33A4293E6DDE", "comment": "Used in SP R* Scripts only\n_IS_ANIM_SCENE_P*", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "phaseName" } ], "return_type": "BOOL", "build": "1207" }, "0xA9016536015DE29D": { "name": "_DOES_ANIM_SCENE_PLAY_LIST_EXIST", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "playbackListName" } ], "return_type": "BOOL", "build": "1207" }, "0x15598CFB25F3DC7E": { "name": "SET_ANIM_SCENE_PLAY_LIST", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "playlistName" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1F0E401031E20146": { "name": "_IS_ANIM_SCENE_PLAYBACK_LIST_PHASE_ACTIVE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "phaseName" } ], "return_type": "BOOL", "build": "1207" }, "0xDF7B5144E25CD3FE": { "name": "REQUEST_ANIM_SCENE_PLAY_LIST", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "playlistName" } ], "return_type": "BOOL", "build": "1207" }, "0xAE6ADA8FE7E84ACC": { "name": "_RELEASE_ANIM_SCENE_PLAY_LIST", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "playlistName" } ], "return_type": "BOOL", "build": "1207" }, "0xAE5ADA4FE3E21ADC": { "name": "_GET_ANIM_SCENE_DICT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "Hash", "build": "1207" }, "0x1407F5115FB9583E": { "name": "_0x1407F5115FB9583E", "comment": "Used in SP R* Scripts only\nParams: p1 = 2B-LowHonor, 2A-HighHonor", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x23E33CB9F4A3F547": { "name": "_IS_ANIM_SCENE_PLAYBACK_LIST_PHASE_LOADED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "phaseName" } ], "return_type": "BOOL", "build": "1207" }, "0x0DF57F86FE71DBE5": { "name": "_IS_ANIM_SCENE_PLAYBACK_LIST_PHASE_LOADING", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "phaseName" } ], "return_type": "BOOL", "build": "1207" }, "0x1AD896BF43619551": { "name": "_0x1AD896BF43619551", "comment": "Used in braithwaites2 SP R* Scripts only\n_A*", "params": [], "return_type": "void", "build": "1207" }, "0x4822A65D5AF64E69": { "name": "GET_ANIM_SCENE_CURRENT_ACTIVE_CAMERA_COUNT", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "int", "build": "1207" }, "0x5D7BFDA2290B4E39": { "name": "_0x5D7BFDA2290B4E39", "comment": "Used in SP R* Scripts only\n_IS_ANIM_SCENE_R* - _IS_ANIM_SCENE_S*", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xFDFC14799373283F": { "name": "_IS_MGM_SYSTEM_LOADED", "comment": "MGM stands for MiniGameMoments.", "params": [ { "type": "const char*", "name": "mgmFilename" } ], "return_type": "BOOL", "build": "1207" }, "0xB727A847862CB00A": { "name": "_LOAD_MGM_ASSETS", "comment": "Used to request MiniGameMoments Assets.\n\nmgmFilename's:\nPoker\nPokerArthur\nPokerArthurCamp\nPokerJohn\nPokerJohnCamp", "params": [ { "type": "const char*", "name": "mgmFilename" } ], "return_type": "BOOL", "build": "1207" }, "0xA1300DE03E5D1973": { "name": "_CREATE_MGM_SYSTEM", "comment": "Returns mgmHandle", "params": [ { "type": "const char*", "name": "mgmFilename" } ], "return_type": "int", "build": "1207" }, "0x53CB3970BA02E3CC": { "name": "_DELETE_MGM_SYSTEM", "comment": "", "params": [ { "type": "int", "name": "mgmHandle" } ], "return_type": "void", "build": "1207" }, "0xB1A196BAFE650402": { "name": "_0xB1A196BAFE650402", "comment": "_PREPARE_* - _REGISTER_*", "params": [ { "type": "int", "name": "mgmHandle" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xAE6DE22DE0ED4554": { "name": "_0xAE6DE22DE0ED4554", "comment": "_UNLOAD_* - _WAS_ANIM_SCENE_*", "params": [ { "type": "int", "name": "mgmHandle" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x61B2AAEF645DDAF0": { "name": "_0x61B2AAEF645DDAF0", "comment": "Only used in tg_p R* Script\nReturns true when mgm event success\n_PREPARE_* - _REGISTER_*", "params": [ { "type": "int", "name": "mgmEventHandle" }, { "type": "const char*", "name": "p1" }, { "type": "int", "name": "seatId" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0x07706C4CC9C6CC9E": { "name": "_SET_MGM_EVENT", "comment": "", "params": [ { "type": "int", "name": "mgmEventHandle" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "seatId" }, { "type": "int", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x3641FCD53E59B335": { "name": "_0x3641FCD53E59B335", "comment": "p2: MINIGAME_GET_SECONDARY_VOICE_STRING\n_SET_*", "params": [ { "type": "int", "name": "mgmHandle" }, { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "secondaryVoiceString" } ], "return_type": "void", "build": "1207" }, "0x99B2A2E3655DEAF1": { "name": "_SET_BREAKOUT_ARCHETYPE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "archetype" } ], "return_type": "void", "build": "1207" }, "0xBC781D24AA11F179": { "name": "_CLEAR_BREAKOUT_ARCHETYPE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x3B393716C3FD8237": { "name": "_0x3B393716C3FD8237", "comment": "Used in SP R* Scripts only\n_IS_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xE12D7B4B959644CD": { "name": "_0xE12D7B4B959644CD", "comment": "Used in SP R* Scripts only\n_SET_B* - _SET_C*", "params": [], "return_type": "void", "build": "1207" }, "0xC1193521E3B9FADD": { "name": "_0xC1193521E3B9FADD", "comment": "Used in SP R* Scripts only\n_RESUME_* - _SET_A*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7C709C01D43D94CD": { "name": "_REQUEST_PHOTO_MODE_FREEZE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x41AFA5F228B0B6B0": { "name": "_REQUEST_PHOTO_MODE_DEFREEZE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x2DB524750DC41ED4": { "name": "_0x2DB524750DC41ED4", "comment": "Used in SP R* Scripts only\n_IS_PED_* - _IS_SC*", "params": [], "return_type": "BOOL", "build": "1207" }, "0xEA41D44A8D42057B": { "name": "_0xEA41D44A8D42057B", "comment": "Used in SP R* Scripts only\n_PAUSE_* - _PLAY_*", "params": [], "return_type": "BOOL", "build": "1207" }, "0x37C1257849DEF24A": { "name": "_PAUSE_SCRIPT_THREADS", "comment": "Pauses all script threads except the one that called it.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xCDCD7B2D49AEE73A": { "name": "_0xCDCD7B2D49AEE73A", "comment": "Used in SP R* Scripts only\n_SET_P*", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xEF324E9550A394D5": { "name": "WAS_ANIM_SCENE_SKIPPED", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" } }, "_NAMESPACE4": { "0xC31C44C43B48FDE3": { "name": "_REPORT_PLAYER_BAD_SPORT_BEHAVIOR", "comment": "nullsub, doesn't do anything\nhowever it is being used in tty scripts: [NET_BAD_SPORT_REPORT_PLAYER] Detected bad sport behavior from Player\nbadSportBehavior: BS_QUITTER = 0, BS_VEHICLE_DESTRUCTION = 1, BS_VOTED_OUT = 2", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "int", "name": "badSportBehaviorType" } ], "return_type": "void", "build": "1207" } }, "ATTRIBUTE": { "0x5DA12E025D47D4E5": { "name": "SET_ATTRIBUTE_BASE_RANK", "comment": "attributeIndex:\nenum ePedAttribute\n{\n\tPA_HEALTH,\n\tPA_STAMINA,\n\tPA_SPECIALABILITY,\n\tPA_COURAGE,\n\tPA_AGILITY,\n\tPA_SPEED,\n\tPA_ACCELERATION,\n\tPA_BONDING,\n\tSA_HUNGER,\n\tSA_FATIGUED,\n\tSA_INEBRIATED,\n\tSA_POISONED,\n\tSA_BODYHEAT,\n\tSA_BODYWEIGHT,\n\tSA_OVERFED,\n\tSA_SICKNESS,\n\tSA_DIRTINESS,\n\tSA_DIRTINESSHAT,\n\tMTR_STRENGTH,\n\tMTR_GRIT,\n\tMTR_INSTINCT,\n\tPA_UNRULINESS,\n\tSA_DIRTINESSSKIN\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" }, { "type": "int", "name": "newValue" } ], "return_type": "void", "build": "1207" }, "0xA4C8E23E29040DE0": { "name": "GET_ATTRIBUTE_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "int", "build": "1207" }, "0x147149F2E909323C": { "name": "GET_ATTRIBUTE_BASE_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "int", "build": "1207" }, "0x0EFA71F4B4330E04": { "name": "GET_ATTRIBUTE_BONUS_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "coreIndex" } ], "return_type": "int", "build": "1207" }, "0x704674A0535A471D": { "name": "GET_MAX_ATTRIBUTE_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "int", "build": "1207" }, "0x920F9488BD115EFB": { "name": "SET_ATTRIBUTE_BONUS_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" }, { "type": "int", "name": "newValue" } ], "return_type": "void", "build": "1207" }, "0x958DD43D41F89A47": { "name": "GET_DEFAULT_ATTRIBUTE_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "int", "build": "1207" }, "0x7C059C55AD940CB4": { "name": "GET_DEFAULT_MAX_ATTRIBUTE_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "int", "build": "1207" }, "0x75415EE0CB583760": { "name": "ADD_ATTRIBUTE_POINTS", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x09A59688C26D88DF": { "name": "SET_ATTRIBUTE_POINTS", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x219DA04BAA9CB065": { "name": "GET_ATTRIBUTE_POINTS", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "int", "build": "1207" }, "0x223BF310F854871C": { "name": "GET_MAX_ATTRIBUTE_POINTS", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "int", "build": "1207" }, "0xC6258F41D86676E0": { "name": "_SET_ATTRIBUTE_CORE_VALUE", "comment": "coreIndex:\nenum eAttributeCore\n{\n\tATTRIBUTE_CORE_HEALTH,\n\tATTRIBUTE_CORE_STAMINA,\n\tATTRIBUTE_CORE_DEADEYE\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "coreIndex" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x36731AC041289BB1": { "name": "_GET_ATTRIBUTE_CORE_VALUE", "comment": "Gets the ped's core value on a scale of 0 to 100.\ncoreIndex: see _SET_ATTRIBUTE_CORE_VALUE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "coreIndex" } ], "return_type": "int", "build": "1207" }, "0x94A7F191DB49A44D": { "name": "GET_DEFAULT_ATTRIBUTE_POINTS_NEEDED_FOR_RANK", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "attributeIndex" }, { "type": "int", "name": "rank" } ], "return_type": "int", "build": "1207" }, "0xF6A7C08DF2E28B28": { "name": "ENABLE_ATTRIBUTE_OVERPOWER", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK\n\nOld name: _SET_ATTRIBUTE_OVERPOWER_VALUE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" }, { "type": "float", "name": "value" }, { "type": "BOOL", "name": "makeSound" } ], "return_type": "void", "build": "1207" }, "0x4AF5A4C7B9157D14": { "name": "_ENABLE_ATTRIBUTE_CORE_OVERPOWER", "comment": "coreIndex: see _SET_ATTRIBUTE_CORE_VALUE\n\nPreviously incorrectly named ENABLE_ATTRIBUTE_OVERPOWER", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "coreIndex" }, { "type": "float", "name": "value" }, { "type": "BOOL", "name": "makeSound" } ], "return_type": "void", "build": "1207" }, "0xF8DAC3D85636C241": { "name": "DISABLE_ATTRIBUTE_OVERPOWER", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "void", "build": "1207" }, "0x103C2F885ABEB00B": { "name": "_IS_ATTRIBUTE_OVERPOWERED", "comment": "attributeIndex: see SET_ATTRIBUTE_BASE_RANK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x200373A8DF081F22": { "name": "_IS_ATTRIBUTE_CORE_OVERPOWERED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "coreIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x4C9F782180712742": { "name": "_GET_ATTRIBUTE_OVERPOWER_SECONDS_LEFT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "float", "build": "1207" }, "0xB429F58803D285B1": { "name": "_GET_ATTRIBUTE_CORE_OVERPOWER_SECONDS_LEFT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "coreIndex" } ], "return_type": "float", "build": "1207" }, "0x7E2C766ADB2C5F1A": { "name": "_START_ITEM_PREVIEW", "comment": "Params: p1 is related to satchel_category", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD962F8579D702DB5": { "name": "STOP_ITEM_PREVIEW", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xA4D3A1C008F250DF": { "name": "_SET_STATUS_EFFECT_CORE_ICON", "comment": "Displays status effects on core icons (includes warnings).\n\nenum eUiRpgStatusEffect\n{\n\tSTATUS_NONE,\n\tSTATUS_COLD,\n\tSTATUS_HOT,\n\tSTATUS_OVERFED,\n\tSTATUS_DIRTY,\n\tSTATUS_SNAKE_VENOM,\n\tSTATUS_ARROW_WOUNDED,\n\tSTATUS_ARROW_DRAINED,\n\tSTATUS_ARROW_DISORIENTED,\n\tSTATUS_ARROW_TRACKED,\n\tSTATUS_ARROW_CONFUSION,\n\tSTATUS_UNDERWEIGHT,\n\tSTATUS_OVERWEIGHT,\n\tSTATUS_SICK_1,\n\tSTATUS_SICK_2,\n\tSTATUS_PREDATOR_INVULNERABLE\n};", "params": [ { "type": "int", "name": "statusEffectType" } ], "return_type": "void", "build": "1207" }, "0xFB6E111908502871": { "name": "_SET_STATUS_EFFECT_PERIODIC_ICON", "comment": "Starts core periodic icon.\nstatusEffectType: see 0xA4D3A1C008F250DF", "params": [ { "type": "int", "name": "statusEffectType" } ], "return_type": "void", "build": "1207" }, "0x3FC4C027FD0936F4": { "name": "_STOP_STATUS_EFFECT_PERIODIC_ICON", "comment": "Stops periodic icon.\nstatusEffectType: see 0xA4D3A1C008F250DF", "params": [ { "type": "int", "name": "statusEffectType" } ], "return_type": "void", "build": "1207" } }, "AUDIO": { "0x7455CD705F7E933E": { "name": "_0x7455CD705F7E933E", "comment": "_AUDIO_IS_* - _AUDIO_TRIGGER*", "params": [], "return_type": "void", "build": "1207" }, "0x33D51F801CB16E4F": { "name": "CLEAR_CONVERSATION_HISTORY", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xEF51242E35242B47": { "name": "_CLEAR_CONVERSATION_HISTORY_FOR_SCRIPTED_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" } ], "return_type": "void", "build": "1207" }, "0xD2C91A0B572AAE56": { "name": "CREATE_NEW_SCRIPTED_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD2C91A0B572AAE56", "gta_jhash": "0xB2BC25F8" }, "0xDF947FE0D551684E": { "name": "_0xDF947FE0D551684E", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x95D9F4BC443956E7": { "name": "ADD_PED_TO_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" }, { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "characterName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x95D9F4BC443956E7", "gta_jhash": "0xF8D5EB86" }, "0xA2323A2EAE32A290": { "name": "_0xA2323A2EAE32A290", "comment": "", "params": [ { "type": "Ped", "name": "listeningToPed" }, { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "listenerName" } ], "return_type": "void", "build": "1207" }, "0x79F9C57B8D0DFE90": { "name": "_0x79F9C57B8D0DFE90", "comment": "Only used in R* SP Script cv_mus_shared", "params": [ { "type": "const char*", "name": "convoRoot" }, { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x6B17C62C9635D2DC": { "name": "START_SCRIPT_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "clone" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6B17C62C9635D2DC", "gta_jhash": "0xE5DE7D9D" }, "0x3B3CAD6166916D87": { "name": "PRELOAD_SCRIPT_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "clone" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3B3CAD6166916D87", "gta_jhash": "0xDDF5C579" }, "0x23641AFE870AF385": { "name": "START_PRELOADED_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" } ], "return_type": "void", "build": "1207", "gta_hash": "0x23641AFE870AF385", "gta_jhash": "0xA170261B" }, "0x0CB3D1919E8D7CBA": { "name": "_0x0CB3D1919E8D7CBA", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" } ], "return_type": "BOOL", "build": "1207" }, "0xFE5C6177064BD390": { "name": "_0xFE5C6177064BD390", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xD89504D9D7D5057D": { "name": "_IS_SCRIPTED_CONVERSATION_CREATED", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" } ], "return_type": "BOOL", "build": "1207" }, "0x5A13586A9447931F": { "name": "_0x5A13586A9447931F", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xDF0D54BE7A776737": { "name": "IS_SCRIPTED_CONVERSATION_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDF0D54BE7A776737", "gta_jhash": "0xE1870EA9" }, "0xA2CAC9DEF0195E6F": { "name": "_IS_ANY_CONVERSATION_PLAYING", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x1ECC76792F661CF5": { "name": "IS_SCRIPTED_CONVERSATION_PLAYING", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xF01C570E0A0A1E67": { "name": "_IS_SCRIPTED_CONVERSION_ONGOING", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x847748AE5D7B1071": { "name": "_0x847748AE5D7B1071", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xD0730C1FA40348D9": { "name": "_0xD0730C1FA40348D9", "comment": "_IS_SCRIPTED_CONVERSATION_*", "params": [ { "type": "const char*", "name": "convoRoot" } ], "return_type": "BOOL", "build": "1207" }, "0x480357EE890C295A": { "name": "GET_CURRENT_SCRIPTED_CONVERSATION_LINE", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0x480357EE890C295A", "gta_jhash": "0x9620E41F" }, "0x8530AD776CD72B12": { "name": "PAUSE_SCRIPTED_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8530AD776CD72B12", "gta_jhash": "0xE2C9C6F8" }, "0x9AEB285D1818C9AC": { "name": "RESTART_SCRIPTED_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9AEB285D1818C9AC", "gta_jhash": "0x6CB24B56" }, "0x36559148B78853B3": { "name": "_STOP_ALL_SCRIPTED_CONVERSIONS", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xD79DEEFB53455EBA": { "name": "STOP_SCRIPTED_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207", "gta_hash": "0xD79DEEFB53455EBA", "gta_jhash": "0xAB77DA7D" }, "0x9663FE6B7A61EB00": { "name": "SKIP_TO_NEXT_SCRIPTED_CONVERSATION_LINE", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9663FE6B7A61EB00", "gta_jhash": "0x85C98304" }, "0xF336E9F989B3518F": { "name": "_0xF336E9F989B3518F", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x254B0241E964B450": { "name": "_0x254B0241E964B450", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "int", "name": "currentScriptedConvoLine" } ], "return_type": "Ped", "build": "1207" }, "0x152ED1B56E8F1F50": { "name": "_0x152ED1B56E8F1F50", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "int", "name": "currentScriptedConvoLine" } ], "return_type": "Ped", "build": "1207" }, "0x935DBD96D4A3DA1F": { "name": "_0x935DBD96D4A3DA1F", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "int", "name": "currentScriptedConvoLine" } ], "return_type": "int", "build": "1207" }, "0x295859EB18F48D82": { "name": "_0x295859EB18F48D82", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x40CA665AB9D8D505": { "name": "_0x40CA665AB9D8D505", "comment": "", "params": [ { "type": "const char*", "name": "convoRoot" }, { "type": "int", "name": "singleLineIndex" } ], "return_type": "void", "build": "1207" }, "0xF232C2C546AC16D0": { "name": "_0xF232C2C546AC16D0", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x1E6F9A9FE1A99F36": { "name": "_0x1E6F9A9FE1A99F36", "comment": "", "params": [ { "type": "const char*", "name": "audSpeechEvent" } ], "return_type": "void", "build": "1207" }, "0xC6ED9D5092438D91": { "name": "REGISTER_SCRIPT_WITH_AUDIO", "comment": "nullsub, doesn't do anything", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC6ED9D5092438D91", "gta_jhash": "0xA6203643" }, "0xA8638BE228D4751A": { "name": "UNREGISTER_SCRIPT_WITH_AUDIO", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xA8638BE228D4751A", "gta_jhash": "0x66728EFE" }, "0x2F844A8B08D76685": { "name": "REQUEST_SCRIPT_AUDIO_BANK", "comment": "", "params": [ { "type": "const char*", "name": "audioBank" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2F844A8B08D76685", "gta_jhash": "0x21322887" }, "0x77ED170667F50170": { "name": "RELEASE_NAMED_SCRIPT_AUDIO_BANK", "comment": "", "params": [ { "type": "const char*", "name": "audioBank" } ], "return_type": "void", "build": "1207", "gta_hash": "0x77ED170667F50170", "gta_jhash": "0x16707ABC" }, "0x7A2D8AD0A9EB9C3F": { "name": "RELEASE_SCRIPT_AUDIO_BANK", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x7A2D8AD0A9EB9C3F", "gta_jhash": "0x22F865E5" }, "0x430386FE9BF80B45": { "name": "GET_SOUND_ID", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x430386FE9BF80B45", "gta_jhash": "0x6AE0AD56" }, "0x353FC880830B88FA": { "name": "RELEASE_SOUND_ID", "comment": "", "params": [ { "type": "int", "name": "soundId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x353FC880830B88FA", "gta_jhash": "0x9C080899" }, "0x7FF4944CC209192D": { "name": "PLAY_SOUND", "comment": "", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "audioRef" }, { "type": "BOOL", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7FF4944CC209192D", "gta_jhash": "0xB6E1917F" }, "0x67C540AA08E4A6F5": { "name": "PLAY_SOUND_FRONTEND", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/audio/frontend_soundsets", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "audioRef" }, { "type": "BOOL", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x67C540AA08E4A6F5", "gta_jhash": "0x2E458F74" }, "0xE8EAFF7B41EDD291": { "name": "_PLAY_SOUND_FROM_ITEM", "comment": "item: value returned from 0x2E1CDC1FF3B8473E\nsoundSet: HUD_SHOP_SOUNDSET, COMPANIONS_ROBBERIES_SOUNDSET", "params": [ { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "soundSet" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6FB1DA3CA9DA7D90": { "name": "PLAY_SOUND_FROM_ENTITY", "comment": "", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "audioRef" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xCCE219C922737BFA": { "name": "_PLAY_SOUND_FROM_POSITION", "comment": "", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "const char*", "name": "audioRef" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "Any", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x0F2A2175734926D8": { "name": "_STOP_SOUND_WITH_NAME", "comment": "", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "audioRef" } ], "return_type": "void", "build": "1207" }, "0x580D71DFE0088E34": { "name": "_0x580D71DFE0088E34", "comment": "_IS_SOUND_RUNNING(?)", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "audioRef" } ], "return_type": "BOOL", "build": "1207" }, "0x6DF942C4179BE5AB": { "name": "_IS_SCRIPTED_AUDIO_CUSTOM", "comment": "item: FUSE, value returned from 0x2E1CDC1FF3B8473E\nsoundSet: HUD_SHOP_SOUNDSET, COMPANIONS_ROBBERIES_SOUNDSET", "params": [ { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "soundSet" } ], "return_type": "BOOL", "build": "1207" }, "0x9821B68CD3E05F2B": { "name": "_SET_VARIABLE_ON_SOUND_WITH_NAME", "comment": "", "params": [ { "type": "const char*", "name": "variableName" }, { "type": "float", "name": "variableValue" }, { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "audioRef" } ], "return_type": "void", "build": "1207" }, "0x9963681A8BC69BF3": { "name": "_SET_WHISTLE_CONFIG_FOR_PED", "comment": "whistleConfig: Ped.WhistlePitch (0.0 - 1.0), Ped.WhistleClarity (0.0 - 1.0), Ped.WhistleShape (0.0 - 10.0)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "whistleConfig" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x2E31ACA7477CF00F": { "name": "_SET_SOUND_RELATIONSHIP_ON_PED", "comment": "p1: Entity.Relationship\np2: Player, Enemy, Teammate, Neutral", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xCE5D0FFE83939AF1": { "name": "_PLAY_SOUND_FRONTEND_WITH_SOUND_ID", "comment": "", "params": [ { "type": "int", "name": "soundId" }, { "type": "const char*", "name": "name" }, { "type": "const char*", "name": "soundSet" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xF1C5310FEAA36B48": { "name": "_PLAY_SOUND_FROM_ENTITY_WITH_SET", "comment": "Params: p5 seems to be always 0", "params": [ { "type": "int", "name": "soundId" }, { "type": "const char*", "name": "soundName" }, { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "soundsetName" }, { "type": "BOOL", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xDCF5BA95BBF0FABA": { "name": "_PLAY_SOUND_FROM_POSITION_WITH_ID", "comment": "Starts Audio Loop\n_PLAY_SOUND_FROM_ENTITY* - _PLAY_SOUND_FRONTEND*", "params": [ { "type": "int", "name": "soundId" }, { "type": "const char*", "name": "soundName" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "const char*", "name": "soundsetName" }, { "type": "BOOL", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x0286617C8FC50A53": { "name": "_UPDATE_SOUND_POSITION", "comment": "Only used in R* SP Scripts", "params": [ { "type": "int", "name": "soundId" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x3210BCB36AF7621B": { "name": "_STOP_SOUND_WITH_ID", "comment": "", "params": [ { "type": "int", "name": "soundId" } ], "return_type": "void", "build": "1207" }, "0x503703EC1781B7D6": { "name": "_SET_VARIABLE_ON_SOUND_WITH_ID", "comment": "", "params": [ { "type": "int", "name": "soundId" }, { "type": "const char*", "name": "variableName" }, { "type": "float", "name": "variableValue" } ], "return_type": "void", "build": "1207" }, "0xE368E8422C860BA7": { "name": "PREPARE_SOUND", "comment": "", "params": [ { "type": "const char*", "name": "soundName" }, { "type": "const char*", "name": "soundsetName" }, { "type": "int", "name": "soundId" } ], "return_type": "BOOL", "build": "1207" }, "0x9D746964E0CF2C5F": { "name": "_RELEASE_SHARD_SOUNDS", "comment": "", "params": [ { "type": "const char*", "name": "soundName" }, { "type": "const char*", "name": "soundsetName" } ], "return_type": "void", "build": "1207" }, "0xD9130842D7226045": { "name": "PREPARE_SOUNDSET", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/audio/soundsets", "params": [ { "type": "const char*", "name": "soundsetName" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x531A78D6BF27014B": { "name": "_RELEASE_SOUNDSET", "comment": "", "params": [ { "type": "const char*", "name": "soundsetName" } ], "return_type": "void", "build": "1207" }, "0x4AD019591E94C064": { "name": "PREPARE_SOUND_WITH_ENTITY", "comment": "", "params": [ { "type": "const char*", "name": "soundName" }, { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "soundsetName" }, { "type": "int", "name": "soundId" } ], "return_type": "BOOL", "build": "1207" }, "0x3E93DDDCBB6111E4": { "name": "_0x3E93DDDCBB6111E4", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x714A0EA7DE1167BE": { "name": "_HAS_SOUND_AUDIO_NAME_FINISHED", "comment": "", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "soundsetName" } ], "return_type": "BOOL", "build": "1207" }, "0x84848E1C0FC67DBB": { "name": "_HAS_SOUND_ID_FINISHED", "comment": "", "params": [ { "type": "int", "name": "soundId" } ], "return_type": "BOOL", "build": "1207" }, "0x8E04FEDD28D42462": { "name": "PLAY_PED_AMBIENT_SPEECH_NATIVE", "comment": "struct ScriptedSpeechParams\n{\n\tconst char* speechName;\n\tconst char* voiceName;\n\talignas(8) int variation;\n\talignas(8) Hash speechParamHash;\n\talignas(8) Ped listenerPed;\n\talignas(8) BOOL syncOverNetwork;\n\talignas(8) int v7;\n\talignas(8) int v8;\n};\n\nstatic_assert(sizeof(ScriptedSpeechParams) == 0x40, \"incorrect ScriptedSpeechParams size\");\n\n\nExample:\n\nScriptedSpeechParams params{\"RE_PH_RHD_V3_AGGRO\", \"0405_U_M_M_RhdSheriff_01\", 1, joaat(\"SPEECH_PARAMS_BEAT_SHOUTED_CLEAR\"), 0, true, 1, 1};\nPLAY_PED_AMBIENT_SPEECH_NATIVE(PLAYER_PED_ID(), (Any*)¶ms);\n\nOld name: _PLAY_AMBIENT_SPEECH1\nhttps://github.com/femga/rdr3_discoveries/tree/master/audio/audio_banks", "params": [ { "type": "Ped", "name": "speaker" }, { "type": "Any*", "name": "params" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8E04FEDD28D42462", "gta_jhash": "0x5C57B85D" }, "0xED640017ED337E45": { "name": "PLAY_AMBIENT_SPEECH_FROM_POSITION_NATIVE", "comment": "Old name: _PLAY_AMBIENT_SPEECH_AT_COORDS", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Any*", "name": "params" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xED640017ED337E45", "gta_jhash": "0xA1A1402E" }, "0x72E4D1C4639BC465": { "name": "_0x72E4D1C4639BC465", "comment": "", "params": [ { "type": "Entity", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xB18FEC133C7C6C69": { "name": "_0xB18FEC133C7C6C69", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xDC93F0948F2C28F4": { "name": "_0xDC93F0948F2C28F4", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0D7FD6A55FD63AEF": { "name": "_0x0D7FD6A55FD63AEF", "comment": "speechEventType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/naSpeechEventType \np1 is possibly naSpeechAudibility, naSpeechType, or naSpeechEventTypeRequestPriority\nSKIP_* - START_*", "params": [ { "type": "int", "name": "speechEventType" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x660A8F876DF1D4F8": { "name": "_0x660A8F876DF1D4F8", "comment": "speechEventType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/naSpeechEventType \nSKIP_* - START_*", "params": [ { "type": "int", "name": "speechEventType" } ], "return_type": "void", "build": "1207" }, "0x380A2E353AD30917": { "name": "_0x380A2E353AD30917", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x0FAF7171BF613B80": { "name": "_0x0FAF7171BF613B80", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xBC9AE166038A5CEC": { "name": "PLAY_PAIN", "comment": "Valid pain IDs: 0..12", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "painId" }, { "type": "float", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "isNetwork" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBC9AE166038A5CEC", "gta_jhash": "0x874BD6CB" }, "0x6652B0C8F3D414D0": { "name": "_0x6652B0C8F3D414D0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF092B6030D6FD49C": { "name": "_0xF092B6030D6FD49C", "comment": "Name: ROPE_SETTINGS_DEFAULT", "params": [ { "type": "int", "name": "ropeId" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x2651DDC0EA269073": { "name": "_0x2651DDC0EA269073", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6C8065A3B780185B": { "name": "SET_AMBIENT_VOICE_NAME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6C8065A3B780185B", "gta_jhash": "0xBD2EA1A1" }, "0x2703EFB583F0949A": { "name": "_SET_VOFX_PED_VOICE", "comment": "Hashes: VOFX_PLAYER_MALE01, VOFX_PLAYER_MALE02, VOFX_PLAYER_MALE03, VOFX_PLAYER_FEMALE01, VOFX_PLAYER_FEMALE02, VOFX_PLAYER_FEMALE03", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "voice" } ], "return_type": "void", "build": "1207" }, "0x79D2F0E66F81D90D": { "name": "STOP_CURRENT_PLAYING_SPEECH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7A73D05A607734C7", "gta_jhash": "0x5B7463F4" }, "0xB8BEC0CA6F0EDB0F": { "name": "STOP_CURRENT_PLAYING_AMBIENT_SPEECH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB8BEC0CA6F0EDB0F", "gta_jhash": "0xBB8E64BF" }, "0x9072C8B49907BFAD": { "name": "IS_AMBIENT_SPEECH_PLAYING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9072C8B49907BFAD", "gta_jhash": "0x1972E8AA" }, "0xCC9AA18DCC7084F4": { "name": "IS_SCRIPTED_SPEECH_PLAYING", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCC9AA18DCC7084F4", "gta_jhash": "0x2C653904" }, "0x729072355FA39EC9": { "name": "IS_ANY_SPEECH_PLAYING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x729072355FA39EC9", "gta_jhash": "0x2B74A6D6" }, "0x2B101AD9F651243A": { "name": "_0x2B101AD9F651243A", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x4A98E228A936DBCC": { "name": "_0x4A98E228A936DBCC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6BFFB7C276866996": { "name": "_0x6BFFB7C276866996", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x49B99BF3FDA89A7A": { "name": "DOES_CONTEXT_EXIST_FOR_THIS_PED", "comment": "Checks if the ped can play the speech or has the speech file, last parameter is usually false.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "speechName" }, { "type": "BOOL", "name": "unk" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x49B99BF3FDA89A7A", "gta_jhash": "0x8BD5F11E" }, "0xF0EE69F500952FA5": { "name": "_0xF0EE69F500952FA5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x9D6DEC9791A4E501": { "name": "_0x9D6DEC9791A4E501", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x864A842B86993851": { "name": "_0x864A842B86993851", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x049E937F18F4020C": { "name": "IS_PED_IN_CURRENT_CONVERSATION", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x049E937F18F4020C", "gta_jhash": "0x7B2F0743" }, "0x54B187F111D9C6F8": { "name": "_IS_PED_IN_ANY_CONVERSATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x95D2D383D5396B8A": { "name": "SET_PED_IS_DRUNK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x95D2D383D5396B8A", "gta_jhash": "0xD2EA77A3" }, "0x3A00D87B20A2A5E4": { "name": "_0x3A00D87B20A2A5E4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD47D47EFBF103FB8": { "name": "_0xD47D47EFBF103FB8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEE066C7006C49C0A": { "name": "PLAY_ANIMAL_VOCALIZATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "vocalizationName" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEE066C7006C49C0A", "gta_jhash": "0x498849F3" }, "0x0E53530D9B2DB01D": { "name": "_PLAY_ANIMAL_VOCALIZATION_PHEROMONE_VIAL_RESPONSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1311" }, "0xC265DF9FB44A9FBD": { "name": "IS_ANIMAL_VOCALIZATION_PLAYING", "comment": "", "params": [ { "type": "Ped", "name": "pedHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC265DF9FB44A9FBD", "gta_jhash": "0x0CBAF2EF" }, "0xCC97B29285B1DC3B": { "name": "SET_ANIMAL_MOOD", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "animal" }, { "type": "int", "name": "mood" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCC97B29285B1DC3B", "gta_jhash": "0x3EA7C6CB" }, "0xFCDEC42B1C78B7F8": { "name": "_0xFCDEC42B1C78B7F8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEB4D592620B8C209": { "name": "_0xEB4D592620B8C209", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA6847BBA4FCDD13F": { "name": "_0xA6847BBA4FCDD13F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x399D2D3B33F1B8EB": { "name": "SET_STATIC_EMITTER_ENABLED", "comment": "", "params": [ { "type": "const char*", "name": "emitterName" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x399D2D3B33F1B8EB", "gta_jhash": "0x91F72E92" }, "0xCD536C4D33DCC900": { "name": "PLAY_END_CREDITS_MUSIC", "comment": "", "params": [ { "type": "BOOL", "name": "play" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCD536C4D33DCC900", "gta_jhash": "0x8E88B3CC" }, "0x7678FE0455ED1145": { "name": "_0x7678FE0455ED1145", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xFFE9C53DEEA3DB0B": { "name": "_0xFFE9C53DEEA3DB0B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "isSrlLoaded" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x5E3CCF03995388B5": { "name": "_0x5E3CCF03995388B5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x43037ABFE214A851": { "name": "_0x43037ABFE214A851", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xBDA07E5950085E46": { "name": "SET_AMBIENT_ZONE_STATE", "comment": "", "params": [ { "type": "const char*", "name": "zoneName" }, { "type": "BOOL", "name": "isEnabled" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBDA07E5950085E46", "gta_jhash": "0x2849CAC9" }, "0x218DD44AAAC964FF": { "name": "CLEAR_AMBIENT_ZONE_STATE", "comment": "", "params": [ { "type": "const char*", "name": "zoneName" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x218DD44AAAC964FF", "gta_jhash": "0xCDFF3C82" }, "0x9748FA4DE50CCE3E": { "name": "SET_AMBIENT_ZONE_LIST_STATE", "comment": "", "params": [ { "type": "const char*", "name": "ambientZone" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9748FA4DE50CCE3E", "gta_jhash": "0xBF80B412" }, "0x120C48C614909FA4": { "name": "CLEAR_AMBIENT_ZONE_LIST_STATE", "comment": "", "params": [ { "type": "const char*", "name": "ambientZone" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x120C48C614909FA4", "gta_jhash": "0x38B9B8D4" }, "0x1D6650420CEC9D3B": { "name": "SET_AMBIENT_ZONE_STATE_PERSISTENT", "comment": "", "params": [ { "type": "const char*", "name": "ambientZone" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1D6650420CEC9D3B", "gta_jhash": "0xC1FFB672" }, "0xF3638DAE8C4045E1": { "name": "SET_AMBIENT_ZONE_LIST_STATE_PERSISTENT", "comment": "", "params": [ { "type": "const char*", "name": "ambientZone" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF3638DAE8C4045E1", "gta_jhash": "0x5F5A2605" }, "0x3743CE6948194349": { "name": "_SET_AMBIENT_ZONE_POSITION", "comment": "", "params": [ { "type": "const char*", "name": "ambientZone" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" } ], "return_type": "void", "build": "1207" }, "0x9D6BFC12B05C6121": { "name": "IS_HORN_ACTIVE", "comment": "Checks whether the horn of a vehicle is currently played.", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9D6BFC12B05C6121", "gta_jhash": "0x20E2BDD0" }, "0xFD461D0ABA5559B1": { "name": "_0xFD461D0ABA5559B1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD11FA52EB849D978": { "name": "IS_STREAM_PLAYING", "comment": "", "params": [ { "type": "int", "name": "streamId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD11FA52EB849D978", "gta_jhash": "0xF1F51A14" }, "0x1F1F957154EC51DF": { "name": "LOAD_STREAM", "comment": "", "params": [ { "type": "const char*", "name": "streamName" }, { "type": "const char*", "name": "soundSet" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1F1F957154EC51DF", "gta_jhash": "0x0D89599D" }, "0x89049DD63C08B5D1": { "name": "PLAY_STREAM_FROM_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "streamId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x89049DD63C08B5D1", "gta_jhash": "0xA1D7FABE" }, "0x58FCE43488F9F5F4": { "name": "PLAY_STREAM_FRONTEND", "comment": "", "params": [ { "type": "int", "name": "streamId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x58FCE43488F9F5F4", "gta_jhash": "0x2C2A16BC" }, "0x21442F412E8DE56B": { "name": "PLAY_STREAM_FROM_POSITION", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "streamId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x21442F412E8DE56B", "gta_jhash": "0x6FE5D865" }, "0x3A3BE6B920525237": { "name": "_0x3A3BE6B920525237", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA4718A1419D18151": { "name": "STOP_STREAM", "comment": "", "params": [ { "type": "int", "name": "streamId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA4718A1419D18151", "gta_jhash": "0xD1E364DE" }, "0x9D64D7405520E3D3": { "name": "STOP_PED_SPEAKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "shaking" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9D64D7405520E3D3", "gta_jhash": "0xFF92B49D" }, "0xA9A41C1E940FB0E8": { "name": "DISABLE_PED_PAIN_AUDIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA9A41C1E940FB0E8", "gta_jhash": "0x3B8E2D5F" }, "0x932C2D096A2C3FFF": { "name": "IS_AMBIENT_SPEECH_DISABLED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x932C2D096A2C3FFF", "gta_jhash": "0x109D1F89" }, "0xB2DE3AEBE31150E2": { "name": "SET_IS_SCRIPTED_SPEECH_DISABLED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "disabled" } ], "return_type": "Any", "build": "1207" }, "0x6378A235374B852F": { "name": "_BLOCK_SPEECH_CONTEXT", "comment": "", "params": [ { "type": "const char*", "name": "context" }, { "type": "BOOL", "name": "block" } ], "return_type": "void", "build": "1207" }, "0x87E6302FC61208CC": { "name": "_UNLOAD_SPEECH_CONTEXT", "comment": "_UNLOAD_[A-C]* - USE_*", "params": [ { "type": "const char*", "name": "speechContext" } ], "return_type": "void", "build": "1207" }, "0x76D683C108594D0E": { "name": "SET_HORN_ENABLED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x76D683C108594D0E", "gta_jhash": "0x6EB92D05" }, "0xE5564483E407F914": { "name": "SET_AUDIO_VEHICLE_PRIORITY", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE5564483E407F914", "gta_jhash": "0x271A9766" }, "0x259ACC5B52A2B2D9": { "name": "_0x259ACC5B52A2B2D9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4F0C413926060B38": { "name": "FORCE_USE_AUDIO_GAME_OBJECT", "comment": "Old name: _FORCE_VEHICLE_ENGINE_AUDIO", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "const char*", "name": "audioName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4F0C413926060B38", "gta_jhash": "0x33B0B007" }, "0x3BD3F52BA9B1E4E8": { "name": "SET_GPS_ACTIVE", "comment": "nullsub, doesn't do anything", "params": [ { "type": "BOOL", "name": "active" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3BD3F52BA9B1E4E8", "gta_jhash": "0x0FC3379A" }, "0x6339C1EA3979B5F7": { "name": "_START_AUDIO_SCENESET", "comment": "", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "sceneset" } ], "return_type": "BOOL", "build": "1207" }, "0x9428447DED71FC7E": { "name": "_STOP_AUDIO_SCENESET", "comment": "", "params": [ { "type": "const char*", "name": "sceneset" } ], "return_type": "void", "build": "1207" }, "0xAC84686C06184B0D": { "name": "_SET_AUDIO_SCENESET", "comment": "", "params": [ { "type": "const char*", "name": "audioName" }, { "type": "const char*", "name": "sceneset" } ], "return_type": "BOOL", "build": "1207" }, "0x013A80FC08F6E4F2": { "name": "START_AUDIO_SCENE", "comment": "", "params": [ { "type": "const char*", "name": "scene" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x013A80FC08F6E4F2", "gta_jhash": "0xE48D757B" }, "0xDC2F83A0612CA34D": { "name": "_0xDC2F83A0612CA34D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xDFE8422B3B94E688": { "name": "STOP_AUDIO_SCENE", "comment": "", "params": [ { "type": "const char*", "name": "scene" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDFE8422B3B94E688", "gta_jhash": "0xA08D8C58" }, "0x6AB944DF68B512D3": { "name": "_0x6AB944DF68B512D3", "comment": "_STOP_AUDIO_*", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xBAC7FC81A75EC1A1": { "name": "STOP_AUDIO_SCENES", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xBAC7FC81A75EC1A1", "gta_jhash": "0xF6C7342A" }, "0xB65B60556E2A9225": { "name": "IS_AUDIO_SCENE_ACTIVE", "comment": "", "params": [ { "type": "const char*", "name": "scene" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB65B60556E2A9225", "gta_jhash": "0xACBED05C" }, "0xEF21A9EF089A2668": { "name": "SET_AUDIO_SCENE_VARIABLE", "comment": "", "params": [ { "type": "const char*", "name": "scene" }, { "type": "const char*", "name": "variable" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEF21A9EF089A2668", "gta_jhash": "0x19BB3CE8" }, "0x8B25A18E390F75BF": { "name": "_GET_ENTITY_AUDIO_MIX_GROUP", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Hash", "build": "1207" }, "0x153973AB99FE8980": { "name": "ADD_ENTITY_TO_AUDIO_MIX_GROUP", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "groupName" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x153973AB99FE8980", "gta_jhash": "0x2BC93264" }, "0x131EC9247E7A2903": { "name": "_0x131EC9247E7A2903", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x18EB48CFC41F2EA0": { "name": "REMOVE_ENTITY_FROM_AUDIO_MIX_GROUP", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x18EB48CFC41F2EA0", "gta_jhash": "0x308ED0EC" }, "0xE600F61F54A444A6": { "name": "_0xE600F61F54A444A6", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x845FFC3A4FEEFA3E": { "name": "AUDIO_IS_MUSIC_PLAYING", "comment": "Old name: AUDIO_IS_SCRIPTED_MUSIC_PLAYING", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x845FFC3A4FEEFA3E", "gta_jhash": "" }, "0xBE28DB99556FF8D9": { "name": "_0xBE28DB99556FF8D9", "comment": "Checks for MOONSHINE_BAND", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Hash", "build": "1207" }, "0x8E901B65206C2D3E": { "name": "_0x8E901B65206C2D3E", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xC4CFCE4C656EF480": { "name": "_0xC4CFCE4C656EF480", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xABDB4863D3D72021": { "name": "_0xABDB4863D3D72021", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xB93A769B8B726950": { "name": "_0xB93A769B8B726950", "comment": "Used in Script Function NET_CAMP_CLIENT_UPDATE_PED_ROLE_STATE_SHOP: hash exists! Playing hash", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE891504B2F0E2DBA": { "name": "_0xE891504B2F0E2DBA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9EB779765E68C52E": { "name": "_0x9EB779765E68C52E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE9694B2D6CB87B06": { "name": "_0xE9694B2D6CB87B06", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0x886657C5B3D8EDE3": { "name": "_0x886657C5B3D8EDE3", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Any", "build": "1232" }, "0xC68C02DE259C927C": { "name": "_0xC68C02DE259C927C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1232" }, "0x2FFF4A78384AFFDF": { "name": "_0x2FFF4A78384AFFDF", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Any", "build": "1436" }, "0x62377977E4F08668": { "name": "_0x62377977E4F08668", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "AnimScene", "build": "1436" }, "0x2DBBF0C5E19383EE": { "name": "_GET_PED_SONG_INDEX_HOST", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1232" }, "0xD05A460328560477": { "name": "_0xD05A460328560477", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1232" }, "0x8D29FDF565DED9AE": { "name": "_0x8D29FDF565DED9AE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1232" }, "0x448F2647DD6F2E27": { "name": "_0x448F2647DD6F2E27", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1232" }, "0x139A4B9DF2D26CBF": { "name": "_0x139A4B9DF2D26CBF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0x018ABE833CA64D2A": { "name": "_0x018ABE833CA64D2A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0xBC07CA8FD710E7FD": { "name": "_0xBC07CA8FD710E7FD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0x1E5185B72EF5158A": { "name": "PREPARE_MUSIC_EVENT", "comment": "", "params": [ { "type": "const char*", "name": "eventName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1E5185B72EF5158A", "gta_jhash": "0x534A5C1C" }, "0x5B17A90291133DA5": { "name": "CANCEL_MUSIC_EVENT", "comment": "", "params": [ { "type": "const char*", "name": "eventName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5B17A90291133DA5", "gta_jhash": "0x89FF942D" }, "0x706D57B0F50DA710": { "name": "TRIGGER_MUSIC_EVENT", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/audio/music_events/music_events.lua", "params": [ { "type": "const char*", "name": "eventName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x706D57B0F50DA710", "gta_jhash": "0xB6094948" }, "0x05D6195FB4D428F4": { "name": "_TRIGGER_MUSIC_EVENT_WITH_HASH", "comment": "", "params": [ { "type": "Hash", "name": "eventName" } ], "return_type": "Any", "build": "1207" }, "0xE7A0D23DC414507B": { "name": "GET_MUSIC_PLAYTIME", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xE7A0D23DC414507B", "gta_jhash": "0xD633C809" }, "0xF64034D533CE8AAC": { "name": "_0xF64034D533CE8AAC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x149AEE66F0CB3A99": { "name": "SET_PED_WALLA_DENSITY", "comment": "https://en.m.wikipedia.org/wiki/Walla", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x149AEE66F0CB3A99", "gta_jhash": "0xE64F97A0" }, "0xDAD6CD07CAA4F382": { "name": "_0xDAD6CD07CAA4F382", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x8BF907833BE275DE": { "name": "SET_PED_INTERIOR_WALLA_DENSITY", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8BF907833BE275DE", "gta_jhash": "0x2CD26D69" }, "0x062D5EAD4DA2FA6A": { "name": "FORCE_PED_PANIC_WALLA", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x062D5EAD4DA2FA6A", "gta_jhash": "0xD87AF337" }, "0x138ADB94F8B90616": { "name": "_0x138ADB94F8B90616", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xBF4DC1784BE94DFA": { "name": "USE_FOOTSTEP_SCRIPT_SWEETENERS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "Hash", "name": "hash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBF4DC1784BE94DFA", "gta_jhash": "0xD99E275B" }, "0xB9EFD5C25018725A": { "name": "SET_AUDIO_FLAG", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/audio/audio_flags", "params": [ { "type": "const char*", "name": "flagName" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB9EFD5C25018725A", "gta_jhash": "0x1C09C9E0" }, "0x6DA15746D5CC1A92": { "name": "_0x6DA15746D5CC1A92", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x078F77FD1A43EAB3": { "name": "_0x078F77FD1A43EAB3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3D0BBCCF401B5FDB": { "name": "_0x3D0BBCCF401B5FDB", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x044DBAD7A7FA2BE5": { "name": "SET_PORTAL_SETTINGS_OVERRIDE", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x044DBAD7A7FA2BE5", "gta_jhash": "0x8AD670EC" }, "0xB4BBFD9CD8B3922B": { "name": "REMOVE_PORTAL_SETTINGS_OVERRIDE", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB4BBFD9CD8B3922B", "gta_jhash": "0xD24B4D0C" }, "0xEA546C31FD45F8CD": { "name": "_0xEA546C31FD45F8CD", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x44A5EEF54F62E823": { "name": "_0x44A5EEF54F62E823", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x017492B2201E3428": { "name": "_0x017492B2201E3428", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xC886CD666ADD42E1": { "name": "_0xC886CD666ADD42E1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5AE0CB5F35F034FD": { "name": "_0x5AE0CB5F35F034FD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x821C32C728B24477": { "name": "_0x821C32C728B24477", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x06C5DF5EE444BC6B": { "name": "_0x06C5DF5EE444BC6B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x341CDD17EFC2472E": { "name": "_0x341CDD17EFC2472E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7E176C676F8652A9": { "name": "_0x7E176C676F8652A9", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x2B9C37C01BF25EDB": { "name": "_0x2B9C37C01BF25EDB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA6A3A3F96B8B030E": { "name": "_0xA6A3A3F96B8B030E", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x0556C784FA056628": { "name": "_GET_LOADED_STREAM_ID_FROM_CREATION", "comment": "Creates stream and returns streamId handle to be used with PLAY_STREAM_* natives\nhttps://github.com/femga/rdr3_discoveries/tree/master/audio/create_stream", "params": [ { "type": "const char*", "name": "streamName" }, { "type": "const char*", "name": "soundSet" } ], "return_type": "int", "build": "1207" }, "0xC369E2234E34A0CA": { "name": "_0xC369E2234E34A0CA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x35B8C070E0C16E2F": { "name": "_0x35B8C070E0C16E2F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE7E6CB8B713ED190": { "name": "_0xE7E6CB8B713ED190", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x569ABC36E28DDEAA": { "name": "_0x569ABC36E28DDEAA", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x839C9F124BE74D94": { "name": "_0x839C9F124BE74D94", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x374F0E716BFCDE82": { "name": "AUDIO_TRIGGER_EXPLOSION", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x3E98AC9D8C56C62C": { "name": "_0x3E98AC9D8C56C62C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xCBF2BEBB468A34F3": { "name": "_0xCBF2BEBB468A34F3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA2B851605748AD0E": { "name": "_0xA2B851605748AD0E", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xCFAD2C8CD1054523": { "name": "_0xCFAD2C8CD1054523", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD733528B6C35647A": { "name": "_0xD733528B6C35647A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5BC885EBD75FAA7D": { "name": "_0x5BC885EBD75FAA7D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6B7A88A61B41E589": { "name": "_0x6B7A88A61B41E589", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x4BE3EC91C01F0FE8": { "name": "_0x4BE3EC91C01F0FE8", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x9B1FC259187C97C0": { "name": "SET_AUDIO_ONLINE_TRANSITION_STAGE", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x2E399EAFBEEA74D5": { "name": "_STOP_ALL_SCRIPTED_AUDIO_SOUNDS", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x64B956F4E761DF5C": { "name": "_0x64B956F4E761DF5C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" } }, "BOUNTY": { "0x537CE992BD2D7BCB": { "name": "_BOUNTY_REQUEST_PAY_OFF_BOUNTY", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x587BCEC31D64F382": { "name": "_BOUNTY_REQUEST_PAY_OFF_BOUNTY_EX", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "costType" } ], "return_type": "BOOL", "build": "1232" }, "0x188B748861B5BA17": { "name": "_BOUNTY_REQUEST_SELF_REPORT_CRIME", "comment": "crimeType: see _REPORT_CRIME", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "Hash", "name": "crimeType" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0xB462D69D406A2602": { "name": "_BOUNTY_REQUEST_SELF_REPORT_KILLED_BY_BOUNTY_HUNTER", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x4EF23E04A0C8FF51": { "name": "BOUNTY_GET_BOUNTY_ON_PLAYER", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "Any*", "name": "bountyData" } ], "return_type": "BOOL", "build": "1207" }, "0x03B61CD51097DE60": { "name": "_BOUNTY_IS_REQUEST_PENDING", "comment": "", "params": [ { "type": "Any*", "name": "rpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0xFFA13742E43507E3": { "name": "_BOUNTY_REQUEST_BEGIN_WANTED_POSTER", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x81847C2134039BDC": { "name": "_0x81847C2134039BDC", "comment": "", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x727AB6F008BB9F29": { "name": "_BOUNTY_REQUEST_COMPLETE_WANTED_POSTER", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xFBD137BF0EC50FC9": { "name": "_BOUNTY_REQUEST_COMPLETE_SPLIT_WANTED_POSTER", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x6A9DF0FCD0C87FF9": { "name": "_BOUNTY_CANCEL_WANTED_POSTER", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFC81D7C7A151CFAA": { "name": "BOUNTY_REQUEST_BEGIN_LEGENDARY_MISSION", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x48E4E23F1739E197": { "name": "BOUNTY_REQUEST_BEGIN_LEGENDARY_MISSION_FOR_POSSE", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1311" }, "0xA7309AC0DCF6D950": { "name": "_BOUNTY_REQUEST_COMPLETE_LEGENDARY_MISSION", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x2BA1BCC99826CDA2": { "name": "_BOUNTY_CANCEL_LEGENDARY_MISSION", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB395A44A0C7CA615": { "name": "BOUNTY_GET_WANTED_POSTER_SLOT", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x85E4D7B225A30ED1": { "name": "BOUNTY_GET_LEGENDARY_TARGET", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x86EC5F83867C4B70": { "name": "_0x86EC5F83867C4B70", "comment": "_BOUNTY_C* or _BOUNTY_GET_*", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "BOOL", "build": "1436" }, "0x8FAF4D262FABA99C": { "name": "BOUNTY_GET_COOLDOWN_COLLECTION", "comment": "", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xB096547D61868254": { "name": "_BOUNTY_REQUEST_BECOME_TARGET_OF_CHARACTER_BOUNTY_HUNT", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x27D3A0E1FE090A43": { "name": "_0x27D3A0E1FE090A43", "comment": "_BOUNTY_IS_* or _BOUNTY_REQUEST_*", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xA9C3B0F746375162": { "name": "_BOUNTY_REQUEST_CLAIM_CHARACTER_BOUNTY", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "int", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x5B53CA0E2AC3FF45": { "name": "_BOUNTY_REQUEST_POSSE_LEADER_CLAIM_CHARACTER_BOUNTY", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "int", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x22D3A61CE053270C": { "name": "_BOUNTY_REQUEST_POSSE_MEMBER_CLAIM_CHARACTER_BOUNTY_SHARE", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xA59D1997ECD99F0A": { "name": "_BOUNTY_CLEAR_BEING_BOUNTY_HUNTER", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x12E981D53B07BF48": { "name": "_BOUNTY_REQUEST_ESCAPED_CHARACTER_BOUNTY_HUNT", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x2D874BA20E8E1F20": { "name": "_BOUNTY_REQUEST_POSSE_LEADER_ESCAPED_CHARACTER_BOUNTY_HUNT", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x8521C2E235558278": { "name": "_BOUNTY_REQUEST_POSSE_MEMBER_ESCAPED_CHARACTER_BOUNTY_HUNT", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x932DB3C05A7465D1": { "name": "_BOUNTY_CLEAR_BEING_TARGET", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3F73AED12A5EF0FF": { "name": "_BOUNTY_REQUEST_SERVED_FULL_JAIL_SENTENCE", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x28717806D3BDD0D0": { "name": "_BOUNTY_REQUEST_BRIBE_JAIL_GUARD", "comment": "", "params": [ { "type": "Any*", "name": "outRpcGuid" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xF8BCC5ECA33AC9C1": { "name": "_0xF8BCC5ECA33AC9C1", "comment": "_BOUNTY_GET_*", "params": [], "return_type": "int", "build": "1207" }, "0xD6A67E2FF373D0E3": { "name": "_0xD6A67E2FF373D0E3", "comment": "_BOUNTY_GET_*", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1355" } }, "BRAIN": { "0x16AF9B4EEAC3B305": { "name": "REGISTER_OBJECT_SCRIPT_BRAIN", "comment": "Registers a script for any object with a specific model hash.", "params": [ { "type": "const char*", "name": "scriptName" }, { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "p2" }, { "type": "float", "name": "activationRange" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0BE84C318BA6EC22", "gta_jhash": "0xB6BCC608" }, "0x4E4507CC5E4DB869": { "name": "_START_PRELOADED_SCRIPT_BRAIN", "comment": "Returns threadId", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "scriptName" }, { "type": "int", "name": "scriptStackSize" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x6F62FAE266DCFC81": { "name": "_START_SCRIPT_BRAIN", "comment": "Returns threadId", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "scriptName" }, { "type": "int", "name": "p2" }, { "type": "Any*", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x38F1E09224EECA09": { "name": "_REMOVE_SCRIPT_BRAIN_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1311" }, "0x6818D1A194E29983": { "name": "_GET_SCRIPT_BRAIN_ENTITY", "comment": "", "params": [], "return_type": "Entity", "build": "1207" }, "0xA6AC35DB4A7957A8": { "name": "_0xA6AC35DB4A7957A8", "comment": "Common flags: 250, 99999\n_SET_SCRIPT_BRAIN*", "params": [ { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0x4AA5EA1EDFB25786": { "name": "_0x4AA5EA1EDFB25786", "comment": "Called with flag 0 before 0xA6AC35DB4A7957A8 in net_entity_brain\n_SET_SCRIPT_BRAIN*", "params": [ { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0x1CF6E5C6750EADBD": { "name": "ENABLE_SCRIPT_BRAIN_SET", "comment": "", "params": [ { "type": "int", "name": "brainSet" } ], "return_type": "void", "build": "1207", "gta_hash": "0x67AA4D73F0CFA86B", "gta_jhash": "0x2765919F" }, "0x3F44EA613A5B2676": { "name": "DISABLE_SCRIPT_BRAIN_SET", "comment": "", "params": [ { "type": "int", "name": "brainSet" } ], "return_type": "void", "build": "1207", "gta_hash": "0x14D8518E9760F08F", "gta_jhash": "0xFBD13FAD" }, "0xA32B0B05EFF75730": { "name": "REACTIVATE_ALL_OBJECT_BRAINS_THAT_ARE_WAITING_TILL_OUT_OF_RANGE", "comment": "Called before starting a new thread_monitor script thread in startup_mp/startup_tlg\nAlternative name _REGISTER_SCRIPT_BRAIN\n\nOld name: _PREPARE_SCRIPT_BRAIN", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x4D953DF78EBF8158", "gta_jhash": "0xF3A3AB08" }, "0x74C333E34DF74E8A": { "name": "REACTIVATE_NAMED_OBJECT_BRAINS_WAITING_TILL_OUT_OF_RANGE", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6E91B04E08773030", "gta_jhash": "0x29CE8BAA" } }, "CAM": { "0x33281167E4942E4F": { "name": "RENDER_SCRIPT_CAMS", "comment": "ease - smooth transition between the camera's positions\neaseTime - Time in milliseconds for the transition to happen\n\nIf you have created a script (rendering) camera, and want to go back to the \ncharacter (gameplay) camera, call this native with render set to FALSE.\nSetting ease to TRUE will smooth the transition.", "params": [ { "type": "BOOL", "name": "render" }, { "type": "BOOL", "name": "ease" }, { "type": "int", "name": "easeTime" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x07E5B515DB0636FC", "gta_jhash": "0x74337969" }, "0x8C7C7FF7CF0E5153": { "name": "STOP_RENDERING_SCRIPT_CAMS_USING_CATCH_UP", "comment": "This native makes the gameplay camera zoom into first person/third person with a special effect.\nblendBackSmoothingType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eBlendBackSmoothing", "params": [ { "type": "BOOL", "name": "render" }, { "type": "float", "name": "distance" }, { "type": "int", "name": "blendBackSmoothingType" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC819F3CBB62BF692", "gta_jhash": "0xD3C08183" }, "0xE72CDBA7F0A02DD6": { "name": "CREATE_CAM", "comment": "", "params": [ { "type": "const char*", "name": "camName" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Cam", "build": "1207", "gta_hash": "0xC3981DCE61D9E13F", "gta_jhash": "0xE9BF2A7D" }, "0x40C23491CE83708E": { "name": "CREATE_CAM_WITH_PARAMS", "comment": "", "params": [ { "type": "const char*", "name": "camName" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "fov" }, { "type": "BOOL", "name": "p8" }, { "type": "int", "name": "p9" } ], "return_type": "Cam", "build": "1207", "gta_hash": "0xB51194800B257161", "gta_jhash": "0x23B02F15" }, "0x57CDF879EA466C46": { "name": "CREATE_CAMERA", "comment": "", "params": [ { "type": "Hash", "name": "camHash" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Cam", "build": "1207", "gta_hash": "0x5E3CF89C6BCCA67D", "gta_jhash": "0x5D6739AE" }, "0x98B99B9F27E2D60B": { "name": "CREATE_CAMERA_WITH_PARAMS", "comment": "", "params": [ { "type": "Hash", "name": "camHash" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "fov" }, { "type": "BOOL", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "Cam", "build": "1207", "gta_hash": "0x6ABFA3E16460F22D", "gta_jhash": "0x0688BE9A" }, "0x4E67E0B6D7FD5145": { "name": "DESTROY_CAM", "comment": "BOOL param indicates whether the cam should be destroyed if it belongs to the calling script.", "params": [ { "type": "Cam", "name": "cam" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x865908C81A2C22E9", "gta_jhash": "0xC39302BD" }, "0x163600D6E136C9F8": { "name": "DESTROY_ALL_CAMS", "comment": "BOOL param indicates whether the cam should be destroyed if it belongs to the calling script.", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8E5FB15663F79120", "gta_jhash": "0x10C151CE" }, "0x153AD457764FD704": { "name": "DOES_CAM_EXIST", "comment": "Returns whether or not the passed camera handle exists.", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA7A932170592B50E", "gta_jhash": "0x1EF89DC0" }, "0x87295BCA613800C8": { "name": "SET_CAM_ACTIVE", "comment": "Set camera as active/inactive.", "params": [ { "type": "Cam", "name": "cam" }, { "type": "BOOL", "name": "active" } ], "return_type": "void", "build": "1207", "gta_hash": "0x026FB97D0A425F84", "gta_jhash": "0x064659C2" }, "0x63EFCC7E1810B8E6": { "name": "IS_CAM_ACTIVE", "comment": "Returns whether or not the passed camera handle is active.", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDFB2B516207D3534", "gta_jhash": "0x4B58F177" }, "0x4415F8A6C536D39F": { "name": "IS_CAM_RENDERING", "comment": "", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x02EC0AF5C5A49B7A", "gta_jhash": "0x6EC6B5B2" }, "0x03A8931ECC8015D6": { "name": "GET_RENDERING_CAM", "comment": "", "params": [], "return_type": "Cam", "build": "1207", "gta_hash": "0x5234F9F10919EABA", "gta_jhash": "0x0FCF4DF1" }, "0x6B12F11C2A9F0344": { "name": "GET_CAM_COORD", "comment": "", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0xBAC038F7459AE5AE", "gta_jhash": "0x7C40F09C" }, "0x9BF96B57254E7889": { "name": "GET_CAM_ROT", "comment": "rotationOrder: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eEulerRotationOrder", "params": [ { "type": "Cam", "name": "cam" }, { "type": "int", "name": "rotationOrder" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x7D304C1C955E3E12", "gta_jhash": "0xDAC84C9F" }, "0x8101D32A0A6B0F60": { "name": "GET_CAM_FOV", "comment": "", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "float", "build": "1207", "gta_hash": "0xC3330A45CCCDB26A", "gta_jhash": "0xD6E9FCF5" }, "0xA47BBFFFB83D4D0A": { "name": "SET_CAM_PARAMS", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "fieldOfView" }, { "type": "Any", "name": "p8" }, { "type": "int", "name": "p9" }, { "type": "int", "name": "p10" }, { "type": "int", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBFD8727AEA3CCEBA", "gta_jhash": "0x2167CEBF" }, "0xF9EE7D419EE49DE6": { "name": "SET_CAM_COORD", "comment": "Sets the position of the cam.", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4D41783FB745E42E", "gta_jhash": "0x7A8053AF" }, "0x63DFA6810AD78719": { "name": "SET_CAM_ROT", "comment": "Sets the rotation of the cam.", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "int", "name": "rotationOrder" } ], "return_type": "void", "build": "1207", "gta_hash": "0x85973643155D0B07", "gta_jhash": "0xEE38B3C1" }, "0x27666E5988D9D429": { "name": "SET_CAM_FOV", "comment": "Sets the field of view of the cam.\n\nMin: 1.0f\nMax: 130.0f", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "fieldOfView" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB13C14F66A00D047", "gta_jhash": "0xD3D5D74F" }, "0xA924028272A61364": { "name": "SET_CAM_NEAR_CLIP", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "nearClip" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC7848EFCCC545182", "gta_jhash": "0x46DB13B1" }, "0x5E32817BF6302111": { "name": "SET_CAM_FAR_CLIP", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "farClip" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAE306F2A904BF86E", "gta_jhash": "0x0D23E381" }, "0x45FD891364181F9E": { "name": "SET_CAM_MOTION_BLUR_STRENGTH", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "strength" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6F0F77FBA9A8F2E6", "gta_jhash": "0xFD6E0D67" }, "0xFC3F638BE2B6BB02": { "name": "_0xFC3F638BE2B6BB02", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xE4B7945EF4F1BFB2": { "name": "_0xE4B7945EF4F1BFB2", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x1FC6C727D30FFDDE": { "name": "_0x1FC6C727D30FFDDE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFDC0DF7F6FB0A592": { "name": "ATTACH_CAM_TO_ENTITY", "comment": "Last param determines if its relative to the Entity", "params": [ { "type": "Cam", "name": "cam" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "BOOL", "name": "isRelative" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFEDB7D269E8C60E3", "gta_jhash": "0xAD7C45F6" }, "0xDFC1E4A44C0324CA": { "name": "ATTACH_CAM_TO_PED_BONE", "comment": "boneIndex: https://github.com/femga/rdr3_discoveries/tree/master/boneNames", "params": [ { "type": "Cam", "name": "cam" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "heading" } ], "return_type": "void", "build": "1207", "gta_hash": "0x61A3DBA14AB7F411", "gta_jhash": "0x506BB35C" }, "0x05B41DDBEB559556": { "name": "DETACH_CAM", "comment": "", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA2FABBE87F4BAD82", "gta_jhash": "0xF4FBF14A" }, "0x948B39341C3A40C2": { "name": "POINT_CAM_AT_COORD", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF75497BB865F0803", "gta_jhash": "0x914BC21A" }, "0xFC2867E6074D3A61": { "name": "POINT_CAM_AT_ENTITY", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5640BFF86B16E8DC", "gta_jhash": "0x7597A0F7" }, "0xCA1B30A3357C71F1": { "name": "STOP_CAM_POINTING", "comment": "", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF33AB75780BA57DE", "gta_jhash": "0x5435F6A5" }, "0x11F32BB61B756732": { "name": "_SET_CAM_FOCUS_DISTANCE", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "distance" } ], "return_type": "void", "build": "1207" }, "0x9F97E85EC142255E": { "name": "_PAUSE_CAMERA_FOCUS", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "BOOL", "name": "pause" } ], "return_type": "void", "build": "1207" }, "0x3CB9E8BDE5E76F33": { "name": "SET_CAM_AFFECTS_AIMING", "comment": "Allows you to aim and shoot at the direction the camera is facing.", "params": [ { "type": "Cam", "name": "cam" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8C1DC7770C51DC8D", "gta_jhash": "0x0C74F9AF" }, "0x1B8F3CE5A6001298": { "name": "SET_CAM_CONTROLS_MINI_MAP_HEADING", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x661B5C8654ADD825", "gta_jhash": "0xE1A0B2F1" }, "0x42ED56B02E05D109": { "name": "ALLOW_MOTION_BLUR_DECAY", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x271017B9BA825366", "gta_jhash": "0x43220969" }, "0xF1F57F9D230F9CD1": { "name": "ADD_CAM_SPLINE_NODE", "comment": "p7 (length) determines the length of the spline, affects camera path and duration of transition between previous node and this one\n\np8 big values ~100 will slow down the camera movement before reaching this node\n\np9 != 0 seems to override the rotation/pitch (bool?)", "params": [ { "type": "Cam", "name": "camera" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "int", "name": "length" }, { "type": "int", "name": "p8" }, { "type": "int", "name": "p9" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8609C75EC438FB3B", "gta_jhash": "0xAD3C7EAA" }, "0xF1898A68E7C15636": { "name": "SET_CAM_SPLINE_PHASE", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x242B5874F0A4E052", "gta_jhash": "0xF0AED233" }, "0x095EDCD24D90033A": { "name": "GET_CAM_SPLINE_PHASE", "comment": "Can use this with SET_CAM_SPLINE_PHASE to set the float it this native returns.\n\n(returns 1.0f when no nodes has been added, reached end of non existing spline)", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "float", "build": "1207", "gta_hash": "0xB5349E36C546509A", "gta_jhash": "0x39784DD9" }, "0xFF6311652CA91015": { "name": "SET_CAM_SPLINE_DURATION", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "int", "name": "timeDuration" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1381539FEE034CDA", "gta_jhash": "0x3E91FC8A" }, "0x84B3645618E726B0": { "name": "SET_CAM_SPLINE_SMOOTHING_STYLE", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "int", "name": "smoothingStyle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD1B0F412F109EA5D", "gta_jhash": "0x15E141CE" }, "0x8B15AE2987C1AC8F": { "name": "SET_CAM_ACTIVE_WITH_INTERP", "comment": "", "params": [ { "type": "Cam", "name": "camTo" }, { "type": "Cam", "name": "camFrom" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "easeLocation" }, { "type": "int", "name": "easeRotation" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9FBDA379383A52A4", "gta_jhash": "0x7983E7F0" }, "0x578F8F1CAA17BD2B": { "name": "IS_CAM_INTERPOLATING", "comment": "", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x036F97C908C2B52C", "gta_jhash": "0x7159CB5D" }, "0xF9A7BCF5D050D4E7": { "name": "SHAKE_CAM", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "const char*", "name": "type" }, { "type": "float", "name": "amplitude" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6A25241C340D3822", "gta_jhash": "0x1D4211B0" }, "0x2EEB402BD7320159": { "name": "IS_CAM_SHAKING", "comment": "", "params": [ { "type": "Cam", "name": "cam" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6B24BFE83A2BE47B", "gta_jhash": "0x0961FD9B" }, "0xB78CC4B4706614B0": { "name": "STOP_CAM_SHAKING", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBDECF64367884AC3", "gta_jhash": "0x40D0EB87" }, "0xA263DDF694D563F6": { "name": "PLAY_CAM_ANIM", "comment": "", "params": [ { "type": "Cam", "name": "cam" }, { "type": "const char*", "name": "animName" }, { "type": "const char*", "name": "animDictionary" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "int", "name": "animFlags" }, { "type": "int", "name": "rotOrder" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9A2D0FB2E7852392", "gta_jhash": "0xBCEFB87E" }, "0xCF69EA05CD9C33C9": { "name": "_0xCF69EA05CD9C33C9", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x20389408F0E93B9A": { "name": "_IS_ANIM_SCENE_CAM_ACTIVE", "comment": "Only used in R* Script camera_photomode", "params": [], "return_type": "BOOL", "build": "1207" }, "0xF5472C80DF2FF847": { "name": "IS_SCREEN_FADED_OUT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB16FCE9DDC7BA182", "gta_jhash": "0x9CAA05FA" }, "0x37F9A426FBCF4AF2": { "name": "IS_SCREEN_FADED_IN", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5A859503B0C08678", "gta_jhash": "0x4F37276D" }, "0x02F39BEFE7B88D00": { "name": "IS_SCREEN_FADING_OUT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x797AC7CB535BA28F", "gta_jhash": "0x79275A57" }, "0x0CECCC63FFA2EF24": { "name": "IS_SCREEN_FADING_IN", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5C544BC6C57AC575", "gta_jhash": "0xC7C82800" }, "0x6A053CF596F67DF7": { "name": "DO_SCREEN_FADE_IN", "comment": "Fades the screen in.\n\nduration: The time the fade should take, in milliseconds.", "params": [ { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD4E8E24955024033", "gta_jhash": "0x66C1BDEE" }, "0x40C719A5E410B9E4": { "name": "DO_SCREEN_FADE_OUT", "comment": "Fades the screen out.\n\nduration: The time the fade should take, in milliseconds.", "params": [ { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207", "gta_hash": "0x891B5B39AC6302AF", "gta_jhash": "0x89D01805" }, "0x81DCFD13CF39920E": { "name": "HAS_LETTER_BOX", "comment": "More info: https://en.wikipedia.org/wiki/Letterboxing_(filming)", "params": [], "return_type": "BOOL", "build": "1207" }, "0x69D65E89FFD72313": { "name": "_REQUEST_LETTER_BOX_NOW", "comment": "Creates Cinematic Black Bars (at top and bottom)\nDisable instantly: false/false, Enable instantly: true/true", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE296208C273BD7F0": { "name": "_REQUEST_LETTER_BOX_OVERTIME", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xC64ABC0676AF262B": { "name": "_FORCE_LETTER_BOX_THIS_UPDATE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xA2B1C7EF759A63CE": { "name": "GET_LETTER_BOX_RATIO", "comment": "More info: see HAS_LETTER_BOX", "params": [], "return_type": "float", "build": "1207" }, "0x73FF6BE63DC18819": { "name": "_0x73FF6BE63DC18819", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x450769C833D58844": { "name": "_0x450769C833D58844", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xD7F4D54CF80AFA34": { "name": "SET_WIDESCREEN_BORDERS", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDCD4EA924F42D01A", "gta_jhash": "0x1A75DC9A" }, "0x595320200B98596E": { "name": "GET_GAMEPLAY_CAM_COORD", "comment": "", "params": [], "return_type": "Vector3", "build": "1207", "gta_hash": "0x14D6F5678D8F1B37", "gta_jhash": "0x9388CF79" }, "0x0252D2B5582957A6": { "name": "GET_GAMEPLAY_CAM_ROT", "comment": "", "params": [ { "type": "int", "name": "rotationOrder" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x837765A25378F0BB", "gta_jhash": "0x13A010B5" }, "0xF6A96E5ACEEC6E50": { "name": "GET_GAMEPLAY_CAM_FOV", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x65019750A0324133", "gta_jhash": "0x4D6B3BFA" }, "0x8459B3E64257B21D": { "name": "SET_GAMEPLAY_CAM_MAX_MOTION_BLUR_STRENGTH_THIS_UPDATE", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0225778816FDC28C", "gta_jhash": "0x1126E37C" }, "0xC4ABF536048998AA": { "name": "GET_GAMEPLAY_CAM_RELATIVE_HEADING", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x743607648ADD4587", "gta_jhash": "0xCAF839C2" }, "0x5D1EB123EAC5D071": { "name": "SET_GAMEPLAY_CAM_RELATIVE_HEADING", "comment": "Sets the camera position relative to heading in float from -360 to +360.\n\nHeading is always 0 in aiming camera.", "params": [ { "type": "float", "name": "heading" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB4EC2312F4E5B1F1", "gta_jhash": "0x20C6217C" }, "0x99AADEBBA803F827": { "name": "GET_GAMEPLAY_CAM_RELATIVE_PITCH", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x3A6867B4845BEDA2", "gta_jhash": "0xFC5A4946" }, "0xFB760AF4F537B8BF": { "name": "SET_GAMEPLAY_CAM_RELATIVE_PITCH", "comment": "Sets the camera pitch.\n\nParameters:\nx = pitches the camera on the x axis.\nValue2 = always seems to be hex 0x3F800000 (1.000000 float).", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "Value2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6D0858B8EDFD2B7D", "gta_jhash": "0x6381B963" }, "0x0961B089947BA6D0": { "name": "_0x0961B089947BA6D0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x04084490CC302CFB": { "name": "_0x04084490CC302CFB", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x1DD95A8D6B24A0C9": { "name": "SET_SCRIPTED_CAMERA_IS_FIRST_PERSON_THIS_FRAME", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x469F2ECDEC046337", "gta_jhash": "" }, "0xD1BA66940E94C547": { "name": "_IS_IN_FULL_FIRST_PERSON_MODE", "comment": "Returns true if player is in first person", "params": [], "return_type": "BOOL", "build": "1207" }, "0xD9B31B4650520529": { "name": "SHAKE_GAMEPLAY_CAM", "comment": "", "params": [ { "type": "const char*", "name": "shakeName" }, { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFD55E49555E017CF", "gta_jhash": "0xF2EFE660" }, "0xC3E9E5D4F413B773": { "name": "_0xC3E9E5D4F413B773", "comment": "shakeName: REINFORCED_LASSO_STRUGGLE_SHAKE\n_RES*", "params": [ { "type": "const char*", "name": "shakeName" }, { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207" }, "0xEA4C5F4AA0A4DBEF": { "name": "IS_GAMEPLAY_CAM_SHAKING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x016C090630DF1F89", "gta_jhash": "0x3457D681" }, "0x0060B31968E60E41": { "name": "_0x0060B31968E60E41", "comment": "shakeNames in script_rel: CORRECTOR_SHAKE, MINIGAME_BOUNTY_SHAKE, POV_DRUNK_SHAKE, DRUNK_SHAKE, MINIGAME_TRAIN_SHAKE\n_IS_GAMEPLAY_*", "params": [ { "type": "const char*", "name": "shakeName" } ], "return_type": "BOOL", "build": "1207" }, "0x570E35F5C4A44838": { "name": "SET_GAMEPLAY_CAM_SHAKE_AMPLITUDE", "comment": "Sets the amplitude for the gameplay (i.e. 3rd or 1st) camera to shake.", "params": [ { "type": "float", "name": "amplitude" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA87E00932DB4D85D", "gta_jhash": "0x9219D44A" }, "0xFEFDDC6E8FDF8A75": { "name": "_0xFEFDDC6E8FDF8A75", "comment": "_SET_GAMEPLAY_P* - _SET_GAMEPLAY_V*", "params": [ { "type": "const char*", "name": "shakeName" }, { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207" }, "0xE0DE43D290FB65F9": { "name": "STOP_GAMEPLAY_CAM_SHAKING", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0EF93E9F3D08C178", "gta_jhash": "0xFD569E4E" }, "0x4285804FD65D8066": { "name": "_STOP_GAMEPLAY_CAM_SHAKING_WITH_NAME", "comment": "script_rel: DRUNK_SHAKE, REINFORCED_LASSO_STRUGGLE_SHAKE, CORRECTOR_SHAKE, MINIGAME_BOUNTY_SHAKE, HAND_SHAKE, MINIGAME_TRAIN_SHAKE\nscript_mp_rel: DRUNK_SHAKE, REINFORCED_LASSO_STRUGGLE_SHAKE\n_STOP_GAMEPLAY_CAM* - _STOP_I*", "params": [ { "type": "const char*", "name": "shakeName" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x82E41D6ADE924FCA": { "name": "SET_GAMEPLAY_CAM_FOLLOW_PED_THIS_UPDATE", "comment": "Forces gameplay cam to specified ped as if you were the ped or spectating it", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8BBACBF51DA047A8", "gta_jhash": "0x7D3007A2" }, "0x8660EA714834E412": { "name": "IS_GAMEPLAY_CAM_RENDERING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x39B5D1B10383F0C8", "gta_jhash": "0x0EF276DA" }, "0x251241CAEC707106": { "name": "IS_INTERPOLATING_FROM_SCRIPT_CAMS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3044240D2E0FA842", "gta_jhash": "0xC0B00C20" }, "0x43AB9D5A7D415478": { "name": "IS_INTERPOLATING_TO_SCRIPT_CAMS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x705A276EBFF3133D", "gta_jhash": "0x60C23785" }, "0x8FE0D24FFD04D5A2": { "name": "IS_GAMEPLAY_CAM_LOOKING_BEHIND", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x70FDA869F3317EA9", "gta_jhash": "0x33C83F17" }, "0xD904F75DBD7AB865": { "name": "SET_GAMEPLAY_CAM_IGNORE_ENTITY_COLLISION_THIS_UPDATE", "comment": "Old name: _DISABLE_CAM_COLLISION_FOR_ENTITY", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2AED6301F67007D5", "gta_jhash": "0x2701A9AD" }, "0x7E3F546ACFE6C8D9": { "name": "DISABLE_CAM_COLLISION_FOR_OBJECT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x49482F9FCD825AAA", "gta_jhash": "0xC4736ED3" }, "0x39073DA4EDDBC91D": { "name": "_0x39073DA4EDDBC91D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x70A6658D476C6187": { "name": "_0x70A6658D476C6187", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x18C3DFAC458783BB": { "name": "_0x18C3DFAC458783BB", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xF1A6FEEDF3776EF9": { "name": "_0xF1A6FEEDF3776EF9", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xE6F364DE6C2FDEFE": { "name": "_0xE6F364DE6C2FDEFE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x0F1FFEF5D54AE832": { "name": "_0x0F1FFEF5D54AE832", "comment": "NPLOI_UPDATE__GUN_SPINNING_PREVIEW - Adjusting Camera / Ped Reset Flags This Frame\n_DISABLE_*", "params": [], "return_type": "void", "build": "1207" }, "0x3C8F74E8FE751614": { "name": "_0x3C8F74E8FE751614", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x06557F6D96C86881": { "name": "_0x06557F6D96C86881", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x2E941B5FFA2989C6": { "name": "IS_SPHERE_VISIBLE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE33D59DA70B58FDF", "gta_jhash": "0xDD1329E2" }, "0x190F7DA1AC09A8EF": { "name": "_0x190F7DA1AC09A8EF", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xBCDA0BA8762FACB9": { "name": "_SET_GAMEPLAY_CAM_INITIAL_ZOOM", "comment": "Used in Script Function SHOP_CAMERA_SUPPORT_START_NEW_ORBIT", "params": [ { "type": "float", "name": "camInitialZoom" } ], "return_type": "void", "build": "1207" }, "0x6C1053C433A573CF": { "name": "_SET_GAMEPLAY_CAM_INITIAL_HEADING", "comment": "", "params": [ { "type": "float", "name": "camInitialHeading" } ], "return_type": "void", "build": "1207" }, "0x449995EA846D3FC2": { "name": "_SET_GAMEPLAY_CAM_INITIAL_PITCH", "comment": "", "params": [ { "type": "float", "name": "camInitialPitch" } ], "return_type": "void", "build": "1207" }, "0x14F3947318CA8AD2": { "name": "SET_THIRD_PERSON_CAM_RELATIVE_HEADING_LIMITS_THIS_UPDATE", "comment": "minimum: Degrees between -180f and 180f.\nmaximum: Degrees between -180f and 180f.\n\nClamps the gameplay camera's current yaw.\n\nEg. _CLAMP_GAMEPLAY_CAM_YAW(0.0f, 0.0f) will set the horizontal angle directly behind the player.\n\nOld name: _CLAMP_GAMEPLAY_CAM_YAW", "params": [ { "type": "float", "name": "minimum" }, { "type": "float", "name": "maximum" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8F993D26E0CA5E8E", "gta_jhash": "0x749909AC" }, "0x326C7AA308F3DF6A": { "name": "SET_THIRD_PERSON_CAM_RELATIVE_PITCH_LIMITS_THIS_UPDATE", "comment": "minimum: Degrees between -90f and 90f.\nmaximum: Degrees between -90f and 90f.\n\nClamps the gameplay camera's current pitch.\n\nEg. _CLAMP_GAMEPLAY_CAM_PITCH(0.0f, 0.0f) will set the vertical angle directly behind the player.\n\nOld name: _CLAMP_GAMEPLAY_CAM_PITCH", "params": [ { "type": "float", "name": "minimum" }, { "type": "float", "name": "maximum" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA516C198B7DCA1E1", "gta_jhash": "0xFA3A16E7" }, "0x2126C740A4AC370B": { "name": "SET_THIRD_PERSON_CAM_ORBIT_DISTANCE_LIMITS_THIS_UPDATE", "comment": "Old name: _ANIMATE_GAMEPLAY_CAM_ZOOM", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "distance" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDF2E1F7742402E81", "gta_jhash": "0x77340650" }, "0xFA1D5E8D1C3CCD67": { "name": "SET_IN_VEHICLE_CAM_STATE_THIS_UPDATE", "comment": "Forces gameplay cam to specified vehicle as if you were in it", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE9EA16D6E54CDCA4", "gta_jhash": "0x4B22C5CB" }, "0x9C473089A934C930": { "name": "DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE", "comment": "Old name: _DISABLE_FIRST_PERSON_CAM_THIS_FRAME", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xDE2EF5DA284CC8DF", "gta_jhash": "" }, "0x77D65669A05D1A1A": { "name": "DISABLE_FIRST_PERSON_FLASH_EFFECT_THIS_UPDATE", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x59424BD75174C9B1", "gta_jhash": "" }, "0x8910C24B7E0046EC": { "name": "_DISABLE_CINEMATIC_MODE_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x74F1D22EFA71FAB8": { "name": "_IS_IN_CINEMATIC_MODE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x718C6ECF5E8CBDD4": { "name": "_0x718C6ECF5E8CBDD4", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x8370D34BD2E60B73": { "name": "_FORCE_THIRD_PERSON_CAM_THIS_FRAME", "comment": "Forces camera position to second furthest 3rd person", "params": [], "return_type": "void", "build": "1207" }, "0x1CFB749AD4317BDE": { "name": "_FORCE_THIRD_PERSON_CAM_FAR_THIS_FRAME", "comment": "Forces camera position to furthest 3rd person", "params": [], "return_type": "void", "build": "1207" }, "0x90DA5BA5C2635416": { "name": "_FORCE_FIRST_PERSON_CAM_THIS_FRAME", "comment": "Returns true if first person camera is active in saloon1.ysc", "params": [], "return_type": "BOOL", "build": "1207" }, "0x05AB44D906738426": { "name": "_DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE_2", "comment": "Does the same as 0x9C473089A934C930 (DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE)", "params": [], "return_type": "void", "build": "1207" }, "0x632BE8D84846FA56": { "name": "_0x632BE8D84846FA56", "comment": "Zooms in the gameplay camera to the next zoom level?\nUSE_* - WAS_*", "params": [], "return_type": "void", "build": "1207" }, "0x71D71E08A7ED5BD7": { "name": "_0x71D71E08A7ED5BD7", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA40C2F51FB589E9A": { "name": "IS_FOLLOW_VEHICLE_CAM_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCBBDE6D335D6D496", "gta_jhash": "0x8DD49B77" }, "0x7E40A01B11398FCB": { "name": "_0x7E40A01B11398FCB", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x698F456FB909E077": { "name": "IS_AIM_CAM_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1232", "gta_hash": "0x68EDDA28A5976D07", "gta_jhash": "0xC24B4F6F" }, "0xF63134C54B6EC212": { "name": "IS_FIRST_PERSON_AIM_CAM_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5E346D934122613F", "gta_jhash": "0xD6280468" }, "0xA24C1D341C6E0D53": { "name": "IS_FIRST_PERSON_CAMERA_ACTIVE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0xDC62CD70658E7A02": { "name": "_0xDC62CD70658E7A02", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x796085220ADCC847": { "name": "_0x796085220ADCC847", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xB6A80E1E3A5444F1": { "name": "_0xB6A80E1E3A5444F1", "comment": "", "params": [], "return_type": "Any", "build": "1311" }, "0x8B1A5FE7E41E52B2": { "name": "_0x8B1A5FE7E41E52B2", "comment": "", "params": [], "return_type": "Any", "build": "1311" }, "0xB4132CA1B0EE1365": { "name": "GET_FIRST_PERSON_AIM_CAM_ZOOM_FACTOR", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x7EC52CC40597D170", "gta_jhash": "0x33951005" }, "0x05BD5E4088B30A66": { "name": "SET_FIRST_PERSON_AIM_CAM_RELATIVE_HEADING_LIMITS_THIS_UPDATE", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2F7F2B26DD3F18EE", "gta_jhash": "0x2F29F0D5" }, "0x715B7F5E8BED32A2": { "name": "SET_FIRST_PERSON_AIM_CAM_RELATIVE_PITCH_LIMITS_THIS_UPDATE", "comment": "Old name: _SET_FIRST_PERSON_CAM_PITCH_RANGE", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBCFC632DB7673BF0", "gta_jhash": "0x76DAC96C" }, "0xC205B3C54C6A4E37": { "name": "_0xC205B3C54C6A4E37", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x5352E025EC2B416F": { "name": "GET_FINAL_RENDERED_CAM_COORD", "comment": "", "params": [], "return_type": "Vector3", "build": "1207", "gta_hash": "0xA200EB1EE790F448", "gta_jhash": "0x9C84BDA0" }, "0x602685BD85DD26CA": { "name": "GET_FINAL_RENDERED_CAM_ROT", "comment": "", "params": [ { "type": "int", "name": "rotationOrder" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x5B4E4C817FCC2DFB", "gta_jhash": "0x1FFBEFC5" }, "0x04AF77971E508F6A": { "name": "GET_FINAL_RENDERED_CAM_FOV", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x80EC114669DAEFF4", "gta_jhash": "0x721B763B" }, "0xFA33B8C69A4A6A0F": { "name": "SET_GAMEPLAY_COORD_HINT", "comment": "Hash used in finale1.ysc: 1726668277", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "blendOutDuration" }, { "type": "int", "name": "blendInDuration" }, { "type": "Hash", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD51ADCD2D8BC0FB3", "gta_jhash": "0xF27483C9" }, "0x90FB951648851733": { "name": "SET_GAMEPLAY_PED_HINT", "comment": "", "params": [ { "type": "Ped", "name": "p0" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "BOOL", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2B486269ACD548D3", "gta_jhash": "0x7C27343E" }, "0xE2B2BB7DAC280515": { "name": "SET_GAMEPLAY_VEHICLE_HINT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA2297E18F3E71C2E", "gta_jhash": "0x2C9A11D8" }, "0xC40551D65F2BF297": { "name": "SET_GAMEPLAY_OBJECT_HINT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x83E87508A2CA2AC6", "gta_jhash": "0x2ED5E2F8" }, "0xD1F7F32640ADFD12": { "name": "SET_GAMEPLAY_ENTITY_HINT", "comment": "p6 & p7 - possibly length or time", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "BOOL", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0x189E955A8313E298", "gta_jhash": "0x66C32306" }, "0x2E04AB5FEE042D4A": { "name": "IS_GAMEPLAY_HINT_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE520FF1AD2785B40", "gta_jhash": "0xAD8DA205" }, "0x1BCEC33D54CFCA8A": { "name": "STOP_GAMEPLAY_HINT", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF46C581C61718916", "gta_jhash": "0x1BC28B7B" }, "0x93759A83D0D844E7": { "name": "STOP_CODE_GAMEPLAY_HINT", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x247ACBC4ABBC9D1C", "gta_jhash": "" }, "0x88544C0E3291DCAE": { "name": "_0x88544C0E3291DCAE", "comment": "UPDATE_PLAYER_PLAYING_STATE - Releasing Lasso Hint Cam\nReturn type char in ida\n_SET_GAMEPLAY_HINT_*", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x661E58BC6F00A49A": { "name": "SET_GAMEPLAY_HINT_FOV", "comment": "", "params": [ { "type": "float", "name": "FOV" } ], "return_type": "void", "build": "1207", "gta_hash": "0x513403FB9C56211F", "gta_jhash": "0x96FD173B" }, "0xDDDC54181868F81F": { "name": "SET_GAMEPLAY_HINT_FOLLOW_DISTANCE_SCALAR", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF8BDBF3D573049A1", "gta_jhash": "0x72E8CD3A" }, "0x421192A2DA48FD01": { "name": "SET_GAMEPLAY_HINT_BASE_ORBIT_PITCH_OFFSET", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD1F8363DFAD03848", "gta_jhash": "0x79472AE3" }, "0xF86B6F93727C59C9": { "name": "SET_GAMEPLAY_HINT_CAMERA_RELATIVE_SIDE_OFFSET", "comment": "Old name: _SET_GAMEPLAY_HINT_ANIM_OFFSETX", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5D7B620DAE436138", "gta_jhash": "0xFC7464A0" }, "0x29E74F819150CC32": { "name": "SET_GAMEPLAY_HINT_CAMERA_RELATIVE_VERTICAL_OFFSET", "comment": "Old name: _SET_GAMEPLAY_HINT_ANIM_OFFSETY", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC92717EF615B6704", "gta_jhash": "0x3554AA0E" }, "0xF48664E9C83825E3": { "name": "_0xF48664E9C83825E3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1F6EBD94680252CE": { "name": "_0x1F6EBD94680252CE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE28F73212A813E82": { "name": "_0xE28F73212A813E82", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x4D2F46D1B28D90FB": { "name": "_0x4D2F46D1B28D90FB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x65B205BF30C13DDB": { "name": "_START_CAMERA_ORBIT", "comment": "[SHOP_CAMERA_SUPPORT_START_NEW_ORBIT]\np0: struct<32> /*256*/", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x641092322A8852AB": { "name": "_0x641092322A8852AB", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xDB382FE20C2DA222": { "name": "_0xDB382FE20C2DA222", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x2DD3149DC34A3F4C": { "name": "_0x2DD3149DC34A3F4C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x027CAB2C3AF27010": { "name": "_FREEZE_GAMEPLAY_CAM_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3C486E334520579D": { "name": "_0x3C486E334520579D", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x41E452A3C580D1A7": { "name": "_0x41E452A3C580D1A7", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB90411F480457A6C": { "name": "SET_CINEMATIC_BUTTON_ACTIVE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x51669F7D1FB53D9F", "gta_jhash": "0x3FBC5D00" }, "0xBF7C780731AADBF8": { "name": "IS_CINEMATIC_CAM_RENDERING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB15162CB5826E9E8", "gta_jhash": "0x80471AD9" }, "0xA5929C2E57AC90D1": { "name": "DISABLE_CINEMATIC_BONNET_CAMERA_THIS_UPDATE", "comment": "Old name: _DISABLE_VEHICLE_FIRST_PERSON_CAM_THIS_FRAME", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xADFF1B2A555F5FBA", "gta_jhash": "0x5AC6DAC9" }, "0x634F4A0562CF19B8": { "name": "INVALIDATE_CINEMATIC_VEHICLE_IDLE_MODE", "comment": "Old name: _INVALIDATE_VEHICLE_IDLE_CAM", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x9E4CFFF989258472", "gta_jhash": "0x65DDE8AF" }, "0x702B75DC9D3EDE56": { "name": "FORCE_CINEMATIC_RENDERING_THIS_UPDATE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA41BCD7213805AAC", "gta_jhash": "0xFBB85E02" }, "0x9AC65A36D3C0C189": { "name": "_0x9AC65A36D3C0C189", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x975F6EBB62632FE3": { "name": "_0x975F6EBB62632FE3", "comment": "_IS_SCRIPTED_S*", "params": [], "return_type": "BOOL", "build": "1207" }, "0xCE7A90B160F75046": { "name": "SET_CINEMATIC_MODE_ACTIVE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDCF0754AC3D6FD4E", "gta_jhash": "0x2009E747" }, "0x1811A02277A9E49D": { "name": "_0x1811A02277A9E49D", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xE3639DB78B3B5400": { "name": "_FORCE_CINEMATIC_DEATH_CAM_ON_PED", "comment": "Used for DUELING_MANAGE_DEATH_CAMERA - Initializing death camera\nParams: targetPed = death cam focuses on it", "params": [ { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x986F7A51EE3E1F92": { "name": "_REACTIVATE_PED_HEADSHOT_EXECUTE_SLOWCAM", "comment": "Used to enable headshot kill replay when you headshot set ped.\nParams: p1 seems to be 0 or 1 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5B637D6F3B67716A": { "name": "_0x5B637D6F3B67716A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC252C0CC969AF79A": { "name": "_0xC252C0CC969AF79A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE2BB2D6A9FE2ECDE": { "name": "_0xE2BB2D6A9FE2ECDE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6E969927CF632608": { "name": "_SET_START_CINEMATIC_DEATH_CAM", "comment": "Used for DUELING_MANAGE_DEATH_CAMERA - Initializing death camera\n_SET_P* - _SET_S*", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6072B7420A83A03F": { "name": "_0x6072B7420A83A03F", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x1204EB53A5FBC63D": { "name": "_0x1204EB53A5FBC63D", "comment": "Used for DUELING_LOCK_CAMERA_CONTROLS_THIS_FRAME: Disabling look/aim controls\n_IS_SC(REEN_)* (?)", "params": [], "return_type": "BOOL", "build": "1207" }, "0x6519238858AF5479": { "name": "_0x6519238858AF5479", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x2F994CC29CAA9D22": { "name": "_CREATE_KILL_CAM", "comment": "Creates Kill Cam for specified Ped Handle", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xA14D5FE82BCB1D9E": { "name": "_IS_CAM_PHOTOFX_RUNNING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x6DFD37E586D4F44F": { "name": "_0x6DFD37E586D4F44F", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x80D7A3E39B120BC4": { "name": "_0x80D7A3E39B120BC4", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x63E5841A9264D016": { "name": "_0x63E5841A9264D016", "comment": "Maintains the death camera after respawn", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x9A92C06ACBAF9731": { "name": "_TRIGGER_MISSION_FAILED_CAM", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x16E9ABDD34DDD931": { "name": "_0x16E9ABDD34DDD931", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x139EFB0A71DD9011": { "name": "IS_DEATH_FAIL_CAMERA_RUNNING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x7CE9DC58E3E4755F": { "name": "_0x7CE9DC58E3E4755F", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x3B8E3AD9677CE12B": { "name": "_0x3B8E3AD9677CE12B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xDF7F5BE9150E47E4": { "name": "_0xDF7F5BE9150E47E4", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB85C13E0BF1F2A1C": { "name": "_0xB85C13E0BF1F2A1C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x066167C63111D8CF": { "name": "_0x066167C63111D8CF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xA8BA2E0204D8486F": { "name": "_0xA8BA2E0204D8486F", "comment": "NPLOI_UPDATE__GUN_SPINNING_PREVIEW - Adjusting Camera / Ped Reset Flags This Frame\n_DISABLE_*", "params": [], "return_type": "void", "build": "1355" }, "0xC3742F1FDF0A6824": { "name": "_0xC3742F1FDF0A6824", "comment": "Camera will be or is running", "params": [], "return_type": "void", "build": "1355" }, "0x0FF7125F07DEB84F": { "name": "_0x0FF7125F07DEB84F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6CAB0BA160B168D2": { "name": "_0x6CAB0BA160B168D2", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x1B3C2D961F5FC0E1": { "name": "_LOAD_CINEMATIC_CAM_LOCATION", "comment": "", "params": [ { "type": "const char*", "name": "locationDictName" } ], "return_type": "void", "build": "1207" }, "0x2412216FCC7B4E3E": { "name": "_UNLOAD_CINEMATIC_CAMERA_LOCATION", "comment": "", "params": [ { "type": "const char*", "name": "dictionaryName" } ], "return_type": "void", "build": "1207" }, "0xAA235E2F2C09E952": { "name": "_IS_CINEMATIC_CAM_LOCATION_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "sLocationDictName" } ], "return_type": "BOOL", "build": "1207" }, "0x595550376B7EA230": { "name": "_IS_CINEMATIC_CAM_LOCATION_LOADED_2", "comment": "Checks data related to Cinematic Cam Locations, if the check fails, the location is being loaded using 0x1B3C2D961F5FC0E1.", "params": [ { "type": "const char*", "name": "locationDictName" } ], "return_type": "BOOL", "build": "1207" }, "0x465F04F68AD38197": { "name": "_0x465F04F68AD38197", "comment": "", "params": [ { "type": "const char*", "name": "dictionary" }, { "type": "const char*", "name": "shotName" }, { "type": "int", "name": "duration" } ], "return_type": "Any", "build": "1207" }, "0xEA113BF9B0C0C5D7": { "name": "_0xEA113BF9B0C0C5D7", "comment": "", "params": [ { "type": "const char*", "name": "dictionary" }, { "type": "const char*", "name": "shotName" }, { "type": "int", "name": "duration" } ], "return_type": "Any", "build": "1207" }, "0xBC016635D6A73B31": { "name": "_CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT_2", "comment": "", "params": [ { "type": "const char*", "name": "dictionary" }, { "type": "const char*", "name": "shotName" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0x02389579A53C3276": { "name": "CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT", "comment": "", "params": [ { "type": "const char*", "name": "dictionary" }, { "type": "const char*", "name": "shotName" }, { "type": "const char*", "name": "cameraName" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xA54D643D0773EB65": { "name": "_0xA54D643D0773EB65", "comment": "", "params": [ { "type": "const char*", "name": "dictionary" }, { "type": "const char*", "name": "shotName" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0x6D4D25C2137FF511": { "name": "CINEMATIC_LOCATION_STOP_SCRIPTED_SHOT_EVENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC3AEBB276825A359": { "name": "_0xC3AEBB276825A359", "comment": "", "params": [ { "type": "const char*", "name": "dictionary" }, { "type": "const char*", "name": "shotName" }, { "type": "int", "name": "duration" } ], "return_type": "BOOL", "build": "1436" }, "0x1D931B7CC0EE3956": { "name": "_0x1D931B7CC0EE3956", "comment": "", "params": [ { "type": "const char*", "name": "dictionary" }, { "type": "const char*", "name": "shotName" }, { "type": "const char*", "name": "cameraName" } ], "return_type": "BOOL", "build": "1436" }, "0x0E94C95EC3185FA9": { "name": "_CINEMATIC_LOCATION_SET_LOCATION_AND_ROTATION", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" } ], "return_type": "void", "build": "1207" }, "0x0B0F914459731F60": { "name": "CINEMATIC_LOCATION_OVERRIDE_TARGET_ENTITY_THIS_UPDATE", "comment": "Only used in R* Script fm_mission_controller", "params": [ { "type": "const char*", "name": "name" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1311" }, "0x6A4D224FC7643941": { "name": "_LOAD_CAMERA_DATA_DICT", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "void", "build": "1207" }, "0x798BE43C9393632B": { "name": "_UNLOAD_CAMERA_DATA_DICT", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "void", "build": "1207" }, "0xDD0B7C5AE58F721D": { "name": "_IS_CAM_DATA_DICT_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "BOOL", "build": "1207" }, "0xC285FD21294A1C49": { "name": "_0xC285FD21294A1C49", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "BOOL", "build": "1207" }, "0xB8B207C34285E978": { "name": "_CAM_CREATE", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "void", "build": "1207" }, "0x0A5A4F1979ABB40E": { "name": "_CAM_DESTROY", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "void", "build": "1207" }, "0x927B810E43E99932": { "name": "_IS_CAMERA_AVAILABLE", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "BOOL", "build": "1207" }, "0x4138EE36BC3DC0A7": { "name": "_0x4138EE36BC3DC0A7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xFEB8646818294C75": { "name": "_0xFEB8646818294C75", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x29E6655DF3590B0D": { "name": "_0x29E6655DF3590B0D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xAC77757C05DE9E5A": { "name": "_0xAC77757C05DE9E5A", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "void", "build": "1207" }, "0x8E036B41C37D0E5F": { "name": "_0x8E036B41C37D0E5F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x1D9F72DD4FD9A9D7": { "name": "_0x1D9F72DD4FD9A9D7", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x7B0279170961A73F": { "name": "_CAM_CREATE_2", "comment": "", "params": [ { "type": "const char*", "name": "cameraDictionary" } ], "return_type": "void", "build": "1207" }, "0x728491FB3DFFEF99": { "name": "_0x728491FB3DFFEF99", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x14C4A49E36C29E49": { "name": "_0x14C4A49E36C29E49", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xF824530B612FE0CE": { "name": "_0xF824530B612FE0CE", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xEF9A3132A0AA6B19": { "name": "_0xEF9A3132A0AA6B19", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x5060FA977CEA4455": { "name": "_0x5060FA977CEA4455", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x2533BAFFBE737E54": { "name": "_GET_PHOTO_MODE_FOCAL_LENGTH", "comment": "", "params": [], "return_type": "float", "build": "1207" }, "0x18FC740FFDCD7454": { "name": "_GET_PHOTO_MODE_FOCUS_DISTANCE", "comment": "", "params": [], "return_type": "float", "build": "1207" }, "0x4653A741D17F2CD0": { "name": "_GET_PHOTO_MODE_DOF", "comment": "", "params": [], "return_type": "float", "build": "1207" }, "0x2AB7C81B3F70570C": { "name": "_0x2AB7C81B3F70570C", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x8505E05FC8822843": { "name": "_0x8505E05FC8822843", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" } }, "CLOCK": { "0x3A52C59FFB2DEED8": { "name": "SET_CLOCK_TIME", "comment": "SET_CLOCK_TIME(12, 34, 56);", "params": [ { "type": "int", "name": "hour" }, { "type": "int", "name": "minute" }, { "type": "int", "name": "second" } ], "return_type": "void", "build": "1207", "gta_hash": "0x47C3B5848C3E45D8", "gta_jhash": "0x26F6AF14" }, "0x4D1A590C92BF377E": { "name": "PAUSE_CLOCK", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" }, { "type": "Any", "name": "unused" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4055E40BD2DBEC1D", "gta_jhash": "0xB02D6124" }, "0x568D998A9FF96774": { "name": "_PAUSE_CLOCK_THIS_FRAME", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x0184750AE88D0B1D": { "name": "ADVANCE_CLOCK_TIME_TO", "comment": "", "params": [ { "type": "int", "name": "hour" }, { "type": "int", "name": "minute" }, { "type": "int", "name": "second" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC8CA9670B9D83B3B", "gta_jhash": "0x57B8DA7C" }, "0xAB7C251C7701D336": { "name": "ADD_TO_CLOCK_TIME", "comment": "", "params": [ { "type": "int", "name": "hours" }, { "type": "int", "name": "minutes" }, { "type": "int", "name": "seconds" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD716F30D8C8980E2", "gta_jhash": "0xCC40D20D" }, "0xC82CF208C2B19199": { "name": "GET_CLOCK_HOURS", "comment": "Gets the current ingame hour, expressed without zeros. (09:34 will be represented as 9)", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x25223CA6B4D20B7F", "gta_jhash": "0x7EF8316F" }, "0x4E162231B823DBBF": { "name": "GET_CLOCK_MINUTES", "comment": "Gets the current ingame clock minute.", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x13D2B8ADD79640F2", "gta_jhash": "0x94AAC486" }, "0xB6101ABE62B5F080": { "name": "GET_CLOCK_SECONDS", "comment": "Gets the current ingame clock second. Note that ingame clock seconds change really fast since a day in RDR is only 48 minutes in real life.", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x494E97C2EF27C470", "gta_jhash": "0x099C927E" }, "0x04EEDB3848DACF68": { "name": "_SET_MILLISECONDS_PER_GAME_MINUTE", "comment": "", "params": [ { "type": "int", "name": "ms" } ], "return_type": "void", "build": "1207" }, "0x78FD8BE812E436B2": { "name": "_GET_SECONDS_SINCE_BASE_YEAR", "comment": "Base year is 1898.", "params": [], "return_type": "int", "build": "1207" }, "0x02AD3092562941E2": { "name": "SET_CLOCK_DATE", "comment": "", "params": [ { "type": "int", "name": "day" }, { "type": "int", "name": "month" }, { "type": "int", "name": "year" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB096419DF0D06CE7", "gta_jhash": "0x96891C94" }, "0x4DD02D4C7FB30076": { "name": "GET_CLOCK_DAY_OF_WEEK", "comment": "Gets the current day of the week.\n\n0: Sunday\n1: Monday\n2: Tuesday\n3: Wednesday\n4: Thursday\n5: Friday\n6: Saturday", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xD972E4BD7AEB235F", "gta_jhash": "0x84E4A289" }, "0xDF2FD796C54480A5": { "name": "GET_CLOCK_DAY_OF_MONTH", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x3D10BC92A4DB1D35", "gta_jhash": "0xC7A5ACB7" }, "0x2D44E8FC79EAB1AC": { "name": "GET_CLOCK_MONTH", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xBBC72712E80257A1", "gta_jhash": "0x3C48A3D5" }, "0xE136DCA28C4A48BA": { "name": "GET_CLOCK_YEAR", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x961777E64BDAF717", "gta_jhash": "0xB8BECF15" }, "0xE4CB8D126501EC52": { "name": "GET_MILLISECONDS_PER_GAME_MINUTE", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x2F8B4D1C595B11DB", "gta_jhash": "0x3B74095C" }, "0x90338AD4A784E455": { "name": "GET_POSIX_TIME", "comment": "", "params": [ { "type": "int*", "name": "year" }, { "type": "int*", "name": "month" }, { "type": "int*", "name": "day" }, { "type": "int*", "name": "hour" }, { "type": "int*", "name": "minute" }, { "type": "int*", "name": "second" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDA488F299A5B164E", "gta_jhash": "0xE15A5281" }, "0x86A68E84E5884951": { "name": "_GET_POSIX_TIME_STRUCT", "comment": "Same as GET_POSIX_TIME except that it takes a single pointer to a struct.", "params": [ { "type": "Any*", "name": "outTime" } ], "return_type": "void", "build": "1207" }, "0x28EEACE9B43D9597": { "name": "_ADD_TIME_TO_DATE_TIME", "comment": "", "params": [ { "type": "Any*", "name": "inDateTime" }, { "type": "Any*", "name": "timeToAdd" }, { "type": "Any*", "name": "outDateTime" } ], "return_type": "void", "build": "1207" } }, "COLLECTION": { "0x725D52F21A5E9EF6": { "name": "_COLLECTABLE_GET_CATEGORY", "comment": "Used in Script Function NET_COLLECTABLES_HANDLE_ITEM_ADDED\nReturns collectableCategory Hash", "params": [ { "type": "Hash", "name": "collectableItem" } ], "return_type": "Hash", "build": "1207" }, "0x6052B4DE6657684F": { "name": "_COLLECTABLE_GET_SUBCATEGORY", "comment": "", "params": [ { "type": "Hash", "name": "collectableItem" } ], "return_type": "Hash", "build": "1207" }, "0x922A79CD4A033B8B": { "name": "_COLLECTABLE_GET_IPL", "comment": "", "params": [ { "type": "Hash", "name": "collectableItem" } ], "return_type": "Hash", "build": "1207" }, "0x1F1DD794908C2BFA": { "name": "_COLLECTABLE_GET_PLACEMENT_LOCATION", "comment": "", "params": [ { "type": "Hash", "name": "collectableItem" } ], "return_type": "Vector3", "build": "1207" }, "0xF83D3DDA4D3C8169": { "name": "_COLLECTABLE_GET_NUM_FOUND", "comment": "", "params": [ { "type": "Hash", "name": "collectableItem" } ], "return_type": "int", "build": "1207" }, "0x9A03F22AD446EEAC": { "name": "_COLLECTABLE_GET_NUM_TURNED_IN", "comment": "", "params": [ { "type": "Hash", "name": "collectableItem" } ], "return_type": "int", "build": "1207" }, "0x3EA62E56F386C997": { "name": "_COLLECTABLE_INCREMENT_NUM_FOUND", "comment": "", "params": [ { "type": "Hash", "name": "collectableItem" }, { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0x398FAB9C96A81924": { "name": "_COLLECTABLE_INCREMENT_NUM_TURNED_IN", "comment": "", "params": [ { "type": "Hash", "name": "collectableItem" }, { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0x62CAB7DB62EAD434": { "name": "_COLLECTABLE_CATEGORY_GET_NUM_COLLECTABLES", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "Hash", "name": "collectableSubcategory" } ], "return_type": "int", "build": "1207" }, "0x126CBEBBA46693CF": { "name": "_COLLECTABLE_GET_COLLECTABLE_ITEM_HASH", "comment": "", "params": [ { "type": "int", "name": "index" }, { "type": "Hash", "name": "collectableCategory" }, { "type": "Hash", "name": "collectableSubcategory" } ], "return_type": "Hash", "build": "1207" }, "0x5461C821D00FE15A": { "name": "_COLLECTABLE_CATEGORY_GET_NUM_FOUND", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "Hash", "name": "collectableSubcategory" } ], "return_type": "int", "build": "1207" }, "0x3A65F4844913A047": { "name": "_COLLECTABLE_CATEGORY_GET_NUM_TURNED_IN", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "Hash", "name": "collectableSubcategory" } ], "return_type": "int", "build": "1207" }, "0x33825A7388A6B9F6": { "name": "_0x33825A7388A6B9F6", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x755901C7598B97BC": { "name": "_0x755901C7598B97BC", "comment": "Returns p2 (index?) for 0xB9020EC89C07DF04", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xB9020EC89C07DF04": { "name": "_0xB9020EC89C07DF04", "comment": "Accepts more hashes than 0xCC644BC1DD655269\nSuch as: CAROLINA_PARAKEETS, DINO_BONES, EGRET_FEATHERS, ...", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "index" } ], "return_type": "Any", "build": "1207" }, "0xFC832B06127D8E99": { "name": "_0xFC832B06127D8E99", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x0B6D275D2F242E17": { "name": "COLLECTABLE_CATEGORY_SET_HAS_RECEIVED_LIST", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6BAB7ACED1017204": { "name": "_0x6BAB7ACED1017204", "comment": "Params: collectableCategory = WEEKLY_COLLECTABLES", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x61BEFBA3CE7A3BC8": { "name": "_0x61BEFBA3CE7A3BC8", "comment": "Params: collectableCategory = WEEKLY_COLLECTABLES", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1232" }, "0xC4AC39719C1BB559": { "name": "_0xC4AC39719C1BB559", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1232" }, "0x93F2E7B5DB85657B": { "name": "_0x93F2E7B5DB85657B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xCC644BC1DD655269": { "name": "COLLECTABLE_GET_CATEGORY_ITEM_SET_BUY_AWARD", "comment": "collectableCategory: ANTIQUE_BOTTLES, BIRD_EGGS, ARROWHEADS, FAMILY_HEIRLOOMS, WILD_FLOWERS, COINS, LOST_JEWELRY_RINGS, LOST_JEWELRY_BRACELETS, LOST_JEWELRY_EARRINGS, LOST_JEWELRY_NECKLACES, TAROT_CARDS_CUPS, TAROT_CARDS_PENTACLES, TAROT_CARDS_SWORDS, TAROT_CARDS_WANDS, FOSSILS_COMMON, FOSSILS_UNCOMMON, FOSSILS_RARE", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "Hash", "name": "p1" } ], "return_type": "Hash", "build": "1207" }, "0x9ADEE485726025D4": { "name": "_0x9ADEE485726025D4", "comment": "Params: collectableCategory = WEEKLY_COLLECTABLES", "params": [ { "type": "Hash", "name": "collectableCategory" } ], "return_type": "Hash", "build": "1207" }, "0xD1806FB3EDED6D11": { "name": "_0xD1806FB3EDED6D11", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1232" }, "0x3FD91F1A148A0468": { "name": "_0x3FD91F1A148A0468", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1232" }, "0xC3CA424E1F12ED0C": { "name": "_0xC3CA424E1F12ED0C", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1232" }, "0xD52D20B0C76BB26D": { "name": "_COLLECTABLE_CATEGORY_GET_TOAST_TEXTURE_NAME", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "Hash", "name": "collectableSubcategory" } ], "return_type": "Hash", "build": "1207" }, "0x13AAECDA43318BFE": { "name": "_COLLECTABLE_CATEGORY_GET_TOAST_TEXTURE_DICTIONARY", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "Hash", "name": "collectableSubcategory" } ], "return_type": "Hash", "build": "1207" }, "0xD297F68928A58130": { "name": "_0xD297F68928A58130", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1232" }, "0x775FA1FC87666847": { "name": "_0x775FA1FC87666847", "comment": "", "params": [ { "type": "Hash", "name": "collectableCategory" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1232" }, "0xEC3959E9950BF56B": { "name": "_0xEC3959E9950BF56B", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "Any", "build": "1207" } }, "COMPANION": { "0xD730281E496621FB": { "name": "_0xD730281E496621FB", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBF6583E926D13890": { "name": "_0xBF6583E926D13890", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0A8FD91EDE7B328A": { "name": "_0x0A8FD91EDE7B328A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x991E3346D788F20F": { "name": "_0x991E3346D788F20F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCE27824B5968B79A": { "name": "_0xCE27824B5968B79A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF06CBB8CCCA823C0": { "name": "_0xF06CBB8CCCA823C0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2917E634206B9E17": { "name": "_0x2917E634206B9E17", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD428C3F92FC3F6F8": { "name": "_0xD428C3F92FC3F6F8", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDEB369F6AD168C58": { "name": "_ADD_COMPANION_FLAG", "comment": "Used for Script Function NET_FETCH_CLIENT_ACTIVATE_COMAPNION_ANALYSIS: Hiding! Ped", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1740E3DEE0AE4D27": { "name": "_REMOVE_COMPANION_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0DE02DA3C0F66955": { "name": "_0x0DE02DA3C0F66955", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0F1CD8CA9E65D5F6": { "name": "_SET_COMPANION_ACTIVITY", "comment": "enum _0x18F77396", "params": [ { "type": "int", "name": "groupId" }, { "type": "Hash", "name": "activity" } ], "return_type": "void", "build": "1207" }, "0xB7E0590C86E1711F": { "name": "_GET_COMPANION_ACTIVITY", "comment": "enum _0x18F77396", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "Hash", "build": "1207" }, "0xA079FF7CFB9AC8BD": { "name": "_0xA079FF7CFB9AC8BD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x61BDA07407754A5C": { "name": "_0x61BDA07407754A5C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD55A871E1CE3481B": { "name": "_0xD55A871E1CE3481B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x0C6A00DAE896614C": { "name": "_0x0C6A00DAE896614C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8FB98B719AA0075A": { "name": "_0x8FB98B719AA0075A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x9C902084F48D2E6C": { "name": "_0x9C902084F48D2E6C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xD747979C053EFA7A": { "name": "_0xD747979C053EFA7A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x3CAAD93FA5B9579A": { "name": "_0x3CAAD93FA5B9579A", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x7274F84B1501B523": { "name": "_0x7274F84B1501B523", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x722FBE08EF5B87BD": { "name": "_0x722FBE08EF5B87BD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0xCBD9EC60495C728C": { "name": "_ACTIVATE_COMPANION_ANALYSIS", "comment": "", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "void", "build": "1207" }, "0x72B7F65F11FC8896": { "name": "_DEACTIVATE_COMPANION_ANALYSIS", "comment": "", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "void", "build": "1207" } }, "COMPENDIUM": { "0x725D52F21A5E9E22": { "name": "_0x725D52F21A5E9E22", "comment": "Only used in R* SP Scripts, category = GANGS\n_COMPENDIUM_GET_*", "params": [ { "type": "Hash", "name": "category" } ], "return_type": "float", "build": "1207" }, "0x729D52F61A5A9E22": { "name": "_COMPENDIUM_GET_NUM_OF_ENTRIES_IN_CATEGORY", "comment": "", "params": [ { "type": "Hash", "name": "category" } ], "return_type": "int", "build": "1207" }, "0x729D52461AEA9E22": { "name": "_0x729D52461AEA9E22", "comment": "Only used in R* SP Scripts, category = GANGS\n_COMPENDIUM_GET_NUM_OF_ENTRIES_IN_*", "params": [ { "type": "Hash", "name": "category" } ], "return_type": "int", "build": "1207" }, "0x6C5E5D48E48B4C65": { "name": "COMPENDIUM_GET_SHORT_DESCRIPTION_FROM_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x9B657550DF55EC96": { "name": "COMPENDIUM_GET_SUBCATEGORY_PED_IS_IN", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1311" }, "0xCD278B6BFBDBDC22": { "name": "_COMPENDIUM_GET_SUBCATEGORY_HASH_FROM_ANIMAL_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "animalType" } ], "return_type": "Hash", "build": "1355" }, "0xF58A0C0E086E8E36": { "name": "COMPENDIUM_GET_NUM_ENTRIES_IN_SUBCATEGORY", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "subcategory" } ], "return_type": "int", "build": "1311" }, "0x5CEB63B2E3D9895F": { "name": "COMPENDIUM_GET_ENTRY_BY_INDEX_IN_SUBCATEGORY", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "subcategory" }, { "type": "int", "name": "count" } ], "return_type": "int", "build": "1311" }, "0x1CFA0219D8E1CF25": { "name": "COMPENDIUM_GET_ENTRY_BY_PED_INDEX", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1311" }, "0x66EC938394D76C85": { "name": "COMPENDIUM_GET_ENTRY_BY_STAT_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "animalType" } ], "return_type": "int", "build": "1355" }, "0x2BF30D9D4D680112": { "name": "COMPENDIUM_GET_SUBCATEGORY_TOAST_APP_ID", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "subcategory" } ], "return_type": "Any", "build": "1311" }, "0x729D54121A5E9E20": { "name": "COMPENDIUM_GET_MAP_DISCOVERABLE_FROM_STAT_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "animalStatItem" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "Hash", "build": "1207" }, "0x725D52F26A5E9E10": { "name": "COMPENDIUM_ANIMAL_OBSERVED_BY_STAT_NAME", "comment": "", "params": [ { "type": "Hash", "name": "animalType" }, { "type": "BOOL", "name": "disableCompendiumToast" } ], "return_type": "void", "build": "1207" }, "0x23B5E9C5160BC04F": { "name": "COMPENDIUM_WAS_ANIMAL_OBSERVED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1311" }, "0x67F35C7C9F2BDCFE": { "name": "COMPENDIUM_ANIMAL_SET_DISCOVERED", "comment": "", "params": [ { "type": "int", "name": "compendiumEntry" } ], "return_type": "void", "build": "1311" }, "0x9F678782720349E4": { "name": "COMPENDIUM_GET_STUDY_AWARD_ID", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1311" }, "0x4E4ACAE1C671A9DA": { "name": "COMPENDIUM_ANIMAL_GET_SAMPLE_INVENTORY_ITEM", "comment": "", "params": [ { "type": "int", "name": "compendiumEntry" } ], "return_type": "Any", "build": "1311" }, "0x6FC24625E4FCAC27": { "name": "COMPENDIUM_ANIMAL_HAS_SAMPLE", "comment": "", "params": [ { "type": "int", "name": "compendiumEntry" } ], "return_type": "BOOL", "build": "1311" }, "0xBCF569FC32FFF456": { "name": "COMPENDIUM_ANIMAL_HAS_STAMP", "comment": "", "params": [ { "type": "int", "name": "compendiumEntry" } ], "return_type": "BOOL", "build": "1311" }, "0x5E50C67EB60951E6": { "name": "COMPENDIUM_GET_SUBCATEGORY_SAMPLE_TOAST_TITLE", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "subcategory" } ], "return_type": "const char*", "build": "1311" }, "0x82BFB5B367957699": { "name": "COMPENDIUM_GET_SUBCATEGORY_SAMPLE_TOAST_DESC_PROGRESS", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "subcategory" } ], "return_type": "const char*", "build": "1311" }, "0x59D4D68CDB82427C": { "name": "COMPENDIUM_GET_SUBCATEGORY_SAMPLE_TOAST_DESC_COMPLETE", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "subcategory" } ], "return_type": "const char*", "build": "1311" }, "0x725D52F21A5E9E00": { "name": "COMPENDIUM_FISH_CAUGHT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "category" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E81": { "name": "COMPENDIUM_FISH_GET_LURE_SUITABILITY_BY_STAT_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "animalType" }, { "type": "Hash", "name": "baitType" } ], "return_type": "int", "build": "1207" }, "0x725D52F21A5E9E03": { "name": "COMPENDIUM_GANG_CAMP_FOUND", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E04": { "name": "COMPENDIUM_GANG_AMBUSH_SURVIVED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E05": { "name": "COMPENDIUM_GANG_ENCOUNTERED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E06": { "name": "COMPENDIUM_GANG_BOUNTY_CAPTURED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E07": { "name": "COMPENDIUM_GANG_MEMBER_KILLED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E08": { "name": "COMPENDIUM_GANG_HIDEOUT_FOUND", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E09": { "name": "COMPENDIUM_HERB_PICKED", "comment": "herbType: https://alloc8or.re/rdr3/doc/enums/eHerbType.txt\nVector3: Player Location", "params": [ { "type": "Hash", "name": "herbType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x725D52F21A5E9E50": { "name": "COMPENDIUM_HORSE_BONDING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "bondingLevel" } ], "return_type": "void", "build": "1207" }, "0x725852D21A2E9E50": { "name": "COMPENDIUM_HORSE_WILD_BROKEN", "comment": "NET_PLAYER_HORSE_PROCESS_EVENT_HORSE_BREAKING", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x725D58F2125E5E50": { "name": "COMPENDIUM_HORSE_OBSERVED", "comment": "Only gets called if bSetObserved is true and animalType is matching", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "disableCompendiumToast" } ], "return_type": "void", "build": "1207" } }, "CRASHLOG": { "0x0FD3ECF9D0C8655F": { "name": "_0x0FD3ECF9D0C8655F", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "unused": true }, "0xCA0BAC376C541978": { "name": "_0xCA0BAC376C541978", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "unused": true }, "0x3A66F1963B223F61": { "name": "_0x3A66F1963B223F61", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x7C680FF55617F82F": { "name": "_0x7C680FF55617F82F", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "unused": true }, "0xD8E3D22AA4F0E0A5": { "name": "_0xD8E3D22AA4F0E0A5", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0xA67F0B039D9CD513": { "name": "_0xA67F0B039D9CD513", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0xE72E234B30DA7B7A": { "name": "_0xE72E234B30DA7B7A", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x87F005C969EF1563": { "name": "_0x87F005C969EF1563", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x23CCAB8F40B9CBEE": { "name": "_0x23CCAB8F40B9CBEE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0xF0D545C1EEAD614A": { "name": "_0xF0D545C1EEAD614A", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "unused": true }, "0x33C1D63E55FA4284": { "name": "_0x33C1D63E55FA4284", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x4E42CA5BCD45444A": { "name": "_0x4E42CA5BCD45444A", "comment": "", "params": [], "return_type": "void", "build": "1207", "unused": true }, "0xDA05310EA94DC8C6": { "name": "_0xDA05310EA94DC8C6", "comment": "unused = true", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1436", "unused": true } }, "CREW": { "0xE532D6811B3A4D2A": { "name": "NETWORK_FIND_GAMERS_IN_CREW", "comment": "", "params": [ { "type": "int", "name": "crewId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE532D6811B3A4D2A", "gta_jhash": "0x7771AB83" }, "0x579CCED0265D4896": { "name": "NETWORK_CLAN_SERVICE_IS_VALID", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x579CCED0265D4896", "gta_jhash": "0xF5F4BD95" }, "0xB124B57F571D8F18": { "name": "NETWORK_CLAN_PLAYER_IS_ACTIVE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB124B57F571D8F18", "gta_jhash": "0xAB8319A3" }, "0xEEE6EACBE8874FBA": { "name": "NETWORK_CLAN_PLAYER_GET_DESC", "comment": "", "params": [ { "type": "Any*", "name": "clanDesc" }, { "type": "int", "name": "bufferSize" }, { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEEE6EACBE8874FBA", "gta_jhash": "0x6EE4A282" }, "0x1F471B79ACC90BEF": { "name": "NETWORK_CLAN_GET_LOCAL_MEMBERSHIPS_COUNT", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x1F471B79ACC90BEF", "gta_jhash": "0x807B3450" }, "0x48DE78AF2C8885B8": { "name": "NETWORK_CLAN_GET_MEMBERSHIP_DESC", "comment": "", "params": [ { "type": "Any*", "name": "memberDesc" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x48DE78AF2C8885B8", "gta_jhash": "0x3369DD1F" }, "0x58D378AF2C8765B7": { "name": "_0x58D378AF2C8765B7", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xC685B014CE3D988B": { "name": "_NETWORK_CLAN_INVITE_PLAYER", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x8E2143144B8E188D": { "name": "_NETWORK_ACCEPT_CLAN_INVITE", "comment": "", "params": [ { "type": "int", "name": "crewInviteIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x13518FF1C6B28938": { "name": "NETWORK_CLAN_REQUEST_EMBLEM", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x13518FF1C6B28938", "gta_jhash": "0x7963FA4D" }, "0xA134777FF7F33331": { "name": "NETWORK_CLAN_IS_EMBLEM_READY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA134777FF7F33331", "gta_jhash": "0x88B13CDC" }, "0x113E6E3E50E286B0": { "name": "NETWORK_CLAN_RELEASE_EMBLEM", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x113E6E3E50E286B0", "gta_jhash": "0xD6E3D5EA" }, "0x9AA46BADAD0E27ED": { "name": "NETWORK_GET_PRIMARY_CLAN_DATA_CLEAR", "comment": "", "params": [], "return_type": "Any", "build": "1207", "gta_hash": "0x9AA46BADAD0E27ED", "gta_jhash": "0xE22445DA" }, "0xCE86D8191B762107": { "name": "NETWORK_GET_PRIMARY_CLAN_DATA_START", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCE86D8191B762107", "gta_jhash": "0x89DB0EC7" }, "0xB5074DB804E28CE7": { "name": "NETWORK_GET_PRIMARY_CLAN_DATA_PENDING", "comment": "", "params": [], "return_type": "Any", "build": "1207", "gta_hash": "0xB5074DB804E28CE7", "gta_jhash": "0xA4EF02F3" }, "0x5B4F04F19376A0BA": { "name": "NETWORK_GET_PRIMARY_CLAN_DATA_SUCCESS", "comment": "", "params": [], "return_type": "Any", "build": "1207", "gta_hash": "0x5B4F04F19376A0BA", "gta_jhash": "0x068A054E" }, "0xC080FF658B2E41DA": { "name": "NETWORK_GET_PRIMARY_CLAN_DATA_NEW", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC080FF658B2E41DA", "gta_jhash": "0x9B8631EB" }, "0xC080FF658B2E51DA": { "name": "_NETWORK_CLAN_SET_ACTIVE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" } }, "DATABINDING": { "0x0C827D175F1292F2": { "name": "_DATABINDING_GET_DATA_CONTAINER_FROM_PATH", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0C827D175F1292F3": { "name": "_DATABINDING_GET_DATA_CONTAINER_FROM_CHILD_INDEX", "comment": "", "params": [ { "type": "Hash", "name": "entryId" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD7DB94AB78E8EBE4": { "name": "_0xD7DB94AB78E8EBE4", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x0C827D175F1292F4": { "name": "_DATABINDING_ADD_DATA_CONTAINER_FROM_PATH", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x98BB14345BB68257": { "name": "_DATABINDING_ADD_DATA_CONTAINER_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xEB4F9A3537EEABCD": { "name": "_DATABINDING_ADD_DATA_CONTAINER", "comment": "Returns entryId Hash", "params": [ { "type": "Hash", "name": "entryId" }, { "type": "const char*", "name": "p1" } ], "return_type": "Hash", "build": "1207" }, "0x37BB86A751148A6A": { "name": "_DATABINDING_ADD_DATA_BOOL_FROM_PATH", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xBC95D3AE2ECA70D6": { "name": "_DATABINDING_ADD_DATA_BOOL_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x58BAA5F635DA2FF4": { "name": "_DATABINDING_ADD_DATA_BOOL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x267F9527F4350ADE": { "name": "_DATABINDING_ADD_DATA_INT_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x307A3247C5457BDE": { "name": "_DATABINDING_ADD_DATA_INT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x5154228273ADB9A6": { "name": "_DATABINDING_ADD_DATA_FLOAT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x8E173DFB041993C6": { "name": "_DATABINDING_ADD_DATA_HASH_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x8538F1205D60ECA6": { "name": "_DATABINDING_ADD_DATA_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xA381DE86EE170C4A": { "name": "_DATABINDING_ADD_DATA_STRING_FROM_PATH", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xEAD09E76E22630C3": { "name": "_DATABINDING_ADD_DATA_STRING_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x617FCA1C5652BBAD": { "name": "_DATABINDING_ADD_DATA_STRING", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x7D0F2014DB28DD00": { "name": "_DATABINDING_ADD_DATA_GANG_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "gangId" } ], "return_type": "Any", "build": "1207" }, "0x7D0F2014DB28DD01": { "name": "_DATABINDING_ADD_DATA_POSSE_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "posseId" } ], "return_type": "Any", "build": "1207" }, "0x294AF5323F44B053": { "name": "_0x294AF5323F44B053", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xDB5B9A474148F699": { "name": "_DATABINDING_ADD_UI_ITEM_LIST_FROM_PATH", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x3C7799283325181B": { "name": "_DATABINDING_ADD_UI_ITEM_LIST_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xFE74FA57E0CE6824": { "name": "_DATABINDING_ADD_UI_ITEM_LIST", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x5859E970794D92F3": { "name": "_DATABINDING_INSERT_UI_ITEM_TO_LIST_FROM_CONTEXT_STRING_ALIAS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "const char*", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xEE97A05C05F16E41": { "name": "_DATABINDING_INSERT_UI_ITEM_TO_LIST_FROM_CONTEXT_HASH_ALIAS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "Hash", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x5740774F608E4FC8": { "name": "_DATABINDING_INSERT_UI_ITEM_TO_LIST_FROM_PATH_STRING_ALIAS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "const char*", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x6318FB3BE37E11B3": { "name": "_0x6318FB3BE37E11B3", "comment": "", "params": [ { "type": "Hash", "name": "entryId" }, { "type": "int", "name": "index" } ], "return_type": "void", "build": "1207" }, "0xF68B1726EAF7B285": { "name": "_DATABINDING_REMOVE_BINDING_ARRAY_ITEM_BY_DATA_CONTEXT_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "entryId" } ], "return_type": "void", "build": "1207" }, "0xA1F15C1D03DF802D": { "name": "_DATABINDING_CLEAR_BINDING_ARRAY", "comment": "", "params": [ { "type": "Hash", "name": "entryId" } ], "return_type": "void", "build": "1207" }, "0xE96D7F9FEFCC105F": { "name": "_DATABINDING_GET_ITEM_CONTEXT_BY_INDEX", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "Any", "build": "1207" }, "0xFE74FA57E0CE6825": { "name": "_DATABINDING_SET_TEMPLATED_UI_ITEM_LIST_SIZE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0AE7138D0541F2DE": { "name": "_DATABINDING_SET_TEMPLATED_UI_ITEM_HASH_ALIAS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xD48993A61938C64D": { "name": "_0xD48993A61938C64D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x52F5F08278EA5D75": { "name": "_DATABINDING_ADD_HASH_ARRAY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x1B23E0627BDBFE85": { "name": "_DATABINDING_ADD_STRING_ARRAY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x1919D59E60FD516E": { "name": "_0x1919D59E60FD516E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x7FC60C94C83C5CD7": { "name": "_0x7FC60C94C83C5CD7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC900CEC8A172375B": { "name": "_0xC900CEC8A172375B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x02B21B6BEEDD83CC": { "name": "_0x02B21B6BEEDD83CC", "comment": "", "params": [ { "type": "Hash", "name": "entryId" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xF47E33F8D2523825": { "name": "_0xF47E33F8D2523825", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x3BF0767CF33FCC88": { "name": "_0x3BF0767CF33FCC88", "comment": "", "params": [ { "type": "Hash", "name": "entryId" } ], "return_type": "void", "build": "1207" }, "0xD23F5DE04FE717E2": { "name": "_DATABINDING_GET_ARRAY_COUNT", "comment": "", "params": [ { "type": "Hash", "name": "entryId" } ], "return_type": "Any", "build": "1207" }, "0xAB888B4B91046771": { "name": "_DATABINDING_WRITE_DATA_SCRIPT_VARIABLES", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "", "name": "..." } ], "return_type": "void", "build": "1207", "variadic": true }, "0xAB888B4B91046770": { "name": "_DATABINDING_WRITE_DATA_BOOL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBDFE546E4C2D0E21": { "name": "_DATABINDING_WRITE_DATA_BOOL_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xBFC83DA249BEFCC9": { "name": "_0xBFC83DA249BEFCC9", "comment": "_DATABINDING_WRITE_DATA_*", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x335C3F6B3766B8D9": { "name": "_DATABINDING_WRITE_DATA_INT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9EFA98238BA08FC4": { "name": "_DATABINDING_WRITE_DATA_INT_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x9D6E10A41D6ED6EC": { "name": "_DATABINDING_WRITE_DATA_INT_FROM_PARENT_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xDF504BECEB15DA93": { "name": "_DATABINDING_WRITE_DATA_FLOAT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x05AC9E1E02975AFB": { "name": "_0x05AC9E1E02975AFB", "comment": "_DATABINDING_WRITE_DATA_*", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xACDEF586BD71B1FD": { "name": "_DATABINDING_WRITE_DATA_HASH_STRING", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0971F04E1EAA7AE8": { "name": "_DATABINDING_WRITE_DATA_HASH_STRING_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x20209529689E0953": { "name": "_DATABINDING_WRITE_DATA_HASH_STRING_FROM_PARENT_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE1BD342F2872AEE9": { "name": "_DATABINDING_WRITE_DATA_STRING", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4FF713B2F17A391E": { "name": "DATABINDING_WRITE_STRING_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA3BD6FF95E713EE5": { "name": "_DATABINDING_WRITE_STRING_FROM_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC70041408E16BE2D": { "name": "_DATABINDING_WRITE_DATA_GANG_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "gangId" } ], "return_type": "void", "build": "1207" }, "0xC70041408E16BE2E": { "name": "_DATABINDING_WRITE_DATA_POSSE_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "posseId" } ], "return_type": "void", "build": "1207" }, "0x422179C7F6AD9304": { "name": "_0x422179C7F6AD9304", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "gamerHandle" } ], "return_type": "void", "build": "1207" }, "0x5EEFBD4B6D7CD6EB": { "name": "_DATABINDING_READ_DATA_BOOL", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA8EDE09FE07BD77F": { "name": "_DATABINDING_READ_DATA_BOOL_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x4CDC3FDDFAE07EB3": { "name": "_DATABINDING_READ_DATA_BOOL_FROM_PARENT_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x570784D782597512": { "name": "DATABINDING_READ_INT", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xFFC566A4801F6B40": { "name": "_DATABINDING_READ_DATA_INT_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xB5F668B648EC0970": { "name": "_DATABINDING_READ_DATA_INT_FROM_PARENT_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x5FE444EB67C70AD4": { "name": "_DATABINDING_READ_FLOAT", "comment": "", "params": [ { "type": "Hash", "name": "entryId" } ], "return_type": "float", "build": "1207" }, "0x81D7183E7A8ECA72": { "name": "_DATABINDING_READ_HASH", "comment": "", "params": [ { "type": "Hash", "name": "entryId" } ], "return_type": "Hash", "build": "1207" }, "0x9B535990B01B62DE": { "name": "_DATABINDING_READ_DATA_HASH_STRING_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x1F43BC25A119B252": { "name": "_DATABINDING_READ_DATA_HASH_STRING_FROM_PARENT_BY_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x3D290B5FFA7C5151": { "name": "_DATABINDING_READ_DATA_STRING", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6323AD277C4A2AFB": { "name": "_DATABINDING_READ_DATA_STRING_FROM_PARENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x6329C34BEE5BFF4B": { "name": "_0x6329C34BEE5BFF4B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xE6AAB897120492D6": { "name": "_0xE6AAB897120492D6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xE6AAB897120492D7": { "name": "_0xE6AAB897120492D7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB138CA787F3DD858": { "name": "_0xB138CA787F3DD858", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1E7130793AAAAB8D": { "name": "DATABINDING_IS_ENTRY_VALID", "comment": "", "params": [ { "type": "Hash", "name": "entryId" } ], "return_type": "BOOL", "build": "1207" }, "0x0AE9938D0541F2DA": { "name": "_DATABINDING_REMOVE_DATA_ENTRY", "comment": "", "params": [ { "type": "Hash", "name": "entryId" } ], "return_type": "void", "build": "1207" }, "0x9DCE9B01A93B58BC": { "name": "_VIRTUAL_COLLECTION_SET_SIZE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "size" } ], "return_type": "void", "build": "1207" }, "0x49A8447533308BCF": { "name": "_VIRTUAL_COLLECTION_SET_INTEREST_INDEX", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "interestIndex" } ], "return_type": "void", "build": "1207" }, "0x6DCBF187221CF73D": { "name": "_VIRTUAL_COLLECTION_ITEM_ADD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "Hash", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x09D95666ED2B5F60": { "name": "_VIRTUAL_COLLECTION_RESET", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x37963B56755BFB35": { "name": "_VIRTUAL_COLLECTION_EXISTS", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" } }, "DATAFILE": { "0xA5834834CA8FD7FC": { "name": "DATAFILE_WATCH_REQUEST_ID", "comment": "Adds the given request ID to the watch list.", "params": [ { "type": "int", "name": "id" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAD6875BBC0FC899C", "gta_jhash": "0x621388FF" }, "0x17279C820464CEE0": { "name": "DATAFILE_HAS_LOADED_FILE_DATA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x15FF52B809DB2353", "gta_jhash": "0x36FB8B3F" }, "0xE60100389E50EADE": { "name": "DATAFILE_HAS_VALID_FILE_DATA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF8CC1EBE0B62E29F", "gta_jhash": "0x2A9411DA" }, "0x46102A0989AD80B5": { "name": "DATAFILE_SELECT_ACTIVE_FILE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x22DA66936E0FFF37", "gta_jhash": "0xB41064A4" }, "0x604B8ED1A482F9DF": { "name": "DATAFILE_DELETE_REQUESTED_FILE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8F5EA1C01D65A100", "gta_jhash": "0x9DB63CFF" }, "0xE79C70E77E0973C7": { "name": "UGC2_SET_PLAYER_DATA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x790EC421078F5C4E": { "name": "DATAFILE_UGC_SELECT_DATA", "comment": "Reloops value returned by UGC_QUERY_GET_CONTENT_NUM", "params": [ { "type": "Any", "name": "ugcRequestId" }, { "type": "int", "name": "index" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x56B7291FB953DD51": { "name": "DATAFILE_CREATE", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD27058A1CA2B13EE", "gta_jhash": "0x95F8A221" }, "0x9FB90EEDEA9F2D5C": { "name": "DATAFILE_DELETE", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9AB9C1CFC8862DFB", "gta_jhash": "0xDEF31B0A" }, "0xBBD8CF823CAE557C": { "name": "DATAFILE_GET_FILE_DICT", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "Any*", "build": "1207", "gta_hash": "0x906B778CA1DC72B6", "gta_jhash": "0x86DDF9C2" }, "0x4607D57C5F7D332A": { "name": "DATADICT_IS_DICT_VALID", "comment": "", "params": [ { "type": "Any*", "name": "fileDict" } ], "return_type": "BOOL", "build": "1207" }, "0xB04B69CF277D15C0": { "name": "DATADICT_IS_ARRAY_VALID", "comment": "", "params": [ { "type": "Any*", "name": "fileDict" } ], "return_type": "BOOL", "build": "1207" }, "0x26FDF5E99AA2F3E9": { "name": "DATADICT_SET_INT", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE7E035450A7948D5", "gta_jhash": "0xEFCF554A" }, "0x175E915A486EE548": { "name": "DATADICT_GET_BOOL", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1186940ED72FFEEC", "gta_jhash": "0x8876C872" }, "0x9D896A3B87D96E2B": { "name": "DATADICT_GET_INT", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "int", "build": "1207", "gta_hash": "0x78F06F6B1FB5A80C", "gta_jhash": "0xA6C68693" }, "0x814643ECA258ADF5": { "name": "DATADICT_GET_FLOAT", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "float", "build": "1207", "gta_hash": "0x06610343E73B9727", "gta_jhash": "0xA92C1AF4" }, "0xE37B38C0B4E95DFA": { "name": "DATADICT_GET_STRING", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0x3D2FD9E763B24472", "gta_jhash": "0x942160EC" }, "0xE459C941431E0FFA": { "name": "DATADICT_GET_VECTOR", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x46CD3CB66E0825CC", "gta_jhash": "0xE84A127A" }, "0x4D7A30130F46AC9C": { "name": "DATADICT_GET_DICT", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "Any*", "build": "1207", "gta_hash": "0xB6B9DDC412FCEEE2", "gta_jhash": "0xC9C13D8D" }, "0x1B5447CF18544B18": { "name": "DATADICT_GET_ARRAY", "comment": "", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "Any*", "build": "1207", "gta_hash": "0x7A983AA9DA2659ED", "gta_jhash": "0x1F2F7D00" }, "0x92E11E3CA4C7CDF0": { "name": "DATADICT_GET_TYPE", "comment": "Types:\n1 = Boolean\n2 = Integer\n3 = Float\n4 = String\n5 = Vector3\n6 = Object\n7 = Array", "params": [ { "type": "Any*", "name": "objectData" }, { "type": "const char*", "name": "key" } ], "return_type": "int", "build": "1207", "gta_hash": "0x031C55ED33227371", "gta_jhash": "0x2678342A" }, "0xBC0DF006A4952C68": { "name": "_0xBC0DF006A4952C68", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x9F130129EBC31B34": { "name": "_0x9F130129EBC31B34", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x277251C161B4C3F4": { "name": "_0x277251C161B4C3F4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1C65CC931C0F946F": { "name": "_0x1C65CC931C0F946F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x7681B677400C7071": { "name": "_0x7681B677400C7071", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xAB1231D2DE52F2D3": { "name": "DATAARRAY_GET_BOOL", "comment": "", "params": [ { "type": "Any*", "name": "arrayData" }, { "type": "int", "name": "arrayIndex" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x50C1B2874E50C114", "gta_jhash": "0xA2E5F921" }, "0x96DEA500B6EBBE53": { "name": "DATAARRAY_GET_INT", "comment": "", "params": [ { "type": "Any*", "name": "arrayData" }, { "type": "int", "name": "arrayIndex" } ], "return_type": "int", "build": "1207", "gta_hash": "0x3E5AE19425CD74BE", "gta_jhash": "0xBB120CFC" }, "0xA9D003CF419CB81E": { "name": "DATAARRAY_GET_FLOAT", "comment": "", "params": [ { "type": "Any*", "name": "arrayData" }, { "type": "int", "name": "arrayIndex" } ], "return_type": "float", "build": "1207", "gta_hash": "0xC0C527B525D7CFB5", "gta_jhash": "0x08AD2CC2" }, "0xB6790A8FF80F889F": { "name": "DATAARRAY_GET_STRING", "comment": "", "params": [ { "type": "Any*", "name": "arrayData" }, { "type": "int", "name": "arrayIndex" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0xD3F2FFEB8D836F52", "gta_jhash": "0x93F985A6" }, "0x850DA2750DA14E9A": { "name": "DATAARRAY_GET_VECTOR", "comment": "", "params": [ { "type": "Any*", "name": "arrayData" }, { "type": "int", "name": "arrayIndex" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x8D2064E5B64A628A", "gta_jhash": "0x80E3DA55" }, "0xA010655985853485": { "name": "DATAARRAY_GET_DICT", "comment": "", "params": [ { "type": "Any*", "name": "arrayData" }, { "type": "int", "name": "arrayIndex" } ], "return_type": "Any*", "build": "1207", "gta_hash": "0x8B5FADCC4E3A145F", "gta_jhash": "0xECE81278" }, "0x6A885BF69239E539": { "name": "DATAARRAY_GET_COUNT", "comment": "", "params": [ { "type": "Any*", "name": "arrayData" } ], "return_type": "int", "build": "1207", "gta_hash": "0x065DB281590CEA2D", "gta_jhash": "0xA8A21766" }, "0x151DAFE6B3B9888F": { "name": "DATAARRAY_GET_TYPE", "comment": "Types:\n1 = Boolean\n2 = Integer\n3 = Float\n4 = String\n5 = Vector3\n6 = Object\n7 = Array", "params": [ { "type": "Any*", "name": "arrayData" }, { "type": "int", "name": "arrayIndex" } ], "return_type": "int", "build": "1207", "gta_hash": "0x3A0014ADB172A3C5", "gta_jhash": "0xFA2402C8" }, "0x4F9E3ED7617123AC": { "name": "_0x4F9E3ED7617123AC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCA56DD6AB7A39F64": { "name": "_0xCA56DD6AB7A39F64", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD97D8D905F1562F2": { "name": "_PARSEDDATA_LOAD_FILE_HASH", "comment": "LOAD_PARSEDDATA_FILE_FAILSAFE_HASH\nReturns parseddata script fileHandle", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x129567F0C05F81B9": { "name": "_PARSEDDATA_UNLOAD_FILE", "comment": "", "params": [ { "type": "int", "name": "fileHandle" } ], "return_type": "void", "build": "1207" }, "0x7907969497EA92F5": { "name": "PARSEDDATA_IS_FILE_VALID", "comment": "", "params": [ { "type": "int", "name": "fileHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x603AC35FD4602C76": { "name": "PARSEDDATA_IS_FILE_LOADED", "comment": "", "params": [ { "type": "int", "name": "fileHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x3168BA5D6DECE323": { "name": "_0x3168BA5D6DECE323", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0xAE156A747C39A741": { "name": "_PARSEDDATA_REGISTER_QUERY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x83C3ED532B6E5D07": { "name": "PARSEDDATA_RQ_FILLOUT_NODE", "comment": "Old name: _DATAFILE_GET_DATA_NODE_INDEX", "params": [ { "type": "int*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xDF01B1F7A886B42D": { "name": "_PARSEDDATA_RQ_GET_NUM_NODES", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xE13634BB6BAF0734": { "name": "_0xE13634BB6BAF0734", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x6BEB168D5195E7AB": { "name": "_PARSEDDATA_GET_NUM_CHILDREN", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xFBFF3FF2F5E80C0B": { "name": "PARSEDDATA_RQ_FILLOUT_HASH", "comment": "Old name: _DATAFILE_GET_HASH", "params": [ { "type": "Hash*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x08EAF8E9F2EB7B2E": { "name": "_PARSEDDATA_RQ_FILLOUT_STRING_63", "comment": "Old name: _DATAFILE_GET_STRING", "params": [ { "type": "char*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x951327435DC5164B": { "name": "PARSEDDATA_RQ_FILLOUT_STRING_127", "comment": "", "params": [ { "type": "char*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1232" }, "0x06FBF89B12DA279C": { "name": "_PARSEDDATA_RQ_FILLOUT_VECTOR", "comment": "Old name: _DATAFILE_GET_VECTOR", "params": [ { "type": "Vector3*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x7F034FC3E891B57A": { "name": "_PARSEDDATA_RQ_FILLOUT_FLOAT", "comment": "Old name: _DATAFILE_GET_FLOAT", "params": [ { "type": "float*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xEF44ACC657352A35": { "name": "_PARSEDDATA_RQ_FILLOUT_INT", "comment": "Old name: _DATAFILE_GET_INT", "params": [ { "type": "int*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x0D9138F3F8261DF7": { "name": "_PARSEDDATA_RQ_FILLOUT_BOOL", "comment": "Old name: _DATAFILE_GET_BOOL", "params": [ { "type": "BOOL*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x91DED5DD64BB2691": { "name": "_PARSEDDATA_GET_FILE", "comment": "Opens file.", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xED4413CEE1BF142C": { "name": "_PARSEDDATA_GET_ENTRIES", "comment": "Returns false when there are no entries.", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xB2B42607F7867576": { "name": "_PARSEDDATA_GET_FLOAT", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x52FC26D2D2FC2987": { "name": "_PARSEDDATA_GET_INT", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x44B3A36933AC009C": { "name": "_PARSEDDATA_GET_SECTION", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "Hash", "name": "section" } ], "return_type": "BOOL", "build": "1207" }, "0xA63CD20F19B961AB": { "name": "_PARSEDDATA_GET_BOOL", "comment": "", "params": [ { "type": "BOOL*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "BOOL", "build": "1207" } }, "DEBUG": { "0xACF9CB705BEFA8CB": { "name": "_0xACF9CB705BEFA8CB", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "Any", "build": "1207", "unused": true }, "0xA8D970D8A72640A6": { "name": "_0xA8D970D8A72640A6", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "Any", "build": "1207", "unused": true }, "0x05A5F662AD35C573": { "name": "GET_GAME_VERSION_NAME", "comment": "Return example: 1207.69_dev_pc, 1436.28_dev_live_tu\n\nOld name: _GET_GAME_BUILD_STRING", "params": [], "return_type": "const char*", "build": "1207", "unused": true } }, "DECORATOR": { "0xFE26E4609B1C3772": { "name": "DECOR_SET_BOOL", "comment": "This function sets metadata of type bool to specified entity.\n", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" }, { "type": "BOOL", "name": "value" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6B1E8E2ED1335B71", "gta_jhash": "0x8E101F5C" }, "0x238F8B0C1C7FE834": { "name": "DECOR_SET_FLOAT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" }, { "type": "float", "name": "value" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x211AB1DD8D0F363A", "gta_jhash": "0xBC7BD5CB" }, "0xE88F4D7F52A6090F": { "name": "DECOR_SET_INT", "comment": "Sets property to int.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" }, { "type": "int", "name": "value" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0CE3AA5E1CA19E10", "gta_jhash": "0xDB718B21" }, "0x4BDC83150D43772D": { "name": "_DECOR_SET_UINT8", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" }, { "type": "int", "name": "value" } ], "return_type": "BOOL", "build": "1207" }, "0x0671C1A3FF7AFDFC": { "name": "DECOR_SET_STRING", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" }, { "type": "const char*", "name": "value" } ], "return_type": "BOOL", "build": "1207" }, "0xDEF3F1B071ABB197": { "name": "DECOR_GET_BOOL", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDACE671663F2F5DB", "gta_jhash": "0xDBCE51E0" }, "0xE5FF70CD842CA9D4": { "name": "DECOR_GET_FLOAT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" } ], "return_type": "float", "build": "1207", "gta_hash": "0x6524A2F114706F43", "gta_jhash": "0x8DE5382F" }, "0x44DB62727762FD9B": { "name": "DECOR_GET_INT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" } ], "return_type": "int", "build": "1207", "gta_hash": "0xA06C969B02A97298", "gta_jhash": "0xDDDE59B5" }, "0xB1682B2443F0540B": { "name": "_DECOR_GET_UINT8", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" } ], "return_type": "int", "build": "1207" }, "0xD9D1CDBF3464DCDF": { "name": "DECOR_EXIST_ON", "comment": "Returns whether or not the specified property is set for the entity.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x05661B80A8C9165F", "gta_jhash": "0x74EF9C40" }, "0x2BA7F5877A088A1D": { "name": "DECOR_REMOVE", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propertyName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x00EE9F297C738720", "gta_jhash": "0xE0E2640B" }, "0x88942780E0ADEA42": { "name": "DECOR_REMOVE_ALL", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x0B253D644E3C36B3": { "name": "DECOR_REGISTER", "comment": "", "params": [ { "type": "const char*", "name": "propertyName" }, { "type": "int", "name": "type" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9FD90732F56403CE", "gta_jhash": "0x68BD42A9" }, "0x4587374F88B7F6C2": { "name": "_DECOR_REGISTER_2", "comment": "", "params": [ { "type": "const char*", "name": "propertyName" }, { "type": "int", "name": "type" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x72355278C069F272": { "name": "DECOR_IS_REGISTERED_AS_TYPE", "comment": "type: see DECOR_REGISTER", "params": [ { "type": "const char*", "name": "propertyName" }, { "type": "int", "name": "type" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4F14F9F870D6FBC8", "gta_jhash": "0x7CF0971D" } }, "DLC": { "0x2763DC12BBE2BB6F": { "name": "IS_DLC_PRESENT", "comment": "", "params": [ { "type": "Hash", "name": "dlcHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x812595A0644CE1DE", "gta_jhash": "0x1F321943" }, "0x71D4BF5890659B0C": { "name": "GET_IS_LOADING_SCREEN_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x10D0A8F259E93EC9", "gta_jhash": "0x517B601B" }, "0xA16B4FBA7887D7BA": { "name": "_GET_SPECIAL_EDITION_CORE_STATS_BONUS_ENABLED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x1DB9D61E505AE3FC": { "name": "_GET_SPECIAL_EDITION_CASH_CAMP_BONUS_ENABLED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" } }, "ENTITY": { "0xD42BD6EB2E0F1677": { "name": "DOES_ENTITY_EXIST", "comment": "Checks if the Entity exists", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7239B21A38F536BA", "gta_jhash": "0x3AC90869" }, "0x622B1980CBE13332": { "name": "DOES_ENTITY_BELONG_TO_THIS_SCRIPT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDDE6DF5AE89981D2", "gta_jhash": "0xACFEB3F9" }, "0x20487F0DA9AF164A": { "name": "DOES_ENTITY_HAVE_DRAWABLE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x060D6E96F8B8E48D", "gta_jhash": "0xA5B33300" }, "0xA512B3F1B2A0B51C": { "name": "DOES_ENTITY_HAVE_PHYSICS", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDA95EA3317CC5064", "gta_jhash": "0x9BCD2979" }, "0x73BB763880CD23A6": { "name": "HAS_ENTITY_BEEN_DAMAGED_BY_ANY_OBJECT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x95EB9964FF5C5C65", "gta_jhash": "0x6B74582E" }, "0x9934E9C42D52D87E": { "name": "HAS_ENTITY_BEEN_DAMAGED_BY_ANY_PED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x605F5A140F202491", "gta_jhash": "0x53FD4A25" }, "0x695D7C26DE65C423": { "name": "HAS_ENTITY_BEEN_DAMAGED_BY_ANY_VEHICLE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDFD5033FDBA0A9C8", "gta_jhash": "0x878C2CE0" }, "0x7B6E7BEC1143AC86": { "name": "HAS_ENTITY_BEEN_DAMAGED_BY_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC86D67D52A707CF8", "gta_jhash": "0x07FC77E0" }, "0x3EC28DA1FFAC9DDD": { "name": "_0x3EC28DA1FFAC9DDD", "comment": "Used in Script Function DUELING_DID_PLAYER_DISARM_OPPONENT", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xAF72EC7E1B54539B": { "name": "_0xAF72EC7E1B54539B", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Entity", "build": "1311" }, "0xFCDFF7B72D23A1AC": { "name": "HAS_ENTITY_CLEAR_LOS_TO_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "int", "name": "traceType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFCDFF7B72D23A1AC", "gta_jhash": "0x53576FA7" }, "0x0C9DBF48C6BA6E4C": { "name": "HAS_ENTITY_CLEAR_LOS_TO_COORD", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0xE88F19660651D566": { "name": "HAS_ENTITY_CLEAR_LOS_TO_ENTITY_IN_FRONT", "comment": "Has the entity1 got a clear line of sight to the other entity2 from the direction entity1 is facing.", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "int", "name": "traceType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0267D00AF114F17A", "gta_jhash": "0x210D87C8" }, "0xDF18751EC74F90FF": { "name": "HAS_ENTITY_COLLIDED_WITH_ANYTHING", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8BAD02F0368D9E14", "gta_jhash": "0x662A2F41" }, "0x6D58167F62238284": { "name": "_0x6D58167F62238284", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "float", "build": "1207" }, "0xDFC2B226D56D85F6": { "name": "_0xDFC2B226D56D85F6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "float", "build": "1207" }, "0x9FFAF4940A54CC09": { "name": "GET_ANIM_DURATION", "comment": "", "params": [ { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" } ], "return_type": "float", "build": "1207", "gta_hash": "0xFEDDF04D62B8D790", "gta_jhash": "0x8B5E3E3D" }, "0x56D713888A566481": { "name": "GET_ENTITY_ATTACHED_TO", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0x48C2BED9180FE123", "gta_jhash": "0xFE1589F9" }, "0xA86D5F069399F44D": { "name": "GET_ENTITY_COORDS", "comment": "Gets the current coordinates for a specified entity.\n`entity` = The entity to get the coordinates from.\n`alive` = Unused by the game, potentially used by debug builds in order to assert whether or not an entity was alive.\n\nIf entity is a ped and it's in a vehicle or on a mount the coords of that entity are returned. Set 'realCoords' to true when you need the true ped coords.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "alive" }, { "type": "BOOL", "name": "realCoords" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x3FEF770D40960D5A", "gta_jhash": "0x1647F1CB" }, "0x2412D9C05BB09B97": { "name": "GET_ENTITY_FORWARD_VECTOR", "comment": "Gets the entity's forward vector in XY(Z) eulers.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x0A794A5A57F8DF91", "gta_jhash": "0x84DCECBF" }, "0xDB0954E9960F6457": { "name": "GET_ENTITY_FORWARD_X", "comment": "Gets the X-component of the entity's forward vector.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0x8BB4EF4214E0E6D5", "gta_jhash": "0x49FAE914" }, "0x9A5C073ECBDA7EE7": { "name": "GET_ENTITY_FORWARD_Y", "comment": "Gets the Y-component of the entity's forward vector.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0x866A4A5FAE349510", "gta_jhash": "0x9E2F917C" }, "0x935A30AA88FB1014": { "name": "_GET_ENTITY_FORWARD_VECTOR_YX", "comment": "Gets the entity's forward vector in YX(Z) eulers. Similar to GET_ENTITY_FORWARD_VECTOR", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Vector3", "build": "1207" }, "0xC230DD956E2F5507": { "name": "GET_ENTITY_HEADING", "comment": "Returns the heading of the entity in degrees. Also know as the \"Yaw\" of an entity.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0xE83D4F9BA2A38914", "gta_jhash": "0x972CC383" }, "0x82368787EA73C0F7": { "name": "GET_ENTITY_HEALTH", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "gta_hash": "0xEEF059FAD016D209", "gta_jhash": "0x8E3222B7" }, "0x96C638784DB4C815": { "name": "_GET_ENTITY_HEALTH_FLOAT", "comment": "Returns (CUR_HEALTH / MAX_HEALTH)", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207" }, "0x835F131E7DC8F97A": { "name": "_CHANGE_ENTITY_HEALTH", "comment": "Alters entity's health by 'amount'. Can be negative (to drain health).\nIn the scripts entity2 and weaponHash are unused (zero).", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "amount" }, { "type": "Entity", "name": "entity2" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x15D757606D170C3C": { "name": "GET_ENTITY_MAX_HEALTH", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "int", "build": "1207", "gta_hash": "0x15D757606D170C3C", "gta_jhash": "0xC7AE6AA1" }, "0x166E7CF68597D8B5": { "name": "SET_ENTITY_MAX_HEALTH", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x166E7CF68597D8B5", "gta_jhash": "0x96F84DF8" }, "0x296DEBC84474B375": { "name": "GET_ENTITY_HEIGHT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "X" }, { "type": "float", "name": "Y" }, { "type": "float", "name": "Z" }, { "type": "BOOL", "name": "atTop" }, { "type": "BOOL", "name": "inWorldCoords" } ], "return_type": "float", "build": "1207", "gta_hash": "0x5A504562485944DD", "gta_jhash": "0xEE443481" }, "0x0D3B5BAEA08F63E9": { "name": "GET_ENTITY_HEIGHT_ABOVE_GROUND", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0x1DD55701034110E5", "gta_jhash": "0x57F56A4D" }, "0xF3FDA9A617A15145": { "name": "_GET_ENTITY_WORLD_POSITION_OF_DIMENSIONS", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Vector3*", "name": "minimum" }, { "type": "Vector3*", "name": "maximum" } ], "return_type": "void", "build": "1207" }, "0x3A9B1120AF13FBF2": { "name": "GET_ENTITY_MATRIX", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Vector3*", "name": "rightVector" }, { "type": "Vector3*", "name": "forwardVector" }, { "type": "Vector3*", "name": "upVector" }, { "type": "Vector3*", "name": "position" } ], "return_type": "void", "build": "1207", "gta_hash": "0xECB2FC7235A7D137", "gta_jhash": "0xEB9EB001" }, "0xDA76A9F39210D365": { "name": "GET_ENTITY_MODEL", "comment": "Returns the model hash from the entity", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x9F47B058362C84B5", "gta_jhash": "0xDAFCB3EC" }, "0x964000D355219FC0": { "name": "_GET_PED_ANIMAL_TYPE", "comment": "Returns the ped's animal type hash: https://alloc8or.re/rdr3/doc/enums/eAnimalType.txt\nCombine this with GET_STRING_FROM_HASH_KEY to display localized entity names", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x9A100F1CF4546629": { "name": "GET_IS_ANIMAL", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0xC346A546612C49A9": { "name": "_GET_IS_BIRD", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x5594AFE9DE0C01B7": { "name": "_GET_IS_PREDATOR", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x497C6B1A2C9AE69C": { "name": "GET_OFFSET_FROM_ENTITY_GIVEN_WORLD_COORDS", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x2274BC1C4885E333", "gta_jhash": "0x6477EC9E" }, "0x1899F328B0E12848": { "name": "GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS", "comment": "Offset values are relative to the entity.\n\nx = left/right\ny = forward/backward\nz = up/down", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x1899F328B0E12848", "gta_jhash": "0xABCF043A" }, "0xEF355ABEFF7F5005": { "name": "GET_ENTITY_PITCH", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0xD45DC2893621E1FE", "gta_jhash": "0xFCE6ECE5" }, "0xBF966536FA8B6879": { "name": "GET_ENTITY_ROLL", "comment": "Displays the current ROLL axis of the entity [-180.0000/180.0000+]\n(Sideways Roll) such as a vehicle tipped on its side", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0x831E0242595560DF", "gta_jhash": "0x36610842" }, "0xE09CAF86C32CB48F": { "name": "GET_ENTITY_ROTATION", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "rotationOrder" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0xAFBD61CC738D9EB9", "gta_jhash": "0x8FF45B04" }, "0x2A08A32B6D49906F": { "name": "_GET_ENTITY_SCRIPT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any*", "name": "argStruct" } ], "return_type": "Hash", "build": "1207" }, "0xFB6BA510A533DF81": { "name": "GET_ENTITY_SPEED", "comment": "Result is in meters per second (m/s)", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0xD5037BA82E12416F", "gta_jhash": "0x9E1E4798" }, "0xF2DB09816A419DC5": { "name": "GET_ENTITY_SPEED_VECTOR", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "relative" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x9A8D700A51CB7B0D", "gta_jhash": "0x3ED2B997" }, "0x56398BE65160C3BE": { "name": "GET_ENTITY_UPRIGHT_VALUE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0x95EED5A694951F9F", "gta_jhash": "0xF4268190" }, "0x4805D2B1D8CF94A9": { "name": "GET_ENTITY_VELOCITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x4805D2B1D8CF94A9", "gta_jhash": "0xC14C9B6B" }, "0x280BBE5601EAA983": { "name": "GET_OBJECT_INDEX_FROM_ENTITY_INDEX", "comment": "Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Object", "build": "1207", "gta_hash": "0xD7E3B9735C0F89D6", "gta_jhash": "0xBC5A9C58" }, "0x0F16D042BD640EA3": { "name": "GET_PED_INDEX_FROM_ENTITY_INDEX", "comment": "Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x04A2A40C73395041", "gta_jhash": "0xC46F74AC" }, "0xDF1E5AAC561AFC59": { "name": "GET_VEHICLE_INDEX_FROM_ENTITY_INDEX", "comment": "Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Vehicle", "build": "1207", "gta_hash": "0x4B53F92932ADFAC0", "gta_jhash": "0xC69CF43D" }, "0x82CFA50E34681CA5": { "name": "GET_WORLD_POSITION_OF_ENTITY_BONE", "comment": "Returns the coordinates of an entity-bone.\nhttps://github.com/femga/rdr3_discoveries/tree/master/boneNames", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "boneIndex" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x44A8FCB8ED227738", "gta_jhash": "0x7C6339DF" }, "0x5E214112806591EA": { "name": "_0x5E214112806591EA", "comment": "Attaches scenario to bone with an offset\n_GET_I* - _GET_M*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "boneIndex" } ], "return_type": "Vector3", "build": "1207" }, "0x3AB3A77672F6473F": { "name": "_0x3AB3A77672F6473F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Vector3", "build": "1207" }, "0x990E294FC387FB88": { "name": "GET_NEAREST_PLAYER_TO_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Ped", "name": "playerPedToIgnore" }, { "type": "int", "name": "flags" } ], "return_type": "Player", "build": "1207", "gta_hash": "0x7196842CB375CDB3", "gta_jhash": "0xCE17FDEC" }, "0xB2C30C3B4AFF718C": { "name": "GET_NEAREST_PLAYER_TO_ENTITY_ON_TEAM", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "team" }, { "type": "Ped", "name": "playerPedToIgnore" }, { "type": "int", "name": "flags" } ], "return_type": "Player", "build": "1207", "gta_hash": "0x4DC9A62F844D9337", "gta_jhash": "0xB1808F56" }, "0x6888A43C35A5F630": { "name": "GET_NEAREST_PARTICIPANT_TO_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Player", "build": "1207" }, "0x9587913B9E772D29": { "name": "PLACE_ENTITY_ON_GROUND_PROPERLY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x97F696ACA466B4E0": { "name": "GET_ENTITY_TYPE", "comment": "Returns entityType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eEntityType", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "gta_hash": "0x8ACD366038D14505", "gta_jhash": "0x0B1BD08D" }, "0xADE28862B6D7B85B": { "name": "GET_ENTITY_POPULATION_TYPE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF6F5161F4534EDFF", "gta_jhash": "0xFC30DDFF" }, "0x27CFF3E5A286D3DF": { "name": "IS_AN_ENTITY", "comment": "", "params": [ { "type": "ScrHandle", "name": "handle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x731EC8A916BD11A1", "gta_jhash": "0xD4B9715A" }, "0xCF8176912DDA4EA5": { "name": "IS_ENTITY_A_PED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x524AC5ECEA15343E", "gta_jhash": "0x55D33EAB" }, "0x138190F64DB4BBD1": { "name": "IS_ENTITY_A_MISSION_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0A7B270912999B3C", "gta_jhash": "0x2632E124" }, "0xC3D96AF45FCCEC4C": { "name": "IS_ENTITY_A_VEHICLE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6AC7003FA6E5575E", "gta_jhash": "0xBE800B01" }, "0x0A27A546A375FDEF": { "name": "IS_ENTITY_AN_OBJECT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8D68C8FD0FACA94E", "gta_jhash": "0x3F52E561" }, "0x5E58342602E94718": { "name": "IS_ENTITY_AT_COORD", "comment": "Checks if entity is within x/y/zSize distance of x/y/z. \n\nLast three are unknown ints, almost always p7 = 0, p8 = 1, p9 = 0", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "xSize" }, { "type": "float", "name": "ySize" }, { "type": "float", "name": "zSize" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "int", "name": "p9" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x20B60995556D004F", "gta_jhash": "0xD749B606" }, "0xC057F02B837A27F6": { "name": "IS_ENTITY_AT_ENTITY", "comment": "Checks if entity1 is within the box defined by x/y/zSize of entity2.\n\nLast three parameters are almost always p5 = 0, p6 = 1, p7 = 0", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "float", "name": "xSize" }, { "type": "float", "name": "ySize" }, { "type": "float", "name": "zSize" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "int", "name": "p7" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x751B70C3D034E187", "gta_jhash": "0xDABDCB52" }, "0xEE6AD63ABF59C0B7": { "name": "IS_ENTITY_ATTACHED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB346476EF1A64897", "gta_jhash": "0xEC1479D5" }, "0x306C1F6178F01AB3": { "name": "IS_ENTITY_ATTACHED_TO_ANY_OBJECT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCF511840CEEDE0CC", "gta_jhash": "0x0B5DE340" }, "0xC841153DED2CA89A": { "name": "IS_ENTITY_ATTACHED_TO_ANY_PED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB1632E9A5F988D11", "gta_jhash": "0x9D7A609C" }, "0x12DF6E0D2E736749": { "name": "IS_ENTITY_ATTACHED_TO_ANY_VEHICLE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x26AA915AD89BFB4B", "gta_jhash": "0xDE5C995E" }, "0x154A3C529497053E": { "name": "IS_ENTITY_ATTACHED_TO_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "from" }, { "type": "Entity", "name": "to" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEFBE71898A993728", "gta_jhash": "0xB0ABFEA8" }, "0xA7E51B53309EAC97": { "name": "_IS_ENTITY_OWNED_BY_PERSISTENCE_SYSTEM", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x7D5B1F88E7504BBA": { "name": "IS_ENTITY_DEAD", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5F9532F3B5CC2551", "gta_jhash": "0xB6F7CBAC" }, "0x886E37EC497200B6": { "name": "IS_ENTITY_IN_AIR", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x886E37EC497200B6", "gta_jhash": "0xA4157987" }, "0xD3151E53134595E5": { "name": "IS_ENTITY_IN_ANGLED_AREA", "comment": "Creates a spherical cone at origin that extends to surface with the angle specified. Then returns true if the entity is inside the spherical cone\n\nAngle is measured in degrees.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "originX" }, { "type": "float", "name": "originY" }, { "type": "float", "name": "originZ" }, { "type": "float", "name": "edgeX" }, { "type": "float", "name": "edgeY" }, { "type": "float", "name": "edgeZ" }, { "type": "float", "name": "angle" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x51210CED3DA1C78A", "gta_jhash": "0x883622FA" }, "0x0C2634C40A16193E": { "name": "IS_ENTITY_IN_AREA", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x54736AA40E271165", "gta_jhash": "0x8C2DFA9D" }, "0x5A5526BC09C06623": { "name": "IS_ENTITY_IN_VOLUME", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "ScrHandle", "name": "volume" }, { "type": "BOOL", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xDDE5C125AC446723": { "name": "IS_ENTITY_IN_WATER", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCFB0A0D8EDD145A3", "gta_jhash": "0x4C3C2508" }, "0xD4E5C1E93C466127": { "name": "_IS_ENTITY_UNDERWATER", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x4A77C3F73FD9E831": { "name": "GET_ENTITY_SUBMERGED_LEVEL", "comment": "Get how much of the entity is submerged. 1.0f is whole entity.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "float", "build": "1207", "gta_hash": "0xE81AFC1BC4CC41CE", "gta_jhash": "0x0170F68C" }, "0x850C940EE3E7B8B5": { "name": "SET_ENTITY_REQUIRES_MORE_EXPENSIVE_RIVER_CHECK", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x694E00132F2823ED", "gta_jhash": "0x40C84A74" }, "0x7A49D40DE437BC8D": { "name": "_0x7A49D40DE437BC8D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x978AA2323ED32209": { "name": "_0x978AA2323ED32209", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x002AAC783ED323ED": { "name": "_0x002AAC783ED323ED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x007AAC783ED323ED": { "name": "_0x007AAC783ED323ED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x613C15D5D8DB781F": { "name": "IS_ENTITY_ON_SCREEN", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE659E47AF827484B", "gta_jhash": "0xC1FEC5ED" }, "0xDEE49D5CA6C49148": { "name": "IS_ENTITY_PLAYING_ANIM", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "int", "name": "animType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1F0B79228E461EC9", "gta_jhash": "0x0D130D34" }, "0x0B7CB1300CBFE19C": { "name": "_IS_ENTITY_PLAYING_ANY_ANIM", "comment": "Params: p1 (probably animType) = 1, 0", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x86468ADFA0F6B861": { "name": "IS_ENTITY_STATIC", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1218E6886D3D8327", "gta_jhash": "0x928E12E9" }, "0x9A2304A64C3C8423": { "name": "IS_ENTITY_TOUCHING_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Entity", "name": "targetEntity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x17FFC1B2BA35A494", "gta_jhash": "0x6B931477" }, "0x2AE3EBC8DEB9768B": { "name": "IS_ENTITY_TOUCHING_MODEL", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "modelHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0F42323798A58C8C", "gta_jhash": "0x307E7611" }, "0xF6F6AFD8D4FB2658": { "name": "IS_ENTITY_UPRIGHT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "angle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5333F526F6AB19AA", "gta_jhash": "0x3BCDF4E1" }, "0x109DE3DA41AAD94A": { "name": "IS_ENTITY_UPSIDEDOWN", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1DBD58820FA61D71", "gta_jhash": "0x5ACAA48F" }, "0xFFC96ECB7FA404CA": { "name": "IS_ENTITY_VISIBLE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x47D6F43D77935C75", "gta_jhash": "0x120B4ED5" }, "0xFF9965C47FA404DA": { "name": "_0xFF9965C47FA404DA", "comment": "SET_ENTITY_LO*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xF213C724E77F321A": { "name": "IS_ENTITY_VISIBLE_TO_SCRIPT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD796CB5BA8F20E32", "gta_jhash": "0x5D240E9D" }, "0x3F08C6163A4AB1D6": { "name": "_0x3F08C6163A4AB1D6", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0DB41D59E0F1502B": { "name": "_0x0DB41D59E0F1502B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC8CCDB712FBCBA92": { "name": "_IS_TRACKED_ENTITY_VISIBLE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x140188E884645624": { "name": "IS_ENTITY_OCCLUDED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE31C2C72B8692B64", "gta_jhash": "0x46BC5B40" }, "0x3546FAB293FF2981": { "name": "WOULD_ENTITY_BE_OCCLUDED", "comment": "", "params": [ { "type": "Hash", "name": "entityModelHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEE5D2A122E09EC42", "gta_jhash": "0xEA127CBC" }, "0x5E1CC2E8DC3111DD": { "name": "IS_ENTITY_WAITING_FOR_WORLD_COLLISION", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD05BFF0C0A12C68F", "gta_jhash": "0x00AB7A4A" }, "0x857ACB0AB4BD0D55": { "name": "_IS_ENTITY_ON_TRAIN_TRACK", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0xCDB682BB47C02F0A": { "name": "_0xCDB682BB47C02F0A", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE19035EB65AB2932": { "name": "_0xE19035EB65AB2932", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8C03CD6B5E0E85E8": { "name": "SCRIPT_OVERRIDE_ENTITY_LOOT_TABLE_PERMANENT", "comment": "Sets the loot table an entity will carry. Returns true if loot table has been successfully set. Returns false if entity is not a ped or object.\nhttps://github.com/femga/rdr3_discoveries/blob/master/AI/EVENTS/loot_rewards.lua", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "lootTable" } ], "return_type": "BOOL", "build": "1207" }, "0x1E804EA9B12030A4": { "name": "_GET_SCRIPT_OVERRIDE_ENTITY_LOOT_TABLE_PERMANENT", "comment": "Returns false if entity is not a ped or object.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash*", "name": "lootTable" } ], "return_type": "BOOL", "build": "1207" }, "0xA88E215CEB0435C0": { "name": "_REQUEST_ENTITY_LOOT_LIST", "comment": "", "params": [ { "type": "Ped", "name": "mount" }, { "type": "Any*", "name": "argStruct" }, { "type": "Hash", "name": "visiblelootslotrequestType" }, { "type": "int", "name": "flag" }, { "type": "int", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0xE31FC20319874CB3": { "name": "_0xE31FC20319874CB3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x582F73ACFE969571": { "name": "_0x582F73ACFE969571", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xBA2A089E60ED1163": { "name": "_0xBA2A089E60ED1163", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0x61914209C36EFDDB": { "name": "GET_CARRIABLE_ENTITY_STATE", "comment": "enum eCarriableState\n{\n\tCARRIABLE_STATE_NONE,\n\tCARRIABLE_STATE_TRANSITIONING_TO_HOGTIED,\n\tCARRIABLE_STATE_CARRIABLE_INTRO,\n\tCARRIABLE_STATE_CARRIABLE,\n\tCARRIABLE_STATE_BEING_PICKED_UP_FROM_GROUND,\n\tCARRIABLE_STATE_CARRIED_BY_HUMAN,\n\tCARRIABLE_STATE_BEING_PLACED_ON_GROUND,\n\tCARRIABLE_STATE_CARRIED_BY_MOUNT,\n\tCARRIABLE_STATE_BEING_PLACED_ON_MOUNT,\n\tCARRIABLE_STATE_BEING_PICKED_UP_FROM_MOUNT,\n\tCARRIABLE_STATE_BEING_CUT_FREE,\n\tCARRIABLE_STATE_BEING_PLACED_ON_GROUND_ESCAPE,\n\tCARRIABLE_STATE_BEING_PLACED_IN_VEHICLE\n};", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207" }, "0xD46BF94C4C66FAB0": { "name": "_0xD46BF94C4C66FAB0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x34F008A7E48C496B": { "name": "_GET_OPTIMAL_CARRY_CONFIG", "comment": "Valid indices: 0 - 3\nIndex 1 always returns a `hogtied` config, doesn't matter the entity.\nIt's for humans only and the ped must be resurrected first if it's dead.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "index" } ], "return_type": "Hash", "build": "1207" }, "0xD21C7418C590BB40": { "name": "_0xD21C7418C590BB40", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0FD25587BB306C86": { "name": "_GET_ENTITY_CARRY_CONFIG", "comment": "Returns zero if the entity is not a carriable", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Hash", "build": "1207" }, "0x5AFFA9DDC87846F8": { "name": "_IS_CARRIABLE_MODEL", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0x31FEF6A20F00B963": { "name": "_GET_CARRIABLE_FROM_ENTITY", "comment": "Returns a hash of an entity's name. (Alternative Name: _GET_ENTITY_PROMPT_NAME_HASH)", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Hash", "build": "1207" }, "0x399657ED871B3A6C": { "name": "_SET_ENTITY_CARCASS_TYPE", "comment": "Changes type and quality of skins\ntype hashes: https://pastebin.com/C1WvQjCy", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "type" } ], "return_type": "void", "build": "1207" }, "0x2A77EF9BEC8518F4": { "name": "_0x2A77EF9BEC8518F4", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0D0DB2B6AF19A987": { "name": "_DELETE_CARRIABLE", "comment": "", "params": [ { "type": "Entity*", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x8DE41E9902E85756": { "name": "_IS_ENTITY_FULLY_LOOTED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x6BCF5F3D8FFE988D": { "name": "_SET_ENTITY_FULLY_LOOTED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "looted" } ], "return_type": "void", "build": "1207" }, "0xEF2D9ED7CE684F08": { "name": "_0xEF2D9ED7CE684F08", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0x0CCEFC6C2C95DA2A": { "name": "_0x0CCEFC6C2C95DA2A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x383F64263F946E45": { "name": "_0x383F64263F946E45", "comment": "Used when checking if ped is in water", "params": [ { "type": "int*", "name": "p0" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p2" }, { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0x8E10DF0FFA63FB65": { "name": "_0x8E10DF0FFA63FB65", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0x808077647856DE62": { "name": "_GET_ENTITY_CARRYING_FLAG", "comment": "flagId: see _SET_ENTITY_CARRYING_FLAG", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "flagId" } ], "return_type": "BOOL", "build": "1207" }, "0x18FF3110CF47115D": { "name": "_SET_ENTITY_CARRYING_FLAG", "comment": "flagId: https://github.com/femga/rdr3_discoveries/tree/master/AI/CARRYING_FLAGS\nhttps://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CCarryingFlags__Flags\n\nenum eCarryingFlag\n{\n\tCARRYING_FLAG_CAN_BE_CUT_FREE = 1,\n\tCARRYING_FLAG_CAN_BE_CARRIED_ON_FOOT = 2,\n\tCARRYING_FLAG_CAN_BE_DROPPED = 4,\n\tCARRYING_FLAG_CAN_BE_CARRIED_WHEN_DEAD = 7,\n\tCARRYING_FLAG_CAN_CARRY_ANYTHING = 9,\n\tCARRYING_FLAG_DISABLE_PROMPT_LOS_CHECKS = 19,\n\tCARRYING_FLAG_FORCE_ALLOW_WARP_TO_SAFE_GROUND_LOCATION = 23,\n\tCARRYING_FLAG_PICKUPS_IGNORE_HEIGHT_RESTRICTIONS = 26,\n\tCARRYING_FLAG_CLEAN_UP_WHEN_NOT_CARRIED = 27,\n\tCARRYING_FLAG_BLOCK_KNOCK_OFF_PED_VARIATIONS_FROM_CARRIABLE_INTERACTIONS = 29,\n\tCARRYING_FLAG_HIT_WHEN_CARRIABLE = 31,\n\tCARRYING_FLAG_DISABLE_CARRIABLE_INTERACTIONS_ON_THIS_MOUNT = 34,\n\tCARRYING_FLAG_FORCE_HIDE_PROMPT_GROUP = 37,\n};", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xC3ABCFBC7D74AFA5": { "name": "_0xC3ABCFBC7D74AFA5", "comment": "Returns BOOL in ida", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x371D179701D9C082": { "name": "_0x371D179701D9C082", "comment": "Called if entity is in water and submerged level is larger than 1f. If CARRYING_FLAG_FORCE_ALLOW_WARP_TO_SAFE_GROUND_LOCATION is true, it gets disabled as well.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1436" }, "0xA48E4801DEBDF7E4": { "name": "_0xA48E4801DEBDF7E4", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x255B6DB4E3AD3C3E": { "name": "_GET_IS_CARRIABLE_PELT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0xF59FDE7B4D31A630": { "name": "_0xF59FDE7B4D31A630", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x120376C23F019C6C": { "name": "_0x120376C23F019C6C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x5744562E973E33CD": { "name": "_0x5744562E973E33CD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0xDD03FC2089AD093C": { "name": "_0xDD03FC2089AD093C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xB16C780C51E51E2B": { "name": "_0xB16C780C51E51E2B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xEF259AA1E097E0AD": { "name": "_0xEF259AA1E097E0AD", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBD94CECFB2D65119": { "name": "_0xBD94CECFB2D65119", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x482D17E45665DA44": { "name": "_SET_ENTITY_CUSTOM_PICKUP_RADIUS", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0xE75EEA8DB59A9F39": { "name": "_0xE75EEA8DB59A9F39", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x188736456D1DEDE6": { "name": "_0x188736456D1DEDE6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC6A1A3D63F122DE7": { "name": "_0xC6A1A3D63F122DE7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0x31DA7CEC5334DB37": { "name": "APPLY_FORCE_TO_ENTITY_CENTER_OF_MASS", "comment": "p6/relative - makes the xyz force not relative to world coords, but to something else\np7/highForce - setting false will make the force really low", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "forceType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "component" }, { "type": "BOOL", "name": "isDirectionRel" }, { "type": "BOOL", "name": "isForceRel" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0x18FF00FC7EFF559E", "gta_jhash": "0x28924E98" }, "0xF15E8F5D333F09C4": { "name": "APPLY_FORCE_TO_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "forceFlags" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "offX" }, { "type": "float", "name": "offY" }, { "type": "float", "name": "offZ" }, { "type": "int", "name": "boneIndex" }, { "type": "BOOL", "name": "isDirectionRel" }, { "type": "BOOL", "name": "ignoreUpVec" }, { "type": "BOOL", "name": "isForceRel" }, { "type": "BOOL", "name": "p12" }, { "type": "BOOL", "name": "p13" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC5F68BE9613E2D18", "gta_jhash": "0xC1C0855A" }, "0x6B9BBD38AB0796DF": { "name": "ATTACH_ENTITY_TO_ENTITY", "comment": "Attaches entity1 to bone (boneIndex) of entity2.\n\nboneIndex - this is different to boneID, use GET_PED_BONE_INDEX to get the index from the ID. use the index for attaching to specific bones. entity1 will be attached to entity2's centre if bone index given doesn't correspond to bone indexes for that entity type.\nhttps://github.com/femga/rdr3_discoveries/tree/master/boneNames\n\nuseSoftPinning - if set to false attached entity will not detach when fixed\ncollision - controls collision between the two entities (FALSE disables collision).\nisPed - pitch doesn't work when false and roll will only work on negative numbers (only peds)\nvertexIndex - position of vertex\nfixedRot - if false it ignores entity vector", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "BOOL", "name": "p9" }, { "type": "BOOL", "name": "useSoftPinning" }, { "type": "BOOL", "name": "collision" }, { "type": "BOOL", "name": "isPed" }, { "type": "int", "name": "vertexIndex" }, { "type": "BOOL", "name": "fixedRot" }, { "type": "BOOL", "name": "p15" }, { "type": "BOOL", "name": "p16" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6B9BBD38AB0796DF", "gta_jhash": "0xEC024237" }, "0xB629A43CA1643481": { "name": "ATTACH_ENTITY_TO_ENTITY_PHYSICALLY", "comment": "", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "float", "name": "p10" }, { "type": "float", "name": "p11" }, { "type": "float", "name": "p12" }, { "type": "float", "name": "p13" }, { "type": "BOOL", "name": "p14" }, { "type": "BOOL", "name": "p15" }, { "type": "BOOL", "name": "p16" }, { "type": "BOOL", "name": "p17" }, { "type": "int", "name": "p18" }, { "type": "BOOL", "name": "p19" }, { "type": "float", "name": "p20" }, { "type": "float", "name": "p21" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC3675780C92F90F9", "gta_jhash": "0x0547417F" }, "0x445D7D8EA66E373E": { "name": "_0x445D7D8EA66E373E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" }, { "type": "Any", "name": "p15" } ], "return_type": "void", "build": "1207" }, "0x16908E859C3AB698": { "name": "_0x16908E859C3AB698", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xBACA8FE9C76C124E": { "name": "GET_ENTITY_BONE_INDEX_BY_NAME", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "boneName" } ], "return_type": "int", "build": "1207", "gta_hash": "0xFB71170B7E76ACBA", "gta_jhash": "0xE4ECAC22" }, "0xBB19AC7D4DCEFD0F": { "name": "CLEAR_ENTITY_LAST_DAMAGE_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA72CD9CA74A5ECBA", "gta_jhash": "0x2B83F43B" }, "0x4CD38C78BD19A497": { "name": "DELETE_ENTITY", "comment": "Deletes the specified entity, then sets the handle pointed to by the pointer to NULL.", "params": [ { "type": "Entity*", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAE3CBE5BF394C9C9", "gta_jhash": "0xFAA3D236" }, "0x5E94EA09E7207C16": { "name": "_DELETE_ENTITY_2", "comment": "Must be called from a background script, otherwise it will do nothing.", "params": [ { "type": "Entity*", "name": "entity" } ], "return_type": "void", "build": "1207", "unused": true }, "0x64CDE9D6BF8ECAD3": { "name": "DETACH_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "collision" } ], "return_type": "void", "build": "1207", "gta_hash": "0x961AC54BF0613F5D", "gta_jhash": "0xC8EFCB41" }, "0x083D497D57B7400F": { "name": "_IS_ENTITY_FROZEN", "comment": "Getter for FREEZE_ENTITY_POSITION", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x7D9EFB7AD6B19754": { "name": "FREEZE_ENTITY_POSITION", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x428CA6DBD1094446", "gta_jhash": "0x65C16D57" }, "0x740CB4F3F602C9F4": { "name": "SET_ENTITY_SHOULD_FREEZE_WAITING_ON_COLLISION", "comment": "Old name: _SET_ENTITY_CLEANUP_BY_ENGINE", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3910051CCECDB00C", "gta_jhash": "0xD3850671" }, "0xDC19C288082E586E": { "name": "SET_ENTITY_AS_MISSION_ENTITY", "comment": "Makes the specified entity (ped, vehicle or object) persistent. Persistent entities will not automatically be removed by the engine.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAD738C3085FE7E11", "gta_jhash": "0x5D1F9E0F" }, "0x4971D2F8162B9674": { "name": "SET_ENTITY_AS_NO_LONGER_NEEDED", "comment": "Marks the specified entity (ped, vehicle or object) as no longer needed.\nEntities marked as no longer needed, will be deleted as the engine sees fit.", "params": [ { "type": "Entity*", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB736A491E64A32CF", "gta_jhash": "0xADF2267C" }, "0x2595DD4236549CE3": { "name": "SET_PED_AS_NO_LONGER_NEEDED", "comment": "This is an alias of SET_ENTITY_AS_NO_LONGER_NEEDED.", "params": [ { "type": "Ped*", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2595DD4236549CE3", "gta_jhash": "0x9A388380" }, "0x629BFA74418D6239": { "name": "SET_VEHICLE_AS_NO_LONGER_NEEDED", "comment": "This is an alias of SET_ENTITY_AS_NO_LONGER_NEEDED.", "params": [ { "type": "Vehicle*", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x629BFA74418D6239", "gta_jhash": "0x9B0E10BE" }, "0x3AE22DEB5BA5A3E6": { "name": "SET_OBJECT_AS_NO_LONGER_NEEDED", "comment": "This is an alias of SET_ENTITY_AS_NO_LONGER_NEEDED.", "params": [ { "type": "Object*", "name": "object" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3AE22DEB5BA5A3E6", "gta_jhash": "0x3F6B949F" }, "0x20FAEE47427A4497": { "name": "_0x20FAEE47427A4497", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x88AD6CC10D8D35B2": { "name": "_DOES_THREAD_OWN_THIS_ENTITY", "comment": "Returns true if calling script owns specified entity", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x56E0735D6273B227": { "name": "_0x56E0735D6273B227", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC0EDEF16D90661EE": { "name": "_0xC0EDEF16D90661EE", "comment": "SET_ENTITY_A*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0FD7D7C232876E72": { "name": "_0x0FD7D7C232876E72", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0939E773925C4719": { "name": "_0x0939E773925C4719", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x0D06D522B90E861F": { "name": "SET_ENTITY_CAN_BE_DAMAGED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1760FFA8AB074D66", "gta_jhash": "0x60B6E744" }, "0x75DF9E73F2F005FD": { "name": "_GET_ENTITY_CAN_BE_DAMAGED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x0EF1AFB18649E015": { "name": "SET_ENTITY_CAN_BE_DAMAGED_BY_RELATIONSHIP_GROUP", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "bCanBeDamaged" }, { "type": "Hash", "name": "relGroup" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE22D8FDE858B8119", "gta_jhash": "0x34165B5D" }, "0xFF83AF534156B399": { "name": "_0xFF83AF534156B399", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6D09F32E284D0FB7": { "name": "SET_ENTITY_CAN_BE_TARGETED_WITHOUT_LOS", "comment": "Sets whether the entity can be targeted without being in line-of-sight.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD3997889736FD899", "gta_jhash": "0x3B13797C" }, "0xAA2FADD30F45A9DA": { "name": "GET_ENTITY_COLLISION_DISABLED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCCF1E97BEFDAE480", "gta_jhash": "0xE8C0C629" }, "0xF66F820909453B8C": { "name": "SET_ENTITY_COLLISION", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" }, { "type": "BOOL", "name": "keepPhysics" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1A9205C1B9EE827F", "gta_jhash": "0x139FD37D" }, "0xE0580EC84813875A": { "name": "SET_ENTITY_COMPLETELY_DISABLE_COLLISION", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" }, { "type": "BOOL", "name": "keepPhysics" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9EBC85ED0FFFE51C", "gta_jhash": "0xBD0D4831" }, "0x06843DA7060A026B": { "name": "SET_ENTITY_COORDS", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" }, { "type": "BOOL", "name": "clearArea" } ], "return_type": "void", "build": "1207", "gta_hash": "0x06843DA7060A026B", "gta_jhash": "0xDF70B41B" }, "0x239A3351AC1DA385": { "name": "SET_ENTITY_COORDS_NO_OFFSET", "comment": "Axis - Invert Axis Flags", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "void", "build": "1207", "gta_hash": "0x239A3351AC1DA385", "gta_jhash": "0x4C83DE8D" }, "0xFBFC4473F66CE344": { "name": "SET_ENTITY_DYNAMIC", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1718DE8E3F2823CA", "gta_jhash": "0x236F525B" }, "0xCF2B9C0645C4651B": { "name": "SET_ENTITY_HEADING", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "heading" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8E2530AA8ADA980E", "gta_jhash": "0xE0FF064D" }, "0x203BEFFDBE12E96A": { "name": "_SET_ENTITY_COORDS_AND_HEADING", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "void", "build": "1207" }, "0x0918E3565C20F03C": { "name": "_SET_ENTITY_COORDS_AND_HEADING_NO_OFFSET", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xAC2767ED8BDFAB15": { "name": "SET_ENTITY_HEALTH", "comment": "Sets the entity's health. healthAmount sets the health value to that, and sets the maximum health core value. Setting healthAmount to 0 will kill the entity. entityKilledBy parameter can also be 0", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "healthAmount" }, { "type": "Entity", "name": "entityKilledBy" } ], "return_type": "void", "build": "1207" }, "0xA5C38736C426FCB8": { "name": "SET_ENTITY_INVINCIBLE", "comment": "Sets a ped or an object totally invincible. It doesn't take any kind of damage. Peds will not ragdoll on explosions.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3882114BDE571AD4", "gta_jhash": "0xC1213A21" }, "0xAF7F3099B9FEB535": { "name": "_0xAF7F3099B9FEB535", "comment": "SET_ENTITY_LO*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x0A5D170C44CB2189": { "name": "SET_ENTITY_IS_TARGET_PRIORITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEA02E132F5C68722", "gta_jhash": "0x9729EE32" }, "0xB38A29CCD5447783": { "name": "_0xB38A29CCD5447783", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4B436BAC8CBE9B07": { "name": "_SET_ENTITY_THREAT_TIER", "comment": "tier: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eEntityThreatTier", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "tier" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE12F56CB25D9CE23": { "name": "_GET_ENTITY_THREAT_TIER", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207" }, "0x2D40BCBFE9305DEA": { "name": "_0x2D40BCBFE9305DEA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEBDC12861D079ABA": { "name": "_SET_ENTITY_LIGHTS_ENABLED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0x9B9EE31AED48072E": { "name": "SET_ENTITY_LOAD_COLLISION_FLAG", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0DC7CABAB1E9B67E", "gta_jhash": "0xC52F295B" }, "0xBEB1600952B9CF5C": { "name": "HAS_COLLISION_LOADED_AROUND_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE9676F61BC0B3321", "gta_jhash": "0x851687F9" }, "0x6BFBDC46139C45AB": { "name": "HAS_COLLISION_LOADED_AROUND_POSITION", "comment": "Old name: _HAS_COLLISION_LOADED_AT_COORDS", "params": [ { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" } ], "return_type": "BOOL", "build": "1207" }, "0x473598683095D430": { "name": "SET_ENTITY_ONLY_DAMAGED_BY_PLAYER", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x79F020FF9EDC0748", "gta_jhash": "0x4B707F50" }, "0x6C1F6AA2F0ADD104": { "name": "SET_ENTITY_ONLY_DAMAGED_BY_RELATIONSHIP_GROUP", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" }, { "type": "Hash", "name": "relationshipGroup" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7022BD828FA0B082", "gta_jhash": "0x202237E2" }, "0xFAEE099C6F890BB8": { "name": "SET_ENTITY_PROOFS", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/AI/ENTITY_PROOFS\nBOOL p2: handles an additional special proofs flag, so it simply indicates whether it should be enabled or disabled, not sure what exactly it proofs the entity from though", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "proofsBitset" }, { "type": "BOOL", "name": "specialFlag" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFAEE099C6F890BB8", "gta_jhash": "0x7E9EAB66" }, "0x6CF0DAD7FA1088EA": { "name": "_GET_ENTITY_PROOFS", "comment": "Note: this native was removed in 1232 but added back in 1311", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207" }, "0x100E7007D13E3687": { "name": "SET_ENTITY_QUATERNION", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "w" } ], "return_type": "void", "build": "1207", "gta_hash": "0x77B21BE7AC540F07", "gta_jhash": "0x83B6046F" }, "0x9CC8314DFEDE441E": { "name": "SET_ENTITY_ROTATION", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "pitch" }, { "type": "float", "name": "roll" }, { "type": "float", "name": "yaw" }, { "type": "int", "name": "rotationOrder" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8524A8B0171D5E07", "gta_jhash": "0x0A345EFE" }, "0xD45BB89B53FC0CFD": { "name": "_0xD45BB89B53FC0CFD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x1794B4FCC84D812F": { "name": "SET_ENTITY_VISIBLE", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEA1C610A04DB6BBB", "gta_jhash": "0xD043E8E1" }, "0x80FDEB3A9E9AA578": { "name": "_0x80FDEB3A9E9AA578", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9C6906EF8CB20C5F": { "name": "_0x9C6906EF8CB20C5F", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1436" }, "0x1C99BB7B6E96D16F": { "name": "SET_ENTITY_VELOCITY", "comment": "Note that the third parameter(denoted as z) is \"up and down\" with positive numbers encouraging upwards movement.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1C99BB7B6E96D16F", "gta_jhash": "0xFF5A1988" }, "0x0CEDB728A1083FA7": { "name": "SET_ENTITY_HAS_GRAVITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4A4722448F18EEF5", "gta_jhash": "0xE2F262BF" }, "0x5FB407F0A7C877BF": { "name": "SET_ENTITY_LOD_DIST", "comment": "LOD distance can be 0 to 0xFFFF (higher values will result in 0xFFFF) as it is actually stored as a 16-bit value (aka uint16_t).", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5927F96A78577363", "gta_jhash": "0xD7ACC7AD" }, "0xDF240D0C2A948683": { "name": "GET_ENTITY_LOD_DIST", "comment": "Returns the LOD distance of an entity.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "gta_hash": "0x4159C2762B5791D6", "gta_jhash": "0x4DA3D51F" }, "0x0DF7692B1D9E7BA7": { "name": "SET_ENTITY_ALPHA", "comment": "skin - everything alpha except skin\nSet entity alpha level. Ranging from 0 to 255 but changes occur after every 20 percent (after every 51).", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "alphaLevel" }, { "type": "BOOL", "name": "skin" } ], "return_type": "void", "build": "1207", "gta_hash": "0x44A0870B7E92D7C0", "gta_jhash": "0xAE667CB0" }, "0x1BB501624FAF2BEA": { "name": "GET_ENTITY_ALPHA", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "gta_hash": "0x5A47B3B5E63E94C6", "gta_jhash": "0x1560B017" }, "0x744B9EF44779D9AB": { "name": "RESET_ENTITY_ALPHA", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9B1E824FFBB7027A", "gta_jhash": "0x8A30761C" }, "0xA91E6CF94404E8C9": { "name": "_SET_ENTITY_FADE_IN", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0xACAD101E1FB66689": { "name": "SET_ENTITY_ALWAYS_PRERENDER", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xACAD101E1FB66689", "gta_jhash": "0xD8FF798A" }, "0x85B8A7534E44BC23": { "name": "SET_ENTITY_RENDER_SCORCHED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x730F5F8D3F0F2050", "gta_jhash": "0xAAC9317B" }, "0x37B01666BAE8F7EF": { "name": "_0x37B01666BAE8F7EF", "comment": "Seems to return true if entity is burned / scorched\n_GET_ENTITY_*", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Any", "build": "1207" }, "0xA9E6D8F2DDFC4DB9": { "name": "_0xA9E6D8F2DDFC4DB9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x10B2218320B6F5AC": { "name": "CREATE_MODEL_SWAP", "comment": "Only works with objects!", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Hash", "name": "originalModel" }, { "type": "Hash", "name": "newModel" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x92C47782FDA8B2A3", "gta_jhash": "0x0BC12F9E" }, "0x824E1C26A14CB817": { "name": "REMOVE_MODEL_SWAP", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Hash", "name": "originalModel" }, { "type": "Hash", "name": "newModel" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x033C0F9A64E229AE", "gta_jhash": "0xCE0AA8BC" }, "0x069848B3FB3C4426": { "name": "CREATE_MODEL_HIDE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Hash", "name": "model" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8A97BCA30A0CE478", "gta_jhash": "0x7BD5CF2F" }, "0xD136090A9AAAB17D": { "name": "CREATE_MODEL_HIDE_EXCLUDING_SCRIPT_OBJECTS", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Hash", "name": "model" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3A52AE588830BF7F", "gta_jhash": "0x07AAF22C" }, "0x3F38A98576F6213A": { "name": "REMOVE_MODEL_HIDE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD9E3006FB3CBD765", "gta_jhash": "0x993DBC10" }, "0xD4636C2EDB0DEA8A": { "name": "_0xD4636C2EDB0DEA8A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0961A905AFBC34C7": { "name": "CREATE_FORCED_OBJECT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Any", "name": "p3" }, { "type": "Hash", "name": "modelHash" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x150E808B375A385A", "gta_jhash": "0x335190A2" }, "0x553FA683F2BCD814": { "name": "REMOVE_FORCED_OBJECT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x61B6775E83C0DB6F", "gta_jhash": "0xAED73ADD" }, "0xE037BF068223C38D": { "name": "SET_ENTITY_NO_COLLISION_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "BOOL", "name": "thisFrameOnly" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA53ED5520C07654A", "gta_jhash": "0x1E11BFE9" }, "0x516C6ABD18322B63": { "name": "SET_ENTITY_MOTION_BLUR", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x295D82A8559F9150", "gta_jhash": "0xE90005B8" }, "0x80646744FA88F9D7": { "name": "SET_CAN_AUTO_VAULT_ON_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE12ABE5E3A389A6C", "gta_jhash": "0x44767B31" }, "0x24AED2A608F93C4C": { "name": "SET_CAN_CLIMB_ON_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA80AE305E0A3044F", "gta_jhash": "0xE224A6A5" }, "0xC64E597783BE9A1D": { "name": "SET_ENTITY_NOWEAPONDECALS", "comment": "Old name: _SET_ENTITY_DECALS_DISABLED", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2C2E3DC128F44309", "gta_jhash": "" }, "0x59B57C4B06531E1E": { "name": "_GET_ENTITIES_NEAR_POINT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "ItemSet", "name": "itemSet" }, { "type": "int", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x84CCF9A12942C83D": { "name": "GET_MATCHING_ENTITIES", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "ItemSet", "name": "itemSet" }, { "type": "int", "name": "entityType" }, { "type": "Any", "name": "p3" }, { "type": "Hash", "name": "p4" }, { "type": "const char*", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x886171A12F400B89": { "name": "_GET_ENTITIES_IN_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "ItemSet", "name": "itemSet" }, { "type": "int", "name": "entityType" } ], "return_type": "int", "build": "1207" }, "0x66B2B83B94B22458": { "name": "_SEARCH_BUILDING_POOL_FOR_ENTITY_WITH_THIS_MODEL", "comment": "Alternative Name: _GET_ENTITY_FROM_MAP_OBJECT; You can get existing objects and manipulate them using this native.", "params": [ { "type": "Hash", "name": "modelHash" } ], "return_type": "Entity", "build": "1207" }, "0xC2E71D7E0A7B4C89": { "name": "_0xC2E71D7E0A7B4C89", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6C31B06E91518269": { "name": "_0x6C31B06E91518269", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x119A5714578F4E05": { "name": "_0x119A5714578F4E05", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF7424890E4A094C0": { "name": "_GET_ENTITY_BY_DOORHASH", "comment": "Params: p1 = 0 in R* Scripts (GET_DOOR_ENTITY_FROM_ID)\nhttps://github.com/femga/rdr3_discoveries/blob/master/doorHashes/doorhashes.lua", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "int", "name": "p1" } ], "return_type": "Entity", "build": "1207" }, "0x42718CC559BD7776": { "name": "FIND_ANIM_EVENT_PHASE", "comment": "", "params": [ { "type": "const char*", "name": "animDictionary" }, { "type": "const char*", "name": "animName" }, { "type": "const char*", "name": "p2" }, { "type": "Any*", "name": "p3" }, { "type": "Any*", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x07F1BE2BCCAA27A7", "gta_jhash": "0xC41DDA62" }, "0x4C9E96473D4F1A88": { "name": "FORCE_ENTITY_AI_AND_ANIMATION_UPDATE", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x40FDEDB72F8293B2", "gta_jhash": "0x58D9775F" }, "0x627520389E288A73": { "name": "_GET_ENTITY_ANIM_CURRENT_TIME", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" } ], "return_type": "float", "build": "1207" }, "0x8E46E18AA828334F": { "name": "_0x8E46E18AA828334F", "comment": "Used in Script Function GENERIC_ITEM_HAS_ANIM_COMPLETED\n_GET_ENTITY_*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animClip" } ], "return_type": "float", "build": "1207" }, "0xDF8E49EA89A01DB1": { "name": "_0xDF8E49EA89A01DB1", "comment": "Hardcoded to return zero/false.", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x5851CC48405F4A07": { "name": "HAS_ANIM_EVENT_FIRED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "actionHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEAF4CD9EA3E7E922", "gta_jhash": "0x66571CA0" }, "0xAEB40615337EF1E3": { "name": "HAS_ENTITY_ANIM_FINISHED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x20B711662962B472", "gta_jhash": "0x1D9CAB92" }, "0xDC6D22FAB76D4874": { "name": "PLAY_ENTITY_ANIM", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/animations", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animName" }, { "type": "const char*", "name": "animDict" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "loop" }, { "type": "BOOL", "name": "stayInAnim" }, { "type": "BOOL", "name": "p6" }, { "type": "float", "name": "delta" }, { "type": "Any", "name": "bitset" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7FB218262B810701", "gta_jhash": "0x878753D5" }, "0x11CDABDC7783B2BC": { "name": "_SET_ENTITY_ANIM_CURRENT_TIME", "comment": "https://gfycat.com/amazingmiserlyamericanquarterhorse", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "float", "name": "time" } ], "return_type": "void", "build": "1207" }, "0xEAA885BA3CEA4E4A": { "name": "_SET_ENTITY_ANIM_SPEED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "float", "name": "speedMultiplier" } ], "return_type": "void", "build": "1207" }, "0x786591D986DE9159": { "name": "STOP_ENTITY_ANIM", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "animation" }, { "type": "const char*", "name": "animGroup" }, { "type": "float", "name": "p3" } ], "return_type": "Any", "build": "1207", "gta_hash": "0x28004F88151E03E0", "gta_jhash": "0xC4769830" }, "0x669655FFB29EF1A9": { "name": "_0x669655FFB29EF1A9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x1AD922AB5038DEF3": { "name": "_ADD_ENTITY_TRACKING_TRAILS", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x5826EFD6D73C4DE5": { "name": "_0x5826EFD6D73C4DE5", "comment": "_REMOVE_DECALS_* - _REMOVE_FORCED*", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x36EB4D34D4A092C5": { "name": "_PAUSE_ENTITY_TRACKING", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "pause" } ], "return_type": "void", "build": "1207" }, "0x29BA9F78321E5A6C": { "name": "_CREATE_FOOTPATH_TRAIL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "const char*", "name": "waypointRecord" }, { "type": "BOOL", "name": "bUseSnowOffset" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "BOOL", "name": "bInit" } ], "return_type": "Any", "build": "1207" }, "0xC76E94A78127412B": { "name": "_0xC76E94A78127412B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x7F20092547B4DDEA": { "name": "_0x7F20092547B4DDEA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF41E2979D5BC5370": { "name": "_0xF41E2979D5BC5370", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xAAACB74442C1BED3": { "name": "_0xAAACB74442C1BED3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6F3068258A499E52": { "name": "PIN_CLOSEST_MAP_ENTITY", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "flags" } ], "return_type": "Any", "build": "1207" }, "0xD2B9C78537ED5759": { "name": "_UNPIN_MAP_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x1FF441D7954F8709": { "name": "IS_MAP_ENTITY_PINNED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x4735E2A4BB83D9DA": { "name": "_GET_PINNED_MAP_ENTITY", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Entity", "build": "1207" }, "0xEAB3D91D30A344F1": { "name": "_0xEAB3D91D30A344F1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x37CEB637BA3B1A47": { "name": "_0x37CEB637BA3B1A47", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x350E9211074955AF": { "name": "_0x350E9211074955AF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x898586729DB5221D": { "name": "_0x898586729DB5221D", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xE9E7A0BAC7F57746": { "name": "_0xE9E7A0BAC7F57746", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" } }, "EVENT": { "0x8AE2F981CDDB8FA4": { "name": "SET_DECISION_MAKER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "name" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB604A2942ADED0EE", "gta_jhash": "0x19CEAC9E" }, "0x6B9C5C38838FB6E6": { "name": "SET_DECISION_MAKER_TO_DEFAULT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xCA1315C33B9A2847": { "name": "_CREATE_SHOCKING_EVENT", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "ScrHandle", "build": "1207" }, "0xD9F8455409B525E9": { "name": "ADD_SHOCKING_EVENT_AT_POSITION", "comment": "eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt\nhttps://github.com/femga/rdr3_discoveries/blob/master/AI/EVENTS", "params": [ { "type": "Hash", "name": "eventType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "int", "name": "p9" }, { "type": "int", "name": "p10" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0xD9F8455409B525E9", "gta_jhash": "0x0B30F779" }, "0x7FD8F3BE76F89422": { "name": "ADD_SHOCKING_EVENT_FOR_ENTITY", "comment": "eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt", "params": [ { "type": "Hash", "name": "eventType" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" }, { "type": "int", "name": "p10" }, { "type": "int", "name": "p11" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0x7FD8F3BE76F89422", "gta_jhash": "0xA81B5B71" }, "0x9DB47E16060D6354": { "name": "IS_SHOCKING_EVENT_IN_SPHERE", "comment": "eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt", "params": [ { "type": "Hash", "name": "eventType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1374ABB7C15BAB92", "gta_jhash": "0x2F98823E" }, "0xE8BB3CC253A34559": { "name": "REMOVE_SHOCKING_EVENT", "comment": "", "params": [ { "type": "ScrHandle", "name": "event" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2CDA538C44C6CCE5", "gta_jhash": "0xF82D5A87" }, "0xD47A168C2AB90DC4": { "name": "REMOVE_ALL_SHOCKING_EVENTS", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEAABE8FDFA21274C", "gta_jhash": "0x64DF6282" }, "0xB4C71BA9CAB097BD": { "name": "_REMOVE_ALL_SHOCKING_EVENTS_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x6A648D42BF271DC7": { "name": "_REMOVE_ALL_SHOCKING_EVENTS_OF_TYPE_IN_AREA", "comment": "eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt", "params": [ { "type": "Hash", "name": "eventType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x118873DD538490B4": { "name": "REMOVE_ALL_SHOCKING_EVENTS_OF_TYPE", "comment": "eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt", "params": [ { "type": "Hash", "name": "eventType" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDB249021652420C5": { "name": "REMOVE_SHOCKING_EVENT_SPAWN_BLOCKING_AREAS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x340F1415B68AEADE", "gta_jhash": "0xA0CE89C8" }, "0x36D0F2BA2C0D9BDE": { "name": "_0x36D0F2BA2C0D9BDE", "comment": "_ADD* (_ADD_SHOCKING_EVENT_* ?)", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x7C511E91738A0828": { "name": "_0x7C511E91738A0828", "comment": "Only used in R* SP Scripts\nHash only used in R* Script mob3.ysc: ROBBERY\n_ADD_PED*", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" }, { "type": "int", "name": "p2" }, { "type": "Hash", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x84994FAD4E4E4E69": { "name": "SUPPRESS_SHOCKING_EVENTS_NEXT_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x2F9A292AD0A3BD89", "gta_jhash": "0x4CC674B5" }, "0xB6F4825153920582": { "name": "_0xB6F4825153920582", "comment": "_S* (_SUPPRESS_EVENTS_NEXT_FRAME?)", "params": [], "return_type": "void", "build": "1207" }, "0x4B2B1A891D437CA7": { "name": "_0x4B2B1A891D437CA7", "comment": "Only used in R* SP Script coachrobberies\n_SET_S*", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x9520175B35E2268D": { "name": "_0x9520175B35E2268D", "comment": "_SET_P*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x18E93EBFC1FCFA48": { "name": "_0x18E93EBFC1FCFA48", "comment": "Only used in R* SP Script beat_rat_infestation and homeinvasion", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x56B3410626A473E7": { "name": "_0x56B3410626A473E7", "comment": "Only used in R* SP Script beat_rat_infestation\nParams: p0 = value returned by 0x18E93EBFC1FCFA48", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x608AD36A644A97FE": { "name": "_ADD_MODEL_TO_EVENT_MONITOR", "comment": "Models used in the scripts: P_REGISTER05X, P_REGISTER06X, P_REGISTER03X, PLAYER_ZERO, PLAYER_THREE, A_C_HORSE_MORGAN_FLAXENCHESTNUT", "params": [ { "type": "Hash", "name": "model" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4465C3D1475BD3FD": { "name": "_0x4465C3D1475BD3FD", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "void", "build": "1207" }, "0x2DD42FAD06E6F19E": { "name": "_0x2DD42FAD06E6F19E", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xA86B0EE9B39D15D6": { "name": "_0xA86B0EE9B39D15D6", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0x26054EB81AC0893B": { "name": "_0x26054EB81AC0893B", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "BOOL", "build": "1207" }, "0xBB1E41DD3D3C6250": { "name": "_SET_EVENT_TRACKER_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "eventName" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xAD17A18215DD23D6": { "name": "_0xAD17A18215DD23D6", "comment": "Might return time since some (?) event.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xC6A7DC546E94FED5": { "name": "_EVENT_GET_TIME_SINCE_EVENT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "eventType" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x796EECFF0C6D39BE": { "name": "_EVENT_GET_RECENT_EVENT", "comment": "Returns eventType", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "Hash", "build": "1207" }, "0x797B3D4D92E56094": { "name": "_IS_EVENT_TRACKER_ACTIVE", "comment": "", "params": [ { "type": "const char*", "name": "eventName" }, { "type": "Hash", "name": "shockingEvent" } ], "return_type": "BOOL", "build": "1207" }, "0x822A001BCEA5BD81": { "name": "_EVENT_GET_SOURCE_ENTITY_FROM_EVENT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "eventType" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "Entity", "build": "1207" }, "0x38497F139981C5C9": { "name": "_EVENT_GET_TARGET_ENTITY_FROM_EVENT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "eventType" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "Entity", "build": "1207" }, "0x1D1B448D719415AB": { "name": "_0x1D1B448D719415AB", "comment": "_GET*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1207" }, "0x83D43F0FD5276E4D": { "name": "_0x83D43F0FD5276E4D", "comment": "_GET*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xE28D7FC9FD32ABEB": { "name": "_0xE28D7FC9FD32ABEB", "comment": "HAS_ACTOR_RECEIVED_TRACKED_EVENT_THAT_SHOULD_ALERT - iTimeSinceEvent >= iTimeLimitMS", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "eventType" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1311" }, "0x1A5C5D350068A673": { "name": "_0x1A5C5D350068A673", "comment": "AGGRO_CHECK_PROPERTY_DAMAGE: Property damage found with event", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAD8F2424C6E1E3A8": { "name": "_EVENT_FLUSH_ALL_EVENT_TRACKERS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xE2C2FBB7825FFC66": { "name": "_0xE2C2FBB7825FFC66", "comment": "", "params": [], "return_type": "void", "build": "1207" } }, "FIRE": { "0x6B83617E04503888": { "name": "START_SCRIPT_FIRE", "comment": "Starts a fire:\n\nxyz: Location of fire\nmaxChildren: The max amount of times a fire can spread to other objects. Must be 25 or less, or the function will do nothing.\nisGasFire: Whether or not the fire is powered by gasoline.", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "const char*", "name": "soundsetName" }, { "type": "float", "name": "p7" }, { "type": "int", "name": "p8" } ], "return_type": "FireId", "build": "1207", "gta_hash": "0x6B83617E04503888", "gta_jhash": "0xE7529357" }, "0x790125C36E194069": { "name": "REMOVE_SCRIPT_FIRE", "comment": "", "params": [ { "type": "FireId", "name": "fireHandle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7FF548385680673F", "gta_jhash": "0x6B21FE26" }, "0xC4DC7418A44D6822": { "name": "START_ENTITY_FIRE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF6A9D9708F6F23DF", "gta_jhash": "0x8928428E" }, "0x8390751DC40C1E98": { "name": "STOP_ENTITY_FIRE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7F0DD2EBBB651AFF", "gta_jhash": "0xCE8C9066" }, "0x1BD7C371CE257C3E": { "name": "IS_ENTITY_ON_FIRE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x28D3FED7190D3A0B", "gta_jhash": "0x8C73E64F" }, "0x754937C28271BC65": { "name": "_0x754937C28271BC65", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF9617BC6FAE61E08": { "name": "GET_NUMBER_OF_FIRES_IN_RANGE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "int", "build": "1207", "gta_hash": "0x50CAD495A460B305", "gta_jhash": "0x654D93B7" }, "0xDB38F247BD421708": { "name": "STOP_FIRE_IN_RANGE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207", "gta_hash": "0x056A8A219B8E829F", "gta_jhash": "0x725C7205" }, "0xB7C7BDC375AEA9A4": { "name": "_STOP_FIRE_IN_BOX", "comment": "", "params": [ { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "void", "build": "1207" }, "0xB646FB657F448261": { "name": "GET_CLOSEST_FIRE_POS", "comment": "", "params": [ { "type": "Vector3*", "name": "outPosition" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x352A9F6BCF90081F", "gta_jhash": "0xC4977B47" }, "0x559FC1D310813031": { "name": "_0x559FC1D310813031", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "Any", "build": "1232" }, "0x41B87A6495EE13DD": { "name": "_0x41B87A6495EE13DD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "Any", "build": "1232" }, "0xA4454592DCF7C992": { "name": "_0xA4454592DCF7C992", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCDC25355C0D65963": { "name": "_IS_ENTITY_CONSUMED_BY_FIRE", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x7D6F58F69DA92530": { "name": "ADD_EXPLOSION", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/graphics/explosions\n\nexplosionType:\nenum eExplosionTag\n{\n\tEXP_TAG_DONTCARE = -1,\n\tEXP_TAG_GRENADE,\n\tEXP_TAG_STICKYBOMB,\n\tEXP_TAG_MOLOTOV,\n\tEXP_TAG_MOLOTOV_VOLATILE,\n\tEXP_TAG_HI_OCTANE,\n\tEXP_TAG_CAR,\n\tEXP_TAG_PLANE,\n\tEXP_TAG_PETROL_PUMP,\n\tEXP_TAG_DIR_STEAM,\n\tEXP_TAG_DIR_FLAME,\n\tEXP_TAG_DIR_WATER_HYDRANT,\n\tEXP_TAG_BOAT,\n\tEXP_TAG_BULLET,\n\tEXP_TAG_SMOKEGRENADE,\n\tEXP_TAG_BZGAS,\n\tEXP_TAG_GAS_CANISTER,\n\tEXP_TAG_EXTINGUISHER,\n\tEXP_TAG_TRAIN,\n\tEXP_TAG_DIR_FLAME_EXPLODE,\n\tEXP_TAG_VEHICLE_BULLET,\n\tEXP_TAG_BIRD_CRAP,\n\tEXP_TAG_FIREWORK,\n\tEXP_TAG_TORPEDO,\n\tEXP_TAG_TORPEDO_UNDERWATER,\n\tEXP_TAG_LANTERN,\n\tEXP_TAG_DYNAMITE,\n\tEXP_TAG_DYNAMITESTACK,\n\tEXP_TAG_DYNAMITE_VOLATILE,\n\tEXP_TAG_RIVER_BLAST,\n\tEXP_TAG_PLACED_DYNAMITE,\n\tEXP_TAG_FIRE_ARROW,\n\tEXP_TAG_DYNAMITE_ARROW,\n\tEXP_TAG_PHOSPHOROUS_BULLET,\n\tEXP_TAG_LIGHTNING_STRIKE,\n\tEXP_TAG_TRACKING_ARROW,\n\tEXP_TAG_POISON_BOTTLE\n};", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "explosionType" }, { "type": "float", "name": "damageScale" }, { "type": "BOOL", "name": "isAudible" }, { "type": "BOOL", "name": "isInvisible" }, { "type": "float", "name": "cameraShake" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE3AD2BDBAEE269AC", "gta_jhash": "0x10AF5258" }, "0xD84A917A64D4D016": { "name": "ADD_OWNED_EXPLOSION", "comment": "explosionType: see ADD_EXPLOSION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "explosionType" }, { "type": "float", "name": "damageScale" }, { "type": "BOOL", "name": "isAudible" }, { "type": "BOOL", "name": "isInvisible" }, { "type": "float", "name": "cameraShake" } ], "return_type": "void", "build": "1207", "gta_hash": "0x172AA1B624FA1013", "gta_jhash": "0x27EE0D67" }, "0xB7DF150605EEDC9B": { "name": "_0xB7DF150605EEDC9B", "comment": "_ADD_EXPLOSION_*(ON ENTITY?)", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "explosionType" }, { "type": "float", "name": "damageScale" }, { "type": "BOOL", "name": "isAudible" }, { "type": "BOOL", "name": "isInvisible" }, { "type": "float", "name": "cameraShake" } ], "return_type": "void", "build": "1207" }, "0x53BA259F3A67A99E": { "name": "ADD_EXPLOSION_WITH_USER_VFX", "comment": "explosionType: see ADD_EXPLOSION\nChange explosionFx (Visual Effect) for specified explosionType", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "explosionType" }, { "type": "Hash", "name": "explosionFx" }, { "type": "float", "name": "damageScale" }, { "type": "BOOL", "name": "isAudible" }, { "type": "BOOL", "name": "isInvisible" }, { "type": "float", "name": "cameraShake" } ], "return_type": "void", "build": "1207", "gta_hash": "0x36DD3FE58B5E5212", "gta_jhash": "0xCF358946" }, "0x34AE85C7CA4857AA": { "name": "_0x34AE85C7CA4857AA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0x8391BA4313A25AD3": { "name": "IS_EXPLOSION_IN_AREA", "comment": "explosionType: see ADD_EXPLOSION", "params": [ { "type": "int", "name": "explosionType" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2E2EBA0EE7CED0E0", "gta_jhash": "0xFB40075B" }, "0xD96E82AEBFFAAFF0": { "name": "IS_EXPLOSION_ACTIVE_IN_AREA", "comment": "explosionType: see ADD_EXPLOSION", "params": [ { "type": "int", "name": "explosionType" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6070104B699B2EF4", "gta_jhash": "0x37C388DB" }, "0xD62DD846D82CBB90": { "name": "IS_EXPLOSION_IN_SPHERE", "comment": "explosionType: see ADD_EXPLOSION", "params": [ { "type": "int", "name": "explosionType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAB0F816885B0E483", "gta_jhash": "0xD455A7F3" }, "0x5AE661ECD18524C9": { "name": "IS_EXPLOSION_IN_ANGLED_AREA", "comment": "explosionType: see ADD_EXPLOSION", "params": [ { "type": "int", "name": "explosionType" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "float", "name": "angle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA079A6C51525DC4B", "gta_jhash": "0x0128FED9" }, "0xE24822A4CFC9107A": { "name": "_IS_EXPLOSION_IN_VOLUME", "comment": "explosionType: see ADD_EXPLOSION", "params": [ { "type": "int", "name": "explosionType" }, { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0x8002DDAB58594D78": { "name": "GET_OWNER_OF_EXPLOSION_IN_ANGLED_AREA", "comment": "explosionType: see ADD_EXPLOSION", "params": [ { "type": "int", "name": "explosionType" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "float", "name": "radius" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0x14BA4BA137AF6CEC", "gta_jhash": "0xAEC0D176" }, "0x68F6A75FDF5A70D6": { "name": "_0x68F6A75FDF5A70D6", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x24DB6B9F2B719043": { "name": "_0x24DB6B9F2B719043", "comment": "Only used in R* SP Related Camp Scripts", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xAB7993BA61A4674F": { "name": "_IS_PED_SHOCKING_EVENT_ACTIVE", "comment": "Tested with fire & dynamite. Only returns true using value p1 = 1 and when the ped is affected by fire.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1232" } }, "FLOCK": { "0xE108489621422F91": { "name": "GET_SPECIES_TUNING_FLOAT_PARAM", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "float", "build": "1207" }, "0x963240B6C252BA49": { "name": "SET_SPECIES_TUNING_FLOAT_PARAM", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x6D1D94C2459B42EE": { "name": "SET_SPECIES_TUNING_BOOL_PARAM", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x4BC3ECFDA0297E27": { "name": "GET_ANIMAL_TUNING_FLOAT_PARAM", "comment": "index: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eAnimalTuningFloats\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/ANIMAL_TUNING_FLOAT_PARAMS", "params": [ { "type": "Ped", "name": "animal" }, { "type": "int", "name": "index" } ], "return_type": "float", "build": "1207" }, "0xCBDA22C87977244F": { "name": "SET_ANIMAL_TUNING_FLOAT_PARAM", "comment": "", "params": [ { "type": "Ped", "name": "animal" }, { "type": "int", "name": "index" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xE776A195488FC520": { "name": "RESET_ANIMAL_TUNING_FLOAT_PARAM", "comment": "", "params": [ { "type": "Ped", "name": "animal" }, { "type": "int", "name": "index" } ], "return_type": "void", "build": "1355" }, "0x1C1993824A396603": { "name": "GET_ANIMAL_TUNING_BOOL_PARAM", "comment": "index: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eAnimalTuningBools\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/ANIMAL_TUNING_BOOL_PARAMS", "params": [ { "type": "Ped", "name": "animal" }, { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0x9FF1E042FA597187": { "name": "SET_ANIMAL_TUNING_BOOL_PARAM", "comment": "", "params": [ { "type": "Ped", "name": "animal" }, { "type": "int", "name": "index" }, { "type": "BOOL", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x96AA1304D30E6BC3": { "name": "RESET_ANIMAL_TUNING_BOOL_PARAM", "comment": "", "params": [ { "type": "Ped", "name": "animal" }, { "type": "int", "name": "index" } ], "return_type": "void", "build": "1355" }, "0x8049B17BEC937662": { "name": "_0x8049B17BEC937662", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0xE93415B3307208E5": { "name": "_0xE93415B3307208E5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "Any", "build": "1207" }, "0x19870C40C7EE15BE": { "name": "_0x19870C40C7EE15BE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x0816C31480764AB0": { "name": "_0x0816C31480764AB0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xC3D581A34BC0A1F0": { "name": "_0xC3D581A34BC0A1F0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF2CCA7B68CFAB2B9": { "name": "_0xF2CCA7B68CFAB2B9", "comment": "species: SPECIES_BIRD_CROW", "params": [ { "type": "Hash", "name": "species" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "float", "name": "x3" }, { "type": "float", "name": "y3" }, { "type": "float", "name": "z3" }, { "type": "float", "name": "p10" }, { "type": "float", "name": "p11" }, { "type": "float", "name": "p12" }, { "type": "float", "name": "p13" } ], "return_type": "void", "build": "1207" }, "0xFB16F08F47B83B4C": { "name": "_0xFB16F08F47B83B4C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x3B005FF0538ED2A9": { "name": "_GET_ANIMAL_IS_WILD", "comment": "Ped (horse) will run away from players and mounting will trigger them to buck until disabled.\nUsed for: REL_DOMESTICATED_ANIMAL", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xAEB97D84CDF3C00B": { "name": "_SET_ANIMAL_IS_WILD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xF8B48A361DC388AE": { "name": "_GET_ANIMAL_RARITY", "comment": "enum eAnimalRarityLevel\n{\n\tARL_COMMON,\n\tARL_RARE,\n\tARL_LEGENDARY,\n\tARL_NUMRARITYLEVELS\n};", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x8B6F0F59B1B99801": { "name": "_SET_ANIMAL_RARITY", "comment": "rarityLevel: see _GET_ANIMAL_RARITY", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "rarityLevel" } ], "return_type": "void", "build": "1207" }, "0xFF1E339CE40EAAAF": { "name": "_0xFF1E339CE40EAAAF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8D913E493BAFE0A3": { "name": "_IS_HERD_VALID", "comment": "", "params": [ { "type": "ScrHandle", "name": "herdHandle" } ], "return_type": "BOOL", "build": "1207" }, "0xCB4EF7EDAE2E16F1": { "name": "_CREATE_HERD", "comment": "", "params": [], "return_type": "ScrHandle", "build": "1207" }, "0xE0961AED72642B80": { "name": "_0xE0961AED72642B80", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x933E5D31A7D13069": { "name": "_ADD_PED_TO_FLOCK", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x408D1149C5E39C1E": { "name": "_0x408D1149C5E39C1E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9E13ACC38BA8F9C3": { "name": "_0x9E13ACC38BA8F9C3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x34B9C4D86DF2C2F3": { "name": "_0x34B9C4D86DF2C2F3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x1DA6CB02071055D5": { "name": "_0x1DA6CB02071055D5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Vector3", "build": "1207" }, "0xC95611869E14F8AF": { "name": "_0xC95611869E14F8AF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x09EE00B8F858E0BE": { "name": "_0x09EE00B8F858E0BE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0xE36D2CB540597EF7": { "name": "_0xE36D2CB540597EF7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xD95F04A4E73BE85E": { "name": "_0xD95F04A4E73BE85E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x17E3E5C46ECCD308": { "name": "_0x17E3E5C46ECCD308", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC72CE37081DAE625": { "name": "_0xC72CE37081DAE625", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x67A43EA3F6FE0076": { "name": "_0x67A43EA3F6FE0076", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x36486AF7DA93A464": { "name": "_0x36486AF7DA93A464", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6C57BEA886A20C6B": { "name": "_0x6C57BEA886A20C6B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1520626FFAFFFA8F": { "name": "_0x1520626FFAFFFA8F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFA821997794F48E7": { "name": "_0xFA821997794F48E7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xCC6B5AAFC87BFC7B": { "name": "_0xCC6B5AAFC87BFC7B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFDB008B3BCF5992F": { "name": "_0xFDB008B3BCF5992F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x2DF3D457D86F8E57": { "name": "_0x2DF3D457D86F8E57", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x706B434FEFAD6A24": { "name": "_0x706B434FEFAD6A24", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA881F5C77A560906": { "name": "_0xA881F5C77A560906", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x53187E563F938E76": { "name": "_0x53187E563F938E76", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" } }, "GRAPHICS": { "0x7DFF8F94937D2659": { "name": "FREE_MEMORY_FOR_MISSION_CREATOR_PHOTO", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x0A46AF8A78DC5E0A", "gta_jhash": "0x9E553002" }, "0x84F0BA7462FF8D58": { "name": "LOAD_MISSION_CREATOR_PHOTO", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4862437A486F91B0", "gta_jhash": "0x56C1E488" }, "0xC71B50AE58D07369": { "name": "GET_STATUS_OF_LOAD_MISSION_CREATOR_PHOTO", "comment": "contentId: returned by NETWORK::_UGC_QUERY_GET_CREATOR_PHOTO(uVar0, 0, sParam3)", "params": [ { "type": "const char*", "name": "contentId" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1670F8D05056F257", "gta_jhash": "0x226B08EA" }, "0xA15BFFC0A01B34E1": { "name": "BEGIN_TAKE_HIGH_QUALITY_PHOTO", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA67C35C56EB1BD9D", "gta_jhash": "0x47B0C137" }, "0x4A3DA74C3CCB1725": { "name": "GET_STATUS_OF_TAKE_HIGH_QUALITY_PHOTO", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x0D6CA79EEEBD8CA3", "gta_jhash": "0x65376C9B" }, "0xD45547D8396F002A": { "name": "FREE_MEMORY_FOR_HIGH_QUALITY_PHOTO", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xD801CC02177FA3F1", "gta_jhash": "0x9CBA682A" }, "0x2705D18C11B61046": { "name": "_SET_PHOTO_SELF_STAT", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x8E6AFF353C09652E": { "name": "_SET_PHOTO_STUDIO_STAT", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x564837D4A9EDE296": { "name": "_SET_POSSE_ID_FOR_PHOTO", "comment": "", "params": [ { "type": "Any", "name": "posseId" } ], "return_type": "void", "build": "1207" }, "0x9F6D859C80708B26": { "name": "_0x9F6D859C80708B26", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0x86076AE35CBBE55F": { "name": "IS_PHOTO_FRAME", "comment": "", "params": [], "return_type": "BOOL", "build": "1355" }, "0xFA91736933AB3D93": { "name": "_SET_PHOTO_IN_PHOTOMODE_STAT", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x8B3296278328B5EB": { "name": "_SET_PHOTO_OVERLAY_EFFECT_STAT", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0D5B19C34068FEE7": { "name": "_0x0D5B19C34068FEE7", "comment": "Gets set to 1 when GET_STATUS_OF_TAKE_HIGH_QUALITY_PHOTO = PHOTO_OPERATION_SUCCEEDED", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0x75D568607909333E": { "name": "_SET_PLAYER_APPEAR_IN_PHOTO", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1232" }, "0xD1031B83AC093BC7": { "name": "_SET_REGION_PHOTO_TAKEN_STAT", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x9937FACBBF267244": { "name": "_SET_DISTRICT_PHOTO_TAKEN_STAT", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x8952E857696B8A79": { "name": "_SET_STATE_PHOTO_TAKEN_STAT", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x57639FD876B68A91": { "name": "SAVE_HIGH_QUALITY_PHOTO", "comment": "", "params": [ { "type": "int", "name": "unused" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3DEC726C25A11BAC", "gta_jhash": "0x3B15D33C" }, "0xD6663EC374092383": { "name": "GET_STATUS_OF_SAVE_HIGH_QUALITY_PHOTO", "comment": "0 = succeeded\n1 = getting status\n2 = failed", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x0C0C4E81E1AC60A0", "gta_jhash": "0xEC5D0317" }, "0x494A9874F17A7D50": { "name": "BEGIN_CREATE_LOW_QUALITY_COPY_OF_PHOTO", "comment": "Called together with FREE_MEMORY_FOR_LOW_QUALITY_PHOTO", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x759650634F07B6B4", "gta_jhash": "0x25D569EB" }, "0x13430D3D5A45F14B": { "name": "GET_STATUS_OF_CREATE_LOW_QUALITY_COPY_OF_PHOTO", "comment": "Old name: _GET_STATUS_OF_DRAW_LOW_QUALITY_PHOTO", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0xCB82A0BF0E3E3265", "gta_jhash": "0xCFCDC518" }, "0x614682E715ADBAAC": { "name": "FREE_MEMORY_FOR_LOW_QUALITY_PHOTO", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x6A12D88881435DCA", "gta_jhash": "0x108F36CC" }, "0xF1142E5D64B47802": { "name": "DRAW_LOW_QUALITY_PHOTO_TO_PHONE", "comment": "nullsub, doesn't do anything (GTA5 leftover, there is no phone in RDR3)", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "int", "name": "photoRotation" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1072F115DAB0717E", "gta_jhash": "0xE9F2B68F" }, "0x8E587FCD30E05592": { "name": "_GET_MAX_NUMBER_OF_LOCAL_PHOTOS", "comment": "Always returns 200.", "params": [], "return_type": "int", "build": "1207" }, "0x78C56B8A7B1D000C": { "name": "_GET_CURRENT_NUMBER_OF_LOCAL_PHOTOS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xA42EDF1E88734A7E": { "name": "QUEUE_OPERATION_TO_CREATE_SORTED_LIST_OF_PHOTOS", "comment": "", "params": [], "return_type": "Any", "build": "1207", "gta_hash": "0x2A893980E96B659A", "gta_jhash": "0x199FABF0" }, "0xB28894CD7408BD0C": { "name": "GET_STATUS_OF_SORTED_LIST_OPERATION", "comment": "0 = succeeded\n1 = getting status\n2 = failed", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xF5BED327CEA362B1", "gta_jhash": "0x596B900D" }, "0xD2D9E04C0DF927F4": { "name": "DRAW_LIGHT_WITH_RANGE", "comment": "", "params": [ { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "int", "name": "colorR" }, { "type": "int", "name": "colorG" }, { "type": "int", "name": "colorB" }, { "type": "float", "name": "range" }, { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF2A1B2771A01DBD4", "gta_jhash": "0x6A396E9A" }, "0xBDBACB52A03CC760": { "name": "UPDATE_LIGHTS_ON_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDEADC0DEDEADC0DE", "gta_jhash": "0xC12AC47A" }, "0x6EC2A67962296F49": { "name": "_SET_LIGHTS_COLOR_FOR_ENTITY", "comment": "https://gfycat.com/meagerfaireyra", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" } ], "return_type": "void", "build": "1207" }, "0x07C0F87AAC57F2E4": { "name": "_SET_LIGHTS_INTENSITY_FOR_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207" }, "0xAB72C67163DC4DB4": { "name": "_SET_LIGHTS_TYPE_FOR_ENTITY", "comment": "type must be less than or equal to 20", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "type" } ], "return_type": "void", "build": "1207" }, "0x2A32FAA57B937173": { "name": "_DRAW_MARKER", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/graphics/markers/marker_types.lua", "params": [ { "type": "Hash", "name": "type" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "dirX" }, { "type": "float", "name": "dirY" }, { "type": "float", "name": "dirZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" }, { "type": "BOOL", "name": "bobUpAndDown" }, { "type": "BOOL", "name": "faceCamera" }, { "type": "int", "name": "p19" }, { "type": "BOOL", "name": "rotate" }, { "type": "const char*", "name": "textureDict" }, { "type": "const char*", "name": "textureName" }, { "type": "BOOL", "name": "drawOnEnts" } ], "return_type": "void", "build": "1207" }, "0x175668836B44CBB0": { "name": "CREATE_CHECKPOINT_WITH_NAMEHASH", "comment": "", "params": [ { "type": "Hash", "name": "typeHash" }, { "type": "float", "name": "posX1" }, { "type": "float", "name": "posY1" }, { "type": "float", "name": "posZ1" }, { "type": "float", "name": "posX2" }, { "type": "float", "name": "posY2" }, { "type": "float", "name": "posZ2" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" }, { "type": "int", "name": "reserved" } ], "return_type": "int", "build": "1207" }, "0x4C11CCACB7C02B6E": { "name": "_DOES_CHECKPOINT_HAVE_FX", "comment": "", "params": [ { "type": "int", "name": "checkpoint" } ], "return_type": "BOOL", "build": "1207" }, "0xCAAFC225E33B1D15": { "name": "SET_CHECKPOINT_RGBA", "comment": "Sets the checkpoint color.", "params": [ { "type": "int", "name": "checkpoint" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7167371E8AD747F7", "gta_jhash": "0xEF9C8CB3" }, "0x99AFF17222D4DEB4": { "name": "SET_CHECKPOINT_RGBA2", "comment": "Sets the checkpoint icon color.", "params": [ { "type": "int", "name": "checkpoint" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB9EA40907C680580", "gta_jhash": "0xA5456DBB" }, "0xCC3B787E73E64160": { "name": "_0xCC3B787E73E64160", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x171C18E994C1A395": { "name": "_0x171C18E994C1A395", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x0DED5B0C8EBAAE12": { "name": "DELETE_CHECKPOINT", "comment": "", "params": [ { "type": "int", "name": "checkpoint" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF5ED37F54CD4D52E", "gta_jhash": "0xB66CF3CA" }, "0x405224591DF02025": { "name": "DRAW_RECT", "comment": "Draws a rectangle on the screen.\n\n-x: The relative X point of the center of the rectangle. (0.0-1.0, 0.0 is the left edge of the screen, 1.0 is the right edge of the screen)\n\n-y: The relative Y point of the center of the rectangle. (0.0-1.0, 0.0 is the top edge of the screen, 1.0 is the bottom edge of the screen)\n\n-width: The relative width of the rectangle. (0.0-1.0, 1.0 means the whole screen width)\n\n-height: The relative height of the rectangle. (0.0-1.0, 1.0 means the whole screen height)\n\n-R: Red part of the color. (0-255)\n\n-G: Green part of the color. (0-255)\n\n-B: Blue part of the color. (0-255)\n\n-A: Alpha part of the color. (0-255, 0 means totally transparent, 255 means totally opaque)", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "width" }, { "type": "float", "name": "height" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3A618A217E5154F0", "gta_jhash": "0xDD2BFC77" }, "0x906B86E6D7896B9E": { "name": "SET_SCRIPT_GFX_DRAW_BEHIND_PAUSEMENU", "comment": "Sets a flag defining whether or not script draw commands should continue being drawn behind the pause menu. This is usually used for draw commands that are used with a world render target.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC6372ECD45D73BCD", "gta_jhash": "0xF8FBCC25" }, "0xCFCC78391C8B3814": { "name": "SET_SCRIPT_GFX_DRAW_ORDER", "comment": "Sets the draw order for script draw commands.", "params": [ { "type": "int", "name": "drawOrder" } ], "return_type": "void", "build": "1207", "gta_hash": "0x61BB1D9B3A95D802", "gta_jhash": "0xADF81D24" }, "0xC9884ECADE94CB34": { "name": "DRAW_SPRITE", "comment": "Draws a 2D sprite on the screen.\n\nParameters:\ntextureDict - Name of texture dictionary to load texture from\n\ntextureName - Name of texture to load from texture dictionary\n\nscreenX/Y - Screen offset (0.5 = center)\nscaleX/Y - Texture scaling. Negative values can be used to flip the texture on that axis. (0.5 = half)\n\nheading - Texture rotation in degrees (default = 0.0) positive is clockwise, measured in degrees\n\nred,green,blue - Sprite color (default = 255/255/255)\n\nalpha - opacity level\n\nhttps://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures", "params": [ { "type": "const char*", "name": "textureDict" }, { "type": "const char*", "name": "textureName" }, { "type": "float", "name": "screenX" }, { "type": "float", "name": "screenY" }, { "type": "float", "name": "width" }, { "type": "float", "name": "height" }, { "type": "float", "name": "heading" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" }, { "type": "BOOL", "name": "p11" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE7FFAE5EBF23D890", "gta_jhash": "0x1FEC16B0" }, "0x40866A418EB8EFDE": { "name": "ATTACH_TV_AUDIO_TO_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x845BAD77CC770633", "gta_jhash": "0x784944DB" }, "0x64437C98FCC5F291": { "name": "SET_TV_AUDIO_FRONTEND", "comment": "Probably changes tvs from being a 3d audio to being \"global\" audio", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x113D2C5DC57E1774", "gta_jhash": "0x2E0DFA35" }, "0x66773C92835D0909": { "name": "GET_SCREEN_RESOLUTION", "comment": "Hardcoded to always set x to 1280 and y to 720.", "params": [ { "type": "int*", "name": "x" }, { "type": "int*", "name": "y" } ], "return_type": "void", "build": "1207", "gta_hash": "0x888D57E407E63624", "gta_jhash": "0x29F3572F" }, "0xA04EF43030593ABC": { "name": "_0xA04EF43030593ABC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA21AF60C9F99CCC5": { "name": "_0xA21AF60C9F99CCC5", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC28F62AC9774FC1B": { "name": "_0xC28F62AC9774FC1B", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xEB48CE48EEC41FD4": { "name": "_0xEB48CE48EEC41FD4", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xCB50D7AFCC8B0EC6": { "name": "GET_SCREEN_COORD_FROM_WORLD_COORD", "comment": "", "params": [ { "type": "float", "name": "worldX" }, { "type": "float", "name": "worldY" }, { "type": "float", "name": "worldZ" }, { "type": "float*", "name": "screenX" }, { "type": "float*", "name": "screenY" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x34E82F05DF2974F5", "gta_jhash": "0x1F950E4B" }, "0xA2A51869BDED733B": { "name": "_IS_TEXTURE_IN_DICT", "comment": "", "params": [ { "type": "Hash", "name": "txdHash" }, { "type": "Hash", "name": "dict" } ], "return_type": "BOOL", "build": "1207" }, "0xB2797619A7C7747B": { "name": "SET_ARTIFICIAL_LIGHTS_STATE", "comment": "Does not affect weapons, particles, fire/explosions, flashlights or the sun.\nWhen set to true, all emissive textures (including ped components that have light effects), street lights, building lights, vehicle lights, etc will all be turned off.\n\nstate: True turns off all artificial light sources in the map: buildings, street lights, car lights, etc. False turns them back on.", "params": [ { "type": "BOOL", "name": "state" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1268615ACE24D504", "gta_jhash": "0xAA2A0EAF" }, "0x98A7CD5EA379A854": { "name": "DISABLE_HDTEX_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xC35A6D07C93802B2", "gta_jhash": "" }, "0x1A9F09AB458D49C6": { "name": "_0x1A9F09AB458D49C6", "comment": "Used in shop scripts for CATALOG_BOOK\nfalse = Normal -> [CATALOG_BOOK_SHUTDOWN]\ntrue = Trees flickering? -> [CATALOG_BOOK_OPEN]", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFB405CB357C69CB9": { "name": "CREATE_TRACKED_POINT", "comment": "Creates a tracked point, useful for checking the visibility of a 3D point on screen.", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xE2C9439ED45DEA60", "gta_jhash": "0x3129C31A" }, "0xF6FDA3D4404D4F2C": { "name": "SET_TRACKED_POINT_INFO", "comment": "", "params": [ { "type": "int", "name": "point" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207", "gta_hash": "0x164ECBB3CF750CB0", "gta_jhash": "0x28689AA4" }, "0xCBB056BA159FB48D": { "name": "IS_TRACKED_POINT_VISIBLE", "comment": "", "params": [ { "type": "int", "name": "point" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC45CCDAAC9221CA8", "gta_jhash": "0x0BFC4F64" }, "0xDFE332A5DA6FE7C9": { "name": "_0xDFE332A5DA6FE7C9", "comment": "Returns iNumPixels, iPixelsVisible", "params": [ { "type": "int", "name": "iTrackedPoint" } ], "return_type": "int", "build": "1207" }, "0x37A59922109F8F1C": { "name": "DESTROY_TRACKED_POINT", "comment": "", "params": [ { "type": "int", "name": "point" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB25DC90BAD56CA42", "gta_jhash": "0x14AC675F" }, "0xF2FDDCC8C6BAE1B3": { "name": "_IS_TRACKED_POINT_VALID", "comment": "", "params": [ { "type": "int", "name": "point" } ], "return_type": "BOOL", "build": "1207" }, "0x27219300C36A8D40": { "name": "SET_GRASS_CULL_SPHERE", "comment": "Returns handle to be used with REMOVE_GRASS_CULL_SPHERE", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "int", "build": "1207", "gta_hash": "0xBE197EAA669238F4", "gta_jhash": "" }, "0xAE7BF7CA9E4BA48D": { "name": "REMOVE_GRASS_CULL_SPHERE", "comment": "", "params": [ { "type": "int", "name": "handle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x61F95E5BB3E0A8C6", "gta_jhash": "" }, "0xBD3324281E8B9933": { "name": "_ADD_VEG_MODIFIER_ZONE", "comment": "Adds Vegetation Blocking Zone, Added Snow Flattening veg mod Zone\nReturns veg modifier handle", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "flags" }, { "type": "int", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0xFA50F79257745E74": { "name": "ADD_VEG_MODIFIER_SPHERE", "comment": "Returns veg modifier handle", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "modType" }, { "type": "int", "name": "flags" }, { "type": "int", "name": "p6" } ], "return_type": "int", "build": "1207" }, "0x9CF1836C03FB67A2": { "name": "REMOVE_VEG_MODIFIER_SPHERE", "comment": "", "params": [ { "type": "int", "name": "vegModifierHandle" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDFEA23EC90113657": { "name": "_ENABLE_STATIC_VEG_MODIFIER", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDD0BC0EDCB2162F6": { "name": "_DISABLE_STATIC_VEG_MODIFIER", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDE9BAD3292AA6D5E": { "name": "_IS_STATIC_VEG_MODIFIER_ENABLED", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xEC3F7F24EEEB3BA3": { "name": "_0xEC3F7F24EEEB3BA3", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x9F158A49B0D84C3C": { "name": "_0x9F158A49B0D84C3C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x910E260AEAD855DE": { "name": "_0x910E260AEAD855DE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3D084D5568FB4028": { "name": "_CREATE_SWATCH_TEXTURE_DICT", "comment": "", "params": [ { "type": "int", "name": "slots" } ], "return_type": "BOOL", "build": "1207" }, "0xDAD7FB8402651654": { "name": "_DESTROY_SWATCH_TEXTURE_DICT", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x646ED1A1D28487DF": { "name": "_GENERATE_SWATCH_TEXTURE_DIRECTLY", "comment": "Example: https://pastebin.com/tTgpER9A", "params": [ { "type": "int", "name": "slot" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x160921255327C591": { "name": "_GENERATE_SWATCH_TEXTURE", "comment": "Example:\nlocal hash = GetHashKey(\"CLOTHING_ITEM_M_EYES_001_TINT_001\")\n_GENERATE_SWATCH_TEXTURE(0, hash, 0, true)\nmetapedType: see 0xEC9A1261BF0CE510", "params": [ { "type": "int", "name": "slotId" }, { "type": "Hash", "name": "componentHash" }, { "type": "int", "name": "metapedType" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD9EDB2E4512D563E": { "name": "CASCADE_SHADOWS_SET_CASCADE_BOUNDS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "float", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD2936CAB8B58FCBD", "gta_jhash": "0x84F05943" }, "0x8FBFD2AEB196B369": { "name": "CASCADE_SHADOWS_ENABLE_ENTITY_TRACKER", "comment": "When this is set to ON, shadows only draw as you get nearer.\n\nWhen OFF, they draw from a further distance.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x80ECBC0C856D3B0B", "gta_jhash": "0xFE903D0F" }, "0xCE4774E0F9AD48D1": { "name": "CASCADE_SHADOWS_SET_SHADOW_SAMPLE_TYPE", "comment": "Possible values:\n\"CSM_ST_POINT\"\n\"CSM_ST_LINEAR\"\n\"CSM_ST_BOX3x3\"\n\"CSM_ST_BOX4x4\"\n\"CSM_ST_DITHER2_LINEAR\"\n\"CSM_ST_CUBIC\"\n\"CSM_ST_POISSON16\"\n\"CSM_ST_SOFT8\"\n\"CSM_ST_SOFT16\"\n\"CSM_ST_SOFT32\"\n\"CSM_ST_DITHER16_RPDB\"\n\"CSM_ST_POISSON16_RPDB_GNORM\"\n\"CSM_ST_HIGHRES_BOX4x4\"\n\"CSM_ST_ESM\"", "params": [ { "type": "const char*", "name": "type" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB11D94BC55F41932", "gta_jhash": "0xDE10BA1F" }, "0xF7C29D7C12C36F03": { "name": "CASCADE_SHADOWS_CLEAR_SHADOW_SAMPLE_TYPE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x27CB772218215325", "gta_jhash": "" }, "0x503941F65DBA24EC": { "name": "_0x503941F65DBA24EC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x815653A42C5ABE76": { "name": "_0x815653A42C5ABE76", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFF8018C778349234": { "name": "_0xFF8018C778349234", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x297B72E2AF094742": { "name": "RESET_ADAPTATION", "comment": "Sets an unknown value related to timecycles.", "params": [ { "type": "int", "name": "unk" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE3E2C1B4C59DBC77", "gta_jhash": "0xD8CC7221" }, "0xEF9E1C45732F55FA": { "name": "TOGGLE_PAUSED_RENDERPHASES", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDFC252D8A3E15AB7", "gta_jhash": "0x30ADE541" }, "0x86ED21BDB2791CE8": { "name": "GET_TOGGLE_PAUSED_RENDERPHASES_STATUS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEB3DAC2C86001E5E", "gta_jhash": "0xD4F5D07D" }, "0xCCD9AAD85E1B559E": { "name": "RESET_PAUSED_RENDERPHASES", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xE1C8709406F2C41C", "gta_jhash": "0x0113EAE4" }, "0xCC23AA1A7CBFE840": { "name": "SET_HIDOF_OVERRIDE", "comment": "Old name: _SET_HIDOF_ENV_BLUR_PARAMS", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBA3D65906822BED5", "gta_jhash": "0x513D444B" }, "0x21F00E08CBB5F37B": { "name": "_0x21F00E08CBB5F37B", "comment": "Params: component - used in odriscolls1 and sean1 R* SP Script: COMPONENT_BINOCULARS_SCOPE01\nTriggers the binocular scaleform", "params": [ { "type": "const char*", "name": "component" } ], "return_type": "void", "build": "1207" }, "0x5AC6E0FA028369DE": { "name": "_0x5AC6E0FA028369DE", "comment": "Closes the the binocular scaleform", "params": [], "return_type": "void", "build": "1207" }, "0xEC3D8C228FE553D7": { "name": "_0xEC3D8C228FE553D7", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xF5793BB386E1FF9C": { "name": "_0xF5793BB386E1FF9C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x5CD6A2CCE5087161": { "name": "_0x5CD6A2CCE5087161", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0xC8D0611D9A0CF5D3": { "name": "_0xC8D0611D9A0CF5D3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x06C0D8BB6B04A709": { "name": "_GET_PHOTO_MODE_EXPOSURE", "comment": "", "params": [], "return_type": "float", "build": "1207" }, "0x62B9F9A1272AED80": { "name": "_0x62B9F9A1272AED80", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x98F4154989B81EC6": { "name": "_GET_PHOTO_MODE_CONTRAST", "comment": "", "params": [], "return_type": "float", "build": "1207" }, "0x9229ED770975BD9E": { "name": "_0x9229ED770975BD9E", "comment": "", "params": [], "return_type": "void", "build": "1311" }, "0x2E80BF72EF7C87AC": { "name": "START_PARTICLE_FX_NON_LOOPED_AT_COORD", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/graphics/ptfx/ptfx_assets_non_looped.lua", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x25129531F77B9ED3", "gta_jhash": "0xDD79D679" }, "0xFB97618457994A62": { "name": "START_NETWORKED_PARTICLE_FX_NON_LOOPED_AT_COORD", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF56B8137DF10135D", "gta_jhash": "0x633F8C48" }, "0x3FAA72BD940C3AC0": { "name": "START_PARTICLE_FX_NON_LOOPED_ON_PED_BONE", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Ped", "name": "ped" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "axisX" }, { "type": "BOOL", "name": "axisY" }, { "type": "BOOL", "name": "axisZ" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0E7E72961BA18619", "gta_jhash": "0x53DAEF4E" }, "0xFF4C64C513388C12": { "name": "START_PARTICLE_FX_NON_LOOPED_ON_ENTITY", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "axisX" }, { "type": "BOOL", "name": "axisY" }, { "type": "BOOL", "name": "axisZ" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0D53A3B8DA0809D2", "gta_jhash": "0x9604DAD4" }, "0xE6CFE43937061143": { "name": "START_NETWORKED_PARTICLE_FX_NON_LOOPED_ON_ENTITY", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "axisX" }, { "type": "BOOL", "name": "axisY" }, { "type": "BOOL", "name": "axisZ" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC95EB1DB6E92113D", "gta_jhash": "0x469A2B4A" }, "0xC695870B8A149B96": { "name": "_START_PARTICLE_FX_NON_LOOPED_ON_PED_BONE_2", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Ped", "name": "ped" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "axisX" }, { "type": "BOOL", "name": "axisY" }, { "type": "BOOL", "name": "axisZ" } ], "return_type": "BOOL", "build": "1207" }, "0x60B85BED6577A35B": { "name": "SET_PARTICLE_FX_NON_LOOPED_COLOUR", "comment": "", "params": [ { "type": "float", "name": "r" }, { "type": "float", "name": "g" }, { "type": "float", "name": "b" } ], "return_type": "void", "build": "1207", "gta_hash": "0x26143A59EF48B262", "gta_jhash": "0x7B689E20" }, "0xE8A35938A7026CEA": { "name": "SET_PARTICLE_FX_NON_LOOPED_ALPHA", "comment": "", "params": [ { "type": "float", "name": "alpha" } ], "return_type": "void", "build": "1311", "gta_hash": "0x77168D722C58B2FC", "gta_jhash": "0x497EAFF2" }, "0x56C392C2BD78B024": { "name": "_SET_PARTICLE_FX_NON_LOOPED_EMITTER_SCALE", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1311" }, "0xBA32867E86125D3A": { "name": "START_PARTICLE_FX_LOOPED_AT_COORD", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/graphics/ptfx/ptfx_assets_looped.lua", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" }, { "type": "BOOL", "name": "p11" } ], "return_type": "int", "build": "1207", "gta_hash": "0xE184F4F0DC5910E7", "gta_jhash": "0xD348E3E6" }, "0xE689C1B1432BB8AF": { "name": "START_PARTICLE_FX_LOOPED_ON_PED_BONE", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Ped", "name": "ped" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF28DA9F38CD1787C", "gta_jhash": "0xF8FC196F" }, "0xBD41E1440CE39800": { "name": "START_PARTICLE_FX_LOOPED_ON_ENTITY", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1AE42C1660FD6517", "gta_jhash": "0x0D06FF62" }, "0xD3BA6EC7F2FBD5E9": { "name": "START_PARTICLE_FX_LOOPED_ON_ENTITY_BONE", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "int", "build": "1207", "gta_hash": "0xC6EB449E33977F0B", "gta_jhash": "0x23BF0F9B" }, "0x8F90AB32E1944BDE": { "name": "START_NETWORKED_PARTICLE_FX_LOOPED_ON_ENTITY", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "int", "build": "1207", "gta_hash": "0x6F60E89A7B64EE1D", "gta_jhash": "0x110752B2" }, "0x9C56621462FFE7A6": { "name": "START_NETWORKED_PARTICLE_FX_LOOPED_ON_ENTITY_BONE", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "int", "name": "boneIndex" }, { "type": "float", "name": "scale" }, { "type": "BOOL", "name": "xAxis" }, { "type": "BOOL", "name": "yAxis" }, { "type": "BOOL", "name": "zAxis" } ], "return_type": "int", "build": "1207", "gta_hash": "0xDDE23F30CC5A0F03", "gta_jhash": "0xF478EFCF" }, "0x22970F3A088B133B": { "name": "STOP_PARTICLE_FX_LOOPED", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8F75998877616996", "gta_jhash": "0xD245455B" }, "0x9DD5AFF561E88F2A": { "name": "DOES_PARTICLE_FX_LOOPED_EXIST", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x74AFEF0D2E1E409B", "gta_jhash": "0xCBF91D2A" }, "0xD3A4A95FC94FE83B": { "name": "SET_PARTICLE_FX_LOOPED_OFFSETS", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF7DDEBEC43483C43", "gta_jhash": "0x641F7790" }, "0x3674F389B0FACD80": { "name": "SET_PARTICLE_FX_LOOPED_EVOLUTION", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "const char*", "name": "propertyName" }, { "type": "float", "name": "amount" }, { "type": "BOOL", "name": "noNetwork" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5F0C4B5B1C393BE2", "gta_jhash": "0x1CBC1373" }, "0x239879FC61C610CC": { "name": "SET_PARTICLE_FX_LOOPED_COLOUR", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "float", "name": "r" }, { "type": "float", "name": "g" }, { "type": "float", "name": "b" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7F8F65877F88783B", "gta_jhash": "0x5219D530" }, "0x88786E76234F7054": { "name": "SET_PARTICLE_FX_LOOPED_ALPHA", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "float", "name": "alpha" } ], "return_type": "void", "build": "1207", "gta_hash": "0x726845132380142E", "gta_jhash": "0x5ED49BE1" }, "0x1A9E1C0D98D093B7": { "name": "SET_PARTICLE_FX_LOOPED_SCALE", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "float", "name": "scale" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB44250AAA456492D", "gta_jhash": "0x099B8B49" }, "0x9B04D471DA0AD7AA": { "name": "SET_PARTICLE_FX_LOOPED_FAR_CLIP_DIST", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "float", "name": "range" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDCB194B85EF7B541", "gta_jhash": "0x233DE879" }, "0x9DDC222D85D5AF2A": { "name": "_SET_PARTICLE_FX_LOOPED_UPDATE_DISTANT_SMOKE", "comment": "_SET_PARTICLE_FX_LOOPED_FA* - _SET_PARTICLE_FX_LOOPED_OF*", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "float", "name": "scalar" } ], "return_type": "void", "build": "1207" }, "0x459598F579C98929": { "name": "REMOVE_PARTICLE_FX", "comment": "", "params": [ { "type": "int", "name": "ptfxHandle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC401503DFE8D53CF", "gta_jhash": "0x6BA48C7E" }, "0x92884B4A49D81325": { "name": "REMOVE_PARTICLE_FX_FROM_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB8FEAEEBCC127425", "gta_jhash": "0xCEDE52E9" }, "0x87B5905ECA623B68": { "name": "REMOVE_PARTICLE_FX_IN_RANGE", "comment": "", "params": [ { "type": "float", "name": "X" }, { "type": "float", "name": "Y" }, { "type": "float", "name": "Z" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDD19FA1C6D657305", "gta_jhash": "0x7EB8F275" }, "0xA10DB07FC234DD12": { "name": "USE_PARTICLE_FX_ASSET", "comment": "fxName: see data_0/data/effects/ptfx/fxlists/", "params": [ { "type": "const char*", "name": "fxName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6C38AF3693A69A91", "gta_jhash": "0x9C720B61" }, "0xBE711A169E9C7E95": { "name": "SET_PARTICLE_FX_OVERRIDE", "comment": "", "params": [ { "type": "const char*", "name": "oldAsset" }, { "type": "const char*", "name": "newAsset" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEA1E2D93F6F75ED9", "gta_jhash": "0xC92719A7" }, "0x274B3DABF7E72DEF": { "name": "RESET_PARTICLE_FX_OVERRIDE", "comment": "Resets the effect of SET_PARTICLE_FX_OVERRIDE", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207", "gta_hash": "0x89C8553DD3274AAE", "gta_jhash": "0x9E8D8B72" }, "0x4FB67D172C4476F3": { "name": "_0x4FB67D172C4476F3", "comment": "p1: AMB_ANN_COAL_CHUTE_DIVE, AMB_ANN_COAL_CHUTE\np2: EMIT\np3: either 0.0f or 1.0f", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "p1" }, { "type": "const char*", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x3C61B52B00848C26": { "name": "SET_PARTICLE_FX_AMBIENT_COLOUR", "comment": "Related to Campfires.\np1: AMB_BONFIRE_MP, AMB_CAMPFIRE_LRG_MP", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "p1" }, { "type": "float", "name": "r" }, { "type": "float", "name": "g" }, { "type": "float", "name": "b" } ], "return_type": "void", "build": "1207" }, "0xD1472AFF30C103D6": { "name": "_0xD1472AFF30C103D6", "comment": "Only used in R* Script nb_stalking_hunter", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0xA53C8D7D0F8C74D0": { "name": "SET_PARTICLE_FX_BULLET_IMPACT_SCALE", "comment": "", "params": [ { "type": "float", "name": "scale" } ], "return_type": "void", "build": "1207", "gta_hash": "0x27E32866E9A5C416", "gta_jhash": "0xC1AD5DDF" }, "0x8DCCC98DC0DBF9E4": { "name": "SET_PARTICLE_FX_BULLET_IMPACT_LODRANGE_SCALE", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBB90E12CAC1DAB25", "gta_jhash": "0x3968E915" }, "0x6E8EB45A4F4460EB": { "name": "_SET_SNIPER_GLINTS_ENABLED", "comment": "", "params": [ { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0x2A1625858887D4E6": { "name": "SET_PARTICLE_FX_FOOT_LODRANGE_SCALE", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x949F397A288B28B3", "gta_jhash": "0xE3880F5A" }, "0x4046493D2EEACA0E": { "name": "_0x4046493D2EEACA0E", "comment": "_DISABLE_*", "params": [], "return_type": "void", "build": "1207" }, "0x7DFB49BCDB73089A": { "name": "SET_PICKUP_LIGHT", "comment": "https://imgur.com/a/I2swSDJ\n\nOld name: _SET_PICKUP_OBJECT_GLOW_ENABLED", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x50C14328119E1DD1": { "name": "_BLOCK_PICKUP_OBJECT_LIGHT", "comment": "", "params": [ { "type": "Object", "name": "pickupObject" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x0552AA3FFC5B87AA": { "name": "BLOCK_PICKUP_PLACEMENT_LIGHT", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x7C348310A6E2FB91": { "name": "ALLOW_PICKUP_LIGHT_SYNC", "comment": "", "params": [ { "type": "Object", "name": "pickupObject" }, { "type": "BOOL", "name": "allow" } ], "return_type": "void", "build": "1207" }, "0x72E30372E7CC4415": { "name": "_SET_PEARLESCENT_FX_ENABLED", "comment": "Enables/disables a kind of 'shiny' effect on metals.", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x86DE59FA02902B40": { "name": "REMOVE_DECALS_IN_RANGE", "comment": "Removes all decals in range from a position, it includes the bullet holes, blood pools, petrol...", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "range" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5D6B2D4830A67C62", "gta_jhash": "0x06A619A0" }, "0xFB8972BAE0013140": { "name": "REMOVE_DECALS_FROM_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "obj" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCCF71CBDDF5B6CB9", "gta_jhash": "0x8B67DCA7" }, "0x57CB267624EF85C0": { "name": "ADD_DECAL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" }, { "type": "Any", "name": "p15" }, { "type": "Any", "name": "p16" }, { "type": "Any", "name": "p17" }, { "type": "Any", "name": "p18" }, { "type": "Any", "name": "p19" }, { "type": "Any", "name": "p20" }, { "type": "Any", "name": "p21" } ], "return_type": "int", "build": "1207", "gta_hash": "0xB302244A1839BDAD", "gta_jhash": "0xEAD0C412" }, "0xFA2ECC78A6014D4F": { "name": "_ADD_BLOOD_POOL", "comment": "https://i.imgur.com/ULQU9US.jpg\nMore rounded and small puddle", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "unused" } ], "return_type": "void", "build": "1207" }, "0xF708298675ABDC6A": { "name": "_ADD_BLOOD_POOL_2", "comment": "https://i.imgur.com/rPITUCV.jpg\nMore customizable and more like quadrants", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "size" }, { "type": "float", "name": "p5" }, { "type": "BOOL", "name": "permanent" }, { "type": "float", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xDFCE8CE9F3EBE93F": { "name": "_ADD_BLOOD_POOLS_FOR_PED", "comment": "Creates blood pools for the given ped in some interval for a few seconds.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xC349EE1E6EFA494B": { "name": "_ADD_BLOOD_POOLS_FOR_PED_WITH_PARAMS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "size" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x46F246D6504F0031": { "name": "START_PETROL_TRAIL_DECALS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x99AC7F0D8B9C893D", "gta_jhash": "0xE3938B0B" }, "0x73354FB6D03D2E8A": { "name": "ADD_PETROL_TRAIL_DECAL_INFO", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x967278682CB6967A", "gta_jhash": "0xBAEC6ADD" }, "0x0E126AAE933F3B56": { "name": "END_PETROL_TRAIL_DECALS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x0A123435A26C36CD", "gta_jhash": "0xCCCA6855" }, "0xE63D68F455CA0B47": { "name": "_0xE63D68F455CA0B47", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x49A720552EB0BB88": { "name": "REMOVE_DECAL", "comment": "", "params": [ { "type": "int", "name": "decal" } ], "return_type": "void", "build": "1207", "gta_hash": "0xED3F346429CCD659", "gta_jhash": "0xA4363188" }, "0x3E4B4E5CF5D3EEB5": { "name": "IS_DECAL_ALIVE", "comment": "", "params": [ { "type": "int", "name": "decal" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC694D74949CAFD0C", "gta_jhash": "0xCDD4A61A" }, "0x53ED07BF368EDA59": { "name": "SET_DISABLE_PETROL_DECALS_IGNITING_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1232", "gta_hash": "0xD9454B5752C857DC", "gta_jhash": "0xEAB6417C" }, "0xB032C085D9A03907": { "name": "_0xB032C085D9A03907", "comment": "_SET_D* or _SET_E*", "params": [], "return_type": "void", "build": "1207" }, "0xFB680A9B33D0EDBE": { "name": "_0xFB680A9B33D0EDBE", "comment": "_DISABLE_*", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x41F88A85A579A61D": { "name": "_0x41F88A85A579A61D", "comment": "Used in CREATE_BEZIER_BLOOD_TRAIL_OF_TYPE", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB9C92616929CC25D": { "name": "_BLOOD_TRAIL_FOR_WAYPOINT", "comment": "p1: 0.3f in R* Scripts", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDD9DC1AB63D513CE": { "name": "_ADD_BLOOD_TRAIL_POINT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x812C1563185C6FB2": { "name": "_0x812C1563185C6FB2", "comment": "Used in CREATE_BEZIER_BLOOD_TRAIL_OF_TYPE\n_ENABLE_*", "params": [], "return_type": "void", "build": "1207" }, "0x4BD66B4E3427689B": { "name": "_0x4BD66B4E3427689B", "comment": "Used in CREATE_BEZIER_BLOOD_TRAIL_OF_TYPE", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF5E45CB1CF965D2D": { "name": "_ADD_BLOOD_TRAIL_SPLAT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0xF2F543D48F319A3A": { "name": "_0xF2F543D48F319A3A", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x1460B644397453EB": { "name": "_0x1460B644397453EB", "comment": "_RESET_*", "params": [], "return_type": "void", "build": "1207" }, "0xCD284E2F6AC27EE9": { "name": "_DISABLE_FAR_ARTIFICIAL_LIGHTS", "comment": "Only used in guama1 R* Script\nDisables lod/distant lights when BOOL is set to true", "params": [ { "type": "BOOL", "name": "disable" } ], "return_type": "void", "build": "1207" }, "0x453D16D41FC51D3E": { "name": "_0x453D16D41FC51D3E", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC06F2F45A73EABCD": { "name": "_0xC06F2F45A73EABCD", "comment": "Used in NET_CAMP_SPIRIT_ANIMAL_CLEAR_ANIMAL_VISIBILITY", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1311" }, "0xFA08722A5EA82DA7": { "name": "SET_TIMECYCLE_MODIFIER", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/graphics/timecycles", "params": [ { "type": "const char*", "name": "modifierName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2C933ABF17A1DF41", "gta_jhash": "0xA81F3638" }, "0xFDB74C9CC54C3F37": { "name": "SET_TIMECYCLE_MODIFIER_STRENGTH", "comment": "", "params": [ { "type": "float", "name": "strength" } ], "return_type": "void", "build": "1207", "gta_hash": "0x82E7FFCD5B2326B3", "gta_jhash": "0x458F4F45" }, "0xFF927A09F481D80C": { "name": "SET_TRANSITION_TIMECYCLE_MODIFIER", "comment": "", "params": [ { "type": "const char*", "name": "modifierName" }, { "type": "float", "name": "transitionBlend" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3BCF567485E1971C", "gta_jhash": "0xBB2BA72A" }, "0xBB6C707F20D955D4": { "name": "SET_TRANSITION_OUT_OF_TIMECYCLE_MODIFIER", "comment": "", "params": [ { "type": "float", "name": "strength" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1CBA05AE7BD7EE05", "gta_jhash": "0x56345F6B" }, "0x0E3F4AF2D63491FB": { "name": "CLEAR_TIMECYCLE_MODIFIER", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x0F07E7745A236711", "gta_jhash": "0x8D8DF8EE" }, "0xA705394293E2B3D3": { "name": "GET_TIMECYCLE_MODIFIER_INDEX", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xFDF3D97C674AFB66", "gta_jhash": "0x594FEEC4" }, "0x2DA67BA3C8A6755D": { "name": "GET_TIMECYCLE_TRANSITION_MODIFIER_INDEX", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x459FD2C8D0AB78BC", "gta_jhash": "0x03C44E4B" }, "0x67B0778C62E74423": { "name": "_0x67B0778C62E74423", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6C03118E9E5C1A14": { "name": "_0x6C03118E9E5C1A14", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x25CA89B2A39DCC69": { "name": "_GET_MODIFIED_VISIBILITY_DISTANCE", "comment": "_GET_C* - _GET_E*", "params": [], "return_type": "float", "build": "1207" }, "0x6FE93BCC7BF12B63": { "name": "ENABLE_MOON_CYCLE_OVERRIDE", "comment": "Old name: _ENABLE_EXTRA_TIMECYCLE_MODIFIER_STRENGTH", "params": [ { "type": "float", "name": "strength" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2C328AF17210F009", "gta_jhash": "" }, "0x593FAF7FC9401A56": { "name": "SET_TV_CHANNEL", "comment": "", "params": [ { "type": "int", "name": "channel" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBAABBB23EB6E484E", "gta_jhash": "0x41A8A627" }, "0xF90FBFD68F3C59AE": { "name": "GET_TV_CHANNEL", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xFC1E275A90D39995", "gta_jhash": "0x6B96145A" }, "0x73A97068787D7231": { "name": "SET_TV_VOLUME", "comment": "", "params": [ { "type": "float", "name": "volume" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2982BF73F66E9DDC", "gta_jhash": "0xF3504F4D" }, "0xC0A145540254A840": { "name": "DRAW_TV_CHANNEL", "comment": "", "params": [ { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "xScale" }, { "type": "float", "name": "yScale" }, { "type": "float", "name": "rotation" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFDDC2B4ED3C69DF0", "gta_jhash": "0x8129EF89" }, "0xDEC6B25F5DC8925B": { "name": "SET_TV_CHANNEL_PLAYLIST", "comment": "", "params": [ { "type": "int", "name": "tvChannel" }, { "type": "const char*", "name": "playlistName" }, { "type": "BOOL", "name": "restart" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF7B38B8305F1FE8B", "gta_jhash": "0xB262DE67" }, "0x4D562223E0EB65F3": { "name": "IS_TVSHOW_CURRENTLY_PLAYING", "comment": "Old name: _IS_TV_PLAYLIST_ITEM_PLAYING", "params": [ { "type": "Hash", "name": "videoCliphash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0AD973CA1E077B60", "gta_jhash": "0x4D1EB0FB" }, "0x5C674EB487891F6B": { "name": "_0x5C674EB487891F6B", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x6FC9B065229C0787": { "name": "ENABLE_MOVIE_SUBTITLES", "comment": "nullsub, doesn't do anything", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x873FA65C778AD970", "gta_jhash": "0xC2DEBA3D" }, "0x32DE2BFFDA43E62A": { "name": "_0x32DE2BFFDA43E62A", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xD543487A1F12828F": { "name": "_0xD543487A1F12828F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD9BC98B55BCFAA9B": { "name": "_0xD9BC98B55BCFAA9B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x48FE0DB54045B975": { "name": "_0x48FE0DB54045B975", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1311" }, "0x735762E8D7573E42": { "name": "_0x735762E8D7573E42", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x981C7D863980FA51": { "name": "_0x981C7D863980FA51", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x5199405EABFBD7F0": { "name": "_ANIMPOSTFX_PRELOAD_POSTFX", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "void", "build": "1207" }, "0xBF2DD155B2ADCD0A": { "name": "_ANIMPOSTFX_HAS_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "BOOL", "build": "1207" }, "0x37D7BDBA89F13959": { "name": "_ANIMPOSTFX_SET_TO_UNLOAD", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "void", "build": "1207" }, "0x4102732DF6B4005F": { "name": "ANIMPOSTFX_PLAY", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/graphics/animpostfx", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2206BF9A37B7F724", "gta_jhash": "0x1D980479" }, "0x3A9A281FF71249E9": { "name": "_ANIMPOSTFX_PLAY_TIMED", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0xB4FD7446BAB2F394": { "name": "ANIMPOSTFX_STOP", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x068E835A1D0DC0E3", "gta_jhash": "0x06BB5CDA" }, "0x26DD2FB0A88CC412": { "name": "_0x26DD2FB0A88CC412", "comment": "effectName2, p2 and p3 are unused\n\nANIMPOSTFX_*", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "const char*", "name": "effectName2" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xC5CB91D65852ED7E": { "name": "_ANIMPOSTFX_CLEAR_EFFECT", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "void", "build": "1207" }, "0x4A123E85D7C4CA0B": { "name": "ANIMPOSTFX_IS_RUNNING", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x36AD3E690DA5ACEB", "gta_jhash": "0x089D5921" }, "0x2D4F9C852CE8A253": { "name": "_ANIMPOSTFX_IS_TAG_PLAYING", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "BOOL", "build": "1207" }, "0x66560A0D4C64FD21": { "name": "ANIMPOSTFX_STOP_ALL", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xB4EDDC19532BFB85", "gta_jhash": "0x4E6D875B" }, "0xAD74C22A541AB987": { "name": "_ANIMPOSTFX_STOP_TAG", "comment": "", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "void", "build": "1207" }, "0xCAB4DD2D5B2B7246": { "name": "_ANIMPOSTFX_SET_STRENGTH", "comment": "must be called after ANIMPOSTFX_PLAY, strength 0.0f - 1.0f", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "float", "name": "strength" } ], "return_type": "void", "build": "1207" }, "0xF972F0AB16DC5260": { "name": "_ANIMPOSTFX_SET_POTENCY", "comment": "Health Core Effect Filter Potency: p1 = 1\nStamina Core Effect Filter Potency: p1 = 2\nMultiple Core Effect Filter Potency: p1 = 3", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "potency" } ], "return_type": "void", "build": "1207" }, "0x63011D0C7C6519E0": { "name": "_ANIMPOSTFX_SET_POSTFX_COLOR", "comment": "", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" } ], "return_type": "void", "build": "1311" }, "0xB958D97A0DFAA0C2": { "name": "_0xB958D97A0DFAA0C2", "comment": "ANIMPOSTFX_*", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "BOOL", "build": "1207" }, "0xA201A3D0AC087C37": { "name": "_0xA201A3D0AC087C37", "comment": "ANIMPOSTFX_*", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "void", "build": "1207" }, "0xFBF161FCFEC8589E": { "name": "_0xFBF161FCFEC8589E", "comment": "ANIMPOSTFX_*", "params": [ { "type": "const char*", "name": "effectName" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL*", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x842CCC9491FFCD9B": { "name": "_ANIMPOSTFX_GET_STACKHASH", "comment": "Known effects: MP_Trans_SceneToPhoto\nMP_Trans_WinLose\nSpectateFilter\nMP_CharacterCreatorPhoto\nMP_Trans_PhotoToScene\nInterrogationHit", "params": [ { "type": "const char*", "name": "effectName" } ], "return_type": "Hash", "build": "1207" }, "0xF3E039322BFBD4D8": { "name": "_ANIMPOSTFX_PRELOAD_POSTFX_BY_STACKHASH", "comment": "", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "void", "build": "1207" }, "0x59EA80079B86D8C7": { "name": "ANIMPOSTFX_IS_PRELOADING_BY_STACKHASH", "comment": "", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "BOOL", "build": "1207" }, "0x38D9D50F2085E9B3": { "name": "_0x38D9D50F2085E9B3", "comment": "ANIMPOSTFX_*", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "void", "build": "1207" }, "0x9B8D5D4CB8AF58B3": { "name": "_ANIMPOSTFX_PLAY_TAG", "comment": "", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "void", "build": "1207" }, "0xC76FC4C2FC5F4405": { "name": "_0xC76FC4C2FC5F4405", "comment": "ANIMPOSTFX_*", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "void", "build": "1207" }, "0xEDA5CBECF56E1386": { "name": "_ANIMPOSTFX_STOP_STACKHASH_POSTFX", "comment": "", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "void", "build": "1207" }, "0xEEF83A759AE06A27": { "name": "_ANIMPOSTFX_IS_STACKHASH_PLAYING", "comment": "", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "BOOL", "build": "1207" }, "0xE75CDDEBF618C8FF": { "name": "_0xE75CDDEBF618C8FF", "comment": "ANIMPOSTFX_*", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "BOOL", "build": "1207" }, "0x71845905BCCDE781": { "name": "_0x71845905BCCDE781", "comment": "ANIMPOSTFX_*", "params": [ { "type": "Hash", "name": "effectNameHash" } ], "return_type": "void", "build": "1207" }, "0x9AB192A9EF980EED": { "name": "ANIMPOSTFX_HAS_EVENT_TRIGGERED_BY_STACKHASH", "comment": "", "params": [ { "type": "Hash", "name": "effectNameHash" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL*", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xFF584F097C17FA8F": { "name": "_0xFF584F097C17FA8F", "comment": "Returns whether the 'killFX' setting is enabled.\n\nANIMPOSTFX_*", "params": [], "return_type": "BOOL", "build": "1207" }, "0x3DA7A10583A4BEC0": { "name": "_0x3DA7A10583A4BEC0", "comment": "ANIMPOSTFX_*", "params": [], "return_type": "BOOL", "build": "1207" }, "0xC37792A3F9C90771": { "name": "_0xC37792A3F9C90771", "comment": "Doesn't actually return anything.\n\nANIMPOSTFX_*", "params": [], "return_type": "Any", "build": "1207" }, "0xA0F4D12D6042F6D5": { "name": "_0xA0F4D12D6042F6D5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8996FA6AD9FE4E90": { "name": "_0x8996FA6AD9FE4E90", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC38B4952B728397A": { "name": "_SET_ENTITY_RENDER_GUARMA_SHIP", "comment": "Only used in guama1 R* SP Script while spawning the ship\n_SET_ENTITY_QUATERNION_* - SET_ENTITY_RENDER_*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xAF6E67D073D2DCE2": { "name": "PEDSHOT_IS_AVAILABLE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFD05B1DDE83749FA": { "name": "_0xFD05B1DDE83749FA", "comment": "R* Script spd_agnesdow1: p0 = SPD_AGNES_DOWD_01", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xC2B8164C3BE871A4": { "name": "_PEDSHOT_FINISH_CLEANUP_DATA", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3E2FDDBE435A8787": { "name": "_PEDSHOT_PREVIOUS_PERSONA_PHOTO_DATA_CLEANUP", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x55285F885F662169": { "name": "_PEDSHOT_INIT_CLEANUP_DATA", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xD9C24F53631F2372": { "name": "_PEDSHOT_GENERATE_PERSONA_PHOTO", "comment": "", "params": [ { "type": "const char*", "name": "texture" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "playerSlot" } ], "return_type": "BOOL", "build": "1207" }, "0x196D3ACBEBA4A44B": { "name": "_PEDSHOT_SET_PERSONA_PHOTO_TYPE", "comment": "", "params": [ { "type": "int", "name": "personaPhotoLocalCacheType" } ], "return_type": "void", "build": "1207" }, "0xA1A86055792FB249": { "name": "_0xA1A86055792FB249", "comment": "", "params": [ { "type": "int", "name": "personaPhotoLocalCacheType" } ], "return_type": "void", "build": "1207" }, "0x402E1A61D2587FCD": { "name": "_0x402E1A61D2587FCD", "comment": "Only used in R* SP Script spd_agnesdown1", "params": [ { "type": "Any", "name": "p0" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "heading" } ], "return_type": "BOOL", "build": "1207" }, "0x5C9C3A466B3296A8": { "name": "_0x5C9C3A466B3296A8", "comment": "Only used in R* SP Script spd_agnesdown1", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA15CCAB8AD038291": { "name": "_0xA15CCAB8AD038291", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x285438C26C732F9D": { "name": "_0x285438C26C732F9D", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xBFCB17895BB99E4E": { "name": "_SET_PROXY_INTERIOR_INDEX_ARTIFICIAL_LIGHTS_STATE", "comment": "state: false disables artificial interior light sources for specific proxyInteriorIndex", "params": [ { "type": "int", "name": "proxyInteriorIndex" }, { "type": "BOOL", "name": "state" } ], "return_type": "void", "build": "1207" }, "0x113857D66A9CABE6": { "name": "_IS_PROXY_INTERIOR_INDEX_ARTIFICIAL_LIGHTS_ENABLED", "comment": "", "params": [ { "type": "int", "name": "proxyInteriorIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x5D1C5D8E62E8EE1C": { "name": "_GET_PROXY_INTERIOR_INDEX", "comment": "Returns proxyInteriorIndex", "params": [ { "type": "int", "name": "interiorId" } ], "return_type": "int", "build": "1207" }, "0x9D1B0B5066205692": { "name": "_0x9D1B0B5066205692", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC489FE31AC726512": { "name": "_0xC489FE31AC726512", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB8C984C0D47F4F07": { "name": "_SET_CLOUD_LAYER", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFE7966DF01452F32": { "name": "_SET_CLOUD_NOISE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x10C1767B93257480": { "name": "_SET_CLOUD_POSITION", "comment": "Only used in finale2, smuggler2, winter4\n_SET_CLOUD_A* - _SET_CLOUD_H*", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0xC332C91388F5580B": { "name": "_SET_CLOUD_HEIGHT", "comment": "", "params": [ { "type": "float", "name": "height" } ], "return_type": "void", "build": "1207" }, "0x085C5B61A0114F32": { "name": "_0x085C5B61A0114F32", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1FF8731BE1DFC0C0": { "name": "_0x1FF8731BE1DFC0C0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFC9B53C072F418E0": { "name": "_0xFC9B53C072F418E0", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x94B261F1F35293E1": { "name": "_0x94B261F1F35293E1", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFAAD23DE7A54FC14": { "name": "ENABLE_ENTITYMASK", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x5C9978A2A3DC3D0D": { "name": "DISABLE_ENTITYMASK", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC6F81FCD15350323": { "name": "_ADD_ENTITY_TO_ENTITY_MASK", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "mask" } ], "return_type": "void", "build": "1207" }, "0x958DEBD9353C0935": { "name": "_ADD_ENTITY_TO_ENTITY_MASK_WITH_INTENSITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "mask" }, { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207" }, "0x56A786E87FF53478": { "name": "_REMOVE_ENTITY_FROM_ENTITY_MASK", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0xE8A8378BF651079C": { "name": "_GET_ENTITY_MASK_LAYERS", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float*", "name": "layer0" }, { "type": "float*", "name": "layer1" }, { "type": "float*", "name": "layer2" }, { "type": "float*", "name": "layer3" } ], "return_type": "BOOL", "build": "1207" }, "0xE92012611461A42A": { "name": "_SET_ENTITY_MASK_LAYERS", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float*", "name": "layer0" }, { "type": "float*", "name": "layer1" }, { "type": "float*", "name": "layer2" }, { "type": "float*", "name": "layer3" } ], "return_type": "void", "build": "1207" }, "0x249CD6B7285536F2": { "name": "_SET_ENTITY_AURA", "comment": "Used for script function RPG_GLOBAL_STATS__PRIVATE__ACTIVATE_STAT_FLAG - Quite and Inspiration Aura equip\nParams: 0f, 2f, 2f", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xAF4D239B8903FCBE": { "name": "_RESET_ENTITY_AURA", "comment": "Used for script function RPG_GLOBAL_STATS__PRIVATE__DEACTIVATE_STAT_FLAG - Inspiration Aura unequip", "params": [], "return_type": "void", "build": "1207" }, "0xF02A9C330BBFC5C7": { "name": "_SET_SNOW_COVERAGE_TYPE", "comment": "enum class eSnowCoverageType\n{\n\tPrimary,\n\tSecondary,\n\tXmas,\n\tXmasSecondary // since b1232\n};", "params": [ { "type": "int", "name": "type" } ], "return_type": "void", "build": "1207" }, "0x519928DF02EB5101": { "name": "_0x519928DF02EB5101", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1355" }, "0x1C6306E5BC25C29C": { "name": "_0x1C6306E5BC25C29C", "comment": "", "params": [], "return_type": "void", "build": "1207" } }, "GANG": { "0xD6F6ACF4392187FB": { "name": "NETWORK_IS_GANG_ID_VALID", "comment": "", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "BOOL", "build": "1207" }, "0x93A91A351A07360E": { "name": "NETWORK_IS_GANG_IN_SESSION", "comment": "", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "BOOL", "build": "1207" }, "0x0F99F6436528A089": { "name": "NETWORK_IS_GANG_ACTIVE", "comment": "", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "BOOL", "build": "1207" }, "0xFCF96CCBD81B24C8": { "name": "_NETWORK_IS_GANG_OPEN", "comment": "", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "BOOL", "build": "1207" }, "0x9970AE8C3D706139": { "name": "_NETWORK_GET_GANG_PRIVACY", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xD1A226F2E05E58FC": { "name": "_NETWORK_START_GANG", "comment": "openStatus = true -> sets privacyType = 2 (PUBLIC_ADVERTISED)\nopenStatus = false -> sets privacyType = 1 (INVITE_ONLY)\n\ncampSize: NET_CAMP_SIZE_SMALLEST = 4, NET_CAMP_SIZE_LARGEST = 7", "params": [ { "type": "BOOL", "name": "openStatus" }, { "type": "int", "name": "campSize" } ], "return_type": "void", "build": "1207" }, "0xC5BF29F4035277C2": { "name": "_NETWORK_SET_GANG_PRIVACY", "comment": "", "params": [ { "type": "int", "name": "privacyType" } ], "return_type": "BOOL", "build": "1207" }, "0x0A04A07BC3074EDB": { "name": "_NETWORK_LEAVE_GANG", "comment": "", "params": [ { "type": "BOOL", "name": "disband" } ], "return_type": "void", "build": "1207" }, "0xCD9E2D9BC52FD80F": { "name": "_NETWORK_KICK_GANG_MEMBER", "comment": "banTimeSeconds is 120 in R* Scripts", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "banTimeSeconds" } ], "return_type": "void", "build": "1207" }, "0xC0474C8BCF6787AD": { "name": "_NETWORK_REQUEST_GANG_JOIN", "comment": "Returns true if join succeeded, false if failed.", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "BOOL", "build": "1207" }, "0x424B17A7DC5C90BC": { "name": "NETWORK_IS_GANG_LEADER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x9BE7DCB22D32CCBE": { "name": "_NETWORK_IS_GANG_MEMBER", "comment": "", "params": [ { "type": "Any", "name": "gangId" }, { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x3F59FE6F37869576": { "name": "NETWORK_IS_IN_SAME_GANG", "comment": "", "params": [ { "type": "Player", "name": "player1" }, { "type": "Player", "name": "player2" } ], "return_type": "BOOL", "build": "1207" }, "0x81FB74C83C2ED69F": { "name": "_NETWORK_IS_IN_MY_GANG", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x149A2751AB66AC02": { "name": "NETWORK_GET_NUM_GANG_MEMBERS", "comment": "", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "int", "build": "1207" }, "0x853B0FA4D8732C57": { "name": "_NETWORK_GET_GANG_SIZE", "comment": "", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "int", "build": "1207" }, "0x833D8268D51B4522": { "name": "_NETWORK_SET_GANG_SIZE", "comment": "", "params": [ { "type": "int", "name": "size" } ], "return_type": "BOOL", "build": "1207" }, "0x901E0DC25080C8B9": { "name": "NETWORK_GET_GANG_ID", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Any", "build": "1207" }, "0xD1BF325C8252A982": { "name": "_NETWORK_GET_GANG_MEMBERS", "comment": "", "params": [ { "type": "Any", "name": "gangId" }, { "type": "Any*", "name": "memberHandles" } ], "return_type": "int", "build": "1207" }, "0xDA801F7F6A5278D3": { "name": "_0xDA801F7F6A5278D3", "comment": "_NETWORK_GET_* or _NETWORK_IS_*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x2F7EB8B6F6AFE79C": { "name": "_0x2F7EB8B6F6AFE79C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x53A94294FDDCF98C": { "name": "_0x53A94294FDDCF98C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x4BE6C13A45CCA8EC": { "name": "NETWORK_GET_GANG_LEADER", "comment": "", "params": [ { "type": "Any", "name": "gangId" } ], "return_type": "Player", "build": "1207" }, "0xCE88A261DCBBA0D9": { "name": "_NETWORK_GET_GANG_LEADER_HANDLE", "comment": "", "params": [ { "type": "Any", "name": "gangId" }, { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x6102830F764B3DE1": { "name": "_0x6102830F764B3DE1", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xB38C256498748413": { "name": "_0xB38C256498748413", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xE4C64CD37CB176AA": { "name": "_0xE4C64CD37CB176AA", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7BAA30C9BBE8AEE7": { "name": "_0x7BAA30C9BBE8AEE7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x0E5C9FB9ED5DFF1C": { "name": "_0x0E5C9FB9ED5DFF1C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB22B1D9F74095382": { "name": "_0xB22B1D9F74095382", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xEE4F20004D0288B7": { "name": "_0xEE4F20004D0288B7", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xAD22AB64FA428DF3": { "name": "_0xAD22AB64FA428DF3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x48D82C83987E18E4": { "name": "_0x48D82C83987E18E4", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA9CEAE8D6637FBAD": { "name": "_0xA9CEAE8D6637FBAD", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x51C5EF47086AA0D7": { "name": "_0x51C5EF47086AA0D7", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x644E02F24F9D4E98": { "name": "_0x644E02F24F9D4E98", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x3ADC71A66356D706": { "name": "_0x3ADC71A66356D706", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xFA7C5B7E087A4CEB": { "name": "_0xFA7C5B7E087A4CEB", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x1F11702DDBD915C6": { "name": "_0x1F11702DDBD915C6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x7933754F260B428A": { "name": "_0x7933754F260B428A", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Any", "build": "1207" }, "0xAFD3599A3CC5637D": { "name": "_0xAFD3599A3CC5637D", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xC81A9E2C8EFD28D5": { "name": "_0xC81A9E2C8EFD28D5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" } }, "GOOGLE_ANALYTICS": { "0xD43A616AE3AC4EF6": { "name": "_GOOGLE_ANALYTICS_PUSH_PAGE", "comment": "", "params": [ { "type": "const char*", "name": "pageName" } ], "return_type": "void", "build": "1207" }, "0xC6DE040378364798": { "name": "_GOOGLE_ANALYTICS_POP_PAGE", "comment": "", "params": [ { "type": "const char*", "name": "pageName" } ], "return_type": "void", "build": "1207" }, "0x1C54F031D7C0F7AC": { "name": "_GOOGLE_ANALYTICS_START_EVENT", "comment": "", "params": [ { "type": "const char*", "name": "eventCategory" }, { "type": "const char*", "name": "eventAction" }, { "type": "const char*", "name": "eventLabel" }, { "type": "int", "name": "eventValue" } ], "return_type": "BOOL", "build": "1355" }, "0x87BBCC4360A9BDE3": { "name": "_GOOGLE_ANALYTICS_END_EVENT", "comment": "", "params": [], "return_type": "BOOL", "build": "1355" } }, "HUD": { "0x26F6BBEA2CE3E3DC": { "name": "_ENABLE_REDUCED_MENU_TIME_SCALE", "comment": "Enables reduced time scale while menus such as weapon wheel and satchel are open.", "params": [], "return_type": "void", "build": "1207" }, "0xC5C7A2F6567FCCBC": { "name": "_DISABLE_REDUCED_MENU_TIME_SCALE", "comment": "Disables reduced time scale while menus such as weapon wheel and satchel are open.", "params": [], "return_type": "void", "build": "1207" }, "0xC9CAEAEEC1256E54": { "name": "_ENABLE_HUD_CONTEXT_THIS_FRAME", "comment": "", "params": [ { "type": "Hash", "name": "component" } ], "return_type": "void", "build": "1207" }, "0x4CC5F2FC1332577F": { "name": "_ENABLE_HUD_CONTEXT", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/graphics/HUD/hud_presets\nOld name: _HIDE_HUD_COMPONENT", "params": [ { "type": "Hash", "name": "component" } ], "return_type": "void", "build": "1207" }, "0x8BC7C1F929D07BF3": { "name": "_DISABLE_HUD_CONTEXT", "comment": "Old name: _DISPLAY_HUD_COMPONENT", "params": [ { "type": "Hash", "name": "component" } ], "return_type": "void", "build": "1207" }, "0x7EC0D68233E391AC": { "name": "_0x7EC0D68233E391AC", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x7F78CD75CC4539E4": { "name": "_BUSYSPINNER_SET_TEXT", "comment": "", "params": [ { "type": "const char*", "name": "text" } ], "return_type": "void", "build": "1207" }, "0x58F441B90EA84D06": { "name": "BUSYSPINNER_OFF", "comment": "Removes the loading prompt at the bottom right of the screen.", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x10D373323E5B9C0D", "gta_jhash": "0x94119534" }, "0x823BF7B1DF613A21": { "name": "BUSYSPINNER_IS_ON", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD422FCC5F239A915", "gta_jhash": "0xB8B3A5D0" }, "0x9D7E12EC6A1EE4E5": { "name": "GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME", "comment": "Note: you must use VAR_STRING. Byte code very similar to TEXT_COMMAND_DISPLAY_TEXT in V\nOld name: _GET_TEXT_SUBSTRING", "params": [ { "type": "const char*", "name": "text" }, { "type": "int", "name": "position" }, { "type": "int", "name": "length" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0x169BD9382084C8C0", "gta_jhash": "0x34A396EE" }, "0xCFEDCCAD3C5BA90D": { "name": "GET_FILENAME_FOR_AUDIO_CONVERSATION", "comment": "Gets a string literal from a label name.\n\nOld name: _GET_LABEL_TEXT", "params": [ { "type": "const char*", "name": "labelName" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0x7B5280EBA9840C72", "gta_jhash": "0x95C4B5AD" }, "0x916ED8321F087059": { "name": "CLEAR_ALL_HELP_MESSAGES", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x6178F68A87A4D3A0", "gta_jhash": "0x9E5D9198" }, "0xD0976CC34002DB57": { "name": "TEXT_BLOCK_IS_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "textBlock" } ], "return_type": "BOOL", "build": "1207" }, "0x3CF96E16265B7DC8": { "name": "_TEXT_BLOCK_IS_STREAMED", "comment": "", "params": [ { "type": "const char*", "name": "textBlock" } ], "return_type": "BOOL", "build": "1207" }, "0xF66090013DE648D5": { "name": "TEXT_BLOCK_REQUEST", "comment": "", "params": [ { "type": "const char*", "name": "textBlock" } ], "return_type": "void", "build": "1207" }, "0xAA03F130A637D923": { "name": "_TEXT_BLOCK_DELETE", "comment": "", "params": [ { "type": "const char*", "name": "textBlock" } ], "return_type": "void", "build": "1207" }, "0x2C729F2B94CEA911": { "name": "_DOES_TEXT_BLOCK_EXIST", "comment": "", "params": [ { "type": "const char*", "name": "textDatabase" } ], "return_type": "BOOL", "build": "1207" }, "0x73C258C68D6F55B6": { "name": "DOES_TEXT_LABEL_EXIST", "comment": "Checks if the passed gxt name exists in the game files.", "params": [ { "type": "const char*", "name": "label" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAC09CA973C564252", "gta_jhash": "0x6ECAE560" }, "0x3429670F9B9EF2D3": { "name": "_GET_LABEL_TEXT_2", "comment": "", "params": [ { "type": "const char*", "name": "label" } ], "return_type": "const char*", "build": "1207" }, "0xD8402B858F4DDD88": { "name": "_GET_TEXT_SUBSTRING_2", "comment": "Similar to 0x9D7E12EC6A1EE4E5(GET_TEXT_SUBSTRING) but starts at the beginning of the string", "params": [ { "type": "const char*", "name": "text" }, { "type": "int", "name": "length" } ], "return_type": "const char*", "build": "1207" }, "0x806862E5D266CF38": { "name": "_0x806862E5D266CF38", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x481FBF588B0B76DB": { "name": "GET_LENGTH_OF_LITERAL_STRING", "comment": "Returns the length of the string passed (much like strlen).", "params": [ { "type": "const char*", "name": "string" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF030907CCBB8A9FD", "gta_jhash": "0x99379D55" }, "0xDC5AD6B7AB8184F5": { "name": "GET_LENGTH_OF_LITERAL_STRING_IN_BYTES", "comment": "", "params": [ { "type": "const char*", "name": "string" } ], "return_type": "int", "build": "1207", "gta_hash": "0x43E4111189E54F0E", "gta_jhash": "0x7DBC0764" }, "0xBD5DD5EAE2B6CE14": { "name": "GET_STRING_FROM_HASH_KEY", "comment": "Returns the label text given the hash.\n\nOld name: _GET_LABEL_TEXT_BY_HASH", "params": [ { "type": "Hash", "name": "labelHash" } ], "return_type": "const char*", "build": "1207" }, "0x81E47F0EE1F2B21E": { "name": "IS_RADAR_PREFERENCE_SWITCHED_ON", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9EB6522EA68F22FE", "gta_jhash": "0x14AEAA28" }, "0x7C4AC9573587F2DF": { "name": "IS_SUBTITLE_PREFERENCE_SWITCHED_ON", "comment": "", "params": [], "return_type": "BOOL", "build": "1355", "gta_hash": "0xAD6DACA4BA53E0A4", "gta_jhash": "0x63BA19F5" }, "0xD63FE3AF9FB3D53F": { "name": "DISPLAY_HUD", "comment": "If Hud should be displayed", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA6294919E56FF02A", "gta_jhash": "0xD10E4E31" }, "0x71B72B478F8189DC": { "name": "IS_HUD_HIDDEN", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA86478C6958735C5", "gta_jhash": "0x40BADA1D" }, "0x1B82FD5FFA4D666E": { "name": "IS_RADAR_HIDDEN", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x157F93B036700462", "gta_jhash": "0x1AB3B954" }, "0x66F35DD9D2B58579": { "name": "IS_RADAR_HIDDEN_BY_SCRIPT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xB981DD2DFAF9B1C9": { "name": "_GET_COLOR_FROM_NAME", "comment": "colorNameHash: https://alloc8or.re/rdr3/doc/enums/eColor.txt", "params": [ { "type": "Hash", "name": "colorNameHash" }, { "type": "int*", "name": "red" }, { "type": "int*", "name": "green" }, { "type": "int*", "name": "blue" }, { "type": "int*", "name": "alpha" } ], "return_type": "void", "build": "1207" }, "0xD79334A4BB99BAD1": { "name": "_DISPLAY_TEXT", "comment": "nullsub, this native does nothing since build 1436, use _BG_DISPLAY_TEXT (0x16794E044C9EFB58) instead.", "params": [ { "type": "const char*", "name": "text" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" } ], "return_type": "void", "build": "1207", "unused": true }, "0x50A41AD966910F03": { "name": "_SET_TEXT_COLOR", "comment": "This native does nothing since build 1436, use _BG_SET_TEXT_COLOR (0x16FA5CE47F184F1E) instead.", "params": [ { "type": "int", "name": "r" }, { "type": "int", "name": "g" }, { "type": "int", "name": "b" }, { "type": "int", "name": "a" } ], "return_type": "void", "build": "1207", "unused": true }, "0xE550CDE128D56757": { "name": "SET_TEXT_RENDER_ID", "comment": "", "params": [ { "type": "int", "name": "renderId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5F15302936E07111", "gta_jhash": "0xC5C3B7F3" }, "0x98AF2BB6F62BD588": { "name": "REGISTER_NAMED_RENDERTARGET", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x57D9C12635E25CE3", "gta_jhash": "0xFAE5D6F0" }, "0x3EE32F7964C40FE6": { "name": "IS_NAMED_RENDERTARGET_REGISTERED", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x78DCDC15C9F116B4", "gta_jhash": "0x284057F5" }, "0x0E692EE61761361F": { "name": "RELEASE_NAMED_RENDERTARGET", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE9F6FFE837354DD4", "gta_jhash": "0xD3F6C892" }, "0x2F506B8556242DDB": { "name": "LINK_NAMED_RENDERTARGET", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF6C09E276AEB3F2D", "gta_jhash": "0x6844C4B9" }, "0xB6762A85EE29AA60": { "name": "GET_NAMED_RENDERTARGET_RENDER_ID", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1A6478B61C6BDC3B", "gta_jhash": "0xF9D7A401" }, "0x707032835FF09AE7": { "name": "IS_NAMED_RENDERTARGET_LINKED", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x113750538FA31298", "gta_jhash": "0x8B52601F" }, "0x9D37EB5003E0F2CF": { "name": "_0x9D37EB5003E0F2CF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEA600AABAF4B9084": { "name": "HIDE_LOADING_ON_FADE_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x4B0311D3CDC4648F", "gta_jhash": "0x35087963" }, "0x052D4AC0922AF91A": { "name": "_0x052D4AC0922AF91A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x36CDD81627A6FCD2": { "name": "HIDE_HUD_AND_RADAR_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x719FF505F097FD20", "gta_jhash": "0xB75D4AD2" }, "0x8A59D44189AF2BC5": { "name": "_0x8A59D44189AF2BC5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x160825DADF1B04B3": { "name": "_0x160825DADF1B04B3", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x9C409BBC492CB5B1": { "name": "_0x9C409BBC492CB5B1", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x0501D52D24EA8934": { "name": "_0x0501D52D24EA8934", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x100157D6D7FE32CA": { "name": "_0x100157D6D7FE32CA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x28AE29D909C8FDCE": { "name": "_0x28AE29D909C8FDCE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x2F7BB105144ACF30": { "name": "_0x2F7BB105144ACF30", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0xBFFF81E12A745A5F": { "name": "_0xBFFF81E12A745A5F", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0x402669A4BDAA72DA": { "name": "SET_MISSION_NAME", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5F28ECF5FC84772F", "gta_jhash": "0x68DCAE10" }, "0xD98630CE73C61E98": { "name": "SET_MISSION_NAME_FOR_UGC_MISSION", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE45087D85F468BC2", "gta_jhash": "0x8D9A1734" }, "0xCE0D2F5586627CCE": { "name": "_0xCE0D2F5586627CCE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xB39C81628EF10B42": { "name": "GET_HUD_SCREEN_POSITION_FROM_WORLD_POSITION", "comment": "", "params": [ { "type": "float", "name": "worldX" }, { "type": "float", "name": "worldY" }, { "type": "float", "name": "worldZ" }, { "type": "float*", "name": "screenX" }, { "type": "float*", "name": "screenY" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF9904D11F1ACBEC3", "gta_jhash": "0xFE9A39F8" }, "0xBF4F34A85CA2970D": { "name": "_HIDE_HUD_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x56CE42A528156A67": { "name": "DISABLE_FRONTEND_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x6D3465A73092F0E6", "gta_jhash": "0xD86A029E" }, "0x5651516D947ABC53": { "name": "_0x5651516D947ABC53", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x30996422DF1EE561": { "name": "ALLOW_PAUSE_WHEN_NOT_IN_STATE_OF_PLAY_THIS_FRAME", "comment": "Old name: _ALLOW_PAUSE_MENU_WHEN_DEAD_THIS_FRAME", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xCC3FDDED67BCFC63", "gta_jhash": "0x630CD8EE" }, "0xCE47C21C0687EBC2": { "name": "SET_FRONTEND_ACTIVE", "comment": "", "params": [ { "type": "BOOL", "name": "active" } ], "return_type": "void", "build": "1207", "gta_hash": "0x745711A75AB09277", "gta_jhash": "0x81E1AD32" }, "0x535384D6067BA42E": { "name": "IS_PAUSE_MENU_ACTIVE", "comment": "Returns true when either Pause Menu, a Frontend Menu, Online Policies menu or Social Club menu is active.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB0034A223497FFCB", "gta_jhash": "0xD3600591" }, "0x50C803A4CD5932C5": { "name": "_SHOW_PLAYER_CORES", "comment": "", "params": [ { "type": "BOOL", "name": "state" } ], "return_type": "void", "build": "1207" }, "0xD4EE21B7CC7FD350": { "name": "_SHOW_HORSE_CORES", "comment": "", "params": [ { "type": "BOOL", "name": "state" } ], "return_type": "void", "build": "1207" }, "0x3FE4FB41EF7D2196": { "name": "_0x3FE4FB41EF7D2196", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6DFDD665E416B093": { "name": "_JOURNAL_WRITE_ENTRY", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xCF782691D91F270E": { "name": "_JOURNAL_CAN_WRITE_ENTRY", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xE65B5DE53351BE22": { "name": "_JOURNAL_GET_ENTRY_COUNT", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x3D16ABD7A1FD8C96": { "name": "_JOURNAL_GET_ENTRY_AT_INDEX", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCB5945E1B855852F": { "name": "_JOURNAL_GET_GRIME_AT_INDEX", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x5514C3E60673530F": { "name": "_JOURNAL_GET_ENTRY_INFO", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x62CC549B3B8EA2AA": { "name": "_JOURNAL_GET_TEXTURE_WITH_LAYOUT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xE4509BABE59BD24E": { "name": "_JOURNAL_MARK_READ", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF402978DE6F88D6E": { "name": "_JOURNAL_CLEAR_ALL_PROGRESS", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB6857100F8FD433C": { "name": "UI_REQUEST_SCENE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xF1E6979C0B779985": { "name": "_0xF1E6979C0B779985", "comment": "", "params": [ { "type": "int", "name": "uiscene" } ], "return_type": "void", "build": "1207" }, "0xBE1067CD1C9570F6": { "name": "UI_GET_SCENE_UIOBJECT", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x51DE09A2196BD951": { "name": "UI_MOVIEVIEW_SET_RENDER_TARGET", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x29FA7910726C3889": { "name": "_UI_PROMPT_CREATE", "comment": "", "params": [ { "type": "Hash", "name": "inputHash" }, { "type": "const char*", "name": "labelName" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "Prompt", "build": "1207" }, "0x04F97DE45A519419": { "name": "_UI_PROMPT_REGISTER_BEGIN", "comment": "", "params": [], "return_type": "Prompt", "build": "1207" }, "0xF7AA2696A22AD8B9": { "name": "_UI_PROMPT_REGISTER_END", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "void", "build": "1207" }, "0xCA24F528D0D16289": { "name": "_UI_PROMPT_SET_PRIORITY", "comment": "priority: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ePromptPriority", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "priority" } ], "return_type": "void", "build": "1207" }, "0xB5352B7494A08258": { "name": "_UI_PROMPT_SET_CONTROL_ACTION", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Hash", "name": "action" } ], "return_type": "Any", "build": "1207" }, "0x565C1CE183CB0EAF": { "name": "_UI_PROMPT_SET_ALLOWED_ACTION", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Hash", "name": "action" } ], "return_type": "void", "build": "1207" }, "0xCC6656799977741B": { "name": "_UI_PROMPT_SET_STANDARD_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "BOOL", "name": "releaseMode" } ], "return_type": "void", "build": "1207" }, "0xC92AC953F0A982AE": { "name": "_UI_PROMPT_HAS_STANDARD_MODE_COMPLETED", "comment": "Params: p1 is 0", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x1473D3AF51D54276": { "name": "_UI_PROMPT_SET_PRESSED_TIMED_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "depletionTimeMs" } ], "return_type": "void", "build": "1207" }, "0x3CE854D250A88DAF": { "name": "_UI_PROMPT_HAS_PRESSED_TIMED_MODE_COMPLETED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x1A17B9ECFF617562": { "name": "_UI_PROMPT_HAS_PRESSED_TIMED_MODE_FAILED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x94073D5CA3F16B7B": { "name": "_UI_PROMPT_SET_HOLD_MODE", "comment": "Params: p2 is 304000 in R* SP Script coachrobberies", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "holdTimeMs" } ], "return_type": "void", "build": "1207" }, "0x74C7D7B72ED0D3CF": { "name": "_UI_PROMPT_SET_STANDARDIZED_HOLD_MODE", "comment": "Hashes: SHORT_TIMED_EVENT_MP, SHORT_TIMED_EVENT, MEDIUM_TIMED_EVENT, LONG_TIMED_EVENT, RUSTLING_CALM_TIMING, PLAYER_FOCUS_TIMING, PLAYER_REACTION_TIMING", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Hash", "name": "timedEventHash" } ], "return_type": "void", "build": "1207" }, "0xEA5CCF4EEB2F82D1": { "name": "_UI_PROMPT_SET_HOLD_INDEFINITELY_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "void", "build": "1207" }, "0x3CE932E737C145D6": { "name": "_UI_PROMPT_SET_HOLD_AUTO_FILL_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "autoFillTimeMs" }, { "type": "int", "name": "holdTimeMs" } ], "return_type": "void", "build": "1207" }, "0xA3F2149AA24F3D8E": { "name": "_UI_PROMPT_SET_HOLD_AUTO_FILL_WITH_DECAY_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "autoFillTimeMs" }, { "type": "int", "name": "holdTimeMs" } ], "return_type": "void", "build": "1207" }, "0x8010BEBD0D5ED5BC": { "name": "_UI_PROMPT_HAS_HOLD_AUTO_FILL_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xB60C9F9ED47ABB76": { "name": "_UI_PROMPT_HAS_HOLD_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xC7D70EAEF92EFF48": { "name": "_UI_PROMPT_IS_HOLD_MODE_RUNNING", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xE0F65F0640EF0617": { "name": "_UI_PROMPT_HAS_HOLD_MODE_COMPLETED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x81801291806DBC50": { "name": "_UI_PROMPT_GET_PROGRESS", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "float", "build": "1207" }, "0xDF6423BF071C7F71": { "name": "_UI_PROMPT_SET_MASH_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "mashes" } ], "return_type": "void", "build": "1207" }, "0x7B66E89312727274": { "name": "_UI_PROMPT_SET_MASH_INDEFINITELY_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "void", "build": "1207" }, "0xCD1BDFF15EFA79F5": { "name": "_UI_PROMPT_SET_MASH_WITH_RESISTANCE_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "mashes" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xDC0CB602DEADBA53": { "name": "_UI_PROMPT_SET_MASH_WITH_RESISTANCE_CAN_FAIL_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "mashes" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x6C39587D7CC66801": { "name": "_UI_PROMPT_SET_MASH_AUTO_FILL_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "autoFillTimeMs" }, { "type": "int", "name": "mashes" } ], "return_type": "void", "build": "1207" }, "0x32DF729D8BD3C1C6": { "name": "_UI_PROMPT_SET_MASH_MANUAL_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x179DCF71F705DA20": { "name": "_UI_PROMPT_SET_MASH_MANUAL_CAN_FAIL_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xA6C6A4ADB3BAC409": { "name": "_UI_PROMPT_HAS_MANUAL_MASH_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xCD072523791DDC1B": { "name": "_UI_PROMPT_HAS_MASH_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xB0E8599243B3F568": { "name": "_0xB0E8599243B3F568", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x845CE958416DC473": { "name": "_UI_PROMPT_HAS_MASH_MODE_COMPLETED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x25B18E530CF39D6F": { "name": "_UI_PROMPT_HAS_MASH_MODE_FAILED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x8A9585293863B8A5": { "name": "_UI_PROMPT_GET_MASH_MODE_PROGRESS", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "float", "build": "1207" }, "0xA0D1D79C6036A855": { "name": "_UI_PROMPT_SET_MASH_MANUAL_MODE_INCREASE_PER_PRESS", "comment": "standard (prompt not held) rate: (1f / 128f)\nfast (prompt held) rate: (1f / 64f)\npunitive (been hit) rate: (1f / 128f)", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "rate" } ], "return_type": "void", "build": "1207" }, "0x7D393C247FB9B431": { "name": "_UI_PROMPT_SET_MASH_MANUAL_MODE_DECAY_SPEED", "comment": "standard (prompt not held) rate: 0.035f\nfast (prompt held) rate: 0.015f\npunitive (been hit) rate: 0.14f", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207" }, "0x56DBB26F98582C29": { "name": "_UI_PROMPT_SET_MASH_MANUAL_MODE_PRESSED_GROWTH_SPEED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207" }, "0x7ABE7095FB3D2581": { "name": "_UI_PROMPT_SET_ROTATE_MODE", "comment": "Used for controllers", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "p1" }, { "type": "BOOL", "name": "counterclockwise" } ], "return_type": "void", "build": "1207" }, "0x5F6503D9CD2754EB": { "name": "_UI_PROMPT_SET_TARGET_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x5E019C45DD3B6A14": { "name": "_UI_PROMPT_SET_TARGET_MODE_TARGET", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x00123054BEC8A30F": { "name": "_UI_PROMPT_SET_TARGET_MODE_PROGRESS", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "progress" } ], "return_type": "void", "build": "1207" }, "0xF957A1654C6322FE": { "name": "_UI_PROMPT_SET_BEAT_MODE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x1FE4788AB1430C55": { "name": "_UI_PROMPT_WAS_BEAT_MODE_PRESSED_IN_TIME_WINDOW", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xB487A4936FBF40AC": { "name": "_UI_PROMPT_SET_BEAT_MODE_GRAYED_OUT", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDC6C55DFA2C24EE5": { "name": "_UI_PROMPT_RESTART_MODES", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "void", "build": "1207" }, "0xAC6586A7FDCD4B68": { "name": "_UI_PROMPT_SET_SPINNER_SPEED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x832CB510DE546282": { "name": "_UI_PROMPT_SET_SPINNER_POSITION", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC5F428EE08FA7F2C": { "name": "_UI_PROMPT_SET_URGENT_PULSING_ENABLED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x1FBA0DABECDDB52B": { "name": "_UI_PROMPT_GET_URGENT_PULSING_ENABLED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xDEC85C174751292B": { "name": "_UI_PROMPT_SET_TAG", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB796970BD125FCE8": { "name": "_UI_PROMPT_GET_GROUP_ID_FOR_TARGET_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207" }, "0xCB73D7521E7103F0": { "name": "_UI_PROMPT_GET_GROUP_ID_FOR_SCENARIO_POINT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x2F11D3A254169EA4": { "name": "_UI_PROMPT_SET_GROUP", "comment": "tabIndex: specifies tab of prompt", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "groupId" }, { "type": "int", "name": "tabIndex" } ], "return_type": "void", "build": "1207" }, "0x4E52C800A28F7BE8": { "name": "_UI_PROMPT_REMOVE_GROUP", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC65A45D4453C2627": { "name": "_UI_PROMPT_SET_ACTIVE_GROUP_THIS_FRAME", "comment": "Note: you must use VAR_STRING for p1 if string is not part of text database\ntabAmount: specifies number of tabs in prompt group\ntabDefaultIndex: specifies starting index\np3 if is set > 3 you can no longer press Q to change tab if there are more than one tab set in tabAmount", "params": [ { "type": "Hash", "name": "hash" }, { "type": "const char*", "name": "name" }, { "type": "int", "name": "tabAmount" }, { "type": "int", "name": "tabDefaultIndex" }, { "type": "int", "name": "p4" }, { "type": "Prompt", "name": "prompt" } ], "return_type": "Any", "build": "1207" }, "0xC1FCC36C3F7286C8": { "name": "_UI_PROMPT_GET_GROUP_ACTIVE_PAGE", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "int", "build": "1207" }, "0x315C81D760609108": { "name": "_UI_PROMPT_SET_AMBIENT_GROUP_THIS_FRAME", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "Hash", "name": "p4" }, { "type": "const char*", "name": "name" }, { "type": "int", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x8B55B324A9123F6B": { "name": "_0x8B55B324A9123F6B", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "Volume", "name": "volume" }, { "type": "const char*", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1232" }, "0xEB550B927B34A1BB": { "name": "_UI_PROMPT_DOES_AMBIENT_GROUP_EXIST", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0x684C96CC7C66E8EF": { "name": "_UI_PROMPT_ADD_GROUP_LINK", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x837972ED28159536": { "name": "_UI_PROMPT_ADD_GROUP_RETURN_LINK", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Prompt", "name": "prompt" } ], "return_type": "void", "build": "1207" }, "0x876E4A35C73A6655": { "name": "_UI_PROMPT_SET_TRANSPORT_MODE", "comment": "TM_ANY = 0,\nTM_ON_FOOT,\nTM_IN_VEHICLE", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "mode" } ], "return_type": "void", "build": "1207" }, "0xF1622CE88A1946FB": { "name": "_UI_PROMPT_DISABLE_PROMPTS_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x00EDE88D4D13CF59": { "name": "_UI_PROMPT_DELETE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "void", "build": "1207" }, "0x347469FBDD1589A9": { "name": "_UI_PROMPT_IS_VALID", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x546E342E01DE71CF": { "name": "_UI_PROMPT_IS_ACTIVE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x71215ACCFDE075EE": { "name": "_UI_PROMPT_SET_VISIBLE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x8A0FB4D03A630D21": { "name": "_UI_PROMPT_SET_ENABLED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x5DD02A8318420DD7": { "name": "_UI_PROMPT_SET_TEXT", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "const char*", "name": "text" } ], "return_type": "void", "build": "1207" }, "0x560E76D5E2E1803F": { "name": "_UI_PROMPT_SET_ATTRIBUTE", "comment": "attribute: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIPromptAttribute", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "attribute" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0xF4A5C4509BF923B1": { "name": "_UI_PROMPT_SET_TYPE", "comment": "Params: type = mostly 0, 6 (net_mission_intro_story_gvo), 7 (fm_mission_controller), 14 (net_ugc_end_flow_transition_online), 15 (net_main_[tlg_]offline)", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "int", "name": "type" } ], "return_type": "void", "build": "1207" }, "0x53CE46C01A089DA1": { "name": "_0x53CE46C01A089DA1", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA520C7B05FA4EB2A": { "name": "_UI_PROMPT_SET_MANUAL_RESOLVED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4D107406667423BE": { "name": "_UI_PROMPT_CONTEXT_SET_VOLUME", "comment": "Attaches a Volume", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xAE84C5EE2C384FB3": { "name": "_UI_PROMPT_CONTEXT_SET_POINT", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x0C718001B77CA468": { "name": "_UI_PROMPT_CONTEXT_SET_RADIUS", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0x21E60E230086697F": { "name": "_UI_PROMPT_IS_PRESSED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x2787CC611D3FACC5": { "name": "_UI_PROMPT_IS_JUST_PRESSED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x635CC82FA297A827": { "name": "_UI_PROMPT_IS_JUST_RELEASED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0xAFC887BA7A7756D6": { "name": "_UI_PROMPT_IS_RELEASED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x06565032897BA861": { "name": "_UI_PROMPT_ENABLE_PROMPT_TYPE_THIS_FRAME", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/graphics/HUD/prompts/prompt_types", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFC094EF26DD153FA": { "name": "_UI_PROMPT_DISABLE_PROMPT_TYPE_THIS_FRAME", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6A2F820452017EA2": { "name": "_UI_PROMPT_FILTER_CLEAR", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x530A428705BE5DEF": { "name": "_UI_PROMPT_SET_PROMPT_PRIORITY_PREFERENCE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x51259AE5C72D4A1B": { "name": "_UI_PROMPT_CLEAR_PROMPT_PRIORITY_PREFERENCE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x0D00EDDFB58B7F28": { "name": "_UI_PROMPT_IS_ENABLED", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" } ], "return_type": "BOOL", "build": "1207" }, "0x1BE19185B8AFE299": { "name": "UI_PROMPT_IS_CONTROL_ACTION_ACTIVE", "comment": "", "params": [ { "type": "Hash", "name": "controlAction" } ], "return_type": "BOOL", "build": "1207" }, "0xD6BD313CFA41E57A": { "name": "_0xD6BD313CFA41E57A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD9459157EB22C895": { "name": "_UI_PROMPT_SET_REGISTER_HORIZONTAL_ORIENTATION", "comment": "This returns an id that can be used with 0x6095358C4142932A.", "params": [], "return_type": "int", "build": "1207" }, "0x6095358C4142932A": { "name": "_UI_PROMPT_CLEAR_HORIZONTAL_ORIENTATION", "comment": "id is the return value from 0xD9459157EB22C895.", "params": [ { "type": "int", "name": "id" } ], "return_type": "void", "build": "1207" }, "0x2F385ECC5200938D": { "name": "_UI_PROMPT_SET_ORDERING_AS_INPUT_TYPE", "comment": "", "params": [ { "type": "Prompt", "name": "prompt" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x066725A9D52B3641": { "name": "_0x066725A9D52B3641", "comment": "", "params": [], "return_type": "Any", "build": "1232" }, "0x958278B97C4AFFD8": { "name": "_0x958278B97C4AFFD8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0xD877AF112AD2B41B": { "name": "_CREATE_MP_GAMER_TAG", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "username" }, { "type": "BOOL", "name": "pointedClanTag" }, { "type": "BOOL", "name": "isRockstarClan" }, { "type": "const char*", "name": "clanTag" }, { "type": "int", "name": "clanFlag" } ], "return_type": "int", "build": "1207" }, "0x53CB4B502E1C57EA": { "name": "CREATE_FAKE_MP_GAMER_TAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "username" }, { "type": "BOOL", "name": "pointedClanTag" }, { "type": "BOOL", "name": "isRockstarClan" }, { "type": "const char*", "name": "clanTag" }, { "type": "int", "name": "clanFlag" } ], "return_type": "int", "build": "1207", "gta_hash": "0xBFEFE3321A3F5015", "gta_jhash": "0xF5CD2AA4" }, "0xE961BF23EAB76B12": { "name": "_CREATE_MP_GAMER_TAG_ON_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "text" } ], "return_type": "int", "build": "1207" }, "0x839BFD7D7E49FE09": { "name": "REMOVE_MP_GAMER_TAG", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x31698AA80E0223F8", "gta_jhash": "0x3D081FE4" }, "0x6E1C31E14C7A5F97": { "name": "IS_MP_GAMER_TAG_ACTIVE", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4E929E7A5796FD26", "gta_jhash": "0x60118951" }, "0x502E1591A504F843": { "name": "_IS_MP_GAMER_TAG_ACTIVE_ON_ENTITY", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x93171DDDAB274EB8": { "name": "_SET_MP_GAMER_TAG_VISIBILITY", "comment": "visibility:\nenum eUIGamertagVisibility\n{\n\tUIGAMERTAGVISIBILITY_NONE,\n\tUIGAMERTAGVISIBILITY_ICON,\n\tUIGAMERTAGVISIBILITY_SIMPLE,\n\tUIGAMERTAGVISIBILITY_COMPLEX\n};", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "int", "name": "visibility" } ], "return_type": "void", "build": "1207" }, "0x25B9C78A25105C35": { "name": "_SET_MP_GAMER_TAG_TYPE", "comment": "Found types: GENERIC_PLAYER, DEADDROP, HOTPROPERTY, MINIGAMES", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "Hash", "name": "type" } ], "return_type": "void", "build": "1207" }, "0x84BD27DDF9575816": { "name": "_SET_MP_GAMER_TAG_COLOUR", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "Hash", "name": "colour" } ], "return_type": "void", "build": "1207" }, "0xEF7AB1A0E8C86170": { "name": "_SET_MP_GAMER_TAG_UNK_ALLOW_LOCALIZED", "comment": "nullsub, doesn't do anything", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "BOOL", "name": "allow" } ], "return_type": "void", "build": "1207" }, "0xEA6F4B8D4B4B5B3E": { "name": "SET_MP_GAMER_TAG_NAME", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "const char*", "name": "string" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDEA2B8283BAA3944", "gta_jhash": "0x627A559B" }, "0x1EA716E0628A6F44": { "name": "_SET_MP_GAMER_TAG_NAME_POSSE", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "const char*", "name": "text" } ], "return_type": "void", "build": "1207" }, "0xA0D7CE5F83259663": { "name": "SET_MP_GAMER_TAG_BIG_TEXT", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "const char*", "name": "string" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7B7723747CCB55B6", "gta_jhash": "0x939218AB" }, "0x5F57522BC1EB9D9D": { "name": "_SET_MP_GAMER_TAG_TOP_ICON", "comment": "Found icons: https://pastebin.com/xx6rEgiG", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "Hash", "name": "icon" } ], "return_type": "void", "build": "1207" }, "0x95384C6CE1526EFF": { "name": "_SET_MP_GAMER_TAG_SECONDARY_ICON", "comment": "Found icons: SPEAKER, THROPY", "params": [ { "type": "int", "name": "gamerTagId" }, { "type": "Hash", "name": "icon" } ], "return_type": "void", "build": "1207" }, "0xFFF6579CF0139FCE": { "name": "_MP_GAMER_TAG_ENABLE_REVIVE_TOP_ICON", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" } ], "return_type": "void", "build": "1207" }, "0x1F9A64C2804B3471": { "name": "_MP_GAMER_TAG_DISABLE_REVIVE_TOP_ICON", "comment": "", "params": [ { "type": "int", "name": "gamerTagId" } ], "return_type": "void", "build": "1207" } }, "IK": { "0x66F9EB44342BB4C5": { "name": "_INVERSE_KINEMATICS_REQUEST_LOOK_AT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x0B9F7A01EC50448D": { "name": "_0x0B9F7A01EC50448D", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x0EABF182FBB63D72": { "name": "_INVERSE_KINEMATICS_SET_DISABLED_FOR_PED", "comment": "Seems to disable IK on ped", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6098139150DCC745": { "name": "_0x6098139150DCC745", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x873C792E07A32C8B": { "name": "_0x873C792E07A32C8B", "comment": "", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "void", "build": "1207" } }, "INTERACTION": { "0xF12E4CCAF249DC10": { "name": "SET_MOUSE_CURSOR_THIS_FRAME", "comment": "Shows the cursor on screen for one frame.\n\nOld name: _SET_MOUSE_CURSOR_ACTIVE_THIS_FRAME", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xAAE7CE1D63167423", "gta_jhash": "" }, "0x7F5858AAB5A58CCE": { "name": "SET_MOUSE_CURSOR_STYLE", "comment": "Changes the mouse cursor's sprite.\n\nspriteId's: https://github.com/femga/rdr3_discoveries/tree/master/graphics/HUD/cursor_sprites#readme\n\nOld name: _SET_MOUSE_CURSOR_SPRITE", "params": [ { "type": "int", "name": "spriteId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8DB8CFFD58B62552", "gta_jhash": "" }, "0x0546B117BB17548B": { "name": "_SET_ALLOW_FIRST_PERSON_MOUSE_CAMERA_MOVEMENT", "comment": "Allows camera to be moved if middle mouse button is held while in first person\nMust be called every frame\n_SET*", "params": [], "return_type": "void", "build": "1232" }, "0x2B8B605F2A9E64BF": { "name": "_POINTER_IS_BEING_MOVED", "comment": "Returns true if player is moving mouse while cursor is active\n_PI* - _PO*", "params": [], "return_type": "BOOL", "build": "1311" }, "0x61CAE9D1FD055E44": { "name": "_POINTER_IS_LEFT_BUTTON_HELD", "comment": "Returns true if player is holding LMB while cursor is active\n_PI* - _PO*", "params": [], "return_type": "BOOL", "build": "1207" }, "0xF7F51A57349739F2": { "name": "_POINTER_IS_LEFT_BUTTON_JUST_RELEASED", "comment": "Returns true if player releases LMB if cursor is active\n_PI* - _PO*", "params": [], "return_type": "BOOL", "build": "1207" } }, "INTERIOR": { "0x017C1B3159F79F6C": { "name": "IS_VALID_INTERIOR", "comment": "", "params": [ { "type": "Interior", "name": "interior" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x26B0E73D7EAAF4D3", "gta_jhash": "0x39C0B635" }, "0x8451E87D3C2B0286": { "name": "GET_INTERIOR_LOCATION_AND_NAMEHASH", "comment": "", "params": [ { "type": "Interior", "name": "interior" }, { "type": "Vector3*", "name": "position" }, { "type": "Hash*", "name": "nameHash" } ], "return_type": "void", "build": "1207" }, "0x3039BE60B3749716": { "name": "_GET_INTERIOR_MINIMAP_HASH", "comment": "", "params": [ { "type": "Interior", "name": "interior" } ], "return_type": "Hash", "build": "1207" }, "0x2C9746D0CA15BE1C": { "name": "_GET_INTERIOR_POSITION", "comment": "", "params": [ { "type": "Interior", "name": "interior" } ], "return_type": "Vector3", "build": "1207" }, "0x4200F14D6F840A9A": { "name": "IS_INTERIOR_SCENE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xBC72B5D7A1CBD54D", "gta_jhash": "0x55226C13" }, "0xA1762D5BBFCA13A8": { "name": "CLEAR_ROOM_FOR_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB365FC0C4E27FFA7", "gta_jhash": "0x7DDADB92" }, "0xBC29A9894C976945": { "name": "FORCE_ROOM_FOR_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Interior", "name": "interior" }, { "type": "Hash", "name": "roomHashKey" } ], "return_type": "void", "build": "1207", "gta_hash": "0x52923C4710DD9907", "gta_jhash": "0x10BD4435" }, "0x076E46E0EB52AFC6": { "name": "GET_ROOM_KEY_FROM_ENTITY", "comment": "Gets the room hash key from the room that the specified entity is in. Each room in every interior has a unique key. Returns 0 if the entity is outside.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x47C2A06D4F5F424B", "gta_jhash": "0xE4ACF8C3" }, "0x27D7B6F79E1F4603": { "name": "GET_KEY_FOR_ENTITY_IN_ROOM", "comment": "Seems to do the exact same as INTERIOR::GET_ROOM_KEY_FROM_ENTITY", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x399685DB942336BC", "gta_jhash": "0x91EA80EF" }, "0xB417689857646F61": { "name": "GET_INTERIOR_FROM_ENTITY", "comment": "Returns the handle of the interior that the entity is in. Returns 0 if outside.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Interior", "build": "1207", "gta_hash": "0x2107BA504071A6BB", "gta_jhash": "0x5C644614" }, "0x5BD616735F16BF5C": { "name": "RETAIN_ENTITY_IN_INTERIOR", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Interior", "name": "interior" } ], "return_type": "void", "build": "1207", "gta_hash": "0x82EBB79E258FA2B7", "gta_jhash": "0xE645E162" }, "0x115B4AA8FB28AB43": { "name": "FORCE_ROOM_FOR_GAME_VIEWPORT", "comment": "", "params": [ { "type": "int", "name": "interiorID" }, { "type": "Hash", "name": "roomHashKey" } ], "return_type": "void", "build": "1207", "gta_hash": "0x920D853F3E17F1DA", "gta_jhash": "0xD79803B5" }, "0x951A049765E0D450": { "name": "CLEAR_ROOM_FOR_GAME_VIEWPORT", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x23B59D8912F94246", "gta_jhash": "0x617DC75D" }, "0xBC8A281FF125C655": { "name": "GET_INTERIOR_FROM_PRIMARY_VIEW", "comment": "", "params": [], "return_type": "Interior", "build": "1207" }, "0xCDD36C9E5C469070": { "name": "GET_INTERIOR_AT_COORDS", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "Interior", "build": "1207", "gta_hash": "0xB0F7F8663821D9C3", "gta_jhash": "0xA17FBF37" }, "0xBD3D33EABF680168": { "name": "PIN_INTERIOR_IN_MEMORY", "comment": "", "params": [ { "type": "Interior", "name": "interior" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2CA429C029CCF247", "gta_jhash": "0x3ADA414E" }, "0x07FD1A0B814F6055": { "name": "UNPIN_INTERIOR", "comment": "Does something similar to INTERIOR::DISABLE_INTERIOR.\n\nYou don't fall through the floor but everything is invisible inside and looks the same as when INTERIOR::DISABLE_INTERIOR is used. Peds behaves normally inside. ", "params": [ { "type": "Interior", "name": "interior" } ], "return_type": "void", "build": "1207", "gta_hash": "0x261CCE7EED010641", "gta_jhash": "0xFCFF792A" }, "0x941560D2D45DBFC8": { "name": "IS_INTERIOR_READY", "comment": "", "params": [ { "type": "Interior", "name": "interior" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6726BDCCC1932F0E", "gta_jhash": "0xE1EF6450" }, "0xB5EF6FEF2DC9EBED": { "name": "SET_INTERIOR_IN_USE", "comment": "Actually returns void in IDA but the script header defines a BOOL return type", "params": [ { "type": "Interior", "name": "interior" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4C2330E61D3DEB56", "gta_jhash": "" }, "0xAAD6170AA33B13C0": { "name": "GET_INTERIOR_AT_COORDS_WITH_TYPE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "const char*", "name": "interiorType" } ], "return_type": "Interior", "build": "1207", "gta_hash": "0x05B7A89BD78797FC", "gta_jhash": "0x96525B06" }, "0x3543AEA1816D1D2B": { "name": "GET_INTERIOR_AT_COORDS_WITH_TYPEHASH", "comment": "Hashed version of GET_INTERIOR_AT_COORDS_WITH_TYPE", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "typeHash" } ], "return_type": "Interior", "build": "1207", "gta_hash": "0xF0F77ADB9F67E79D", "gta_jhash": "0x11718507" }, "0xF291396B517E25B2": { "name": "IS_COLLISION_MARKED_OUTSIDE", "comment": "Returns true if the collision at the specified coords is marked as being outside (false if there's an interior)", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEEA5AC2EDA7C33E8", "gta_jhash": "0x7762249C" }, "0x5054D1A5218FA696": { "name": "GET_INTERIOR_FROM_COLLISION", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "int", "build": "1207", "gta_hash": "0xEC4CF9FCB29A4424", "gta_jhash": "0x7ED33DC1" }, "0x174D0AAB11CED739": { "name": "ACTIVATE_INTERIOR_ENTITY_SET", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/interiors/interior_sets", "params": [ { "type": "Interior", "name": "interior" }, { "type": "const char*", "name": "entitySetName" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x55E86AF2712B36A1", "gta_jhash": "0xC80A5DDF" }, "0x33B81A2C07A51FFF": { "name": "DEACTIVATE_INTERIOR_ENTITY_SET", "comment": "", "params": [ { "type": "Interior", "name": "interior" }, { "type": "const char*", "name": "entitySetName" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x420BD37289EEE162", "gta_jhash": "0xDBA768A1" }, "0x32810CA2125F5842": { "name": "IS_INTERIOR_ENTITY_SET_ACTIVE", "comment": "", "params": [ { "type": "Interior", "name": "interior" }, { "type": "const char*", "name": "entitySetName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x35F7DD45E8C0A16D", "gta_jhash": "0x39A3CC6F" }, "0xD56FF170710FC826": { "name": "_IS_INTERIOR_ENTITY_SET_VALID", "comment": "", "params": [ { "type": "Interior", "name": "interior" }, { "type": "const char*", "name": "entitySetName" } ], "return_type": "BOOL", "build": "1207" }, "0x3C2B92A1A07D4FCE": { "name": "DISABLE_INTERIOR", "comment": "", "params": [ { "type": "Interior", "name": "interior" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6170941419D7D8EC", "gta_jhash": "0x093ADEA5" }, "0x2533F2AB0EB9C6F9": { "name": "_0x2533F2AB0EB9C6F9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFE2B3D5500B1B2E4": { "name": "_0xFE2B3D5500B1B2E4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" } }, "INVENTORY": { "0x13D234A2A3F66E63": { "name": "_INVENTORY_GET_INVENTORY_ID_FROM_PED", "comment": "Returns a unique inventory ID for this ped.\nFor the local player ped, it is an eInventories value.\nFor other peds, it is the inventory address casted to unsigned int.\n\nenum eInventories\n{\n\tINVENTORY_INVALID,\n\tINVENTORY_SP_PLAYER,\n\tINVENTORY_MP_PLAYER,\n\tINVENTORY_MP_MISSION,\n\tINVENTORY_SECOND_SCREEN,\n\tINVENTORY_SP_BACKUP,\n\tINVENTORY_SP_SNAPSHOT,\n\tINVENTORY_0xDE2AE452,\n\tINVENTORY_0x399D9B3A,\n\tINVENTORY_0x4BD43FA7,\n\tINVENTORY_0x9529D251,\n\tINVENTORY_0xA75776AC,\n\tINVENTORY_MAX_ID = 11,\n\tINVENTORY_IDS_COUNT\n};", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xADDD1E7C0ECF7D95": { "name": "_GET_ITEM_ROLE_MAX_LEVEL_COUNT", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "eRoleMaxLevel" } ], "return_type": "int", "build": "1207" }, "0xE80E50BEE276A54A": { "name": "_GET_ITEM_SLOT_MAX_COUNT", "comment": "", "params": [ { "type": "Hash", "name": "provision" }, { "type": "Hash", "name": "slotId" } ], "return_type": "int", "build": "1207" }, "0x112BCA290D2EB53C": { "name": "_0x112BCA290D2EB53C", "comment": "Only used in R* SP Scripts", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "p1" }, { "type": "int*", "name": "year" }, { "type": "int*", "name": "month" }, { "type": "int*", "name": "day" }, { "type": "int*", "name": "hour" }, { "type": "int*", "name": "minute" }, { "type": "int*", "name": "second" } ], "return_type": "BOOL", "build": "1207" }, "0x46743BBFEDBC859E": { "name": "_0x46743BBFEDBC859E", "comment": "eInventoryItem: CLOTHING_FANCY_SUIT, CLOTHING_GUNSLINGER_OUTFIT, etc.\nOnly used in R* SP Scripts", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "eInventoryItem" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x65A5F70F4A292EBE": { "name": "_INVENTORY_SET_INVENTORY_ITEM_IN_USE", "comment": "Only works on CClothingItem", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "BOOL", "name": "inUse" } ], "return_type": "void", "build": "1207" }, "0x70E3A884ED000A01": { "name": "_INVENTORY_GET_INVENTORY_ITEM_IN_USE", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" } ], "return_type": "BOOL", "build": "1311" }, "0x9A113C660AEA3832": { "name": "_INVENTORY_SET_INVENTORY_ITEM_HIDDEN", "comment": "Used with CClothingItem", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "BOOL", "name": "hidden" } ], "return_type": "void", "build": "1207" }, "0xD740F11FBC8AEF43": { "name": "_INVENTORY_SET_INVENTORY_ITEM_HIDDEN_2", "comment": "Used with CSatchelItem, R* Script usage: fisihing_core", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "BOOL", "name": "hidden" } ], "return_type": "void", "build": "1207" }, "0xF9933164965533B7": { "name": "_INVENTORY_GET_INVENTORY_ITEM_HIDDEN", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" } ], "return_type": "BOOL", "build": "1207" }, "0x4AEF1FB5B9011D75": { "name": "_INVENTORY_GET_INVENTORY_ITEM_IS_ANIMAL_PELT", "comment": "", "params": [ { "type": "Hash", "name": "item" } ], "return_type": "BOOL", "build": "1207" }, "0xA4550FE9C512E3DD": { "name": "_INVENTORY_GET_INVENTORY_ITEM_DESCRIPTION_HASH", "comment": "", "params": [ { "type": "Hash", "name": "item" } ], "return_type": "Hash", "build": "1207" }, "0x245D07651B1D183B": { "name": "_INVENTORY_IS_INVENTORY_ITEM_FLAG_ENABLED", "comment": "flag: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ItemDatabaseItemFlags\n2097152 (is item read?), 8388608 (is item sent/received/mailable?), 16777216 (is item consumable?)", "params": [ { "type": "Hash", "name": "item" }, { "type": "int", "name": "flag" } ], "return_type": "BOOL", "build": "1207" }, "0x2BAE4880DCDD560B": { "name": "_INVENTORY_GET_IS_INVENTORY_ITEM_SOUND_VALID", "comment": "soundType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CItemInfoSoundsInterface__sSoundsInfo__eSoundType", "params": [ { "type": "Hash", "name": "item" }, { "type": "int", "name": "soundType" } ], "return_type": "BOOL", "build": "1207" }, "0x2E1CDC1FF3B8473E": { "name": "_INVENTORY_GET_INVENTORY_ITEM_SOUND", "comment": "soundType: see 0x2BAE4880DCDD560B\nReturns item Hash to be used with _IS_SCRIPTED_AUDIO_CUSTOM and _PLAY_SOUND_FROM_ITEM (p0)", "params": [ { "type": "Hash", "name": "item" }, { "type": "int", "name": "soundType" } ], "return_type": "Hash", "build": "1207" }, "0x0C093C1787F18519": { "name": "_INVENTORY_GET_INVENTORY_ITEM_INSPECTION_INFO", "comment": "", "params": [ { "type": "Hash", "name": "item" }, { "type": "Any*", "name": "info" } ], "return_type": "BOOL", "build": "1207" }, "0xAB5F12746A099A0E": { "name": "_INVENTORY_GET_INVENTORY_ITEM_WEAPON_COPY_ID", "comment": "Returns CopyID", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" } ], "return_type": "int", "build": "1207" }, "0x0FBBFFC891A97C81": { "name": "_INVENTORY_ARE_LOCAL_CHANGES_ALLOWED", "comment": "inventoryId: see _INVENTORY_GET_PED_INVENTORY_ID", "params": [ { "type": "int", "name": "inventoryId" } ], "return_type": "BOOL", "build": "1207" }, "0xB881CA836CC4B6D4": { "name": "_INVENTORY_IS_GUID_VALID", "comment": "", "params": [ { "type": "Any*", "name": "guid" } ], "return_type": "BOOL", "build": "1207" }, "0x4C543D5DFCD2DAFD": { "name": "_INVENTORY_COMPARE_GUIDS", "comment": "", "params": [ { "type": "Any*", "name": "guid1" }, { "type": "Any*", "name": "guid2" } ], "return_type": "BOOL", "build": "1207" }, "0x886DFD3E185C8A89": { "name": "INVENTORY_GET_GUID_FROM_ITEMID", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "Hash", "name": "p2" }, { "type": "Hash", "name": "slotId" }, { "type": "Any*", "name": "outGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x5D6182F3BCE1333B": { "name": "_0x5D6182F3BCE1333B", "comment": "removeReason: REMOVE_REASON_DEFAULT (eRemoveItemReason)\nExample: INVENTORY::_0x5D6182F3BCE1333B(1, joaat(\"REMOVE_REASON_DEFAULT\")); -> clears weapon wheel\nOnly used in R* SP Scripts", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "removeReason" } ], "return_type": "BOOL", "build": "1207" }, "0x9700E8EFC4AB9089": { "name": "INVENTORY_GET_INVENTORY_ITEM", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "inData" }, { "type": "Any*", "name": "outData" }, { "type": "BOOL", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x025A1B1FB03FBF61": { "name": "_INVENTORY_GET_FULL_INVENTORY_ITEM_DATA", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "Any*", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0xCD9A485F2B383B44": { "name": "_INVENTORY_GET_INVENTORY_ITEM_CHILD", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "parentGuid" }, { "type": "Any", "name": "childIndex" }, { "type": "Any*", "name": "outInventoryItem" } ], "return_type": "BOOL", "build": "1207" }, "0xCB5D11F9508A928D": { "name": "_INVENTORY_ADD_ITEM_WITH_GUID", "comment": "inventoryItemSlotHash: https://pastebin.com/P6fyr3vr", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid1" }, { "type": "Any*", "name": "guid2" }, { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "inventoryItemSlot" }, { "type": "int", "name": "p5" }, { "type": "Hash", "name": "addReason" } ], "return_type": "BOOL", "build": "1207" }, "0xD80A8854DB5CFBA5": { "name": "_INVENTORY_UPDATE_INVENTORY_ITEM", "comment": "Getter: _INVENTORY_GET_FULL_INVENTORY_ITEM_DATA", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid1" }, { "type": "Any*", "name": "guid2" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x3E4E811480B3AE79": { "name": "_INVENTORY_REMOVE_INVENTORY_ITEM_WITH_GUID", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "int", "name": "quantity" }, { "type": "Hash", "name": "removeReason" } ], "return_type": "BOOL", "build": "1207" }, "0xB4158C8C9A3B5DCE": { "name": "_INVENTORY_REMOVE_INVENTORY_ITEM_WITH_ITEMID", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "item" }, { "type": "int", "name": "quantity" }, { "type": "Hash", "name": "removeReason" } ], "return_type": "BOOL", "build": "1207" }, "0xDCCAA7C3BFD88862": { "name": "_INVENTORY_MOVE_INVENTORY_ITEM", "comment": "guid1: old parent GUID\nguid2: new parent GUID\nguid3: new item GUID (out param)", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid1" }, { "type": "Any*", "name": "guid2" }, { "type": "Hash", "name": "slotId" }, { "type": "int", "name": "quantity" }, { "type": "Any*", "name": "outGuid" } ], "return_type": "BOOL", "build": "1207" }, "0xF2753D691BCDA314": { "name": "_INVENTORY_SWAP_INVENTORY_ITEM", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid1" }, { "type": "Any*", "name": "guid2" } ], "return_type": "BOOL", "build": "1207" }, "0x80D78BDC9D88EF07": { "name": "_INVENTORY_CREATE_ITEM_COLLECTION", "comment": "filterName (collections): \"ALL\", \"ALL SATCHEL\", \"ALL HORSES\", \"ALL COACHES\", \"ALL MOUNTS\", \"ALL CLOTHING\", \"ALL WEAPONS\", \"ALL SATCHEL EXCLUDING CLOTHING\", \"ALL EXCLUDING CLOTHING\"\nslotId: -1591664384\np3: outCollectionSize (?)\nReturns collectionId", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "const char*", "name": "filterName" }, { "type": "Hash", "name": "slotId" }, { "type": "int*", "name": "size" } ], "return_type": "int", "build": "1207" }, "0x640F890C3E5A3FFD": { "name": "_INVENTORY_CREATE_ITEM_COLLECTION_WITH_FILTER", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "filter" }, { "type": "int*", "name": "numInCollection" } ], "return_type": "int", "build": "1207" }, "0x82FA24C3D3FCD9B7": { "name": "_INVENTORY_GET_ITEM_FROM_COLLECTION_INDEX", "comment": "collectionId is < outCollectionSize", "params": [ { "type": "int", "name": "collectionId" }, { "type": "int", "name": "itemIndex" }, { "type": "Any*", "name": "itemData" } ], "return_type": "BOOL", "build": "1207" }, "0x42A2F33A1942E865": { "name": "_INVENTORY_RELEASE_ITEM_COLLECTION", "comment": "Max num of collections is 5, so release your unused ones.", "params": [ { "type": "int", "name": "collectionId" } ], "return_type": "BOOL", "build": "1207" }, "0x734311E2852760D0": { "name": "_INVENTORY_EQUIP_ITEM_WITH_GUID", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "BOOL", "name": "bEquipped" } ], "return_type": "BOOL", "build": "1207" }, "0x22E590F108289A9D": { "name": "_INVENTORY_GET_INVENTORY_ITEM_EQUIPPED_IN_SLOT_BY_REF", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "Hash", "name": "slotId" }, { "type": "Any*", "name": "outGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x88B58B83A43A8CAB": { "name": "_INVENTORY_DOES_ITEM_OWN_EQUIPMENT", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "Hash", "name": "item" } ], "return_type": "BOOL", "build": "1207" }, "0xD08685BA892DBFAB": { "name": "_0xD08685BA892DBFAB", "comment": "Params: p3 returns an int between 0 and 20 (?)\nOnly used in R* SP Scripts", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "int*", "name": "p2" }, { "type": "int*", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x0349404A22736740": { "name": "_0x0349404A22736740", "comment": "Params: p0 is only 0 or 1\nOnly used in R* SP Scripts", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" } ], "return_type": "void", "build": "1207" }, "0x6D2F987736A42D4C": { "name": "_INVENTORY_SET_INVENTORY_ITEM_WEATHER_EFFECTIVENESS", "comment": "OWE_INVALID = -1,\nOWE_GOOD_IN_HOT\nOWE_GOOD_IN_NONE\nOWE_GOOD_IN_COLD\nOWE_GOOD_IN_ALL", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "int", "name": "weatherEffectiveness" } ], "return_type": "void", "build": "1207" }, "0x766315A564594401": { "name": "_INVENTORY_DISABLE_ITEM", "comment": "Example: (1, WEAPON_REVOLVER_CATTLEMAN, 0) - disables cattleman revolver on weapon wheel", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "gtxReason" } ], "return_type": "void", "build": "1207" }, "0x6A564540FAC12211": { "name": "_INVENTORY_ENABLE_ITEM", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "item" } ], "return_type": "void", "build": "1207" }, "0x3D10D7179D7034AF": { "name": "_INVENTORY_IS_INVENTORY_ITEM_EQUIPPED", "comment": "Alternative Name: _INVENTORY_IS_ITEM_DISABLED", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "item" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x227522FD59DDB7E8": { "name": "_INVENTORY_SET_INVENTORY_ITEM_INSPECTION_ENABLED", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "BOOL", "build": "1207" }, "0x0137C77A2EC64536": { "name": "_INVENTORY_IS_ITEM_EXPIRED", "comment": "", "params": [ { "type": "Any*", "name": "itemGUID" } ], "return_type": "BOOL", "build": "1232" }, "0x4A606C17276E1BCC": { "name": "_INVENTORY_GET_ITEM_EXPIRY_TIME", "comment": "", "params": [ { "type": "Any*", "name": "itemGUID" } ], "return_type": "int", "build": "1232" }, "0xC97E0D2302382211": { "name": "_INVENTORY_GET_INVENTORY_ITEM_COUNT_WITH_GUID", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xE787F05DFC977BDE": { "name": "_INVENTORY_GET_INVENTORY_ITEM_COUNT_WITH_ITEMID", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Hash", "name": "eInventoryItem" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xB1DD74A1F5536622": { "name": "_0xB1DD74A1F5536622", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "itemGUID" } ], "return_type": "BOOL", "build": "1311" }, "0xE843D21A8E2498AA": { "name": "_INVENTORY_GET_CHILDREN_COUNT", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "parentGuid" } ], "return_type": "int", "build": "1207" }, "0x033EE4B89F3AC545": { "name": "INVENTORY_GET_CHILDREN_IN_SLOT_COUNT", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "Hash", "name": "slotId" } ], "return_type": "int", "build": "1207" }, "0xBE012571B25F5ACA": { "name": "_INVENTORY_GET_INVENTORY_ITEM_EQUIPPED_IN_SLOT", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "Hash", "name": "slotId" }, { "type": "int", "name": "p3" }, { "type": "Any*", "name": "p4" } ], "return_type": "int", "build": "1207" }, "0x780C5B9AE2819807": { "name": "_INVENTORY_FITS_SLOT_ID", "comment": "", "params": [ { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "slotId" } ], "return_type": "BOOL", "build": "1207" }, "0x6452B1D357D81742": { "name": "_GET_DEFAULT_ITEM_SLOT_INFO", "comment": "p1: WARDROBE, KIT_CAMP, CHARACTER, KIT_MOONSHINER_PROPERTY\nReturns slot hash", "params": [ { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "p1" } ], "return_type": "Hash", "build": "1207" }, "0xB991FE166FAF84FD": { "name": "_INVENTORY_GET_INVENTORY_ITEM_FIT_SLOT", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x9AC53CB6907B4428": { "name": "_0x9AC53CB6907B4428", "comment": "p1 (out) and p2 (in) are both script arrays?\nitem: can be a component item, see SHOP_CATALOG_BUILD_LIST_OF_WEAPON_COMPONENTS", "params": [ { "type": "Hash", "name": "item" }, { "type": "Any*", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x9D21B185ABC2DBC4": { "name": "_0x9D21B185ABC2DBC4", "comment": "p0 is the return value of DATABINDING::_DATABINDING_ADD_DATA_CONTAINER_FROM_PATH\np2, p3: 0\nReturns databindingEntryId", "params": [ { "type": "Any", "name": "data" }, { "type": "const char*", "name": "effects" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "Hash", "build": "1207" }, "0x75CFAC49301E134F": { "name": "_0x75CFAC49301E134F", "comment": "p1, p2: 0", "params": [ { "type": "Hash", "name": "databindingEntryId" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x9D21B185ABC2DBC5": { "name": "_0x9D21B185ABC2DBC5", "comment": "p2: 0\np3: -1\nReturns databindingEntryId to be used with 0x75CFAC49301E134E (p0)", "params": [ { "type": "Any", "name": "data" }, { "type": "const char*", "name": "stats" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "Hash", "build": "1207" }, "0x75CFAC49301E134E": { "name": "_0x75CFAC49301E134E", "comment": "p0: value returned by 0x9D21B185ABC2DBC5", "params": [ { "type": "Any", "name": "data" }, { "type": "BOOL", "name": "p1" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x46DB71883EE9D5AF": { "name": "_0x46DB71883EE9D5AF", "comment": "Returns databindingEntryId to be used with 0x951847CEF3D829FF (p0)", "params": [ { "type": "Any", "name": "data" }, { "type": "const char*", "name": "stats" }, { "type": "Any*", "name": "guid" }, { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x951847CEF3D829FF": { "name": "_0x951847CEF3D829FF", "comment": "p0: value returned by 0x46DB71883EE9D5AF", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "outGuid" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x6862E4D93F64CF01": { "name": "_0x6862E4D93F64CF01", "comment": "Only used in R* SP Scripts", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any*", "name": "guid" }, { "type": "Hash", "name": "p2" }, { "type": "Any*", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x597F571DDEE3FFAC": { "name": "_SET_USE_MISSION_INVENTORY", "comment": "This native has no functionality.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xE1F389F03DC83673": { "name": "INVENTORY_DISABLE_MISSION_INVENTORY_PICKUPS", "comment": "", "params": [], "return_type": "void", "build": "1311" }, "0xA6AA9F56BC6CFF58": { "name": "_INVENTORY_USE_MISSION_INVENTORY", "comment": "", "params": [ { "type": "BOOL", "name": "enable" }, { "type": "BOOL", "name": "mirrorTransactions" } ], "return_type": "void", "build": "1207" }, "0x644CCB76A76CFBD6": { "name": "INVENTORY_COPY_MP_INVENTORY_TO_MISSION_INVENTORY", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "bCopySatchelItems" }, { "type": "BOOL", "name": "bCopyEmotes" }, { "type": "BOOL", "name": "bCopyHorse" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x3112ADB9D5F3426B": { "name": "_INVENTORY_COPY_ITEM_TO_MISSION_INVENTORY", "comment": "", "params": [ { "type": "Any*", "name": "guid" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE36D4A38D28D9CFB": { "name": "_0xE36D4A38D28D9CFB", "comment": "Only used in R* SP Scripts", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x7C7E4AB748EA3B07": { "name": "_INVENTORY_USE_SP_BACKUP", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFC7563F482781A3D": { "name": "_INVENTORY_IS_PLAYER_INVENTORY_MIRRORING_TRANSACTIONS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xC04F47D488EF9EBA": { "name": "_INVENTORY_COPY_ITEM_TO_INVENTORY", "comment": "", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "int", "name": "inventoryIdCloned" }, { "type": "Any*", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x9E58207B194488AC": { "name": "_0x9E58207B194488AC", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFD41D1D4350F6413": { "name": "_SET_ITEM_PROMPT_INFO_REQUEST", "comment": "", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x9B4E793B1CB6550A": { "name": "_0x9B4E793B1CB6550A", "comment": "Used in function SET_SHOP_BEING_ROBBED and many other shop related scripts and functions.\nINVENTORY_A*", "params": [], "return_type": "void", "build": "1207" }, "0xF666EF30F4F0AC4E": { "name": "_SET_CARRIABLE_CARRY_ACTION_PROMPT_OVERRIDE", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "void", "build": "1207" }, "0xD5D72F1624F3BA7C": { "name": "_INVENTORY_ENABLE_WEAPONS", "comment": "", "params": [ { "type": "int", "name": "inventoryId" } ], "return_type": "void", "build": "1207" }, "0xE3A46370F70F3607": { "name": "_INVENTORY_DISABLE_WEAPONS", "comment": "Params: p1 = 0", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE1F45A67A9F0DCBC": { "name": "_0xE1F45A67A9F0DCBC", "comment": "Only used in R* SP Scripts", "params": [ { "type": "int", "name": "inventoryId" } ], "return_type": "void", "build": "1207" }, "0x6968CE7AC32F6788": { "name": "_0x6968CE7AC32F6788", "comment": "Only used in R* SP Scripts", "params": [ { "type": "int", "name": "inventoryId" } ], "return_type": "void", "build": "1207" }, "0x97A3646645727F42": { "name": "_INVENTORY_CREATE_ITEM_COLLECTION_2", "comment": "Returns collectionId", "params": [ { "type": "int*", "name": "collectionSize" } ], "return_type": "int", "build": "1232" }, "0xBB7F968675B34B0C": { "name": "_INVENTORY_CREATE_SORTED_COLLECTION", "comment": "p1: 32\nReturns collectionId", "params": [ { "type": "int", "name": "inventoryId" }, { "type": "int", "name": "p1" }, { "type": "int*", "name": "size" } ], "return_type": "int", "build": "1311" } }, "ITEMDATABASE": { "0x856FF92C57742AE5": { "name": "_ITEMDATABASE_CAN_EQUIP_ITEM_ON_CATEGORY", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "slotId" } ], "return_type": "BOOL", "build": "1207" }, "0x2970D1D6BFCF9B46": { "name": "_ITEMDATABASE_GET_FITS_SLOT_COUNT", "comment": "", "params": [ { "type": "Hash", "name": "category" } ], "return_type": "int", "build": "1207" }, "0x77210C146CED5261": { "name": "_ITEMDATABASE_GET_FITS_SLOT_INFO", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "outSlotId" } ], "return_type": "BOOL", "build": "1207" }, "0x44915068579D7710": { "name": "_ITEMDATABASE_GET_HAS_SLOT_COUNT", "comment": "", "params": [ { "type": "Hash", "name": "category" } ], "return_type": "int", "build": "1207" }, "0x8A9BD0DB7E8376CF": { "name": "_ITEMDATABASE_GET_HAS_SLOT_INFO", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "outSlotId" } ], "return_type": "BOOL", "build": "1207" }, "0x2A610BEE7D341CC4": { "name": "ITEMDATABASE_FILLOUT_ITEM_BY_NAME", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xFE90ABBCBFDC13B2": { "name": "ITEMDATABASE_FILLOUT_ITEM_INFO", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x74F7928816E4E181": { "name": "_ITEMDATABASE_FILLOUT_ACQUIRE_COST", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Hash", "name": "costtype" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x7A62A2EEDE1C3766": { "name": "_ITEMDATABASE_FILLOUT_SELL_PRICE", "comment": "Params: sellType = SELL_SHOP_DEFAULT", "params": [ { "type": "Hash", "name": "key" }, { "type": "Hash", "name": "sellType" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x4776EFD78F75C23F": { "name": "_ITEMDATABASE_FILLOUT_SATCHEL_DATA", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "int*", "name": "outSatchelItemSize" } ], "return_type": "BOOL", "build": "1207" }, "0xB86F7CC2DC67AC60": { "name": "_ITEMDATABASE_FILLOUT_UI_DATA", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x74C3B1093728D263": { "name": "_ITEMDATABASE_FILLOUT_BUNDLE_UI_DATA", "comment": "", "params": [ { "type": "Hash", "name": "bundle" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x9379BE60DC55BBE6": { "name": "_ITEMDATABASE_FILLOUT_ITEM_EFFECT_IDS", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xCF2D360D27FD1ABF": { "name": "ITEMDATABASE_FILLOUT_ITEM_EFFECT_ID_INFO", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x5A11D6EEA17165B0": { "name": "_ITEMDATABASE_FILLOUT_TAG_DATA", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" }, { "type": "int*", "name": "outIndex" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x01FDDAD392D04144": { "name": "_ITEMDATABASE_GET_ACQUIRE_COSTS_COUNT", "comment": "Returns the number of s has from the key in catalog_sp.ymt", "params": [ { "type": "Hash", "name": "key" } ], "return_type": "int", "build": "1207" }, "0x6772A83C67A25775": { "name": "_ITEMDATABASE_GET_ACQUIRE_COST", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xDEE7B3C76ED664BE": { "name": "_ITEMDATABASE_GET_ACQUIRE_COSTS_COUNT_FROM_COST_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Hash", "name": "costtype" } ], "return_type": "int", "build": "1232" }, "0xAD73B614DF26CF8A": { "name": "_ITEMDATABASE_FILLOUT_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Hash", "name": "costtype" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1232" }, "0x12DF9C58201DD19A": { "name": "_ITEMDATABASE_GET_AWARD_ACQUIRE_COST_COUNT", "comment": "", "params": [ { "type": "Hash", "name": "key" } ], "return_type": "int", "build": "1311" }, "0x1FC25AEB5F76B38D": { "name": "_0x1FC25AEB5F76B38D", "comment": "_ITEMDATABASE_GET_AWARD_ACQUIRE_COST", "params": [ { "type": "Hash", "name": "award" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1311" }, "0xF540239F9937033B": { "name": "_ITEMDATABASE_GET_AWARD_ACQUIRE_COST_COUNT_FROM_COST_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "award" }, { "type": "Hash", "name": "costtype" } ], "return_type": "int", "build": "1232" }, "0xF27F01BBF5ACD3F3": { "name": "_ITEMDATABASE_FILLOUT_AWARD_ACQUIRE_COST", "comment": "", "params": [ { "type": "Hash", "name": "award" }, { "type": "Hash", "name": "costtype" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1232" }, "0x71EFA7999AE79408": { "name": "_ITEMDATABASE_CREATE_ITEM_COLLECTION", "comment": "Returns collectionId to be used with 0x8750F69A720C2E41 (p0) and 0xCBB7B6EDFA933ADE (p0)", "params": [ { "type": "Any*", "name": "data" }, { "type": "int*", "name": "size" }, { "type": "int", "name": "comparisonType" } ], "return_type": "int", "build": "1207" }, "0xD389A2549C4EFB30": { "name": "_ITEMDATABASE_GET_COLLECTION_SIZE", "comment": "Returns (collection?) size/index (?)\n_ITEMDATABASE_GET_(A)* - _ITEMDATABASE_GET_(B)*", "params": [ { "type": "int", "name": "collectionId" } ], "return_type": "int", "build": "1207" }, "0x8750F69A720C2E41": { "name": "_ITEMDATABASE_GET_COMPONENT_ITEM", "comment": "Params: p2 can be a component item hash", "params": [ { "type": "int", "name": "collectionId" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "outKey" } ], "return_type": "BOOL", "build": "1207" }, "0xCBB7B6EDFA933ADE": { "name": "_ITEMDATABASE_RELEASE_ITEM_COLLECTION", "comment": "", "params": [ { "type": "int", "name": "collectionId" } ], "return_type": "BOOL", "build": "1207" }, "0x337F88E3A063995E": { "name": "_ITEMDATABASE_IS_INTRINSIC_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "key" } ], "return_type": "BOOL", "build": "1207" }, "0x337F88E3A063995F": { "name": "_ITEMDATABASE_IS_OVERPOWERED_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "key" } ], "return_type": "BOOL", "build": "1207" }, "0x6D5D51B188333FD1": { "name": "_ITEMDATABASE_IS_KEY_VALID", "comment": "Params: mode is 0", "params": [ { "type": "Hash", "name": "key" }, { "type": "int", "name": "mode" } ], "return_type": "BOOL", "build": "1207" }, "0x537A0555F62CA01A": { "name": "_0x537A0555F62CA01A", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1436" }, "0x891A45960B6B768A": { "name": "_ITEMDATABASE_GET_BUNDLE_ID", "comment": "", "params": [ { "type": "Hash", "name": "bundle" } ], "return_type": "int", "build": "1207" }, "0x3332695B01015DF9": { "name": "_ITEMDATABASE_GET_BUNDLE_ITEM_COUNT", "comment": "", "params": [ { "type": "int", "name": "bundleId" }, { "type": "Any*", "name": "data" } ], "return_type": "int", "build": "1207" }, "0x5D48A77E4B668B57": { "name": "_ITEMDATABASE_GET_BUNDLE_ITEM_INFO", "comment": "", "params": [ { "type": "int", "name": "bundleId" }, { "type": "Any*", "name": "data" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "outBundle" } ], "return_type": "BOOL", "build": "1207" }, "0x4308812A6E9CA62E": { "name": "_ITEMDATABASE_IS_BUNDLE_VALID", "comment": "Params: mode is 0", "params": [ { "type": "Hash", "name": "bundle" }, { "type": "int", "name": "mode" } ], "return_type": "BOOL", "build": "1207" }, "0x799FCD53358ED5FA": { "name": "_0x799FCD53358ED5FA", "comment": "Returns Item Count", "params": [ { "type": "Any", "name": "bundle" }, { "type": "Any", "name": "p1" } ], "return_type": "int", "build": "1355" }, "0xC4146375D8A0B374": { "name": "_0xC4146375D8A0B374", "comment": "", "params": [ { "type": "Any", "name": "bundle" }, { "type": "Any", "name": "p1" }, { "type": "int", "name": "index" }, { "type": "Any", "name": "p3" } ], "return_type": "BOOL", "build": "1355" }, "0xA97EE5E4589FCF5A": { "name": "_ITEMDATABASE_GET_BUNDLE_ACQUIRE_COST_MODIFIERS", "comment": "", "params": [ { "type": "Hash", "name": "bundle" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x7A35A72A692BE9DB": { "name": "_0x7A35A72A692BE9DB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x3A0B667ABFF87F6E": { "name": "_0x3A0B667ABFF87F6E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x388088BFF3681189": { "name": "_0x388088BFF3681189", "comment": "", "params": [ { "type": "Hash", "name": "bundle" }, { "type": "Hash", "name": "costtype" } ], "return_type": "int", "build": "1232" }, "0xB542632693D53408": { "name": "_ITEMDATABASE_FILLOUT_BUNDLE", "comment": "", "params": [ { "type": "Hash", "name": "bundle" }, { "type": "Hash", "name": "costtype" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1232" }, "0x00B9507D8E1D8716": { "name": "_ITEMDATABASE_IS_SHOP_KEY_VALID", "comment": "", "params": [ { "type": "Hash", "name": "shopType" } ], "return_type": "BOOL", "build": "1207" }, "0xC568B1A0F17C7025": { "name": "_ITEMDATABASE_GET_SHOP_INVENTORIES_ITEMS_COUNT", "comment": "", "params": [ { "type": "Hash", "name": "shopType" } ], "return_type": "int", "build": "1207" }, "0x4A79B41B4EB91F4E": { "name": "_ITEMDATABASE_GET_SHOP_INVENTORIES_ITEM_INFO", "comment": "", "params": [ { "type": "Hash", "name": "shopType" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xCFB06801F5099B25": { "name": "_ITEMDATABASE_GET_SHOP_INVENTORIES_ITEM_INFO_BY_KEY", "comment": "Same Native Function as 0x17721003A66C72BF", "params": [ { "type": "Hash", "name": "shopType" }, { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x76C752D788A76813": { "name": "_ITEMDATABASE_GET_SHOP_INVENTORIES_REQUIREMENT_GROUP_INFO", "comment": "", "params": [ { "type": "Hash", "name": "shopType" }, { "type": "Hash", "name": "key" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xE0EA5C031AE5539F": { "name": "_ITEMDATABASE_GET_SHOP_INVENTORIES_REQUIREMENT_INFO", "comment": "", "params": [ { "type": "Hash", "name": "shopType" }, { "type": "Hash", "name": "key" }, { "type": "int", "name": "groupIndex" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x17721003A66C72BF": { "name": "_0x17721003A66C72BF", "comment": "", "params": [ { "type": "Hash", "name": "shopType" }, { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x3AFE5182C45A84F6": { "name": "_ITEMDATABASE_IS_SHOP_LAYOUT_KEY_VALID", "comment": "", "params": [ { "type": "Hash", "name": "layout" } ], "return_type": "BOOL", "build": "1207" }, "0x66A6D76B6BB999B4": { "name": "_ITEMDATABASE_GET_SHOP_LAYOUT_INFO", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x86FCB565CCA0CFA7": { "name": "_ITEMDATABASE_GET_SHOP_LAYOUT_ROOT_MENU_INFO", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xD66114469978B55B": { "name": "_ITEMDATABASE_GET_SHOP_LAYOUT_MENU_INFO_BY_ID", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "Hash", "name": "menu" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xF04247092F193B75": { "name": "_ITEMDATABASE_GET_SHOP_LAYOUT_MENU_INFO_BY_INDEX", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "Hash", "name": "menu" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x9A60570657A7B635": { "name": "_ITEMDATABASE_GET_SHOP_LAYOUT_MENU_PAGE_KEY", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "Hash", "name": "menu" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "outPageKey" } ], "return_type": "BOOL", "build": "1207" }, "0xDBEADA0DF5F9AB9F": { "name": "_0xDBEADA0DF5F9AB9F", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "int", "name": "index" }, { "type": "int*", "name": "outMenuKey" } ], "return_type": "BOOL", "build": "1355" }, "0xB347C100DF0C9B7F": { "name": "_ITEMDATABASE_GET_SHOP_LAYOUT_PAGE_INFO_BY_KEY", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "Hash", "name": "pageKey" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xF32BEF578B3DBAE8": { "name": "_ITEMDATABASE_GET_SHOP_LAYOUT_PAGE_ITEM_KEY", "comment": "", "params": [ { "type": "Hash", "name": "layout" }, { "type": "Hash", "name": "pageKey" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "outItemKey" }, { "type": "int*", "name": "outMenuId" }, { "type": "Hash*", "name": "outLayout" } ], "return_type": "BOOL", "build": "1207" }, "0x4CE753203FA42214": { "name": "ITEMDATABASE_IS_BUYABLE_AWARD_VALID", "comment": "", "params": [ { "type": "Hash", "name": "award" } ], "return_type": "BOOL", "build": "1207" }, "0xB52E20F6767A09A2": { "name": "_ITEMDATABASE_FILLOUT_BUY_AWARD_ACQUIRE_COSTS", "comment": "", "params": [ { "type": "Hash", "name": "award" }, { "type": "Any*", "name": "outData" }, { "type": "int*", "name": "outUnk" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xF8D09EF8CE61D7BF": { "name": "_ITEMDATABASE_FILLOUT_BUY_AWARD_UI_DATA", "comment": "", "params": [ { "type": "Hash", "name": "award" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x4EB37AAB79AB0C48": { "name": "_ITEMDATABASE_GET_ITEM_PRICE_MODIFIERS", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x40C5D95818823C94": { "name": "_ITEMDATABASE_FILLOUT_PRICE_MODIFIER_BY_KEY", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x5AAAF40E9B224F5E": { "name": "_ITEMDATABASE_GET_NUMBER_OF_MODIFIED_PRICES", "comment": "", "params": [ { "type": "Hash", "name": "key" } ], "return_type": "int", "build": "1207" }, "0xCB92EC9C004732B4": { "name": "_ITEMDATABASE_GET_MODIFIED_PRICE", "comment": "Returns an alternative cost hash to COST_SHOP_DEFAULT", "params": [ { "type": "Hash", "name": "key" }, { "type": "int", "name": "index" } ], "return_type": "Hash", "build": "1207" }, "0x1289D8315235856D": { "name": "_ITEMDATABASE_GET_NUMBER_OF_MODIFIERS", "comment": "", "params": [ { "type": "Hash", "name": "key" } ], "return_type": "int", "build": "1207" }, "0x60614A0AB580A2B5": { "name": "_ITEMDATABASE_FILLOUT_MODIFIER", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xEF254F1A4C08B7E6": { "name": "_ITEMDATABASE_GET_PRIORITY_ACCESS_AWARD", "comment": "_ITEMDATABASE_GET_* - _ITEMDATABASE_IS_*", "params": [ { "type": "Hash", "name": "award" } ], "return_type": "BOOL", "build": "1207" }, "0x3FAA928A79591761": { "name": "_ITEMDATABASE_GET_AWARD_ITEM_COUNT", "comment": "Returns iAwardItemCount", "params": [ { "type": "Hash", "name": "award" } ], "return_type": "int", "build": "1207" }, "0x48229CE0C7938237": { "name": "_0x48229CE0C7938237", "comment": "_ITEMDATABASE_GET_(A)* - _ITEMDATABASE_GET_(B)*", "params": [ { "type": "Hash", "name": "award" } ], "return_type": "int", "build": "1207" }, "0x121D2005DD64496B": { "name": "_ITEMDATABASE_FILLOUT_AWARD_ITEM_INFO", "comment": "", "params": [ { "type": "Hash", "name": "award" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x8D029948CA29409B": { "name": "_0x8D029948CA29409B", "comment": "_ITEMDATABASE_FILLOUT_(A)* - _ITEMDATABASE_FILLOUT_(B)*", "params": [ { "type": "Hash", "name": "award" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0xE81D0378A384E755": { "name": "_ITEMDATABASE_GET_AWARD_COST_MODIFIERS", "comment": "", "params": [ { "type": "Hash", "name": "award" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1232" }, "0xD076DB9B96FAADF1": { "name": "_0xD076DB9B96FAADF1", "comment": "", "params": [ { "type": "Hash", "name": "award" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1311" }, "0xFF5FB5605AD56856": { "name": "_ITEMDATABASE_DOES_ITEM_HAVE_TAG", "comment": "", "params": [ { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "tag" }, { "type": "Hash", "name": "tagType" } ], "return_type": "BOOL", "build": "1207" }, "0x99C6EA66DFE73757": { "name": "_ITEMDATABASE_DOES_BUNDLE_HAVE_TAG", "comment": "Params: tag = TAG_ITEM_PROPERTY (tagType(?))", "params": [ { "type": "Hash", "name": "bundle" }, { "type": "Hash", "name": "tag" }, { "type": "Hash", "name": "tagType" } ], "return_type": "BOOL", "build": "1207" }, "0x6111B8F9413F413A": { "name": "_ITEMDATABASE_GET_ITEM_TAG_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "item" }, { "type": "Hash", "name": "tag" } ], "return_type": "Hash", "build": "1207" }, "0x8870895BA5ED9385": { "name": "_0x8870895BA5ED9385", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Hash", "name": "tagType" }, { "type": "Any*", "name": "outData" } ], "return_type": "int", "build": "1232" }, "0xCEC6A41E8910486A": { "name": "_ITEMDATABASE_LOCALIZATION_GET_NUM_LABEL_TYPES", "comment": "Returns docData.iNumTotalLabelTypes", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x49885D82A13EEAEA": { "name": "_ITEMDATABASE_LOCALIZATION_GET_NUM_VALUES", "comment": "Returns iNumValuesForType", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xCABF5D41D0073D4A": { "name": "_ITEMDATABASE_LOCALIZATION_GET_TYPE", "comment": "Returns LabelType", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x9AE5610FDCED6EA7": { "name": "_ITEMDATABASE_LOCALIZATION_GET_VALUE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "label" }, { "type": "Any", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xF4452CE83118C738": { "name": "_ITEMDATABASE_GET_ITEM_PATHSET", "comment": "", "params": [ { "type": "Hash", "name": "key" }, { "type": "Hash", "name": "defaultPathset" } ], "return_type": "int", "build": "1207" }, "0xAA29A5F13B2C20B2": { "name": "_0xAA29A5F13B2C20B2", "comment": "Returns Pathset Hash", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Hash", "build": "1232" } }, "ITEMSET": { "0xA1AF16083320065A": { "name": "CREATE_ITEMSET", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "ItemSet", "build": "1207", "gta_hash": "0x35AD299F50D91B24", "gta_jhash": "0x0A113B2C" }, "0x712BC69F10549B92": { "name": "DESTROY_ITEMSET", "comment": "", "params": [ { "type": "ItemSet", "name": "itemset" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDE18220B1C183EDA", "gta_jhash": "0x83CE1A4C" }, "0xD30765D153EF5C76": { "name": "IS_ITEMSET_VALID", "comment": "", "params": [ { "type": "ItemSet", "name": "itemset" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB1B1EA596344DFAB", "gta_jhash": "0xD201FC29" }, "0xABE74510883C7950": { "name": "ADD_TO_ITEMSET", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "ItemSet", "name": "itemset" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE3945201F14637DD", "gta_jhash": "0x6B0FE61B" }, "0xC5BAA432B429DC24": { "name": "REMOVE_FROM_ITEMSET", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "ItemSet", "name": "itemset" } ], "return_type": "void", "build": "1207", "gta_hash": "0x25E68244B0177686", "gta_jhash": "0xA9565228" }, "0x55F2E375AC6018A9": { "name": "GET_ITEMSET_SIZE", "comment": "", "params": [ { "type": "ItemSet", "name": "itemset" } ], "return_type": "int", "build": "1207", "gta_hash": "0xD9127E83ABF7C631", "gta_jhash": "0x2B31F41A" }, "0x275A2E2C0FAB7612": { "name": "GET_INDEXED_ITEM_IN_ITEMSET", "comment": "", "params": [ { "type": "int", "name": "index" }, { "type": "ItemSet", "name": "itemset" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0x7A197E2521EE2BAB", "gta_jhash": "0x3F712874" }, "0x9FC3CDB5CE815901": { "name": "GET_INDEXED_SCENARIO_POINT_INDEX_IN_ITEMSET", "comment": "", "params": [ { "type": "int", "name": "index" }, { "type": "ItemSet", "name": "itemset" } ], "return_type": "Any", "build": "1207" }, "0xD1503C2EE2FE688C": { "name": "IS_IN_ITEMSET", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "ItemSet", "name": "itemset" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2D0FC594D1E9C107", "gta_jhash": "0x0D4B9730" }, "0x85F3A86CA9021FB0": { "name": "CLEAN_ITEMSET", "comment": "", "params": [ { "type": "ItemSet", "name": "itemset" } ], "return_type": "void", "build": "1207", "gta_hash": "0x41BC0D722FC04221", "gta_jhash": "0x919A4858" }, "0x20A4BF0E09BEE146": { "name": "_CLEAR_ITEMSET", "comment": "", "params": [ { "type": "ItemSet", "name": "itemset" } ], "return_type": "void", "build": "1207" } }, "LAW": { "0xF60386770878A98F": { "name": "_REPORT_CRIME", "comment": "crimeType:\nenum eCrimeType : Hash\n{\n\tCRIME_ACCOMPLICE = 0xAF074F6D,\n\tCRIME_ARSON = 0x68134DC7,\n\tCRIME_ASSAULT = 0x0BADC882,\n\tCRIME_ASSAULT_ANIMAL = 0x18DA55EE,\n\tCRIME_ASSAULT_CORPSE = 0x4E5F23F2,\n\tCRIME_ASSAULT_HORSE = 0xC4736181,\n\tCRIME_ASSAULT_LAW = 0xD7466D7C,\n\tCRIME_ASSAULT_LIVESTOCK = 0xCCE1CCBD,\n\tCRIME_BANK_ROBBERY = 0x6A1ADE3D,\n\tCRIME_BURGLARY = 0xA54C77E0,\n\tCRIME_CHEATING = 0xA2FF1145,\n\tCRIME_DISTURBANCE = 0x5011F613,\n\tCRIME_EXPLOSION = 0x3EBA7A37,\n\tCRIME_EXPLOSION_POISON = 0x91D0A0E1,\n\tCRIME_GRAVE_ROBBERY = 0x971EA5AF,\n\tCRIME_HASSLE = 0x58488776,\n\tCRIME_HIT_AND_RUN = 0xFF0A3CC4,\n\tCRIME_HIT_AND_RUN_LAW = 0x064814AF,\n\tCRIME_INTIMIDATION = 0x8319FBAB,\n\tCRIME_JACK_HORSE = 0x82F7E4A2,\n\tCRIME_JACK_VEHICLE = 0x6B981F4C,\n\tCRIME_JAIL_BREAK = 0x12C1D589,\n\tCRIME_KIDNAPPING = 0x98F908DB,\n\tCRIME_KIDNAPPING_LAW = 0xFD72A7EA,\n\tCRIME_LASSO_ASSAULT = 0x56EE5D5A,\n\tCRIME_LAW_IS_THREATENED = 0x1CB91DF0,\n\tCRIME_LOITERING = 0x6629D2F4,\n\tCRIME_LOOTING = 0x55AD2BEB,\n\tCRIME_MURDER = 0xE28ECE7E,\n\tCRIME_MURDER_ANIMAL = 0x48F59A66,\n\tCRIME_MURDER_HORSE = 0xC7261D79,\n\tCRIME_MURDER_LAW = 0x7797FCE7,\n\tCRIME_MURDER_LIVESTOCK = 0x9569C546,\n\tCRIME_MURDER_PLAYER = 0xF5ABD6C9,\n\tCRIME_MURDER_PLAYER_HORSE = 0xD55C6A79,\n\tCRIME_PROPERTY_DESTRUCTION = 0x533B003D,\n\tCRIME_RESIST_ARREST = 0xDF577BA5,\n\tCRIME_ROBBERY = 0xA3BEDE4C,\n\tCRIME_SELF_DEFENCE = 0xBD6A0AA3,\n\tCRIME_STAGECOACH_ROBBERY = 0xFC738E61,\n\tCRIME_STOLEN_GOODS = 0x9A949C79,\n\tCRIME_THEFT = 0x72ADE410,\n\tCRIME_THEFT_HORSE = 0xBE3A5838,\n\tCRIME_THEFT_LIVESTOCK = 0x85BA08FD,\n\tCRIME_THEFT_VEHICLE = 0x43A9ECA1,\n\tCRIME_THREATEN = 0x941C985A,\n\tCRIME_THREATEN_LAW = 0x7F908566,\n\tCRIME_TRAIN_ROBBERY = 0x647D2A5A,\n\tCRIME_TRAMPLE = 0x45DB39D8,\n\tCRIME_TRAMPLE_LAW = 0xF00F266B,\n\tCRIME_TRAMPLE_PLAYER = 0x75970C15,\n\tCRIME_TRESPASSING = 0xAEDE8E35,\n\tCRIME_UNARMED_ASSAULT = 0x5098CC5A,\n\tCRIME_VANDALISM = 0x80FDC759,\n\tCRIME_VANDALISM_VEHICLE = 0xF9E7ECE4,\n\tCRIME_VEHICLE_DESTRUCTION = 0x54A85DDC,\n\tCRIME_WANTED_LEVEL_UP_DEBUG_HIGH = 0x99C52FF5,\n\tCRIME_WANTED_LEVEL_UP_DEBUG_LOW = 0xD891890F\n};", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "crimeType" }, { "type": "int", "name": "bounty" }, { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "isKnownSuspect" } ], "return_type": "void", "build": "1207" }, "0x785177E4D57D7389": { "name": "SUPPRESS_CRIME_THIS_FRAME", "comment": "crimeType: see _REPORT_CRIME", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "crimeType" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xC08E804C91F47C80": { "name": "NUM_CRIMES_SUPPRESSED", "comment": "Returns amount of suppressed crimes to be used later in the function MPINTRO_CRIME_MONITOR_MAINTAIN", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "crimeType" } ], "return_type": "int", "build": "1207" }, "0xFFEBE5AA96BC2E4E": { "name": "_0xFFEBE5AA96BC2E4E", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "crimeType" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x15ABD5004CAD2D99": { "name": "_0x15ABD5004CAD2D99", "comment": "Params: p0 either 0, 1 or -1 in R* Scripts\nSet to 0 called together with _SUPPRESS_CRIME", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF611DE44AEB36A1D": { "name": "_0xF611DE44AEB36A1D", "comment": "", "params": [ { "type": "Hash", "name": "crimeType" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3D2674828A4E6B3C": { "name": "_0x3D2674828A4E6B3C", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xC5EB2755FA25F1E9": { "name": "_0xC5EB2755FA25F1E9", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x54310AAB97B92816": { "name": "GET_BOUNTY", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0x0E3BDEED21BEB945": { "name": "ADD_BOUNTY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "itemValueAmount" } ], "return_type": "void", "build": "1207" }, "0x093A9D1F72DF0D19": { "name": "SET_BOUNTY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0xC76F252371150D9A": { "name": "CLEAR_BOUNTY", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0xDD5FD601481F648B": { "name": "GET_WANTED_SCORE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0xA80FF73F772ACF6A": { "name": "SET_WANTED_SCORE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "intensity" } ], "return_type": "void", "build": "1207" }, "0x062B4A4A3396351D": { "name": "CLEAR_WANTED_SCORE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x331D349E0380B097": { "name": "_0x331D349E0380B097", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x292AD61A33A7A485": { "name": "_0x292AD61A33A7A485", "comment": "Only used in R* Script fm_mission_controller\n_CLEAR_WANTED_*", "params": [], "return_type": "void", "build": "1207" }, "0x07E8B8B20570271C": { "name": "_0x07E8B8B20570271C", "comment": "Used in SP only, called together with 0x55F37F5F3F2475E1 & CLEAR_WANTED_SCORE\n_REPORT_*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x22741652985C84D0": { "name": "_0x22741652985C84D0", "comment": "Used in SP only\n_REPORT_*", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "lawRegionHash" } ], "return_type": "void", "build": "1207" }, "0x9C4352134B2835FB": { "name": "_REPORT_PLAYER_LAW_DISPATCH_RESPONSE_OVERRIDE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "dispatchResponseHash" } ], "return_type": "void", "build": "1207" }, "0x9EF07CFBB19A9733": { "name": "_0x9EF07CFBB19A9733", "comment": "Only used in shoprobberies R* Scripts", "params": [], "return_type": "BOOL", "build": "1207" }, "0x8DE82BC774F3B862": { "name": "_SET_LAW_DISABLED", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x956510F8C36B5C64": { "name": "_FORCE_LAW_ON_LOCAL_PLAYER_IMMEDIATELY", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x4752F68EB7F2D280": { "name": "_SET_LAW_REGION", "comment": "enum eLawRegion : Hash\n{\n\tLAW_DISPATCH_REGION_NONE = 0,\n\tLAW_REGION_AGUASDULCES = 0x2F573EBE,\n\tLAW_REGION_ANNESBURG = 0x68CAFD50,\n\tLAW_REGION_ARMADILLO = 0xF0B90756,\n\tLAW_REGION_BAYOU_NWA = 0x80966B1C,\n\tLAW_REGION_BEECHERS_HOPE = 0xE2544977,\n\tLAW_REGION_BIG_VALLEY = 0x3DF1559A,\n\tLAW_REGION_BLACKWATER = 0x60D4886D,\n\tLAW_REGION_BLACKWATER_MAINGAME = 0x66553576,\n\tLAW_REGION_BLUEGILL_MARSH = 0x1D6AED8E,\n\tLAW_REGION_BRAITHWAITE_MANOR = 0x3D71E7FF,\n\tLAW_REGION_BUTCHER_CREEK = 0x2B3E1822,\n\tLAW_REGION_CALIGA_HALL = 0xF3FE5080,\n\tLAW_REGION_CORNWALL = 0xCC4672FA,\n\tLAW_REGION_CUMBERLAND_FOREST = 0x81A78306,\n\tLAW_REGION_EMERALD_RANCH = 0x5C069DF3,\n\tLAW_REGION_FORT_WALLACE = 0x0AF25192,\n\tLAW_REGION_GREAT_PLAINS = 0xB20573FA,\n\tLAW_REGION_GREAT_PLAINS_MAINGAME = 0x9862FF7C,\n\tLAW_REGION_GRIZZLIES = 0xBB936031,\n\tLAW_REGION_GUAMA = 0x200DFF42,\n\tLAW_REGION_HEARTLANDS = 0xAD14DA65,\n\tLAW_REGION_LAGRAS = 0xC64808D3,\n\tLAW_REGION_MACFARLANES_RANCH = 0x396A7D5F,\n\tLAW_REGION_MANICATO = 0x039DB6BF,\n\tLAW_REGION_MANZANITA_POST = 0x895E580E,\n\tLAW_REGION_MANZANITA_POST_MAINGAME = 0x9BDD6A38,\n\tLAW_REGION_OCCUPIED_CARAVAN_CAMP = 0x7EBABB01,\n\tLAW_REGION_OLD_MAP_WILDERNESS = 0xCBB45950,\n\tLAW_REGION_OLD_MAP_WILDERNESS_MAINGAME = 0x9F839BE7,\n\tLAW_REGION_OUTLAW3 = 0x97A02FC1,\n\tLAW_REGION_PRONGHORN_RANCH = 0x398E4BFC,\n\tLAW_REGION_RHODES = 0x89222928,\n\tLAW_REGION_RHODES_LOCKDOWN = 0xB1181671,\n\tLAW_REGION_RIDGEWOOD_FARM = 0x635C3028,\n\tLAW_REGION_ROANOKE_RIDGE = 0x46386A9A,\n\tLAW_REGION_SAINT_DENIS = 0x5CF7C268,\n\tLAW_REGION_SAINT_DENIS_RURAL = 0x4FD5331A,\n\tLAW_REGION_SCARLETT_MEADOWS = 0x5FDD9717,\n\tLAW_REGION_SISIKA = 0x2B6BBA52,\n\tLAW_REGION_STRAWBERRY = 0xDD932620,\n\tLAW_REGION_TALL_TREES = 0xD939B758,\n\tLAW_REGION_TALL_TREES_MAINGAME = 0x084B17DF,\n\tLAW_REGION_THIEVES_LANDING = 0x3D0C2EB6,\n\tLAW_REGION_THIEVES_LANDING_MAINGAME = 0x61C450F3,\n\tLAW_REGION_TUMBLEWEED = 0x0EFAF8DC,\n\tLAW_REGION_VALENTINE = 0xA7A3F0C3,\n\tLAW_REGION_VALENTINE_LOCKDOWN = 0x123582FE,\n\tLAW_REGION_VAN_HORN = 0x619B528E,\n\tLAW_REGION_WAPITI = 0x7A976E02\n};", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "lawRegionHash" }, { "type": "Hash", "name": "stateHash" } ], "return_type": "void", "build": "1207" }, "0x5E6F375CA101C108": { "name": "_0x5E6F375CA101C108", "comment": "Only used in R* SP Scripts", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9BBDCB8DF789EBC1": { "name": "_SET_LAW_RBS_VOLUME", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAD401C63158ACBAA": { "name": "IS_LAW_INCIDENT_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x148E7AC8141C9E64": { "name": "_0x148E7AC8141C9E64", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Hash", "build": "1207" }, "0xEDFC6C1FD1C964F5": { "name": "_0xEDFC6C1FD1C964F5", "comment": "_SET_C* - _SET_D*", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "crimeType" }, { "type": "int", "name": "bounty" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xF0B67BAD53C35BD9": { "name": "_LAW_WITNESS_RESPONSE_TASK", "comment": "", "params": [ { "type": "Ped", "name": "pedGroup1" }, { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "pedGroup2" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "crimeType" } ], "return_type": "BOOL", "build": "1207" }, "0x018F30D762E62DF8": { "name": "_0x018F30D762E62DF8", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x318F0F9A4426CFA2": { "name": "_0x318F0F9A4426CFA2", "comment": "Only used in R* SP Script av_amb_camp_robbery", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x95878B13E272EF1F": { "name": "_0x95878B13E272EF1F", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p2" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "crimeType" } ], "return_type": "Any", "build": "1207" }, "0x10827B5A0AAC56A7": { "name": "_ADD_WITNESS_RESPONSE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "crimeType" }, { "type": "Ped", "name": "pedGroup" } ], "return_type": "void", "build": "1207" }, "0xD7494DED50C6EF52": { "name": "_0xD7494DED50C6EF52", "comment": "Only used in R* SP Scripts\nParams: p2 either 1 or 2", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "crimeType" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x69E181772886F48B": { "name": "ARE_WITNESSES_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x0BB6DE7D23C60626": { "name": "_ARE_WITNESSES_PENDING", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xF0FBFB9AB15F7734": { "name": "_ARE_INVESTIGATORS_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "areInvestigatorsActive" }, { "type": "Any", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x522F74636DF10201": { "name": "_0x522F74636DF10201", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "ItemSet", "name": "itemSet" } ], "return_type": "void", "build": "1207" }, "0xDA1A9ADC4E3D4B16": { "name": "_0xDA1A9ADC4E3D4B16", "comment": "Only used in R* SP Scripts\nParams: p1 = true, p2 = false", "params": [ { "type": "ItemSet", "name": "itemSet" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC805EB785824F712": { "name": "_ENABLE_DISPATCH_LAW", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x710448D44A64C213": { "name": "_ENABLE_DISPATCH_LAW_2", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xECE3C34B270428D5": { "name": "_ARE_ANY_LAW_PEDS_INVESTIGATING", "comment": "Only used in rcm_homerob00 R* Script", "params": [], "return_type": "BOOL", "build": "1207" }, "0xA22C46F16359471C": { "name": "_ARE_LAW_PEDS_ENABLED_FOR_TRAIN", "comment": "Only used in trainrobbery_ambient R* Script", "params": [], "return_type": "BOOL", "build": "1207" }, "0x82F11E1296996574": { "name": "_0x82F11E1296996574", "comment": "Only used in rcm_gunslinger1_1 R* Script: p0 = 0", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x3852237A3D9DF145": { "name": "_0x3852237A3D9DF145", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0EAF918F751F27BA": { "name": "_0x0EAF918F751F27BA", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xC0DF161950FB101E": { "name": "_0xC0DF161950FB101E", "comment": "Only used in rcm_serial_killer1 R* Script", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xE4D6E45F491A66CB": { "name": "_0xE4D6E45F491A66CB", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xE9EB79CBF9C0F58A": { "name": "_0xE9EB79CBF9C0F58A", "comment": "Returns p1 value for 0xE4D6E45F491A66CB", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0x21213B833EF4DAE7": { "name": "_0x21213B833EF4DAE7", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "Vector3*", "name": "outCoords" } ], "return_type": "void", "build": "1207" }, "0x61B98367D93F012F": { "name": "_0x61B98367D93F012F", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x6ABC50979655BEE7": { "name": "_0x6ABC50979655BEE7", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash*", "name": "crimeType" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x390710D2DAFA6BFF": { "name": "_0x390710D2DAFA6BFF", "comment": "_CLEAR*", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x35E5E21F9159849C": { "name": "_GET_CRIME_BOUNTY_AMOUNT_BY_TYPE", "comment": "Returns bounty (increment) value", "params": [ { "type": "Hash", "name": "crimeType" } ], "return_type": "int", "build": "1207" }, "0xDAEFDFDB2AEECE37": { "name": "_0xDAEFDFDB2AEECE37", "comment": "crimeType: see _REPORT_CRIME", "params": [ { "type": "Hash", "name": "crimeType" }, { "type": "Any", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x259CE340A8738814": { "name": "_GET_HUD_PLAYER_CRIME_TYPE", "comment": "See _REPORT_CRIME", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Hash", "build": "1207" }, "0xE083BEDA81709891": { "name": "_0xE083BEDA81709891", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0x89E005B1662F6E48": { "name": "_0x89E005B1662F6E48", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x3738B784DDD35CC6": { "name": "_0x3738B784DDD35CC6", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x0BDFEBCF40A5F7E3": { "name": "_0x0BDFEBCF40A5F7E3", "comment": "Only used in net_fetch R* Script", "params": [ { "type": "Hash", "name": "crimeType" } ], "return_type": "int", "build": "1207" }, "0x009CF9A29972C298": { "name": "_SET_CUSTOM_LAW_DISPATCH_RESPONSE", "comment": "Note: This native is only used in multiplayer scripts\ndispatchResponseHash: see update1/common/data/dispatchresponses/..", "params": [ { "type": "Hash", "name": "dispatchResponseHash" } ], "return_type": "void", "build": "1207" }, "0x75CBF20BA47E4F89": { "name": "_CREATE_LAW_DISPATCH_RESPONSE_FOR_COORDS", "comment": "dispatchResponseHash: see common/data/dispatchresponses/..", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "dispatchResponseHash" } ], "return_type": "Any", "build": "1207" }, "0x55F37F5F3F2475E1": { "name": "_SET_BOUNTY_HUNTER_PURSUIT_CLEARED", "comment": "Force clears local player's wanted level", "params": [], "return_type": "void", "build": "1207" }, "0xBD944A3D36E992DE": { "name": "_0xBD944A3D36E992DE", "comment": "Called together with REPORT_POLICE_SPOTTED_PLAYER", "params": [], "return_type": "void", "build": "1207" }, "0x987BE590FB9D41E5": { "name": "_0x987BE590FB9D41E5", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDCF12B89624AAC96": { "name": "_0xDCF12B89624AAC96", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDDCE8E960D1DE240": { "name": "_0xDDCE8E960D1DE240", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDEA083C16BB91345": { "name": "_0xDEA083C16BB91345", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x9C8A2BF37E966464": { "name": "_0x9C8A2BF37E966464", "comment": "Only used in act_bankrobbery01 R* Script", "params": [ { "type": "Player", "name": "player" }, { "type": "ItemSet", "name": "itemSet" } ], "return_type": "void", "build": "1207" }, "0x9D5C9A5A3321B128": { "name": "_0x9D5C9A5A3321B128", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x0F230DE0DDBE3649": { "name": "_0x0F230DE0DDBE3649", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x9945A3E2528A02E8": { "name": "_0x9945A3E2528A02E8", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x717DA2281DF90855": { "name": "_GET_TIME_SINCE_LAST_SEEN_BY_LAW", "comment": "Returns the amount of time (probably in game minutes) since last seen by the law / left the wanted radius", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x9B4C564BFA7CFF37": { "name": "_0x9B4C564BFA7CFF37", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x4B52BF96E225D230": { "name": "_SET_ALLOW_DISABLED_LAW_RESPONSES", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x2728C77FBC4B9796": { "name": "RESET_WANTED_FOR_NEW_INCIDENT", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x856CE8FDE2416602": { "name": "_0x856CE8FDE2416602", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x7351DA734F989F4E": { "name": "_0x7351DA734F989F4E", "comment": "Only used in shoprobberies", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x76CF93D4B416B288": { "name": "_GET_BOUNTY_HUNTER_GLOBAL_COOLDOWN", "comment": "p0 is always BOUNTYHUNTERSGLOBALCOOLDOWN in R* scripts", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xF19706B1F8FFA88F": { "name": "_SET_BOUNTY_HUNTER_GLOBAL_COOLDOWN", "comment": "p0 is always BOUNTYHUNTERSGLOBALCOOLDOWN in R* scripts", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2001687F9562FD9D": { "name": "_0x2001687F9562FD9D", "comment": "Only used in resapwn_dump_body R* Script", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC61EDEBF16CD9668": { "name": "_PAUSE_BOUNTY_HUNTER_COOLDOWN", "comment": "p0 is always BOUNTYHUNTERSGLOBALCOOLDOWN in R* scripts", "params": [ { "type": "Hash", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE9AC8466ABE484BB": { "name": "_0xE9AC8466ABE484BB", "comment": "Only used in R* SP Scripts\nParams: p1 = 0", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x40851BCC33ACD9AB": { "name": "_0x40851BCC33ACD9AB", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xF46108C50A22B029": { "name": "_0xF46108C50A22B029", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x7803436E68C32B26": { "name": "_0x7803436E68C32B26", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC310239ACCCF5579": { "name": "_0xC310239ACCCF5579", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x29CD4896ECB66C12": { "name": "_0x29CD4896ECB66C12", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xE94B5E938619712E": { "name": "_0xE94B5E938619712E", "comment": "Seems to disable lawmen guarding behaviors (like during a region lockdown). Must be called every frame.\nOnly used in R* SP Scripts, mostly used in train_fast_travel_core", "params": [], "return_type": "void", "build": "1207" }, "0x7FC667F6DDFBCDCC": { "name": "_0x7FC667F6DDFBCDCC", "comment": "Only used in R* Script long_update\nReturns a value thats being subtracted from GET_GAME_TIMER", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0x9C5BD8C562565CE6": { "name": "_0x9C5BD8C562565CE6", "comment": "", "params": [ { "type": "Hash*", "name": "crimeType" } ], "return_type": "void", "build": "1207" }, "0xCBFB4951F2E3934C": { "name": "_0xCBFB4951F2E3934C", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Any*", "name": "data" } ], "return_type": "void", "build": "1207" }, "0x819ADD5EF1742F47": { "name": "_SET_PED_LAW_BEHAVIOUR", "comment": "behaviour: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CLawBehavior__Flags", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "behaviour" } ], "return_type": "void", "build": "1207" }, "0x00DB0BC05E3FAA4E": { "name": "_0x00DB0BC05E3FAA4E", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "bitset" } ], "return_type": "void", "build": "1207" }, "0x0C392DB374655176": { "name": "_0x0C392DB374655176", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" }, { "type": "ItemSet", "name": "itemSet" } ], "return_type": "void", "build": "1207" }, "0xC687A23E166DCF68": { "name": "_0xC687A23E166DCF68", "comment": "", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x002BABE0B7D53136": { "name": "_SET_DISPATCH_MULTIPLIER_OVERRIDE", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x26934083D3F2579C": { "name": "_0x26934083D3F2579C", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x532C5FDDB986EE5C": { "name": "GET_PLAYER_REGISTERED_CRIME", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "Hash*", "name": "crimeType" } ], "return_type": "BOOL", "build": "1207" }, "0xB527099D1E1EED49": { "name": "_0xB527099D1E1EED49", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "Hash*", "name": "crimeType" } ], "return_type": "BOOL", "build": "1207" }, "0xBCC6DC59E32A2BDC": { "name": "CLEAR_PLAYER_PAST_CRIMES", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0xE0FA74AA3CCE650B": { "name": "SET_PLAYER_ARRESTED_IN_REGION", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "lawRegionHash" } ], "return_type": "void", "build": "1207" }, "0x73BAD7B2F2DB50DE": { "name": "SET_PLAYER_TURNED_IN_BOUNTY_IN_REGION", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "lawRegionHash" } ], "return_type": "void", "build": "1207" }, "0xD6C0A8C7C0B2F82C": { "name": "_0xD6C0A8C7C0B2F82C", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFEC85339AACA2A35": { "name": "SET_LAW_SENSE_RANGE_MODIFIER", "comment": "Default range is 1.0f", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "range" } ], "return_type": "void", "build": "1207" }, "0x7EF2A2FE38D74456": { "name": "_0x7EF2A2FE38D74456", "comment": "_SET_DISPATCH_*", "params": [ { "type": "int", "name": "flag" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC7DC5A0A7DF608CB": { "name": "_0xC7DC5A0A7DF608CB", "comment": "_GET_DISPATCH_*", "params": [ { "type": "int", "name": "flag" } ], "return_type": "BOOL", "build": "1207" }, "0xDE5FAA741A781F73": { "name": "SET_DISABLE_DISTURBANCE_CRIMES", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x362086B911657B1A": { "name": "SET_POSTPONE_DISTURBANCE_CRIMES_DURING_COMBAT", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8F9DE75680275C9F": { "name": "_CREATE_GUARD_ZONE", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x67EBDD958835956C": { "name": "_REMOVE_GUARD_ZONE", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x9772395CC73E8D1F": { "name": "_0x9772395CC73E8D1F", "comment": "Only used in loanshark_miner1 R* Script: name = ANNESBURG_MINES", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x26D558692B25DD95": { "name": "_DISABLE_GUARD_ZONE", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x0DBACA9C38C9A686": { "name": "_0x0DBACA9C38C9A686", "comment": "Only used in sisikapenitentiary R* Script: name = SISIKA\n_IS_G* or _IS_H*", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0xD743C4293F47AFAD": { "name": "_IS_GUARD_PED_INVESTIGATING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x0D4B77E862475ED3": { "name": "_CREATE_GUARD_ZONE_FOR_ENTITY", "comment": "Returns true when investigation creation was successful", "params": [ { "type": "const char*", "name": "guardZoneName" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1311" }, "0x8C598A930F471938": { "name": "_SET_GUARD_ZONE_VOLUME_REGISTRATION_START", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0x35815F372D43E1E5": { "name": "_SET_GUARD_ZONE_VOLUME_RESTRICTED", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xA1B0E6301E2E02A6": { "name": "_SET_GUARD_ZONE_VOLUME_THREAT", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xAD3E07C37A7C1ADC": { "name": "_SET_GUARD_ZONE_VOLUME_WARNING", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xA8A74AA79FB67159": { "name": "_SET_GUARD_ZONE_VOLUME_REGISTRATION_END", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0x7E7BF59F89FC6C6D": { "name": "_SET_GUARD_ZONE_POSITION", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x2F9005E2EA4E5EE4": { "name": "_SET_GUARD_ZONE_POSITION_2", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" } }, "LOCALIZATION": { "0x3C1A05F86AE6ACB5": { "name": "LOCALIZATION_GET_SYSTEM_LANGUAGE", "comment": "Same return values as GET_CURRENT_LANGUAGE", "params": [], "return_type": "int", "build": "1207" }, "0xDB917DA5C6835FCC": { "name": "GET_CURRENT_LANGUAGE", "comment": "0 = american (en-US)\n1 = french (fr-FR)\n2 = german (de-DE)\n3 = italian (it-IT)\n4 = spanish (es-ES)\n5 = brazilian (pt-BR)\n6 = polish (pl-PL)\n7 = russian (ru-RU)\n8 = korean (ko-KR)\n9 = chinesetrad (zh-TW)\n10 = japanese (ja-JP)\n11 = mexican (es-MX)\n12 = chinesesimp (zh-CN)", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x2BDD44CC428A7EAE", "gta_jhash": "0x761BE00B" }, "0x45D50415E4D885FF": { "name": "_DOES_CURRENT_LANGUAGE_SUPPORT_CONDENSED_STYLE", "comment": "Returns true if the current language is american, french, german, italian, spanish, brazilian or mexican.\n_DOES_*", "params": [], "return_type": "BOOL", "build": "1207" }, "0x76E30B799EBEEA0F": { "name": "LOCALIZATION_GET_SYSTEM_DATE_TYPE", "comment": "0 = DATE_FORMAT_DMY\n1 = DATE_FORMAT_MDY\n2 = DATE_FORMAT_YMD\n\nOld name: _LOCALIZATION_GET_SYSTEM_DATE_FORMAT", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xA8AE43AEC1A61314", "gta_jhash": "" } }, "MAP": { "0x6D2C41A8BD6D6FD0": { "name": "GET_BLIP_FROM_ENTITY", "comment": "Returns the Blip handle of given Entity.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Blip", "build": "1207", "gta_hash": "0xBC8DBDCA2436F7E8", "gta_jhash": "0x005A2A47" }, "0x5CD2889B2B381D45": { "name": "GET_MAIN_PLAYER_BLIP_ID", "comment": "", "params": [], "return_type": "Blip", "build": "1207", "gta_hash": "0xDCD4EC3F419D02FA", "gta_jhash": "0xAB93F020" }, "0x3E593DF9C2962EC6": { "name": "_BLIP_ADD_FOR_STYLE", "comment": "", "params": [ { "type": "Hash", "name": "styleHash" } ], "return_type": "Blip", "build": "1207" }, "0x554D9D53F696D002": { "name": "BLIP_ADD_FOR_COORDS", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips\nhttps://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips_mp", "params": [ { "type": "Hash", "name": "blipHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "Blip", "build": "1207" }, "0x23F74C2FDA6E7C61": { "name": "BLIP_ADD_FOR_ENTITY", "comment": "", "params": [ { "type": "Hash", "name": "blipHash" }, { "type": "Entity", "name": "entity" } ], "return_type": "Blip", "build": "1207" }, "0xA486008892065FB9": { "name": "BLIP_ADD_FOR_PICKUP_PLACEMENT", "comment": "", "params": [ { "type": "Hash", "name": "blipHash" }, { "type": "Pickup", "name": "pickup" } ], "return_type": "Blip", "build": "1207" }, "0x45F13B7E0A15C880": { "name": "BLIP_ADD_FOR_RADIUS", "comment": "", "params": [ { "type": "Hash", "name": "blipHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "Blip", "build": "1207" }, "0xEC174ADBCB611ECC": { "name": "_BLIP_ADD_FOR_AREA", "comment": "", "params": [ { "type": "Hash", "name": "blipHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" }, { "type": "int", "name": "p7" } ], "return_type": "Blip", "build": "1207" }, "0xA6EF0C54A3443E70": { "name": "_BLIP_ADD_FOR_VOLUME", "comment": "", "params": [ { "type": "Hash", "name": "blipHash" }, { "type": "Volume", "name": "volume" } ], "return_type": "Blip", "build": "1207" }, "0xEDD964B7984AC291": { "name": "_BLIP_SET_STYLE", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/blip_styles\nRemoves any existing modifiers and sets the style.", "params": [ { "type": "Blip", "name": "blip" }, { "type": "Hash", "name": "styleHash" } ], "return_type": "BOOL", "build": "1207" }, "0xBD62D98799A3DAF0": { "name": "_BLIP_ADD_STYLE", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "Hash", "name": "styleHash" } ], "return_type": "BOOL", "build": "1207" }, "0x662D364ABF16DE2F": { "name": "BLIP_ADD_MODIFIER", "comment": "https://alloc8or.re/rdr3/doc/enums/eBlipModifier.txt\nhttps://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/blip_modifiers\n\nOld name: _BLIP_SET_MODIFIER", "params": [ { "type": "Blip", "name": "blip" }, { "type": "Hash", "name": "modifierHash" } ], "return_type": "BOOL", "build": "1207" }, "0xB059D7BD3D78C16F": { "name": "BLIP_REMOVE_MODIFIER", "comment": "If modifierHash is 0, ALL modifiers will be removed.", "params": [ { "type": "Blip", "name": "blip" }, { "type": "Hash", "name": "modifierHash" } ], "return_type": "BOOL", "build": "1207" }, "0x250C75EB1728CC0D": { "name": "_0x250C75EB1728CC0D", "comment": "", "params": [ { "type": "Blip", "name": "blip" } ], "return_type": "void", "build": "1207" }, "0x02FF4CF43B7209D1": { "name": "SET_BLIP_FLASH_TIMER", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "int", "name": "blipType" }, { "type": "Hash", "name": "blipHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD3CD6FD297AE87CC", "gta_jhash": "0x8D5DF611" }, "0x0DF2B55F717DDB10": { "name": "SET_BLIP_FLASHES", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "int*", "name": "p1" }, { "type": "Hash*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB14552383D39CE3E", "gta_jhash": "0xC0047F15" }, "0x72DD432F3CDFC0EE": { "name": "TRIGGER_SONAR_BLIP", "comment": "", "params": [ { "type": "Hash", "name": "typeHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0x72DD432F3CDFC0EE", "gta_jhash": "0xBF25E7B2" }, "0x0C7A2289A5C4D7C9": { "name": "_TRIGGER_SONAR_BLIP_ON_ENTITY", "comment": "", "params": [ { "type": "Hash", "name": "typeHash" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x6E6E64788C07D2E0": { "name": "ALLOW_SONAR_BLIPS", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x60734CC207C9833C", "gta_jhash": "0xE7E1E32B" }, "0x4FF674F5E23D49CE": { "name": "SET_BLIP_COORDS", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAE2AF67E9D9AF65D", "gta_jhash": "0x680A34D4" }, "0x201C319797BDA603": { "name": "GET_BLIP_COORDS", "comment": "", "params": [ { "type": "Blip", "name": "blip" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x586AFE3FF72D996E", "gta_jhash": "0xEF6FF47B" }, "0x74F74D3207ED525C": { "name": "SET_BLIP_SPRITE", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "Hash", "name": "hash" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDF735600A4696DAF", "gta_jhash": "0x8DBBB0B9" }, "0x01B928CA2E198B01": { "name": "_0x01B928CA2E198B01", "comment": "_CLEAR*", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0A062D6D7C0B2C2C": { "name": "SET_BLIP_NAME_FROM_TEXT_FILE", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "const char*", "name": "textLabel" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEAA0FFE120D92784", "gta_jhash": "0xAC8A5461" }, "0x9CB1A1623062F402": { "name": "_SET_BLIP_NAME", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x093DD5A31BC2B459": { "name": "SET_BLIP_NAME_TO_PLAYER_NAME", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x127DE7B20C60A6A3", "gta_jhash": "0x03A0B8F9" }, "0x6049966A94FBE706": { "name": "SET_BLIP_ROTATION", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "int", "name": "rotation" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF87683CDF73C3F6E", "gta_jhash": "0x6B8F44FE" }, "0xD38744167B2FA257": { "name": "SET_BLIP_SCALE", "comment": "", "params": [ { "type": "Blip", "name": "blip" }, { "type": "float", "name": "scale" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD38744167B2FA257", "gta_jhash": "0x1E6EC434" }, "0xF2C3C9DA47AAA54A": { "name": "REMOVE_BLIP", "comment": "", "params": [ { "type": "Blip*", "name": "blip" } ], "return_type": "void", "build": "1207", "gta_hash": "0x86A652570E5F25DD", "gta_jhash": "0xD8C3C1CD" }, "0xCD82FA174080B3B1": { "name": "DOES_BLIP_EXIST", "comment": "", "params": [ { "type": "Blip", "name": "blip" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA6DB27D19ECBB7DA", "gta_jhash": "0xAE92DD96" }, "0x9FA00E2FC134A9D0": { "name": "_DOES_ENTITY_HAVE_BLIP", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0xCAF6489DA2C8DD9E": { "name": "SET_RADAR_ZOOM", "comment": "", "params": [ { "type": "int", "name": "zoomLevel" } ], "return_type": "void", "build": "1207", "gta_hash": "0x096EF57A0C999BBA", "gta_jhash": "0x2A50D1A6" }, "0xDEEDE7C41742E011": { "name": "_ABANDON_BLIP", "comment": "It's unclear what exactly this does, but I assume it marks the blip as \"no longer needed\"", "params": [ { "type": "Blip", "name": "blip" } ], "return_type": "void", "build": "1207" }, "0xE9F676788F8D5E1E": { "name": "_IS_BLIP_ATTACHED_TO_ANY_ENTITY", "comment": "", "params": [ { "type": "Blip", "name": "blip" } ], "return_type": "BOOL", "build": "1207" }, "0x46534526B9CD2D17": { "name": "IS_BLIP_ON_MINIMAP", "comment": "", "params": [ { "type": "Blip", "name": "blip" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE41CA53051197A27", "gta_jhash": "0x258CBA3A" }, "0xEE1C7BA69BB74B08": { "name": "FORCE_SONAR_BLIPS_THIS_FRAME", "comment": "Doesn't actually return anything.", "params": [], "return_type": "Any", "build": "1207", "gta_hash": "0x1121BFA1A1A522A8", "gta_jhash": "0x3F4AFB13" }, "0x5DE61C90DDECFA2D": { "name": "SET_GPS_FLAGS", "comment": "https://alloc8or.re/rdr3/doc/enums/rage__eGpsFlags.txt", "params": [ { "type": "int", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5B440763A4C8D15B", "gta_jhash": "0x60539BAB" }, "0x4D3771237C79FF41": { "name": "CLEAR_GPS_FLAGS", "comment": "Clears the GPS flags.", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x21986729D6A3A830", "gta_jhash": "0x056AFCE6" }, "0xF6CEF599FC470B33": { "name": "SET_GPS_CUSTOM_ROUTE_RENDER", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x900086F371220B6F", "gta_jhash": "0xDA0AF00E" }, "0x1EAA5674B4D181C5": { "name": "CLEAR_GPS_CUSTOM_ROUTE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xE6DE0561D9232A64", "gta_jhash": "0xCF2E3E24" }, "0x3D3D15AF7BCAAF83": { "name": "START_GPS_MULTI_ROUTE", "comment": "", "params": [ { "type": "Hash", "name": "colorNameHash" }, { "type": "BOOL", "name": "onFoot" }, { "type": "BOOL", "name": "inVehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3D3D15AF7BCAAF83", "gta_jhash": "0xC3DCBEDB" }, "0x64C59DD6834FA942": { "name": "ADD_POINT_TO_GPS_MULTI_ROUTE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA905192A6781C41B", "gta_jhash": "0xFE485135" }, "0x4426D65E029A4DC0": { "name": "SET_GPS_MULTI_ROUTE_RENDER", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3DDA37128DD1ACA8", "gta_jhash": "0xE87CBE4C" }, "0x9E0AB9AAEE87CE28": { "name": "CLEAR_GPS_MULTI_ROUTE", "comment": "Does the same as SET_GPS_MULTI_ROUTE_RENDER(false);", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x67EEDEA1B9BAFD94", "gta_jhash": "0x0D9969E4" }, "0x6B44F13D888F770D": { "name": "_START_GPS_CUSTOM_ROUTE_FROM_WAYPOINT_RECORDING_ROUTE", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "int", "name": "point" }, { "type": "int", "name": "numPoints" }, { "type": "Hash", "name": "colorNameHash" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x08FDC6F796E350D1": { "name": "CLEAR_GPS_PLAYER_WAYPOINT", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xFF4FB7C8CDFA3DA7", "gta_jhash": "0x0B9C7FC2" }, "0xD3F58E9316B7FC2A": { "name": "_0xD3F58E9316B7FC2A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFA8C41E8020D3439": { "name": "SET_WAYPOINT_OFF", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xA7E4E2D361C2627F", "gta_jhash": "0xB3496E1B" }, "0x202B1BBFC6AB5EE4": { "name": "IS_WAYPOINT_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1DD1F58F493F1DA5", "gta_jhash": "0x5E4DF47B" }, "0x29B30D07C3F7873B": { "name": "_GET_WAYPOINT_COORDS", "comment": "", "params": [], "return_type": "Vector3", "build": "1207" }, "0xF08E42BFA46BDFF8": { "name": "_0xF08E42BFA46BDFF8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xA1B4052C2A3DCC1E": { "name": "_HIDE_ACTIVE_POINTS_OF_INTEREST", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3FBB838AEA30C1D8": { "name": "_SHOW_ACTIVE_POINTS_OF_INTEREST", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xF47A1EB2A538A3A3": { "name": "_0xF47A1EB2A538A3A3", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x3FDA2B79AEEE351C": { "name": "_FIND_CLOSEST_GPS_POSITION", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Vector3*", "name": "outPosition" } ], "return_type": "BOOL", "build": "1207" }, "0x1B3DA717B9AFF828": { "name": "DISPLAY_RADAR", "comment": "If Minimap / Radar should be displayed.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA0EBB943C300E693", "gta_jhash": "0x52816BD4" }, "0x9C113883487FD53C": { "name": "_SET_RADAR_CONFIG_TYPE", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/graphics/minimap/radar/radar_configs.lua\nconfigHash: -1943724816, 347777538, -117986897, -789269373, -547506804, -1986542417, 2080113112\np1: usually 898171178 or 0 in R* scripts (doesn't seems to have any effect)", "params": [ { "type": "Hash", "name": "configHash" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1392105DA88BBFFB": { "name": "_ADD_PROP_TO_MINIMAP", "comment": "list of minimap props: https://github.com/femga/rdr3_discoveries/tree/master/graphics/minimap/minimapObjects", "params": [ { "type": "Hash", "name": "minimapProp" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "rotation" }, { "type": "int", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xE057FEA9A22EB3EE": { "name": "_REMOVE_PROP_FROM_MINIMAP", "comment": "", "params": [ { "type": "Hash", "name": "minimapProp" } ], "return_type": "void", "build": "1207" }, "0xA8EBBAE986FB5457": { "name": "SET_RADAR_AS_EXTERIOR_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xE81B7D2A3DAB2D81", "gta_jhash": "0x39ABB10E" }, "0x4B8F743A4A6D2FF8": { "name": "SET_MINIMAP_HIDE_FOW", "comment": "Reveals the entire minimap (FOW = Fog of War)", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF8DEE0A5600CBB93", "gta_jhash": "0xD8D77733" }, "0x63E7279D04160477": { "name": "_SET_FOW_UPDATE_PLAYER_OVERRIDE", "comment": "Used for GUARMA MODE; Enabled: toggle = false, 0; Disabled: toggle = true, 0\nHash p1 seems to be unused, always 0", "params": [ { "type": "BOOL", "name": "toggle" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE5A7F70B7C0F3271": { "name": "_SET_MINIMAP_FOW_OVERRIDE_REVEAL_SCALE", "comment": "", "params": [ { "type": "float", "name": "scale" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x632AA10BF7EA53D3": { "name": "_SET_MINIMAP_FOW_SHOULD_UPDATE", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x73348402566ECB6E": { "name": "SET_MINIMAP_FOW_REVEAL_COORDINATE", "comment": "Up to eight coordinates may be revealed per frame", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0923DBF87DFF735E", "gta_jhash": "0xE010F081" }, "0x63CBBD6CA6F321F9": { "name": "SET_MINIMAP_FOW_REVEAL_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEB3CB3386C775D72": { "name": "RESET_MINIMAP_FOW", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "void", "build": "1207" }, "0xF8096DF9B87246E3": { "name": "_REVEAL_MINIMAP_FOW", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "void", "build": "1207" }, "0xA657EC9DBC6CC900": { "name": "_SET_MINIMAP_ZONE", "comment": "hash can be the hash of \"guarma\" or \"world\".", "params": [ { "type": "Hash", "name": "zone" } ], "return_type": "void", "build": "1207" }, "0x0BFD145EF819FB3A": { "name": "LOCK_MINIMAP_ANGLE", "comment": "Locks the minimap to the specified angle in integer degrees.\n\nangle: The angle in whole degrees. If less than 0 or greater than 360, unlocks the angle.", "params": [ { "type": "int", "name": "angle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x299FAEBB108AE05B", "gta_jhash": "0xDEC733E4" }, "0x5373DE8E179BC2A0": { "name": "UNLOCK_MINIMAP_ANGLE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x8183455E16C42E3A", "gta_jhash": "0x742043F9" }, "0x563FCB6620523917": { "name": "_MAP_ENABLE_REGION_BLIP", "comment": "regionHash: https://github.com/femga/rdr3_discoveries/tree/master/graphics/minimap/wanted_regions", "params": [ { "type": "Hash", "name": "regionHash" }, { "type": "Hash", "name": "styleHash" } ], "return_type": "void", "build": "1207" }, "0x6786D7AFAC3162B3": { "name": "_MAP_DISABLE_REGION_BLIP", "comment": "", "params": [ { "type": "Hash", "name": "regionHash" } ], "return_type": "void", "build": "1207" }, "0xE38450DBCBC70E3D": { "name": "_MAP_IS_REGION_HIGHLIGHTED_WITH_STYLE", "comment": "", "params": [ { "type": "Hash", "name": "regionHash" }, { "type": "Hash", "name": "styleHash" } ], "return_type": "BOOL", "build": "1207" }, "0xD8C7162AB2E2AF45": { "name": "_MAP_DISCOVER_REGION", "comment": "", "params": [ { "type": "Hash", "name": "discoveryHash" } ], "return_type": "void", "build": "1207" }, "0xDA98246C7A3C2189": { "name": "_MAP_DISCOVERY_SET_ENABLED", "comment": "", "params": [ { "type": "Hash", "name": "discoveryHash" } ], "return_type": "void", "build": "1207" }, "0x3F81EA4275D39D6F": { "name": "_MAP_IS_DISCOVERY_ACTIVE", "comment": "", "params": [ { "type": "Hash", "name": "discoveryHash" } ], "return_type": "BOOL", "build": "1207" }, "0xE0884C184728C75B": { "name": "_SET_PAUSEMAP_COORDS_WITH_RADIUS", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0x7C9F4CDF402CA82A": { "name": "_0x7C9F4CDF402CA82A", "comment": "", "params": [], "return_type": "void", "build": "1311" }, "0x44813684F72B563C": { "name": "_0x44813684F72B563C", "comment": "_CLEAR*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x97F6F158CC5B5CA2": { "name": "_0x97F6F158CC5B5CA2", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBB68D4D3CA3DE402": { "name": "_0xBB68D4D3CA3DE402", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3CB8859F04763C78": { "name": "_0x3CB8859F04763C78", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x7563CBCA99253D1A": { "name": "_0x7563CBCA99253D1A", "comment": "FM_CLIENT_SETUP_EAGLE_EYE - setting up eagle eye for entity", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "blip" } ], "return_type": "void", "build": "1207" }, "0x1726963E6049DB53": { "name": "_0x1726963E6049DB53", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" } }, "MINIGAME": { "0x6480723D3BE535B6": { "name": "_0x6480723D3BE535B6", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x3DF7EE3A76185108": { "name": "_0x3DF7EE3A76185108", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xE1F365C4C8F259D8": { "name": "_0xE1F365C4C8F259D8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xE53A308AC35877A8": { "name": "_0xE53A308AC35877A8", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x580F34C726387226": { "name": "_0x580F34C726387226", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x0876326238914A3F": { "name": "_0x0876326238914A3F", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3FFE60DD8A936551": { "name": "_0x3FFE60DD8A936551", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x18A0D48DF9211C07": { "name": "_0x18A0D48DF9211C07", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x2A0C4736AC5AF0CE": { "name": "_MINIGAME_IS_CONNECTED_TO_SERVER", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x39654E1F68B78287": { "name": "_0x39654E1F68B78287", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x3EECAADAB0D9FE29": { "name": "_0x3EECAADAB0D9FE29", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xD39D32EB3B52DD83": { "name": "_0xD39D32EB3B52DD83", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8593A8CB0ED2C3B4": { "name": "_MINIGAME_IS_SEAT_OCCUPIED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xF6AC6085D8D6C004": { "name": "_MINIGAME_REQUEST_SEAT_AT_TABLE", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "BOOL", "build": "1207" }, "0xF5446E47941E654C": { "name": "_MINIGAME_LEAVE_TABLE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x578907F59BA01B6C": { "name": "_MINIGAME_GET_NEXT_EVENT_TYPE", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xDF728C5AE137FC13": { "name": "_MINIGAME_GET_NEXT_EVENT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x833E03BAEBADC4B0": { "name": "_MINIGAME_POP_NEXT_EVENT", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3B31732FADE5BAF3": { "name": "_0x3B31732FADE5BAF3", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x578907F59BA01B6D": { "name": "_0x578907F59BA01B6D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xDF728C5AE137FC14": { "name": "_0xDF728C5AE137FC14", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x9105A4A2556FA937": { "name": "_MINIGAME_IS_REQUEST_PENDING", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x644439B5387EE57E": { "name": "_0x644439B5387EE57E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x15E90B6A993017AA": { "name": "_0x15E90B6A993017AA", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x10342CC82E8356E9": { "name": "_0x10342CC82E8356E9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x32A7C216344D623B": { "name": "_0x32A7C216344D623B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xEC819D612038EF4B": { "name": "_0xEC819D612038EF4B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "Any", "build": "1207" }, "0x2D20E12E1990D584": { "name": "_POKER_GET_GAME_SETTINGS_FOR_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB4D610EA5A1FDE74": { "name": "_POKER_BUY_IN", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x8DED681B161EBD78": { "name": "_POKER_CALL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x49A045628D9B1B86": { "name": "_POKER_CHECK", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x3DFAB7D9BB45B5BE": { "name": "_POKER_FOLD", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xECCF45A79A17BB96": { "name": "_POKER_RAISE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x2F2131DB0A8B02DC": { "name": "_POKER_REVEAL", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x58521E6DCDE97D74": { "name": "_0x58521E6DCDE97D74", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF6DE98516FD3AC9B": { "name": "_0xF6DE98516FD3AC9B", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3F4FD4BED07AB8C4": { "name": "_0x3F4FD4BED07AB8C4", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x3AE451860F03CA8A": { "name": "_0x3AE451860F03CA8A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x012027C28F421F46": { "name": "_0x012027C28F421F46", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x455ECCA0715C507F": { "name": "_0x455ECCA0715C507F", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x399E6CD12FC8CA89": { "name": "_DOMINOES_BUY_IN", "comment": "Hardcoded to return zero/false.", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB79A29B33BF29BA5": { "name": "_DOMINOES_PLACE_DOMINO", "comment": "Hardcoded to return zero/false.", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xE26AEE7E67D9E21D": { "name": "_DOMINOES_REQUEST_VALID_PLACEMENTS", "comment": "Hardcoded to return zero/false.", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA2DB3C6270C122E3": { "name": "_0xA2DB3C6270C122E3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x398066F893149856": { "name": "_0x398066F893149856", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xBEA7D3CB47E1479C": { "name": "_0xBEA7D3CB47E1479C", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x910B088E51A511AC": { "name": "_0x910B088E51A511AC", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x9DD95B405AB4983E": { "name": "_0x9DD95B405AB4983E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" } }, "MISC": { "0x40DC2907A9697EF7": { "name": "GET_NUMBER_OF_FREE_STACKS_OF_THIS_SIZE", "comment": "", "params": [ { "type": "int", "name": "stackSize" } ], "return_type": "int", "build": "1207", "gta_hash": "0xFEAD16FC8F9DFC0F", "gta_jhash": "0x11A178B8" }, "0x72904D3D62AF5839": { "name": "_GET_NUMBER_OF_INSTRUCTIONS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xC43CD2668B204419": { "name": "_GET_MAX_NUM_INSTRUCTIONS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x5FC9357C26DAEFCE": { "name": "IS_MAG_DEMO_1_ACTIVE", "comment": "magdemo = magazine demo, i. e. for magazines such as IGN, pre play phases to prepare articles etc. - example 2012 builds for V\nHardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" }, "0x5CD7A49104AFCB6B": { "name": "SET_RANDOM_SEED", "comment": "", "params": [ { "type": "int", "name": "seed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x444D98F98C11F3EC", "gta_jhash": "0xDB3FEB5C" }, "0x9682AF6050854856": { "name": "SET_TIME_SCALE", "comment": "Maximum value is 1.0f\nAt a value of 0.0f the game will still run at a minimum time scale.", "params": [ { "type": "float", "name": "timeScale" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1D408577D440E81E", "gta_jhash": "0xA7F84694" }, "0x36694B456BE80D0A": { "name": "SET_MISSION_FLAG", "comment": "If true, the player can't save the game.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC4301E5121A0ED73", "gta_jhash": "0x57592D52" }, "0xB15CD1CF58771DE1": { "name": "GET_MISSION_FLAG", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA33CDCCDA663159E", "gta_jhash": "0x95115F97" }, "0x5801BE2DF2AF07EC": { "name": "_0x5801BE2DF2AF07EC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB1ADCCC4150C6473": { "name": "SET_RANDOM_EVENT_FLAG", "comment": "If the parameter is true, sets the random event flag to true, if the parameter is false, the function does nothing at all.\nDoes nothing if the mission flag is set.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x971927086CFD2158", "gta_jhash": "0xA77F31E8" }, "0x924D54E5698AE3E0": { "name": "GET_RANDOM_EVENT_FLAG", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD2D57F1D764117B1", "gta_jhash": "0x794CC92C" }, "0x9BF2C0C568C61641": { "name": "_0x9BF2C0C568C61641", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xCC7FC854B956A128": { "name": "ACTIVITY_FEED_CREATE", "comment": "nullsub, doesn't do anything", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4DCDF92BF64236CD", "gta_jhash": "" }, "0x9935F76407C32539": { "name": "ACTIVITY_FEED_ADD_SUBSTRING_TO_CAPTION", "comment": "nullsub, doesn't do anything", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x31125FD509D9043F", "gta_jhash": "" }, "0xFF252E2BAFB7330F": { "name": "_0xFF252E2BAFB7330F", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x91D657230BC208D2": { "name": "ACTIVITY_FEED_ACTION_START_WITH_COMMAND_LINE", "comment": "nullsub, doesn't do anything", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEB078CA2B5E82ADD", "gta_jhash": "" }, "0x1694A053DFB61A34": { "name": "ACTIVITY_FEED_ACTION_START_WITH_COMMAND_LINE_ADD", "comment": "nullsub, doesn't do anything", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x703CC7F60CBB2B57", "gta_jhash": "" }, "0xAF530E56505D1BD6": { "name": "_0xAF530E56505D1BD6", "comment": "Hardcoded to return one/true.", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB16FC7B364D86585": { "name": "ACTIVITY_FEED_POST", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x8951EB9C6906D3C8", "gta_jhash": "" }, "0xF81C53561D15F330": { "name": "_0xF81C53561D15F330", "comment": "", "params": [], "return_type": "const char*", "build": "1207" }, "0x1096603B519C905F": { "name": "_0x1096603B519C905F", "comment": "_SET_MISSION_NAME_*(FOR_ACTIVITY?/MINIGAME?)", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0xCC3EDC5614B03F61": { "name": "_0xCC3EDC5614B03F61", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x708DF841B8F27AA2": { "name": "INFORM_CODE_OF_CONTENT_ID_OF_CURRENT_UGC_MISSION", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8D74E26F54B4E5C3", "gta_jhash": "0xE77199F7" }, "0xDA4D8EB04E8E2928": { "name": "_0xDA4D8EB04E8E2928", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB08C4FA25BC29DB9": { "name": "_0xB08C4FA25BC29DB9", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x4BEB42AEBCA732E9": { "name": "_GET_PREV_WEATHER_TYPE_HASH_NAME", "comment": "", "params": [], "return_type": "Hash", "build": "1207" }, "0x51021D36F62AAA83": { "name": "_GET_NEXT_WEATHER_TYPE_HASH_NAME", "comment": "", "params": [], "return_type": "Hash", "build": "1207" }, "0x0730E518486DEEC3": { "name": "_0x0730E518486DEEC3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x59174F1AFE095B5A": { "name": "SET_WEATHER_TYPE", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/weather/weather_types.lua", "params": [ { "type": "Hash", "name": "weatherType" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "transition" }, { "type": "float", "name": "transitionTime" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x2C6A07AF9AEDABD8": { "name": "_SET_WEATHER_TYPE_2", "comment": "", "params": [ { "type": "Hash", "name": "weatherType" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x7F4CE164D9A11DFE": { "name": "_GET_RANDOM_WEATHER_TYPE_INDEX", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x1359C181BC625503": { "name": "_GET_RANDOM_WEATHER_TYPE", "comment": "", "params": [], "return_type": "Hash", "build": "1207" }, "0x6E5A7FBEECAB3C72": { "name": "SET_RANDOM_WEATHER_TYPE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8B05F884CF7E8020", "gta_jhash": "0xE7AA1BC9" }, "0xD85DFE5C131E4AE9": { "name": "CLEAR_WEATHER_TYPE_PERSIST", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xCCC39339BEF76CF5", "gta_jhash": "0x6AB757D8" }, "0xCE7690C0A0D1C36D": { "name": "_CLEAR_WEATHER_TYPE_PERSIST_OVERTIME", "comment": "", "params": [ { "type": "int", "name": "milliseconds" } ], "return_type": "void", "build": "1207" }, "0x0AC679B2342F14F2": { "name": "GET_CURR_WEATHER_STATE", "comment": "Params: percentWeather2: 0f - 0.75f in R* Scripts\n\nOld name: _GET_WEATHER_TYPE_TRANSITION", "params": [ { "type": "Hash*", "name": "weatherType1" }, { "type": "Hash*", "name": "weatherType2" }, { "type": "float*", "name": "percentWeather2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF3BBE884A14BB413", "gta_jhash": "0x9A5C1D56" }, "0xFA3E3CA8A1DE6D5D": { "name": "SET_CURR_WEATHER_STATE", "comment": "Params: BOOL p3 is always true\n\nOld name: _SET_WEATHER_TYPE_TRANSITION", "params": [ { "type": "Hash", "name": "weatherType1" }, { "type": "Hash", "name": "weatherType2" }, { "type": "float", "name": "percentWeather2" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207", "gta_hash": "0x578C752848ECFA0C", "gta_jhash": "0x5CA74040" }, "0xD74ACDF7DB8114AF": { "name": "_SET_WEATHER_TYPE_FROZEN", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xDD560ABEF5D3784C": { "name": "_GET_FORCED_WEATHER", "comment": "Returns the weather type that has been set by a script", "params": [ { "type": "Hash*", "name": "weather" }, { "type": "Hash*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2916B30DC6C41179": { "name": "_0x2916B30DC6C41179", "comment": "", "params": [ { "type": "Hash", "name": "weatherType" } ], "return_type": "void", "build": "1207" }, "0xD3F943B88F55376A": { "name": "_0xD3F943B88F55376A", "comment": "", "params": [ { "type": "Hash", "name": "weatherType" } ], "return_type": "void", "build": "1207" }, "0x243CEDE8F916B994": { "name": "_0x243CEDE8F916B994", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xBE83CAE8ED77A94F": { "name": "_SET_OVERRIDE_WEATHER", "comment": "", "params": [ { "type": "Hash", "name": "weatherType" } ], "return_type": "void", "build": "1207" }, "0x80A398F16FFE3CC3": { "name": "CLEAR_OVERRIDE_WEATHER", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x338D2E3477711050", "gta_jhash": "0x7740EA4E" }, "0x3373779BAF7CAF48": { "name": "_SET_WEATHER_VARIATION", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/weather/weather_variations.lua", "params": [ { "type": "const char*", "name": "weatherType" }, { "type": "const char*", "name": "variation" } ], "return_type": "void", "build": "1207" }, "0x0E71C80FA4EC8147": { "name": "_CLEAR_WEATHER_VARIATION", "comment": "", "params": [ { "type": "const char*", "name": "weatherType" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x55123D5A7D9D3C42": { "name": "WATER_OVERRIDE_SET_SHOREWAVEAMPLITUDE", "comment": "Only used in smuggler2 script", "params": [ { "type": "float", "name": "amplitude" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB8F87EAD7533B176", "gta_jhash": "0x625181DC" }, "0xF06C5B66DE20B2B8": { "name": "WATER_OVERRIDE_SET_OCEANWAVEMAXAMPLITUDE", "comment": "Only used in smuggler2 script", "params": [ { "type": "float", "name": "maxAmplitude" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB3E6360DDE733E82", "gta_jhash": "0x0DE40C28" }, "0xB98B78C3768AF6E0": { "name": "_GET_TEMPERATURE_AT_COORDS", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "float", "build": "1207" }, "0xD00C2D82DC04A99F": { "name": "SET_WIND_SPEED", "comment": "", "params": [ { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEE09ECEDBABE47FC", "gta_jhash": "0x45705F94" }, "0xFFB7E74E041150A4": { "name": "GET_WIND_SPEED", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0xA8CF1CC0AFCD3F12", "gta_jhash": "0x098F0F3C" }, "0xB56C4F5F57A45600": { "name": "SET_WIND_DIRECTION", "comment": "", "params": [ { "type": "float", "name": "direction" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEB0F4468467B4528", "gta_jhash": "0x381AEEE9" }, "0xF703E82F3FE14A5F": { "name": "GET_WIND_DIRECTION", "comment": "", "params": [], "return_type": "Vector3", "build": "1207", "gta_hash": "0x1F400FEF721170DA", "gta_jhash": "0x89499A0D" }, "0x193DFC0526830FD6": { "name": "SET_RAIN", "comment": "Old name: _SET_RAIN_LEVEL", "params": [ { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x643E26EA6E024D92", "gta_jhash": "" }, "0x931B5F4CC130224B": { "name": "GET_RAIN_LEVEL", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x96695E368AD855F3", "gta_jhash": "0xC9F67F28" }, "0x745808BB01CEC6B9": { "name": "_0x745808BB01CEC6B9", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF6BEE7E80EC5CA40": { "name": "_SET_SNOW_LEVEL", "comment": "", "params": [ { "type": "float", "name": "level" } ], "return_type": "void", "build": "1207" }, "0x1E5D727041BE1709": { "name": "GET_SNOW_LEVEL", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0xC5868A966E5BE3AE", "gta_jhash": "0x1B09184F" }, "0x369DB5B2510FA080": { "name": "FORCE_LIGHTNING_FLASH", "comment": "creates single lightning+thunder at random position", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xF6062E089251C898", "gta_jhash": "0xDF38165E" }, "0x67943537D179597C": { "name": "_FORCE_LIGHTNING_FLASH_AT_COORDS", "comment": "p3 is always -1.0f in the scripts", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xA9342743B634A462": { "name": "_0xA9342743B634A462", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x4F67E8ECA7D3F667": { "name": "GET_GAME_TIMER", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x9CD27B0045628463", "gta_jhash": "0xA4EA0691" }, "0x483B8C542103AD72": { "name": "_GET_GAME_TIMER_NON_SCALED_CLIPPED", "comment": "Returns rage::fwTimer::sm_nonScaledClippedTime", "params": [], "return_type": "int", "build": "1207" }, "0xBE7F225417E35A7C": { "name": "GET_SYSTEM_TIME", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xB0CE5E5ED8BB3581": { "name": "GET_NUMBER_OF_MICROSECONDS_SINCE_LAST_CALL", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x63219768C586667C": { "name": "GET_SCRIPT_TIME_WITHIN_FRAME_IN_MICROSECONDS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x1411A7CBC3A6EB7B": { "name": "RESET_SCRIPT_TIME_WITHIN_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x5E72022914CE3C38": { "name": "GET_FRAME_TIME", "comment": "", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0x15C40837039FFAF7", "gta_jhash": "0x96374262" }, "0x3F3172FEAE3AFE1C": { "name": "GET_SYSTEM_TIME_STEP", "comment": "Old name: _GET_BENCHMARK_TIME", "params": [], "return_type": "float", "build": "1207", "gta_hash": "0xE599A503B3837E1B", "gta_jhash": "" }, "0x77DFA958FCF100C1": { "name": "GET_FRAME_COUNT", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xFC8202EFC642E6F2", "gta_jhash": "0xB477A015" }, "0x6BED40493A1AFDB8": { "name": "_0x6BED40493A1AFDB8", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD2C9126410DFA1B2": { "name": "_READ_INT_AS_FLOAT", "comment": "Reads the passed value as floating point value and returns it.\nExample: _READ_INT_AS_FLOAT(0x3F800000) returns 1.0f because 0x3F800000 is the hexadecimal representation of 1.0f.", "params": [ { "type": "int", "name": "value" } ], "return_type": "float", "build": "1207" }, "0xE29F927A961F8AAA": { "name": "GET_RANDOM_FLOAT_IN_RANGE", "comment": "", "params": [ { "type": "float", "name": "startRange" }, { "type": "float", "name": "endRange" } ], "return_type": "float", "build": "1207", "gta_hash": "0x313CE5879CEB6FCD", "gta_jhash": "0x0562C4D0" }, "0xD53343AA4FB7DD28": { "name": "GET_RANDOM_INT_IN_RANGE", "comment": "", "params": [ { "type": "int", "name": "startRange" }, { "type": "int", "name": "endRange" } ], "return_type": "int", "build": "1207", "gta_hash": "0xD53343AA4FB7DD28", "gta_jhash": "0x4051115B" }, "0x24FA4267BB8D2431": { "name": "GET_GROUND_Z_FOR_3D_COORD", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float*", "name": "groundZ" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC906A7DAB05C8D2B", "gta_jhash": "0xA1BFD5E0" }, "0x2A29CA9A6319E6AB": { "name": "GET_GROUND_Z_AND_NORMAL_FOR_3D_COORD", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float*", "name": "groundZ" }, { "type": "Vector3*", "name": "normal" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8BDC7BFC57A81E76", "gta_jhash": "0x64D91CED" }, "0xBBE5B63EFFB08E68": { "name": "_0xBBE5B63EFFB08E68", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x6E3C15D296C15583": { "name": "ASIN", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "float", "build": "1207", "gta_hash": "0xC843060B5765DCE7", "gta_jhash": "0x998E5CAD" }, "0x586690F0176DC575": { "name": "ACOS", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "float", "build": "1207", "gta_hash": "0x1D08B970013C34B6", "gta_jhash": "0xF4038776" }, "0x8C13DB96497B7ABF": { "name": "TAN", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "float", "build": "1207", "gta_hash": "0x632106CC96E82E91", "gta_jhash": "0xD320CE5E" }, "0x503054DED0B78027": { "name": "ATAN", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "float", "build": "1207", "gta_hash": "0xA9D1795CD5043663", "gta_jhash": "0x7A03CC8E" }, "0x965B220A066E3F07": { "name": "ATAN2", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "float", "build": "1207", "gta_hash": "0x8927CBF9D22261A4", "gta_jhash": "0x2508AC81" }, "0x0BE7F4E3CDBAFB28": { "name": "GET_DISTANCE_BETWEEN_COORDS", "comment": "If useZ is false, only the 2D plane (X-Y) will be considered for calculating the distance.\n\nConsider using this faster native instead: BUILTIN::VDIST - DVIST always takes in consideration the 3D coordinates.", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "BOOL", "name": "useZ" } ], "return_type": "float", "build": "1207", "gta_hash": "0xF1B760881820C952", "gta_jhash": "0xF698765E" }, "0xD0DFE1C486097BBB": { "name": "GET_ANGLE_BETWEEN_2D_VECTORS", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" } ], "return_type": "float", "build": "1207", "gta_hash": "0x186FC4BE848E1C92", "gta_jhash": "0xDBF75E58" }, "0x38D5202FF9271C62": { "name": "GET_HEADING_FROM_VECTOR_2D", "comment": "dx = x1 - x2\ndy = y1 - y2", "params": [ { "type": "float", "name": "dx" }, { "type": "float", "name": "dy" } ], "return_type": "float", "build": "1207", "gta_hash": "0x2FFB6B224F4B2926", "gta_jhash": "0xD209D52B" }, "0x83ACC65D9ACEC5EF": { "name": "GET_CLOSEST_POINT_ON_LINE", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x21C235BC64831E5A", "gta_jhash": "0xCAECF37E" }, "0xAB6A04CEC428258B": { "name": "GET_LINE_PLANE_INTERSECTION", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "float", "name": "p10" }, { "type": "float", "name": "p11" }, { "type": "float*", "name": "p12" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF56DFB7B61BE7276", "gta_jhash": "0xC6CC812C" }, "0xF73FBE4845C43B5B": { "name": "SET_BIT", "comment": "", "params": [ { "type": "int*", "name": "address" }, { "type": "int", "name": "offset" } ], "return_type": "void", "build": "1207", "gta_hash": "0x933D6A9EEC1BACD0", "gta_jhash": "0x4EFE7E6B" }, "0x7D1D4A3602B6AD4E": { "name": "CLEAR_BIT", "comment": "", "params": [ { "type": "int*", "name": "address" }, { "type": "int", "name": "offset" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE80492A9AC099A93", "gta_jhash": "0x8BC9E618" }, "0x8F4F050054005C27": { "name": "_IS_BIT_FLAG_SET", "comment": "", "params": [ { "type": "Any*", "name": "bitFlags" }, { "type": "int", "name": "flag" } ], "return_type": "BOOL", "build": "1207" }, "0x80E9C316EF84DD81": { "name": "_IS_ANY_BIT_FLAG_SET", "comment": "", "params": [ { "type": "Any*", "name": "bitFlags" } ], "return_type": "BOOL", "build": "1207" }, "0xE704838F36F93B7B": { "name": "_COUNT_BIT_FLAGS", "comment": "", "params": [ { "type": "Any*", "name": "bitFlags" } ], "return_type": "int", "build": "1355" }, "0xE84AAC1B22A73E99": { "name": "_SET_BIT_FLAG", "comment": "Similar to SET_BIT but specifically designed for large (>32 flags) bit flag sets.\nThe flags are stored in an int array where each int has the ability to hold 32 flags.\nFlags 0-31 would be stored in the first int, flags 32-63 in the second int, etc.", "params": [ { "type": "Any*", "name": "bitFlags" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0xB909149F2BB5F6DA": { "name": "_CLEAR_BIT_FLAG", "comment": "", "params": [ { "type": "Any*", "name": "bitFlags" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0xD2D74F89DF844A50": { "name": "_CLEAR_ALL_BIT_FLAGS", "comment": "", "params": [ { "type": "Any*", "name": "bitFlags" } ], "return_type": "void", "build": "1207" }, "0xFD340785ADF8CFB7": { "name": "GET_HASH_KEY", "comment": "Computes a hash for the given string. It is hashed using Jenkins' One-at-a-Time hash algorithm (https://en.wikipedia.org/wiki/Jenkins_hash_function)\nNote: this implementation is case-insensitive.", "params": [ { "type": "const char*", "name": "string" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0xD24D37CC275948CC", "gta_jhash": "0x98EFF6F1" }, "0xEF50E344A8F93784": { "name": "_GET_EASING_CURVE_VALUE", "comment": "https://easings.net/\n\nenum class eEasingCurveType\n{\n\tTYPE_LINEAR,\n\tTYPE_QUADRATIC_IN,\n\tTYPE_QUADRATIC_OUT,\n\tTYPE_QUADRATIC_INOUT,\n\tTYPE_CUBIC_IN,\n\tTYPE_CUBIC_OUT,\n\tTYPE_CUBIC_INOUT,\n\tTYPE_QUARTIC_IN,\n\tTYPE_QUARTIC_OUT,\n\tTYPE_QUARTIC_INOUT,\n\tTYPE_QUINTIC_IN,\n\tTYPE_QUINTIC_OUT,\n\tTYPE_QUINTIC_INOUT,\n\tTYPE_EXPONENTIAL_IN,\n\tTYPE_EXPONENTIAL_OUT,\n\tTYPE_EXPONENTIAL_INOUT,\n\tTYPE_SINE_IN,\n\tTYPE_SINE_OUT,\n\tTYPE_SINE_INOUT,\n\tTYPE_CIRCULAR_IN,\n\tTYPE_CIRCULAR_OUT,\n\tTYPE_CIRCULAR_INOUT,\n\tTYPE_BOUNCE_IN,\n\tTYPE_BOUNCE_OUT,\n\tTYPE_BOUNCE_INOUT,\n\tTYPE_CUSTOM\n};", "params": [ { "type": "float", "name": "t" }, { "type": "float", "name": "b" }, { "type": "float", "name": "d" }, { "type": "int", "name": "easingCurveType" } ], "return_type": "float", "build": "1207" }, "0x825CA3ED43831015": { "name": "IS_POSITION_OCCUPIED", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "range" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "BOOL", "name": "p10" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xADCDE75E1C60F32D", "gta_jhash": "0x452E8D9E" }, "0x3B882A96EA77D5B1": { "name": "CLEAR_AREA", "comment": "flag |= 1 | 1048576 | 524288\nALL_BASE, PROJECTILES, AMBIENT_POPULATION, BROADCAST", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA56F01F3765B93A0", "gta_jhash": "0x854E9AB8" }, "0x2FCD528A397E5C88": { "name": "_CLEAR_VOLUME_AREA", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0xA4D83115C1E02F8A": { "name": "CLEAR_ANGLED_AREA_OF_VEHICLES", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x11DB3500F042A8AA", "gta_jhash": "0xF11A3018" }, "0xD37BECF862DA726F": { "name": "SET_CREDITS_ACTIVE", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB938B7E6D3C0620C", "gta_jhash": "0xEC2A0ECF" }, "0x3D0EAC6385DD6100": { "name": "NETWORK_SET_SCRIPT_IS_SAFE_FOR_NETWORK_GAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x9243BAC96D64C050", "gta_jhash": "0x878486CE" }, "0x66AB6B6C7E72F393": { "name": "PAUSE_DEATH_ARREST_RESTART", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2C2B3493FBF51C71", "gta_jhash": "0x296574AE" }, "0x6C9FF40FF1B69F8F": { "name": "IGNORE_NEXT_RESTART", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x21FFB63D8C615361", "gta_jhash": "0xDA13A4B6" }, "0xDF3B5846DE5904AF": { "name": "SET_FADE_IN_AFTER_DEATH_ARREST", "comment": "Sets whether the game should fade in after the player dies or is arrested.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDA66D2796BA33F12", "gta_jhash": "0xACDE6985" }, "0xAC806C4CAB973517": { "name": "SET_FADE_IN_AFTER_LOAD", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF3D78F59DFE18D79", "gta_jhash": "0x6E00EB0B" }, "0xB2C69E11A37B5AF0": { "name": "OVERRIDE_SAVE_HOUSE", "comment": "", "params": [ { "type": "BOOL", "name": "override" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "isAutosave" }, { "type": "Vector3*", "name": "returnCoords" }, { "type": "float*", "name": "returnHeading" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1162EA8AE9D24EEA", "gta_jhash": "0x47436C12" }, "0x867654CBC7606F2C": { "name": "SHOOT_SINGLE_BULLET_BETWEEN_COORDS", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "int", "name": "damage" }, { "type": "BOOL", "name": "p7" }, { "type": "Hash", "name": "weaponHash" }, { "type": "Ped", "name": "ownerPed" }, { "type": "BOOL", "name": "isAudible" }, { "type": "BOOL", "name": "isInvisible" }, { "type": "float", "name": "speed" }, { "type": "BOOL", "name": "p13" } ], "return_type": "void", "build": "1207", "gta_hash": "0x867654CBC7606F2C", "gta_jhash": "0xCB7415AC" }, "0xCBC9A21F6A2A679C": { "name": "FIRE_SINGLE_BULLET", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0xDCB8DDD5D054A7E7": { "name": "GET_MODEL_DIMENSIONS", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "Vector3*", "name": "minimum" }, { "type": "Vector3*", "name": "maximum" } ], "return_type": "void", "build": "1207", "gta_hash": "0x03E8D3D5F549087A", "gta_jhash": "0x91ABB8E0" }, "0x4ED6CFDFE8D4131A": { "name": "IS_BIT_SET", "comment": "", "params": [ { "type": "int", "name": "address" }, { "type": "int", "name": "offset" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA921AA820C25702F", "gta_jhash": "0x902E26AC" }, "0x0A487CC74A517FB5": { "name": "_0x0A487CC74A517FB5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF4D8BCD052E7EA1B": { "name": "IS_MINIGAME_IN_PROGRESS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2B4A15E44DE0F478", "gta_jhash": "0x53A95E13" }, "0x4FB556ACEFA93098": { "name": "SHOULD_USE_METRIC_MEASUREMENTS", "comment": "Returns whether the game's measurement system is set to metric.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD3D15555431AB793", "gta_jhash": "0xBAF17315" }, "0x58BCDC75BA52110A": { "name": "_SHOULD_USE_METRIC_MEASUREMENTS_2", "comment": "Same as SHOULD_USE_METRIC_MEASUREMENTS", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFF4AAF3275BAAB4F": { "name": "_SHOULD_USE_METRIC_TEMPERATURE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x8F24157FEDB85EA2": { "name": "_SHOULD_USE_METRIC_WEIGHT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x0177CF20345F44DD": { "name": "_SHOULD_USE_24_HOUR_CLOCK", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xBFBB74A15EFC149B": { "name": "COMPARE_STRINGS", "comment": "", "params": [ { "type": "const char*", "name": "str1" }, { "type": "const char*", "name": "str2" }, { "type": "BOOL", "name": "matchCase" }, { "type": "int", "name": "maxLength" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1E34710ECD4AB0EB", "gta_jhash": "0xFE25A58F" }, "0x0C214D5B8A38C828": { "name": "ABSI", "comment": "", "params": [ { "type": "int", "name": "value" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF0D31AD191A74F87", "gta_jhash": "0xB44677C5" }, "0x134549B388167CBF": { "name": "ABSF", "comment": "", "params": [ { "type": "float", "name": "value" } ], "return_type": "float", "build": "1207", "gta_hash": "0x73D57CFFDD12C355", "gta_jhash": "0xAF6F6E0B" }, "0x05B0061EFDFC8941": { "name": "IS_PROJECTILE_IN_AREA", "comment": "Determines whether there is a projectile within the specified coordinates. The coordinates form a rectangle.\n\nownedByPlayer = only projectiles fired by the player will be detected.", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "BOOL", "name": "ownedByPlayer" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5270A8FBC098C3F8", "gta_jhash": "0x78E1A557" }, "0x04965FB9E14235C7": { "name": "IS_PROJECTILE_TYPE_IN_AREA", "comment": "Determines whether there is a projectile of a specific type within the specified coordinates. The coordinates form a rectangle.", "params": [ { "type": "float", "name": "xMin" }, { "type": "float", "name": "yMin" }, { "type": "float", "name": "zMin" }, { "type": "float", "name": "xMax" }, { "type": "float", "name": "yMax" }, { "type": "float", "name": "zMax" }, { "type": "Hash", "name": "weaponType" }, { "type": "BOOL", "name": "isPlayer" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2E0DC353342C4A6D", "gta_jhash": "0x2B73BCF6" }, "0x928431F4133CD3D4": { "name": "IS_PROJECTILE_TYPE_IN_ANGLED_AREA", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF0BC12401061DEA0", "gta_jhash": "0xD1AE2681" }, "0xF51C9BAAD9ED64C4": { "name": "IS_PROJECTILE_TYPE_WITHIN_DISTANCE", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x34318593248C8FB2", "gta_jhash": "0xBE81F1E2" }, "0xD73C960A681052DF": { "name": "GET_COORDS_OF_PROJECTILE_TYPE_WITHIN_DISTANCE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "float", "name": "distance" }, { "type": "Vector3*", "name": "outCoords" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "mustBeOwnedByThisPed" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDFB4138EEFED7B81", "gta_jhash": "0x6BDE5CE4" }, "0x9578986A6105A6AD": { "name": "GET_PROJECTILE_OF_PROJECTILE_TYPE_WITHIN_DISTANCE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "float", "name": "distance" }, { "type": "Vector3*", "name": "outCoords" }, { "type": "Object*", "name": "outProjectile" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "mustBeOwnedByThisPed" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x82FDE6A57EE4EE44", "gta_jhash": "0x507BC6F7" }, "0x9D09D8493747CF02": { "name": "IS_BULLET_IN_ANGLED_AREA", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1A8B5F3C01E2B477", "gta_jhash": "0xE2DB58F7" }, "0xC652FD308772D79E": { "name": "IS_BULLET_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3F2023999AD51C1F", "gta_jhash": "0xB54F46CA" }, "0xC128137C52152741": { "name": "IS_BULLET_IN_BOX", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDE0F6D7450D37351", "gta_jhash": "0xAB73ED26" }, "0xC153E5BCCF411814": { "name": "HAS_BULLET_IMPACTED_IN_AREA", "comment": "p3 - possibly radius?", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9870ACFB89A90995", "gta_jhash": "0x902BC7D9" }, "0x3B6A4C05FB2B33AC": { "name": "HAS_BULLET_IMPACTED_IN_BOX", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDC8C5D7CFEAB8394", "gta_jhash": "0x2C2618CC" }, "0x7A76104CC2CC69E8": { "name": "_0x7A76104CC2CC69E8", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xDC416CA762BC4F43": { "name": "_0xDC416CA762BC4F43", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0x970339EFA4FDE518": { "name": "_0x970339EFA4FDE518", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x88CFAE250D3E0C71": { "name": "IS_ORBIS_VERSION", "comment": "Hardcoded to return false.\nChecks for PS4 Game Build.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA72BC0B675B1519E", "gta_jhash": "0x40282018" }, "0xD1CCC2A2639D325F": { "name": "IS_DURANGO_VERSION", "comment": "Hardcoded to return false.\nChecks for XBOXONE Game Build.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4D982ADB1978442D", "gta_jhash": "0x46FB06A5" }, "0xB0FB6CFAA5A1C833": { "name": "IS_PC_VERSION", "comment": "Hardcoded to return true.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x48AF36444B965238", "gta_jhash": "0x4D5D9EE3" }, "0x268AB8420A9E4ED7": { "name": "IS_STADIA_VERSION", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" }, "0x602102324604D96B": { "name": "IS_STRING_NULL", "comment": "", "params": [ { "type": "const char*", "name": "string" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF22B6C47C6EAB066", "gta_jhash": "0x8E71E00F" }, "0x2CF12F9ACF18F048": { "name": "IS_STRING_NULL_OR_EMPTY", "comment": "", "params": [ { "type": "const char*", "name": "string" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCA042B6957743895", "gta_jhash": "0x42E9F2CA" }, "0x375F5870A7B8BEC1": { "name": "IS_STRING_NULL_OR_EMPTY_OR_SPACES", "comment": "Returns true if the entire string consists only of space characters.", "params": [ { "type": "const char*", "name": "string" } ], "return_type": "BOOL", "build": "1207" }, "0xD3852F22AB713A1F": { "name": "ARE_STRINGS_EQUAL", "comment": "", "params": [ { "type": "const char*", "name": "string1" }, { "type": "const char*", "name": "string2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0C515FAB3FF9EA92", "gta_jhash": "0x877C0BC5" }, "0x9382D5D43D2AA6FF": { "name": "_DOES_STRING_EXIST_IN_STRING", "comment": "", "params": [ { "type": "const char*", "name": "string1" }, { "type": "const char*", "name": "string2" } ], "return_type": "BOOL", "build": "1207" }, "0x3C3C7B1B5EC08764": { "name": "_0x3C3C7B1B5EC08764", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x94E8CA3DEE952789": { "name": "_0x94E8CA3DEE952789", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x5B4A8121A47D844D": { "name": "_0x5B4A8121A47D844D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xF2DD2298B3AF23E2": { "name": "STRING_TO_INT", "comment": "Returns false if it's a null or empty string or if the string is too long. outInteger will be set to -999 in that case.", "params": [ { "type": "const char*", "name": "string" }, { "type": "int*", "name": "outInteger" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5A5F40FE637EB584", "gta_jhash": "0x590A8160" }, "0xCF11C0CEB40C401B": { "name": "_INT_TO_STRING", "comment": "Note: the buffer should be exactly 32 bytes long", "params": [ { "type": "int", "name": "value" }, { "type": "const char*", "name": "format" }, { "type": "char*", "name": "buffer" } ], "return_type": "void", "build": "1207" }, "0x74ACA66484CEBAF0": { "name": "_0x74ACA66484CEBAF0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x49C44FE78A135A1D": { "name": "_0x49C44FE78A135A1D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF650DCF5D6F312C1": { "name": "_0xF650DCF5D6F312C1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1232" }, "0x2B6846401D68E563": { "name": "_GET_STRING_FROM_FLOAT", "comment": "", "params": [ { "type": "float", "name": "value" }, { "type": "int", "name": "digits" } ], "return_type": "const char*", "build": "1207" }, "0x6C4DBF553885F9EB": { "name": "_GET_STRING_FROM_VECTOR", "comment": "Returns a string in the following format: <<%.4f,%.4f,%.4f>>", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "const char*", "build": "1207" }, "0xF216F74101968DB0": { "name": "_GET_STRING_FROM_BOOL", "comment": "", "params": [ { "type": "BOOL", "name": "value" } ], "return_type": "const char*", "build": "1207" }, "0xFA925AC00EB830B9": { "name": "VAR_STRING", "comment": "Note: The first bit in 'flags' must not be set.\nIt is also required to pass at least one extra argument (this must be a text label string or hash).\nWhen passing a hash, flags should be 0.", "params": [ { "type": "int", "name": "flags" }, { "type": "", "name": "..." } ], "return_type": "const char*", "build": "1207", "variadic": true }, "0xBCC2CFADEA1AEA6C": { "name": "_CREATE_COLOR_STRING", "comment": "Returns a formatted string (0x%x)", "params": [ { "type": "int", "name": "rgb" } ], "return_type": "const char*", "build": "1207" }, "0x324DC1CEF57F31E6": { "name": "SET_BITS_IN_RANGE", "comment": "", "params": [ { "type": "int*", "name": "var" }, { "type": "int", "name": "rangeStart" }, { "type": "int", "name": "rangeEnd" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8EF07E15701D61ED", "gta_jhash": "0x32094719" }, "0x68E1352AF48F905D": { "name": "GET_BITS_IN_RANGE", "comment": "", "params": [ { "type": "int", "name": "var" }, { "type": "int", "name": "rangeStart" }, { "type": "int", "name": "rangeEnd" } ], "return_type": "int", "build": "1207", "gta_hash": "0x53158863FCC0893A", "gta_jhash": "0xCA03A1E5" }, "0xFAEC088D28B1DE4A": { "name": "SET_GAME_PAUSED", "comment": "Make sure to call this from the correct thread if you're using multiple threads because all other threads except the one which is calling SET_GAME_PAUSED will be paused.", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x577D1284D6873711", "gta_jhash": "0x8230FF6C" }, "0x3215376E79F6EA18": { "name": "SET_THIS_SCRIPT_CAN_BE_PAUSED", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAA391C728106F7AF", "gta_jhash": "0xA0C3CE29" }, "0x8ABD939C2E5D00ED": { "name": "SET_THIS_SCRIPT_CAN_REMOVE_BLIPS_CREATED_BY_ANY_SCRIPT", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB98236CAAECEF897", "gta_jhash": "0xD06F1720" }, "0xD4958E8CF0DE0DD0": { "name": "SET_CHEAT_ACTIVE", "comment": "Cheats are GTA IV cheats:\n\n0 = unknown\n1 = unknown (same as 0)\n2 = Max Health and Armor\n3 = Raise Wanted Level\n4 = Lower Wanted Level\n5 = unknown (does nothing)\n6 = Change Weather\n7 = Spawn Annihilator\n8 = Spawn NRG 900\n9 = Spawn FBI\n10 = Spawn Jetmax\n11 = Spawn Comet\n12 = Spawn Turismo\n13 = Spawn Cognoscenti\n14 = Spawn Super GT\n15 = Spawn Sanchez\n\nInitially used in Max Payne 3, that's why we know the name.", "params": [ { "type": "int", "name": "cheatId" } ], "return_type": "void", "build": "1207" }, "0xB711EB4BC8D06013": { "name": "_0xB711EB4BC8D06013", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0xEA6DC3A8ADD2005F": { "name": "POPULATE_NOW", "comment": "spawns a few distant/out-of-sight peds, vehicles, animals etc each time it is called", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x7472BB270D7B4F3E", "gta_jhash": "0x72C20700" }, "0xF9E7DBB39080640B": { "name": "IS_GAME_SESSION_STATE_MACHINE_IDLE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x279B0696DA4657EB": { "name": "_QUEUE_SAVEGAME_OPERATION", "comment": "p0 must be < 2", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x1B065A2BF7953815": { "name": "_GET_STATUS_OF_SAVEGAME_OPERATION", "comment": "Only 0 and 1 are valid for p0, higher values causes the native to return 2.", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x6C7B68D3CE60E8DE": { "name": "_0x6C7B68D3CE60E8DE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x627B68D9CE6EE8DE": { "name": "_0x627B68D9CE6EE8DE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7CF96F1250EF3221": { "name": "_0x7CF96F1250EF3221", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xF7AC7DC0DEE7C9BE": { "name": "COPY_SCRIPT_STRUCT", "comment": "Old name: _COPY_MEMORY", "params": [ { "type": "Any*", "name": "dst" }, { "type": "Any*", "name": "src" }, { "type": "int", "name": "size" } ], "return_type": "void", "build": "1207", "gta_hash": "0x213AEB2B90CBA7AC", "gta_jhash": "" }, "0x50E52637EF70EF77": { "name": "ENABLE_DISPATCH_SERVICE", "comment": "enum DispatchType\n{\n\tDT_Invalid,\n\tDT_PoliceAutomobile,\n\tDT_PoliceHelicopter,\n\tDT_FireDepartment,\n\tDT_SwatAutomobile,\n\tDT_AmbulanceDepartment,\n\tDT_PoliceRiders,\n\tDT_PoliceVehicleRequest,\n\tDT_PoliceRoadBlock,\n\tDT_PoliceAutomobileWaitPulledOver,\n\tDT_PoliceAutomobileWaitCruising,\n\tDT_Gangs,\n\tDT_SwatHelicopter,\n\tDT_PoliceBoat,\n\tDT_ArmyVehicle,\n\tDT_OnFoot,\n\tDT_PoliceDogs\n};", "params": [ { "type": "int", "name": "dispatchService" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDC0F817884CDD856", "gta_jhash": "0x0B710A51" }, "0x66947E61A44DE2C6": { "name": "BLOCK_DISPATCH_SERVICE_RESOURCE_CREATION", "comment": "dispatchService: see ENABLE_DISPATCH_SERVICE", "params": [ { "type": "int", "name": "dispatchService" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9B2BD3773123EA2F", "gta_jhash": "0xE0F0684F" }, "0x3F892CAF67444AE7": { "name": "CREATE_INCIDENT", "comment": "dispatchService: see ENABLE_DISPATCH_SERVICE", "params": [ { "type": "int", "name": "dispatchService" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "numUnits" }, { "type": "float", "name": "radius" }, { "type": "int*", "name": "outIncidentID" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3F892CAF67444AE7", "gta_jhash": "0xFC5FF7B3" }, "0xAB3D3F45436DB1D8": { "name": "_CREATE_INCIDENT_WITH_ENTITIES", "comment": "dispatchService: see ENABLE_DISPATCH_SERVICE\n\nThe entities must be added to itemSet.", "params": [ { "type": "int", "name": "dispatchService" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "ItemSet", "name": "itemSet" }, { "type": "float", "name": "radius" }, { "type": "int*", "name": "outIncidentID" } ], "return_type": "BOOL", "build": "1207" }, "0x5CFD0F0D6AAE0AEE": { "name": "DELETE_INCIDENT", "comment": "Delete an incident with a given id.", "params": [ { "type": "int", "name": "incidentId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x556C1AA270D5A207", "gta_jhash": "0x212BD0DC" }, "0x39F2B1BAD412246A": { "name": "IS_INCIDENT_VALID", "comment": "", "params": [ { "type": "int", "name": "incidentId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC8BC6461E629BEAA", "gta_jhash": "0x31FD0BA4" }, "0x9617B6E5F6537B63": { "name": "_SET_INCIDENT_UNK", "comment": "", "params": [ { "type": "int", "name": "incidentId" } ], "return_type": "void", "build": "1207" }, "0x5EBDA1A3B8CB5EF7": { "name": "ADD_POP_MULTIPLIER_AREA", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "float", "name": "pedDensity" }, { "type": "float", "name": "trafficDensity" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "int", "build": "1207", "gta_hash": "0x67F6413D3220E18D", "gta_jhash": "0x42BF09B3" }, "0x03BA619C81A646B3": { "name": "DOES_POP_MULTIPLIER_AREA_EXIST", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1327E2FE9746BAEE", "gta_jhash": "0xE933B34A" }, "0x88CB484364EFB37A": { "name": "REMOVE_POP_MULTIPLIER_AREA", "comment": "", "params": [ { "type": "int", "name": "id" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB129E447A2EDA4BF", "gta_jhash": "0xFBDBE374" }, "0x3233C4EC0514C7EC": { "name": "_ADD_POP_MULTIPLIER_VOLUME", "comment": "Only used in script function PROCESS_ZONE_CREATION\nReturns Pop multiplier volume ID", "params": [ { "type": "Volume", "name": "volume" }, { "type": "float", "name": "pedDensity" }, { "type": "float", "name": "vehicleDensity" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "int", "build": "1207" }, "0x39D6DACE323A20B6": { "name": "_DOES_POP_MULTIPLIER_AREA_EXIST_FOR_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0xBD090F5B1DB82189": { "name": "_REMOVE_POP_MULTIPLIER_AREA_FOR_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF569E33FB72ED28E": { "name": "_0xF569E33FB72ED28E", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC7817264BC4B6377": { "name": "RESET_DISPATCH_IDEAL_SPAWN_DISTANCE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x77A84429DD9F0A15", "gta_jhash": "0xDA65ECAA" }, "0xEAB6823B82FBD283": { "name": "SET_DISPATCH_IDEAL_SPAWN_DISTANCE", "comment": "", "params": [ { "type": "float", "name": "fIdealSpawnDistance" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6FE601A64180D423", "gta_jhash": "0x6283BE32" }, "0x96498D922D8D0D0A": { "name": "_RESET_DISPATCH_MIN_SPAWN_DISTANCE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x27A1B170AA8AF84C": { "name": "_SET_DISPATCH_MIN_SPAWN_DISTANCE", "comment": "", "params": [ { "type": "float", "name": "minSpawnDistance" } ], "return_type": "void", "build": "1207" }, "0x54EC7B6BC72BAD69": { "name": "_RESET_DISPATCH_MAX_SPAWN_DISTANCE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x89314FB3463E28DE": { "name": "_SET_DISPATCH_MAX_SPAWN_DISTANCE", "comment": "", "params": [ { "type": "float", "name": "maxSpawnDistance" } ], "return_type": "void", "build": "1207" }, "0x4B0501A468B749F8": { "name": "_0x4B0501A468B749F8", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x6BCF7B5CD338281A": { "name": "_0x6BCF7B5CD338281A", "comment": "_SET_DISPATCH_*, unused", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA2D5A26208421426": { "name": "_ADD_DISPATCH_SPAWN_BLOCKING_AREA", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "Any", "build": "1207" }, "0x49F751F6868DDC5B": { "name": "REMOVE_DISPATCH_SPAWN_BLOCKING_AREA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x264AC28B01B353A5", "gta_jhash": "0xA8D2FB92" }, "0xEF42F56F69877125": { "name": "RESET_WANTED_RESPONSE_NUM_PEDS_TO_SPAWN", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xD9F692D349249528", "gta_jhash": "0xE0C9307E" }, "0xE4EE55E63FA9AF45": { "name": "ADD_TACTICAL_NAV_MESH_POINT", "comment": "Params: p3 is 0 in R* Script utopia2", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB8721407EE9C3FF6", "gta_jhash": "0x24A4E0B2" }, "0xD93B6516C6878267": { "name": "CLEAR_TACTICAL_NAV_MESH_POINTS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xB3CD58CCA6CDA852", "gta_jhash": "0x66C3C59C" }, "0x044131118D8DB3CD": { "name": "DISPLAY_ONSCREEN_KEYBOARD", "comment": "enum eOnscreenKeyboardTextType\n{\n\tKTEXTTYPE_INVALID = -1,\n\tKTEXTTYPE_DEFAULT,\n\tKTEXTTYPE_EMAIL,\n\tKTEXTTYPE_PASSWORD,\n\tKTEXTTYPE_NUMERIC,\n\tKTEXTTYPE_ALPHABET,\n\tKTEXTTYPE_GAMERTAG,\n\tKTEXTTYPE_FILENAME,\n\tKTEXTTYPE_COUNT\n};", "params": [ { "type": "int", "name": "textType" }, { "type": "const char*", "name": "windowTitle" }, { "type": "const char*", "name": "p2" }, { "type": "const char*", "name": "defaultText" }, { "type": "const char*", "name": "defaultConcat1" }, { "type": "const char*", "name": "defaultConcat2" }, { "type": "const char*", "name": "defaultConcat3" }, { "type": "int", "name": "maxInputLength" } ], "return_type": "void", "build": "1207", "gta_hash": "0x00DC833F2568DBF6", "gta_jhash": "0xAD99F2CE" }, "0x37DF360F235A3893": { "name": "UPDATE_ONSCREEN_KEYBOARD", "comment": "Returns the current status of the onscreen keyboard, and updates the output.\n\nStatus Codes:\n\n0 - User still editing\n1 - User has finished editing\n2 - User has canceled editing\n3 - Keyboard isn't active", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x0CF2B696BBF945AE", "gta_jhash": "0x23D0A1CE" }, "0xAFB4CF58A4A292B1": { "name": "GET_ONSCREEN_KEYBOARD_RESULT", "comment": "Returns NULL unless UPDATE_ONSCREEN_KEYBOARD() returns 1 in the same tick.", "params": [], "return_type": "const char*", "build": "1207", "gta_hash": "0x8362B09B91893647", "gta_jhash": "0x44828FB3" }, "0x58A39BE597CE99CD": { "name": "CANCEL_ONSCREEN_KEYBOARD", "comment": "Old name: _CANCEL_ONSCREEN_KEYBOARD", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x58A39BE597CE99CD", "gta_jhash": "" }, "0x5CB71EAA1429A358": { "name": "NEXT_ONSCREEN_KEYBOARD_RESULT_WILL_DISPLAY_USING_THESE_FONTS", "comment": "", "params": [ { "type": "int", "name": "fontBitField" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3ED1438C1F5C6612", "gta_jhash": "0x3301EA47" }, "0x7ACF124C12A2B045": { "name": "ACTION_MANAGER_ENABLE_ACTION", "comment": "Appears to remove stealth kill action from memory (?)", "params": [ { "type": "Hash", "name": "hash" }, { "type": "BOOL", "name": "enable" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA6A12939F16D85BE", "gta_jhash": "0x42B484ED" }, "0xFD0759658268FD8E": { "name": "ACTION_MANAGER_IS_ACTION_ENABLED", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0x2E036F0480B8BF02": { "name": "GET_REAL_WORLD_TIME", "comment": "Returns GET_GAME_TIMER() / 1000\nOnly used in rcm_pearson1.ysc", "params": [], "return_type": "int", "build": "1207" }, "0xB3E9BE963F10C445": { "name": "SET_SUPER_JUMP_THIS_FRAME", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x57FFF03E423A4C0B", "gta_jhash": "0x86745EF3" }, "0x8AE059F47158417E": { "name": "SCRIPT_RACE_INIT", "comment": "", "params": [ { "type": "int", "name": "numCheckpoints" }, { "type": "int", "name": "numLaps" }, { "type": "int", "name": "numPlayers" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0A60017F841A54F2", "gta_jhash": "0x2D33F15A" }, "0x334CE0DA4FAF330C": { "name": "SCRIPT_RACE_SHUTDOWN", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x1FF6BF9A63E5757F", "gta_jhash": "0xDF99925C" }, "0xBA62B4D80FA66BD6": { "name": "SCRIPT_RACE_PLAYER_HIT_CHECKPOINT", "comment": "", "params": [ { "type": "int", "name": "part" }, { "type": "int", "name": "checkpoint" }, { "type": "int", "name": "lap" }, { "type": "int", "name": "time" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1BB299305C3E8C13", "gta_jhash": "0xA27F4472" }, "0x769E848C66E3C2BB": { "name": "SCRIPT_RACE_GET_PLAYER_SPLIT_TIME", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8EF5573A1F801A5C", "gta_jhash": "0x07FF553F" }, "0x29D1F6DF864A094E": { "name": "START_END_USER_BENCHMARK", "comment": "Begins with START_*. Next character in the name is either D or E.\n\nOld name: _START_BENCHMARK_RECORDING", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x92790862E36C2ADA", "gta_jhash": "" }, "0xB89AEC71AFF2B599": { "name": "STOP_END_USER_BENCHMARK", "comment": "Begins with STOP_*. Next character in the name is either D or E.\n\nOld name: _STOP_BENCHMARK_RECORDING", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xC7DB36C24634F52B", "gta_jhash": "" }, "0xECBABD0307FB216F": { "name": "RESET_END_USER_BENCHMARK", "comment": "Begins with RESET_*. Next character in the name is either D or E.\n\nOld name: _RESET_BENCHMARK_RECORDING", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x437138B6A830166A", "gta_jhash": "" }, "0xF4743E2ECC02B3DA": { "name": "SAVE_END_USER_BENCHMARK", "comment": "Saves the benchmark recording to %USERPROFILE%\\Documents\\Rockstar Games\\Red Dead Redemption 2\\Benchmarks and submits some metrics.\n\nOld name: _SAVE_BENCHMARK_RECORDING", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x37DEB0AA183FB6D8", "gta_jhash": "" }, "0x4FFA0386A6216113": { "name": "UI_STARTED_END_USER_BENCHMARK", "comment": "Hardcoded to return false.\n\nOld name: _UI_IS_SINGLEPLAYER_PAUSE_MENU_ACTIVE", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEA2F2061875EED90", "gta_jhash": "" }, "0x22FC52CF470CC98D": { "name": "GET_BENCHMARK_ITERATIONS", "comment": "Returns value of the '-benchmarkIterations' command line option.\n\nOld name: _GET_BENCHMARK_ITERATIONS_FROM_COMMAND_LINE", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x4750FC27570311EC", "gta_jhash": "" }, "0x9297DACF3A2CDFF7": { "name": "GET_BENCHMARK_PASS", "comment": "Returns value of the '-benchmarkPass' command line option.\n\nOld name: _GET_BENCHMARK_PASS_FROM_COMMAND_LINE", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x1B2366C3F2A5C8DF", "gta_jhash": "" }, "0xDC057B86FC157031": { "name": "_0xDC057B86FC157031", "comment": "Hardcoded to return one/true.", "params": [], "return_type": "Any", "build": "1207", "unused": true }, "0x9A252AA23D7098F2": { "name": "_0x9A252AA23D7098F2", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xBDC6E364C9C78178": { "name": "_DOES_ITEM_HAVE_VALID_BASE", "comment": "", "params": [ { "type": "ScrHandle", "name": "item" } ], "return_type": "BOOL", "build": "1207" }, "0xDC8D2FF478DF9553": { "name": "_GET_ITEM_TYPE", "comment": "0 = invalid\n1 = CEntity\n2 = rage::volBase\n3 = rage::volSphere\n4 = rage::volBox\n5 = rage::volAggregate\n6 = rage::volCylinder\n7 = CScriptedCoverPoint\n8 = rage::ptfxScriptInfo\n9 = CPed\n10 = CVehicle\n11 = CObject\n12 = CItemSet\n13 = CPersistentCharacter", "params": [ { "type": "ScrHandle", "name": "handle" } ], "return_type": "int", "build": "1207" }, "0x716F17F8A0419F95": { "name": "_IS_BASE_A_PERSISTENT_CHARACTER", "comment": "", "params": [ { "type": "ScrHandle", "name": "handle" } ], "return_type": "BOOL", "build": "1207" }, "0xFEC1D4B5C82C176F": { "name": "_IS_BASE_A_COVER_POINT", "comment": "", "params": [ { "type": "ScrHandle", "name": "handle" } ], "return_type": "BOOL", "build": "1207" }, "0x553D67295DDD2309": { "name": "_0x553D67295DDD2309", "comment": "UPDATE_PICKUP_COLLECTIBLE: set Eagle Eye fountain\n_J*, _K*, _L*", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0xF18AF483DF70BBDE": { "name": "_GET_VOLUME_FROM_INDEXED_ITEM", "comment": "", "params": [ { "type": "ScrHandle", "name": "item" } ], "return_type": "Volume", "build": "1207" }, "0xEE04C0AFD4EFAF0E": { "name": "_GET_ENTITY_FROM_ITEM", "comment": "", "params": [ { "type": "ScrHandle", "name": "item" } ], "return_type": "Entity", "build": "1207" }, "0x3FFB15534067DCD4": { "name": "_GET_PED_FROM_INDEXED_ITEM", "comment": "", "params": [ { "type": "ScrHandle", "name": "item" } ], "return_type": "Ped", "build": "1207" }, "0xE578C8AE173719B3": { "name": "_GET_VEHICLE_FROM_INDEXED_ITEM", "comment": "", "params": [ { "type": "ScrHandle", "name": "item" } ], "return_type": "Vehicle", "build": "1207" }, "0x18013392501CE5DC": { "name": "_GET_OBJECT_FROM_INDEXED_ITEM", "comment": "", "params": [ { "type": "ScrHandle", "name": "item" } ], "return_type": "Object", "build": "1207" }, "0x33982467B1E349EF": { "name": "_0x33982467B1E349EF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x8314FC2013ECE2DA": { "name": "_0x8314FC2013ECE2DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x4D5C9CC7E7E23E09": { "name": "_0x4D5C9CC7E7E23E09", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x870708A6E147A9AD": { "name": "REGISTER_INTERACTION_LOCKON_PROMPT", "comment": "p3 is usually the same value of radius\np8 determines whether the ILO prompt is a lock on prompt with RMB", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "text" }, { "type": "float", "name": "radius" }, { "type": "float", "name": "p3" }, { "type": "int", "name": "flag" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "Prompt", "name": "prompt" }, { "type": "BOOL", "name": "p8" }, { "type": "int", "name": "p9" } ], "return_type": "BOOL", "build": "1207" }, "0xE98D55C5983F2509": { "name": "UNREGISTER_INTERACTION_LOCKON_PROMPT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0xFC6ECB9170145ECE": { "name": "_0xFC6ECB9170145ECE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x35165C658077CD0B": { "name": "_0x35165C658077CD0B", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x4B101DBCC9482F2D": { "name": "_0x4B101DBCC9482F2D", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xF236C84C6ADFCB2F": { "name": "_IS_MISSION_CREATOR_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xA3A8926951471C82": { "name": "_0xA3A8926951471C82", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x88BC5F4AEF77FC4E": { "name": "_CREATE_AI_MEMORY", "comment": "aiMemoryType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/_CREATE_AI_MEMORY", "params": [ { "type": "Any*", "name": "args" }, { "type": "int", "name": "aiMemoryType" } ], "return_type": "void", "build": "1207" }, "0xFDF38E2B711BF78E": { "name": "_GET_AI_PED_DOES_HAVE_EVENT_MEMORY", "comment": "", "params": [ { "type": "Any*", "name": "args" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xEB946B9E579729AD": { "name": "_0xEB946B9E579729AD", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6AC4AF46A6B8DFB2": { "name": "_SET_AI_MEMORY_REACTIONS_ENABLED", "comment": "Used in CAIConditionAmbientAIMemoryReactionsEnabled", "params": [ { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0x8DB104CCEBCD58C5": { "name": "_0x8DB104CCEBCD58C5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x68319452C5064ABA": { "name": "_0x68319452C5064ABA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDE2C3B74D2B3705C": { "name": "_0xDE2C3B74D2B3705C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x49F3241C28EBBFBC": { "name": "_0x49F3241C28EBBFBC", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x183672FE838A661B": { "name": "_0x183672FE838A661B", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "void", "build": "1207" }, "0x38C0C9CAE1544500": { "name": "_0x38C0C9CAE1544500", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x154340E87D8CC178": { "name": "_0x154340E87D8CC178", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x94FCADCF9F0C368E": { "name": "_0x94FCADCF9F0C368E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0D0AE5081F88CFE1": { "name": "_0x0D0AE5081F88CFE1", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xAF3A84C7DE6A1DC5": { "name": "_0xAF3A84C7DE6A1DC5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x48E4D50F87A96AA5": { "name": "_LOOT_TABLES_GET_INFO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "Hash", "name": "lootTableKey" }, { "type": "Any*", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xB1F6665AA54DCD5C": { "name": "_0xB1F6665AA54DCD5C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8BB99B85444544D9": { "name": "_0x8BB99B85444544D9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x6F02B5E50511721E": { "name": "_0x6F02B5E50511721E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCC1BAF72D571DB8D": { "name": "_0xCC1BAF72D571DB8D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x5170DDA6D63ACAAA": { "name": "_IS_PED_DECOMPOSED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x674B90BE1115846D": { "name": "SET_PED_DECOMPOSED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xAB26DEEE120FD3FD": { "name": "_0xAB26DEEE120FD3FD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x082C043C7AFC3747": { "name": "_0x082C043C7AFC3747", "comment": "", "params": [ { "type": "int", "name": "compositeId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x40D72189F46D2E15": { "name": "DISABLE_LOOTING_COMPOSITE_LOOTABLE_THIS_FRAME", "comment": "", "params": [ { "type": "int", "name": "compositeId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBB282CF5D2333FB8": { "name": "_0xBB282CF5D2333FB8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAD44856A1CD29635": { "name": "_0xAD44856A1CD29635", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x38C2BF94D15F464D": { "name": "_0x38C2BF94D15F464D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x3A87FDA8F1B6CDFB": { "name": "_0x3A87FDA8F1B6CDFB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4647842FE8F31C1E": { "name": "_0x4647842FE8F31C1E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF9B91C5129EABC08": { "name": "_GET_LOOTING_EVENT_HAS_FIRED", "comment": "Event names in the scripts: MGBegin, MGEnd, ReadyForCut", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "eventName" } ], "return_type": "BOOL", "build": "1207" }, "0x9B47971234169990": { "name": "_SET_LOOT_PELT_SATCHEL_ITEM", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "item" } ], "return_type": "void", "build": "1207" }, "0x96282005C5C6801F": { "name": "_0x96282005C5C6801F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0xF63FA29D4A9ACA86": { "name": "_0xF63FA29D4A9ACA86", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8C0F6A3D7236DEEB": { "name": "_0x8C0F6A3D7236DEEB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7FA58CED69405F9A": { "name": "_0x7FA58CED69405F9A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA08111B053D84B4D": { "name": "_0xA08111B053D84B4D", "comment": "_CLEAR*", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xACB7E1418A8B6E32": { "name": "_IS_GLOBAL_BLOCK_VALID", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0xE97240065406CB80": { "name": "_SET_GLOBAL_BLOCK_IS_LOADED", "comment": "", "params": [ { "type": "int", "name": "index" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x4CABE596D632E4B0": { "name": "GAME_FRAMEWORK_MANAGER_INIT", "comment": "", "params": [ { "type": "Hash", "name": "transitionMode" } ], "return_type": "BOOL", "build": "1207" }, "0xAFF2FD8ADD927585": { "name": "_GAME_FRAMEWORK_MANAGER_SHUTDOWN", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFAED234C7F53ABEB": { "name": "_GAME_FRAMEWORK_MANAGER_GET_MODE", "comment": "", "params": [], "return_type": "Hash", "build": "1207" }, "0x36040772DF5E59A0": { "name": "_IS_PLAYER_OWNING_STANDALONE_SP", "comment": "", "params": [], "return_type": "BOOL", "build": "1355" }, "0x0358B8A41916C613": { "name": "_0x0358B8A41916C613", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x550F05CFFBD63C8C": { "name": "_SET_GAME_LOGIC_PAUSED", "comment": "Note: this native was added in build 1232.56", "params": [], "return_type": "void", "build": "1232" }, "0xA565FAC215CBC77D": { "name": "STOP_CURRENT_LOADING_PROGRESS_TIMER", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0xDBDA48EC456ED908": { "name": "_0xDBDA48EC456ED908", "comment": "", "params": [], "return_type": "void", "build": "1436" } }, "MISSIONDATA": { "0xE54DC27571D5EDC5": { "name": "MISSIONDATA_IS_VALID", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x57E798B65C45EE17": { "name": "MISSIONDATA_GET_CATAGORY", "comment": "", "params": [ { "type": "Hash", "name": "missionId" } ], "return_type": "Hash", "build": "1232" }, "0x57E798B56C45EE15": { "name": "MISSIONDATA_GET_TEXTURE_NAME", "comment": "", "params": [ { "type": "Hash", "name": "missionId" } ], "return_type": "Hash", "build": "1207" }, "0x57E798B57C45EE16": { "name": "MISSIONDATA_GET_TEXTURE_TXD", "comment": "", "params": [ { "type": "Hash", "name": "missionId" } ], "return_type": "Hash", "build": "1207" }, "0xE54DC27571D5EDC4": { "name": "MISSIONDATA_WAS_COMPLETED", "comment": "see: missions.meta", "params": [ { "type": "Hash", "name": "missionId" } ], "return_type": "BOOL", "build": "1207" }, "0x57E798B54C45EE1A": { "name": "MISSIONDATA_GET_RATING", "comment": "", "params": [ { "type": "Hash", "name": "missionId" } ], "return_type": "int", "build": "1207" }, "0xE824CE7D13FCB300": { "name": "_MISSIONDATA_SET_MISSION_RATING", "comment": "MISSION_RATING_INCOMPLETE = 0,\nMISSION_RATING_SKIPPED,\nMISSION_RATING_COMPLETE,\nMISSION_RATING_BRONZE,\nMISSION_RATING_SILVER,\nMISSION_RATING_GOLD,", "params": [ { "type": "Hash", "name": "missionId" }, { "type": "int", "name": "rating" } ], "return_type": "void", "build": "1207" }, "0xE824CE7D13FCB35E": { "name": "MISSIONDATA_IS_REQUIRED_STORY_MISSION", "comment": "", "params": [ { "type": "Hash", "name": "missionId" } ], "return_type": "BOOL", "build": "1207" }, "0xE4E2C581F127A11C": { "name": "_MISSIONDATA_SET_REPLAY_STATE_LOCKED", "comment": "replayState: MISSIONDATA_GET_REPLAY_STATE", "params": [ { "type": "Hash", "name": "missionId" }, { "type": "int", "name": "replayState" } ], "return_type": "void", "build": "1207" }, "0x8C32D86E9556ED86": { "name": "MISSIONDATA_GET_REPLAY_STATE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x12F65317708749A5": { "name": "MISSIONDATA_SET_RATING_SCORES", "comment": "", "params": [ { "type": "Hash", "name": "missionId" }, { "type": "int", "name": "bronzeScore" }, { "type": "int", "name": "silverScore" }, { "type": "int", "name": "goldScore" } ], "return_type": "void", "build": "1207" }, "0x3A04F0169DA87A9D": { "name": "MISSIONDATA_SET_HIGH_SCORE", "comment": "", "params": [ { "type": "Hash", "name": "missionId" }, { "type": "int", "name": "score" } ], "return_type": "void", "build": "1207" }, "0x9AABABF8313C3516": { "name": "MISSIONDATA_GET_HIGH_SCORE", "comment": "", "params": [ { "type": "Hash", "name": "missionId" } ], "return_type": "int", "build": "1207" }, "0xE145864DECC34219": { "name": "_MISSIONDATA_IS_REPLAY_CATEGORY_LOCKED", "comment": "", "params": [ { "type": "Hash", "name": "category" } ], "return_type": "BOOL", "build": "1232" }, "0x957A830C9B4B99EA": { "name": "MISSIONDATA_SET_REPLAY_LOCKED_FOR_CATEGORY", "comment": "", "params": [ { "type": "Hash", "name": "category" }, { "type": "BOOL", "name": "locked" } ], "return_type": "void", "build": "1232" }, "0x25855B1574BF8CD5": { "name": "_MISSIONDATA_TIMECYCLE_BOX_SET_MODIFIER", "comment": "", "params": [ { "type": "const char*", "name": "timecycleName" } ], "return_type": "void", "build": "1207" }, "0x7F89E15A8FB8DE97": { "name": "_MISSIONDATA_TIMECYCLE_BOX_DELETE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x7E8F86A4FA33033C": { "name": "_MISSIONDATA_TIMECYCLE_BOX_EXISTS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" } }, "MONEY": { "0x0C02DABFA3B98176": { "name": "_MONEY_GET_CASH_BALANCE", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x466BC8769CF26A7A": { "name": "_MONEY_DECREMENT_CASH_BALANCE", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "BOOL", "build": "1207" }, "0xBC3422DC91667621": { "name": "_MONEY_INCREMENT_CASH_BALANCE", "comment": "", "params": [ { "type": "int", "name": "amount" }, { "type": "Hash", "name": "addReason" } ], "return_type": "BOOL", "build": "1207" }, "0x282D36FF103D78DF": { "name": "_NETWORK_GET_STRING_CASH_BALANCE", "comment": "", "params": [], "return_type": "const char*", "build": "1207", "unused": true }, "0xAEC5F0119867E457": { "name": "_NETWORK_IS_MONEY_BALANCE_NOT_LESS_THAN", "comment": "", "params": [ { "type": "int", "name": "cashBalance" }, { "type": "int", "name": "goldBarBalance" } ], "return_type": "BOOL", "build": "1207" }, "0xA46FD001D1BE896C": { "name": "_0xA46FD001D1BE896C", "comment": "", "params": [], "return_type": "const char*", "build": "1207", "unused": true }, "0x07AD9E43FD478527": { "name": "_0x07AD9E43FD478527", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x8A67120DBC299525": { "name": "_NETWORK_GET_CASH_BALANCE", "comment": "", "params": [], "return_type": "int", "build": "1207" } }, "NETSHOPPING": { "0xC019112F8995DC1C": { "name": "CASHINVENTORY_INIT_SESSION_STATUS", "comment": "", "params": [ { "type": "int*", "name": "p0" }, { "type": "int*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xFCC24220FDDAC929": { "name": "_CASHINVENTORY_IS_SESSION_READY", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x6CE9FB6332B5E46E": { "name": "CASHINVENTORY_IS_CONNECTION_FAULTED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xD1CE92D1D9BE170A": { "name": "_CASHINVENTORY_INIT_SESSION_IS_FAULTED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFFEA09CCEC4AF32F": { "name": "_CASHINVENTORY_TRANSACTION_FIRE_AND_FORGET_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "actionHash" }, { "type": "int*", "name": "id" }, { "type": "Any*", "name": "item" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xF039EC27F4490E96": { "name": "_CASHINVENTORY_TRANSACTION_START", "comment": "", "params": [ { "type": "int*", "name": "id" }, { "type": "Hash", "name": "type" }, { "type": "Hash", "name": "actionHash" } ], "return_type": "BOOL", "build": "1207" }, "0x52A226ADF4A270D2": { "name": "_CASHINVENTORY_TRANSACTION_GET_BASKET_IS_VALID", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "BOOL", "build": "1207" }, "0x59EF5D516E2D96B9": { "name": "_CASHINVENTORY_TRANSACTION_DELETE", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "BOOL", "build": "1207" }, "0x6C9F12700BCE69F4": { "name": "_CASHINVENTORY_TRANSACTION_VALIDATE_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x38640A8C2DEF011B": { "name": "_0x38640A8C2DEF011B", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1311" }, "0xA3B8D31C13CB4239": { "name": "_0xA3B8D31C13CB4239", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Any*", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "Any*", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "BOOL", "build": "1311" }, "0x52BDE32F21BA3B6D": { "name": "_CASHINVENTORY_TRANSACTION_ADD_AWARD", "comment": "", "params": [ { "type": "int", "name": "id" }, { "type": "Hash", "name": "hash" }, { "type": "Any*", "name": "p2" }, { "type": "Any*", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x7616B5F0895C2D99": { "name": "_CASHINVENTORY_TRANSACTION_GET_ITEM_INFO", "comment": "", "params": [ { "type": "int", "name": "id" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "itemInfo" } ], "return_type": "BOOL", "build": "1207" }, "0xCF2D04D076847478": { "name": "_CASHINVENTORY_TRANSACTION_GET_NUM_OF_ITEMS", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "int", "build": "1207" }, "0xBD2D520C51CCFF52": { "name": "_CASHINVENTORY_TRANSACTION_GET_ACTION", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "Hash", "build": "1207" }, "0x592BC00BF6629BE7": { "name": "_CASHINVENTORY_TRANSACTION_CHECKOUT", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "BOOL", "build": "1207" }, "0x26C008791D066F37": { "name": "_CASHINVENTORY_TRANSACTION_CHECKOUT_STATUS", "comment": "", "params": [ { "type": "int", "name": "id" }, { "type": "int*", "name": "status" } ], "return_type": "BOOL", "build": "1207" }, "0xB6F4557060EF0FB4": { "name": "_0xB6F4557060EF0FB4", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x98412398BBE73F61": { "name": "_CASHINVENTORY_TRANSACTION_RESPONSE_GET_ITEM_INFO", "comment": "", "params": [ { "type": "int", "name": "id" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "itemInfo" } ], "return_type": "BOOL", "build": "1207" }, "0xCE54C9ABE6FBC6DB": { "name": "_0xCE54C9ABE6FBC6DB", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xA0B7094629724974": { "name": "_0xA0B7094629724974", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x92A32BA29622763F": { "name": "_0x92A32BA29622763F", "comment": "", "params": [ { "type": "int", "name": "id" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x3FA09DD57B93C0DE": { "name": "_0x3FA09DD57B93C0DE", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0xD1555FBC96C88444": { "name": "_0xD1555FBC96C88444", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "BOOL", "build": "1207" } }, "NETWORK": { "0x1077788E268557C2": { "name": "NETWORK_IS_SIGNED_ONLINE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1077788E268557C2", "gta_jhash": "0x6E5BDCE2" }, "0x74FB3E29E6D10FA9": { "name": "NETWORK_GET_NP_UNAVAILABLE_REASON", "comment": "Hardcoded to return zero.\n\n==== PS4 specific info ====\n\nReturns some sort of unavailable reason:\n-1 = REASON_INVALID\n 0 = REASON_OTHER\n 1 = REASON_SYSTEM_UPDATE\n 2 = REASON_GAME_UPDATE\n 3 = REASON_SIGNED_OUT\n 4 = REASON_AGE\n 5 = REASON_CONNECTION\n\n=================================", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x74FB3E29E6D10FA9", "gta_jhash": "" }, "0x85443FF4C328F53B": { "name": "NETWORK_HAS_VALID_ROS_CREDENTIALS", "comment": "Returns whether the signed-in user has valid Rockstar Online Services (ROS) credentials.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x85443FF4C328F53B", "gta_jhash": "0x3FB40673" }, "0x9A4CF4F48AD77302": { "name": "NETWORK_IS_CLOUD_AVAILABLE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9A4CF4F48AD77302", "gta_jhash": "0xC7FF5AFC" }, "0x67A5589628E0CFF6": { "name": "NETWORK_HAS_SOCIAL_CLUB_ACCOUNT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x67A5589628E0CFF6", "gta_jhash": "0x66EC713F" }, "0x8DB296B814EDDA07": { "name": "NETWORK_IS_HOST", "comment": "If you are host, returns true else returns false.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8DB296B814EDDA07", "gta_jhash": "0xE46AC10F" }, "0x25CB5A9F37BFD063": { "name": "NETWORK_HAVE_ONLINE_PRIVILEGES", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x25CB5A9F37BFD063", "gta_jhash": "0xEF63BFDF" }, "0x595F028698072DD9": { "name": "NETWORK_CHECK_USER_CONTENT_PRIVILEGES", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x595F028698072DD9", "gta_jhash": "0xBB54AA3D" }, "0x83F28CE49FBBFFBA": { "name": "NETWORK_CHECK_COMMUNICATION_PRIVILEGES", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x83F28CE49FBBFFBA", "gta_jhash": "0xA79E5B05" }, "0x246545C37C27A717": { "name": "NETWORK_CAN_VIEW_GAMER_USER_CONTENT", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0xF23A6D6C11D8EC15": { "name": "_0xF23A6D6C11D8EC15", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x3E8CCE6769DB5F34": { "name": "_0x3E8CCE6769DB5F34", "comment": "Stadia only; always returns -1 on other platforms. p0 may be a BOOL.", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xDBDF80673BBA3D65": { "name": "_0xDBDF80673BBA3D65", "comment": "Note: this native was added in build 1491.50", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1491" }, "0x83FE8D7229593017": { "name": "NETWORK_SHOW_ACCOUNT_UPGRADE_UI", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x83FE8D7229593017", "gta_jhash": "" }, "0x8FF6059DA26E688A": { "name": "NETWORK_IS_PROMOTION_ENABLED", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" }, "0x78A9535AF83715C6": { "name": "NETWORK_IS_CUSTOM_UPSELL_ENABLED", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" }, "0xDA4B1A479C414FB2": { "name": "NETWORK_SHOULD_SHOW_PROMOTION_DLG", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFC6FCF4C03F1BBF6": { "name": "_0xFC6FCF4C03F1BBF6", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0x160F0CE6D76A39C9": { "name": "_0x160F0CE6D76A39C9", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "Any", "build": "1207", "unused": true }, "0x2FB53C631A49BE92": { "name": "NETWORK_GET_PROMOTION_DLG_SEEN_COUNT", "comment": "Hardcoded to return zero.", "params": [], "return_type": "int", "build": "1207", "unused": true }, "0xE5FF65CFF5160752": { "name": "_0xE5FF65CFF5160752", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xAF50DA1A3F8B1BA4": { "name": "NETWORK_CAN_ACCESS_MULTIPLAYER", "comment": "", "params": [ { "type": "int*", "name": "loadingState" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAF50DA1A3F8B1BA4", "gta_jhash": "0xA520B982" }, "0x2A8112A974DE1EF6": { "name": "NETWORK_CHECK_ACCESS_AND_ALERT_IF_FAIL", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xDD7806FD0543BC3D": { "name": "_NETWORK_GET_GLOBAL_ENTITY_FLAGS", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "unused": true }, "0xA95470DA137587F5": { "name": "_0xA95470DA137587F5", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xBB697756309D77EE": { "name": "_0xBB697756309D77EE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xDD73C9838CE7181D": { "name": "_NETWORK_HAS_COMPLETED_MP_INTRO_FLOW_ON_CURRENT_SLOT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x2C5BD9A43987AA27": { "name": "NETWORK_SET_COMPLETED_MP_INTRO_FLOW_ON_CURRENT_SLOT", "comment": "", "params": [ { "type": "BOOL", "name": "completed" } ], "return_type": "BOOL", "build": "1207" }, "0xD7D0DF27CB1765B5": { "name": "_0xD7D0DF27CB1765B5", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1355" }, "0x86FD10251A7118A4": { "name": "NETWORK_SET_MP_MISSION_FLAG_ON_CURRENT_SLOT", "comment": "", "params": [ { "type": "BOOL", "name": "enabled" }, { "type": "int", "name": "flagIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x3E74A687A73979C6": { "name": "_0x3E74A687A73979C6", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xCEF70AA5B3F89BA1": { "name": "NETWORK_SESSION_IS_PRIVATE", "comment": "Checks for session flag 'SF_PRIVATE'", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCEF70AA5B3F89BA1", "gta_jhash": "0xDB67785D" }, "0xE9B356C330C0A806": { "name": "_NETWORK_SESSION_GET_SESSION_ID", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "Any*", "name": "sessionId" } ], "return_type": "void", "build": "1311", "unused": true }, "0x4DEC5000F7B508F0": { "name": "_NETWORK_SESSION_ARE_SESSION_IDS_EQUAL", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "Any*", "name": "sessionId1" }, { "type": "Any*", "name": "sessionId2" } ], "return_type": "BOOL", "build": "1311", "unused": true }, "0x04019AE4956D4393": { "name": "NETWORK_REQUEST_SESSION_SEAMLESS", "comment": "flags:\nenum eSessionRequestOptionFlags\n{\n\tSESSION_REQUEST_OPTION_FLAG_INCLUDE_GANG_MEMBERS = (1 << 1),\n\tSESSION_REQUEST_OPTION_FLAG_LEADER_KEEPS_GANG = (1 << 7),\n};\n\nseamlessType:\nenum eSeamlessType\n{\n\tSEAMLESS_TYPE_NORMAL,\n\tSEAMLESS_TYPE_PVE,\n\tSEAMLESS_TYPE_DEV,\n\tSEAMLESS_TYPE_NO_SEAMLESS\n};", "params": [ { "type": "int", "name": "flags" }, { "type": "int", "name": "seamlessType" }, { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x2989E131FDE37E97": { "name": "NETWORK_SESSION_REQUEST_SESSION_SEAMLESS", "comment": "Equivalent to NETWORK_REQUEST_SESSION_SEAMLESS if userHash == 0.\nOtherwise it is equivalent to NETWORK_SESSION_REQUEST_SESSION_COMPETITIVE(flags, MATCHTYPE_SEAMLESS, userHash, 0, sessionRequestId);\n\np1 is unused", "params": [ { "type": "int", "name": "flags" }, { "type": "int", "name": "seamlessType" }, { "type": "int", "name": "userHash" }, { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x309BBEBEA8A3986C": { "name": "NETWORK_SESSION_REQUEST_SESSION_COMPETITIVE", "comment": "matchType:\nenum eMatchType\n{\n\tMATCHTYPE_DEPRECATED,\n\tMATCHTYPE_UGCPLAYLIST,\n\tMATCHTYPE_UGCMISSION,\n\tMATCHTYPE_MINIGAME,\n\tMATCHTYPE_SEAMLESS,\n\tMATCHTYPE_PRIVATE_DO_NOT_USE\n};", "params": [ { "type": "int", "name": "flags" }, { "type": "int", "name": "matchType" }, { "type": "int", "name": "userHash" }, { "type": "int", "name": "p3" }, { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x39A8EF7AF29A192C": { "name": "NETWORK_SESSION_REQUEST_SESSION_PRIVATE", "comment": "Session flag 'SF_PRIVATE' is set internally\np1 represents max amount of players in private session", "params": [ { "type": "int", "name": "flags" }, { "type": "int", "name": "numPlayers" }, { "type": "int", "name": "userHash" }, { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x23D9C1F2E4098EDC": { "name": "_NETWORK_SESSION_REQUEST_SESSION_ON_CALL", "comment": "category:\nenum eOnCallType\n{\n\tNETWORK_SESSION_REQUEST_ON_CALL_TYPE_STORY = 2,\n\tNETWORK_SESSION_REQUEST_ON_CALL_TYPE_MATCH = 3\n};", "params": [ { "type": "int", "name": "flags" }, { "type": "int", "name": "category" }, { "type": "Any*", "name": "p2" }, { "type": "int", "name": "userHash" }, { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x4F4672457FF597D1": { "name": "_NETWORK_SESSION_REQUEST_SESSION_NOMINATED", "comment": "", "params": [ { "type": "int", "name": "flags" }, { "type": "int", "name": "userHash" }, { "type": "int", "name": "p2" }, { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1436" }, "0x2F54B146D3EDCE4D": { "name": "NETWORK_SESSION_IS_SESSION_REQUEST_ID_VALID", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xF0C0C94B404206FA": { "name": "NETWORK_SESSION_GET_SESSION_TYPE", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x1413B6BF27AB7A95": { "name": "_0x1413B6BF27AB7A95", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xBAFFDE5F953720D9": { "name": "NETWORK_SESSION_IS_ANY_REQUEST_IN_PROGRESS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xAFA14F98327791CE": { "name": "_0xAFA14F98327791CE", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x8FB7C254CFCBF78E": { "name": "NETWORK_SESSION_IS_REQUEST_IN_PROGRESS", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x9E762A595CF88E4A": { "name": "_NETWORK_SESSION_IS_REQUEST_IN_PROGRESS_BY_QUEUE_GROUP", "comment": "", "params": [ { "type": "int", "name": "queueGroup" } ], "return_type": "BOOL", "build": "1207" }, "0xE72E5C1289BD1F40": { "name": "_NETWORK_SESSION_CANCEL_REQUEST", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xA6F1BAABFF6AD7B9": { "name": "_0xA6F1BAABFF6AD7B9", "comment": "", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0DD051B1BF4B8BD6": { "name": "_NETWORK_SESSION_GET_SESSION_REQUEST_RESULT", "comment": "Returns result of session request:\n0 - NOT_FOUND\n1 - IN_PROGRESS\n2 - TIMEOUT\n3 - PLAYER_OFFLINE\n4 - GANG_MEMBERS_CHANGED\n5 - PLAYER_CANCELLED\n6 - PLAYER_SET_TOO_LARGE\n7 - MATCH_ACCEPTED\n8 - OTHER", "params": [ { "type": "Any*", "name": "sessionRequestId" }, { "type": "int*", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xCCF878D50F8AB10D": { "name": "NETWORK_SESSION_IS_REQUEST_PENDING_TRANSITION", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xF20B18A330E6DB5C": { "name": "_NETWORK_SESSION_TRANSITION_TO_SESSION", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x0F44A5C78D114922": { "name": "_NETWORK_SESSION_IS_NSRR_SUCCESS", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xECE6A0C1B59CD8BE": { "name": "NETWORK_SESSION_LEFT_QUEUE_OR_REQUESTED_SESSION", "comment": "", "params": [ { "type": "Any*", "name": "sessionRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x17C21B7319A05047": { "name": "NETWORK_SESSION_LEAVE_SESSION", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xF2CBC969C4F090C7": { "name": "NETWORK_SESSION_IS_TRANSITIONING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFD4272A137703449": { "name": "_0xFD4272A137703449", "comment": "Only used in R* Script startup_clip", "params": [], "return_type": "void", "build": "1207" }, "0xBDE605F925B07127": { "name": "_NETWORK_SESSION_PLAYLIST_GO_TO_NEXT_CONTENT", "comment": "Only used in R* Script net_rolling_playlist", "params": [], "return_type": "void", "build": "1436" }, "0x8F9DB6CD03B42B58": { "name": "_NETWORK_SESSION_PLAYLIST_GET_UPCOMING_CONTENT", "comment": "Only used in R* Script net_rolling_playlist", "params": [], "return_type": "void", "build": "1436" }, "0x236905C700FDB54D": { "name": "NETWORK_DISABLE_REALTIME_MULTIPLAYER", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x236905C700FDB54D", "gta_jhash": "" }, "0x71FA2D1880C48032": { "name": "_0x71FA2D1880C48032", "comment": "Only used in R* Script fm_race_controller", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6D03BFBD643B2A02": { "name": "NETWORK_GET_GLOBAL_MULTIPLAYER_CLOCK", "comment": "", "params": [ { "type": "int*", "name": "hours" }, { "type": "int*", "name": "minutes" }, { "type": "int*", "name": "seconds" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6D03BFBD643B2A02", "gta_jhash": "0x74E8C53E" }, "0xD972DF67326F966E": { "name": "NETWORK_CLEAR_CLOCK_TIME_OVERRIDE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xD972DF67326F966E", "gta_jhash": "0xC4AEAF49" }, "0xD7C95D322FF57522": { "name": "NETWORK_IS_CLOCK_TIME_OVERRIDDEN", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD7C95D322FF57522", "gta_jhash": "0x2465296D" }, "0x11A7ADCD629E170F": { "name": "NETWORK_GET_GLOBAL_CLOCK", "comment": "", "params": [ { "type": "int*", "name": "hour" }, { "type": "int*", "name": "minute" }, { "type": "int*", "name": "second" } ], "return_type": "BOOL", "build": "1207" }, "0x669E223E64B1903C": { "name": "_NETWORK_CLOCK_TIME_OVERRIDE", "comment": "", "params": [ { "type": "int", "name": "hour" }, { "type": "int", "name": "minute" }, { "type": "int", "name": "second" }, { "type": "int", "name": "transitionTime" }, { "type": "BOOL", "name": "pauseClock" } ], "return_type": "void", "build": "1207" }, "0xE28C13ECC36FF14E": { "name": "_NETWORK_CLOCK_TIME_OVERRIDE_2", "comment": "", "params": [ { "type": "int", "name": "hour" }, { "type": "int", "name": "minute" }, { "type": "int", "name": "second" }, { "type": "int", "name": "transitionTime" }, { "type": "BOOL", "name": "pauseClock" }, { "type": "BOOL", "name": "clockwise" } ], "return_type": "void", "build": "1207" }, "0x65F040D91001ED4B": { "name": "_NETWORK_CLEAR_CLOCK_OVERRIDE_OVERTIME", "comment": "", "params": [ { "type": "int", "name": "milliseconds" } ], "return_type": "void", "build": "1207" }, "0x0E54D4DA6018FF8E": { "name": "_0x0E54D4DA6018FF8E", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xDDDF64C91BFCF0AA": { "name": "NETWORK_IS_FINDING_GAMERS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDDDF64C91BFCF0AA", "gta_jhash": "0xA6DAA79F" }, "0xF9B83B77929D8863": { "name": "NETWORK_DID_FIND_GAMERS_SUCCEED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF9B83B77929D8863", "gta_jhash": "0xBEDC4503" }, "0x7BCA0A3972708436": { "name": "_0x7BCA0A3972708436", "comment": "", "params": [ { "type": "Any*", "name": "outData" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x6D14CCEE1B40381A": { "name": "NETWORK_CLEAR_FOUND_GAMERS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x6D14CCEE1B40381A", "gta_jhash": "0x6AA9A154" }, "0xFBDFE1C1356E12E8": { "name": "_NETWORK_GET_GAMER_SESSION_FROM_HANDLE", "comment": "", "params": [ { "type": "Any*", "name": "data" }, { "type": "int", "name": "count" } ], "return_type": "BOOL", "build": "1207" }, "0x25189F9908E9CD65": { "name": "_NETWORK_HAS_CURRENT_GET_GAMER_STATUS_STARTED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x5AE17C6B0134B7F1": { "name": "NETWORK_DID_GET_GAMER_STATUS_SUCCEED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5AE17C6B0134B7F1", "gta_jhash": "0xC871E745" }, "0xDDAEB478E58F8DEA": { "name": "_NETWORK_GET_GAMER_STATUS", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x86E0660E4F5C956D": { "name": "NETWORK_CLEAR_GET_GAMER_STATUS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x86E0660E4F5C956D", "gta_jhash": "0x3F7EDBBD" }, "0x7AC752103856FB20": { "name": "NETWORK_SET_SCRIPT_READY_FOR_EVENTS", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7AC752103856FB20", "gta_jhash": "0xA639DCA2" }, "0x316FD416C432C761": { "name": "_0x316FD416C432C761", "comment": "Note: this native was added in build 1311.23", "params": [], "return_type": "BOOL", "build": "1311", "unused": true }, "0x062842D61D0D53FD": { "name": "_0x062842D61D0D53FD", "comment": "Note: this native was added in build 1311.23", "params": [], "return_type": "BOOL", "build": "1311", "unused": true }, "0x10FAB35428CCC9D7": { "name": "NETWORK_IS_GAME_IN_PROGRESS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x10FAB35428CCC9D7", "gta_jhash": "0x09B88E3E" }, "0xD83C2B94E7508980": { "name": "NETWORK_IS_SESSION_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD83C2B94E7508980", "gta_jhash": "0x715CB8C4" }, "0xCA97246103B63917": { "name": "NETWORK_IS_IN_SESSION", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCA97246103B63917", "gta_jhash": "0x4BC4105E" }, "0xC5196C42DE19F646": { "name": "_NETWORK_IS_IN_SESSION_LOBBY", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" }, "0x9DE624D2FC4B603F": { "name": "NETWORK_IS_SESSION_STARTED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9DE624D2FC4B603F", "gta_jhash": "0x9D854A37" }, "0x4EEBC3694E49C572": { "name": "NETWORK_CAN_SESSION_END", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4EEBC3694E49C572", "gta_jhash": "0xE1FCCDBA" }, "0x225640E09EFFDC3F": { "name": "NETWORK_GET_GAME_MODE", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xE546BDA1B3E288EE": { "name": "_NETWORK_SESSION_ADD_SESSION_FLAGS", "comment": "enum eSessionFlags\n{\n\tSESSION_FLAG_NONE = 0,\n\tSF_INSTANCE = (1 << 0),\n\tSF_MATCH = (1 << 1),\n\tSF_PRIVATE = (1 << 2),\n\tSF_BLOCK_INVITES = (1 << 3),\n\tSF_BLOCK_JOIN_VIA_PRESENCE = (1 << 4),\n\tSF_BLOCK_NON_HOST_INVITES = (1 << 5),\n\tSF_BLOCK_IN_PROGRESS_MATCHMAKING_BACKFILL = (1 << 6),\n\tSF_BLOCK_IN_GAMEPLAY_MATCHMAKING_BACKFILL = (1 << 7),\n\tSF_BLOCK_INVITES_TEMPORARY = (1 << 8),\n\tSF_IN_GAMEPLAY = (1 << 9),\n\tSF_COMPETITIVE = (1 << 10),\n\tSF_MATCHMAKING_BACKFILL_IS_BLOCKED = (1 << 11)\n};", "params": [ { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0x78335E12DB0BF961": { "name": "NETWORK_SESSION_REMOVE_SESSION_FLAGS", "comment": "See _NETWORK_SESSION_ADD_SESSION_FLAGS", "params": [ { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0x51F33DBC1A41CBFD": { "name": "NETWORK_SESSION_GET_SESSION_FLAGS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x0AE241A4A9ADEEEC": { "name": "_NETWORK_SESSION_SET_PLAYER_FLAGS", "comment": "", "params": [ { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0x3215BBE34D3418C5": { "name": "_NETWORK_SESSION_REMOVE_PLAYER_FLAGS", "comment": "", "params": [ { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0x8DC9AA3B508B1A85": { "name": "_NETWORK_GET_SESSION_HOST", "comment": "", "params": [], "return_type": "Player", "build": "1207" }, "0xD3A3C8B9F3BDEF81": { "name": "_0xD3A3C8B9F3BDEF81", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x18B94666CF610AEB": { "name": "_0x18B94666CF610AEB", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x981146E5C9CE9250": { "name": "_0x981146E5C9CE9250", "comment": "", "params": [ { "type": "int", "name": "inviteIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xBF8276E51761F9DA": { "name": "_0xBF8276E51761F9DA", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xDCA4A74135E1DEA5": { "name": "_0xDCA4A74135E1DEA5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xD0498AD30E16B6BD": { "name": "NETWORK_HAS_PENDING_INVITE_FAILURE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xF23D6475640D29EB": { "name": "_NETWORK_CAN_RECEIVE_INVITE_FROM_HANDLE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x704F92B3AF20D857": { "name": "_0x704F92B3AF20D857", "comment": "", "params": [ { "type": "BOOL", "name": "setting" } ], "return_type": "void", "build": "1207" }, "0xF342F6BD0A8287D5": { "name": "_0xF342F6BD0A8287D5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xD39A72AE5EBD57E5": { "name": "_0xD39A72AE5EBD57E5", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xE47001B7CB8B98AE": { "name": "_NETWORK_SEND_SESSION_INVITE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "const char*", "name": "contentId" }, { "type": "Any*", "name": "data" }, { "type": "int", "name": "dataSize" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0xD1FFB246F4E088AC": { "name": "_0xD1FFB246F4E088AC", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x27B1AE4D8C652F08": { "name": "_0x27B1AE4D8C652F08", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x6C27442A225A241A": { "name": "_0x6C27442A225A241A", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xE59F4924BD3A718D": { "name": "_0xE59F4924BD3A718D", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "const char*", "build": "1207" }, "0x78271BC02AE9AF83": { "name": "_0x78271BC02AE9AF83", "comment": "Note: this native was added in build 1436.31", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1436" }, "0x16EFB123C4451032": { "name": "_0x16EFB123C4451032", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0xE79BA3BC265895DA": { "name": "_0xE79BA3BC265895DA", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "const char*", "build": "1207" }, "0xC0CFFDA87C2C163D": { "name": "_0xC0CFFDA87C2C163D", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x5ED39DA62BEB1330": { "name": "_0x5ED39DA62BEB1330", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB2CEA5105AAC8DDE": { "name": "NETWORK_ACCEPT_RS_INVITE", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x3AA0CDC63696166D": { "name": "_0x3AA0CDC63696166D", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xE483BB6BE686F632": { "name": "NETWORK_REQUEST_JOIN", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xE8E633215471BB5D": { "name": "_0xE8E633215471BB5D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xA2837A5E21FB5A58": { "name": "_0xA2837A5E21FB5A58", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xE39600E50D608693": { "name": "_0xE39600E50D608693", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xD7BAD4062074B9C1": { "name": "_0xD7BAD4062074B9C1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xCA58D4FD20D70F24": { "name": "_0xCA58D4FD20D70F24", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xC028B3F52C707C49": { "name": "_0xC028B3F52C707C49", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xFC4165C9165C166F": { "name": "NETWORK_IS_PLATFORM_INVITE_PENDING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x5B9C6AC118FD4774": { "name": "_0x5B9C6AC118FD4774", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x9BCF28FB5D65A9BE": { "name": "_NETWORK_GET_PLATFORM_INVITE_ID", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x3B82ACC3F4B6240C": { "name": "NETWORK_ACTION_PLATFORM_INVITE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xA4484173759749B1": { "name": "NETWORK_CLEAR_PLATFORM_INVITE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x603469298A4308AF": { "name": "_0x603469298A4308AF", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF5C5929E07512F80": { "name": "_NETWORK_ARE_ONLINE_NOTIFICATIONS_SHOWN_IN_STORY_MODE", "comment": "Returns value of fwuiCachedSetting \"general.onlineNotificationsInStoryMode\"", "params": [], "return_type": "BOOL", "build": "1207" }, "0x2FC5650B0271CB57": { "name": "NETWORK_IS_IN_PLATFORM_PARTY", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2FC5650B0271CB57", "gta_jhash": "0xA812B6CB" }, "0x11820D1AE80DEA39": { "name": "_NETWORK_ARE_PLAYERS_IN_SAME_PLATFORM_PARTY", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle1" }, { "type": "Any*", "name": "gamerHandle2" } ], "return_type": "BOOL", "build": "1207" }, "0xFD8B834A8BA05048": { "name": "NETWORK_IS_IN_PLATFORM_PARTY_CHAT", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFD8B834A8BA05048", "gta_jhash": "0xC6609191" }, "0xF1B84178F8674195": { "name": "NETWORK_SEED_RANDOM_NUMBER_GENERATOR", "comment": "", "params": [ { "type": "int", "name": "seed" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF1B84178F8674195", "gta_jhash": "0x41702C8A" }, "0xE30CF56F1EFA5F43": { "name": "NETWORK_GET_RANDOM_INT_RANGED", "comment": "", "params": [ { "type": "int", "name": "rangeStart" }, { "type": "int", "name": "rangeEnd" } ], "return_type": "int", "build": "1207", "gta_hash": "0xE30CF56F1EFA5F43", "gta_jhash": "0xF9B6426D" }, "0x1CA59E306ECB80A5": { "name": "NETWORK_SET_THIS_SCRIPT_IS_NETWORK_SCRIPT", "comment": "", "params": [ { "type": "int", "name": "maxNumMissionParticipants" }, { "type": "BOOL", "name": "p1" }, { "type": "int", "name": "instanceId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1CA59E306ECB80A5", "gta_jhash": "0x470810ED" }, "0x2910669969E9535E": { "name": "NETWORK_GET_THIS_SCRIPT_IS_NETWORK_SCRIPT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2910669969E9535E", "gta_jhash": "0xD9BF6549" }, "0xA6C90FBC38E395EE": { "name": "NETWORK_GET_MAX_NUM_PARTICIPANTS", "comment": "Seems to always return 0, but it's used in quite a few loops.\n\nfor (num3 = 0; num3 < NETWORK::0xCCD8C02D(); num3++)\n {\n if (NETWORK::NETWORK_IS_PARTICIPANT_ACTIVE(PLAYER::0x98F3B274(num3)) != 0)\n {\n var num5 = NETWORK::NETWORK_GET_PLAYER_INDEX(PLAYER::0x98F3B274(num3));", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xA6C90FBC38E395EE", "gta_jhash": "0xCCD8C02D" }, "0x18D0456E86604654": { "name": "NETWORK_GET_NUM_PARTICIPANTS", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x18D0456E86604654", "gta_jhash": "0x3E25A3C5" }, "0x57D158647A6BFABF": { "name": "NETWORK_GET_SCRIPT_STATUS", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x57D158647A6BFABF", "gta_jhash": "0x2BE9235A" }, "0x3E9B2F01C50DF595": { "name": "NETWORK_REGISTER_HOST_BROADCAST_VARIABLES", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3E9B2F01C50DF595", "gta_jhash": "0xDAF3B0AE" }, "0xBA24095EA96DFE17": { "name": "_NETWORK_GET_SIZE_OF_HOST_BROADCAST_DATA_STORAGE", "comment": "", "params": [ { "type": "int*", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x3364AA97340CA215": { "name": "NETWORK_REGISTER_PLAYER_BROADCAST_VARIABLES", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3364AA97340CA215", "gta_jhash": "0xBE3D32B4" }, "0x690806BC83BC8CA2": { "name": "_NETWORK_GET_SIZE_OF_PLAYER_BROADCAST_DATA_STORAGE", "comment": "", "params": [ { "type": "int*", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x5D10B3795F3FC886": { "name": "NETWORK_HAS_RECEIVED_HOST_BROADCAST_DATA", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5D10B3795F3FC886", "gta_jhash": "0x0B739F53" }, "0x24FB80D107371267": { "name": "NETWORK_GET_PLAYER_INDEX", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207", "gta_hash": "0x24FB80D107371267", "gta_jhash": "0xBE1C1506" }, "0x1B84DF6AF2A46938": { "name": "NETWORK_GET_PARTICIPANT_INDEX", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1B84DF6AF2A46938", "gta_jhash": "0xC4D91094" }, "0x6C0E2E0125610278": { "name": "NETWORK_GET_PLAYER_INDEX_FROM_PED", "comment": "Returns the Player associated to a given Ped when in an online session.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Player", "build": "1207", "gta_hash": "0x6C0E2E0125610278", "gta_jhash": "0x40DBF464" }, "0xA4A79DD2D9600654": { "name": "NETWORK_GET_NUM_CONNECTED_PLAYERS", "comment": "Returns the amount of players connected in the current session. Only works when connected to a session/server.", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xA4A79DD2D9600654", "gta_jhash": "0xF7952E62" }, "0x93DC1BE4E1ABE9D1": { "name": "NETWORK_IS_PLAYER_CONNECTED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x93DC1BE4E1ABE9D1", "gta_jhash": "0x168EE2C2" }, "0xCF61D4B4702EE9EB": { "name": "NETWORK_GET_TOTAL_NUM_PLAYERS", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xCF61D4B4702EE9EB", "gta_jhash": "0xF4F13B06" }, "0x6FF8FF40B6357D45": { "name": "NETWORK_IS_PARTICIPANT_ACTIVE", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6FF8FF40B6357D45", "gta_jhash": "0x4E2C348B" }, "0xB8DFD30D6973E135": { "name": "NETWORK_IS_PLAYER_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB8DFD30D6973E135", "gta_jhash": "0x43657B17" }, "0x3CA58F6CB7CBD784": { "name": "NETWORK_IS_PLAYER_A_PARTICIPANT", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3CA58F6CB7CBD784", "gta_jhash": "0xB08B6992" }, "0x83CD99A1E6061AB5": { "name": "NETWORK_IS_HOST_OF_THIS_SCRIPT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x83CD99A1E6061AB5", "gta_jhash": "0x6970BA94" }, "0xC7B4D79B01FA7A5C": { "name": "NETWORK_GET_HOST_OF_THIS_SCRIPT", "comment": "", "params": [], "return_type": "Player", "build": "1232", "gta_hash": "0xC7B4D79B01FA7A5C", "gta_jhash": "0x89EA7B54" }, "0x1D6A14F1F9A736FC": { "name": "NETWORK_GET_HOST_OF_SCRIPT", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "Player", "build": "1436", "gta_hash": "0x1D6A14F1F9A736FC", "gta_jhash": "0x9C95D0BB" }, "0xB4A25351D79B444C": { "name": "NETWORK_GET_HOST_OF_THREAD", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "Player", "build": "1207" }, "0x3B3D11CD9FFCDFC9": { "name": "NETWORK_SET_MISSION_FINISHED", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x3B3D11CD9FFCDFC9", "gta_jhash": "0x3083FAD7" }, "0x9D40DF90FAD26098": { "name": "NETWORK_IS_SCRIPT_ACTIVE", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9D40DF90FAD26098", "gta_jhash": "0x4A65250C" }, "0x1B89BC43B6E69107": { "name": "NETWORK_IS_SCRIPT_ACTIVE_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "scriptHash" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x31DAD2CD6D49546E": { "name": "_NETWORK_IS_THREAD_ACTIVE", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "BOOL", "build": "1207" }, "0xFB9ECED5B68F3B78": { "name": "_NETWORK_GET_INSTANCE_ID_OF_THREAD", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "int", "build": "1207" }, "0x3658E8CD94FC121A": { "name": "NETWORK_GET_NUM_SCRIPT_PARTICIPANTS", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" }, { "type": "int", "name": "instanceId" }, { "type": "Hash", "name": "position" } ], "return_type": "int", "build": "1207", "gta_hash": "0x3658E8CD94FC121A", "gta_jhash": "0x8F7D9F46" }, "0x638A3A81733086DB": { "name": "NETWORK_GET_INSTANCE_ID_OF_THIS_SCRIPT", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x638A3A81733086DB", "gta_jhash": "0xDB8B5D71" }, "0x1AD5B71586B94820": { "name": "NETWORK_IS_PLAYER_A_PARTICIPANT_ON_SCRIPT", "comment": "", "params": [ { "type": "Player", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1AD5B71586B94820", "gta_jhash": "0xCEA55F4C" }, "0x2302C0264EA58D31": { "name": "NETWORK_PREVENT_SCRIPT_HOST_MIGRATION", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x2302C0264EA58D31", "gta_jhash": "0x8DCFE77D" }, "0x9C725D149622BFDE": { "name": "NETWORK_IS_FEATURE_SUPPORTED", "comment": "", "params": [ { "type": "int", "name": "featureId" } ], "return_type": "BOOL", "build": "1207" }, "0x90986E8876CE0A83": { "name": "PARTICIPANT_ID", "comment": "Return the local Participant ID", "params": [], "return_type": "Player", "build": "1207", "gta_hash": "0x90986E8876CE0A83", "gta_jhash": "0x9C35A221" }, "0x57A3BDDAD8E5AA0A": { "name": "PARTICIPANT_ID_TO_INT", "comment": "Return the local Participant ID.\n\nThis native is exactly the same as 'PARTICIPANT_ID' native.", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x57A3BDDAD8E5AA0A", "gta_jhash": "0x907498B0" }, "0x7A1ADEEF01740A24": { "name": "NETWORK_GET_DESTROYER_OF_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netId" }, { "type": "Hash*", "name": "weaponHash" } ], "return_type": "int", "build": "1207", "gta_hash": "0x7A1ADEEF01740A24", "gta_jhash": "0x4FCA6436" }, "0x6CF82A7F65A5AD5F": { "name": "_0x6CF82A7F65A5AD5F", "comment": "_NETWORK_GET_A* - _NETWORK_GET_D*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" } ], "return_type": "Player", "build": "1207" }, "0x236321F1178A5446": { "name": "_0x236321F1178A5446", "comment": "_NETWORK_GET_A* - _NETWORK_GET_D*", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x4CACA84440FA26F6": { "name": "NETWORK_GET_ASSISTED_DAMAGE_OF_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" }, { "type": "int*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4CACA84440FA26F6", "gta_jhash": "0x28A45454" }, "0x42B2DAA6B596F5F8": { "name": "NETWORK_GET_ENTITY_KILLER_OF_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash*", "name": "weaponHash" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0x42B2DAA6B596F5F8", "gta_jhash": "0xA7E7E04F" }, "0xEA23C49EAA83ACFB": { "name": "NETWORK_RESURRECT_LOCAL_PLAYER", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "int", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEA23C49EAA83ACFB", "gta_jhash": "0xF1F9D4B4" }, "0x4154B7D8C75E5DCF": { "name": "_NETWORK_RESURRECT_LOCAL_PLAYER_2", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x2D95C7E2D7E07307": { "name": "NETWORK_SET_LOCAL_PLAYER_INVINCIBLE_TIME", "comment": "", "params": [ { "type": "int", "name": "time" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2D95C7E2D7E07307", "gta_jhash": "0xFEA9B85C" }, "0x524FF0AEFF9C3973": { "name": "NETWORK_SET_LOCAL_PLAYER_SYNC_LOOK_AT", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x524FF0AEFF9C3973", "gta_jhash": "0xB72F086D" }, "0xB07D3185E11657A5": { "name": "NETWORK_HAS_ENTITY_BEEN_REGISTERED_WITH_THIS_THREAD", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB07D3185E11657A5", "gta_jhash": "0xEDA68956" }, "0xA11700682F3AD45C": { "name": "NETWORK_GET_NETWORK_ID_FROM_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "gta_hash": "0xA11700682F3AD45C", "gta_jhash": "0x9E35DAB6" }, "0xCE4E5D9B0A4FF560": { "name": "NETWORK_GET_ENTITY_FROM_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0xCE4E5D9B0A4FF560", "gta_jhash": "0x5B912C3F" }, "0xC7827959479DCC78": { "name": "NETWORK_GET_ENTITY_IS_NETWORKED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC7827959479DCC78", "gta_jhash": "0xD7F934F4" }, "0x06FAACD625D80CAA": { "name": "NETWORK_REGISTER_ENTITY_AS_NETWORKED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x06FAACD625D80CAA", "gta_jhash": "0x31A630A4" }, "0x38CE16C96BD11344": { "name": "NETWORK_DOES_NETWORK_ID_EXIST", "comment": "", "params": [ { "type": "int", "name": "netID" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x38CE16C96BD11344", "gta_jhash": "0xB8D2C99E" }, "0x950ACD8F05B7B9DF": { "name": "_0x950ACD8F05B7B9DF", "comment": "Related to container entity (RANSACK_ATTACHED_LOCKBOX / RANSACK_ATTACHED_CHEST)", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1355" }, "0xA670B3662FAFFBD0": { "name": "NETWORK_REQUEST_CONTROL_OF_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA670B3662FAFFBD0", "gta_jhash": "0x9262A60A" }, "0x4D36070FE0215186": { "name": "NETWORK_HAS_CONTROL_OF_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4D36070FE0215186", "gta_jhash": "0x92E77D21" }, "0xB69317BF5E782347": { "name": "NETWORK_REQUEST_CONTROL_OF_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB69317BF5E782347", "gta_jhash": "0xA05FEBD7" }, "0xAAA92B631B13F614": { "name": "_NETWORK_REQUEST_CONTROL_OF_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x56ED2C48558DAB78": { "name": "NETWORK_REQUEST_CONTROL_OF_PICKUP_PLACEMENT", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1311" }, "0x01BF60A500E28887": { "name": "NETWORK_HAS_CONTROL_OF_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x01BF60A500E28887", "gta_jhash": "0x005FD797" }, "0x5BC9495F0B3B6FA6": { "name": "NETWORK_HAS_CONTROL_OF_PICKUP", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5BC9495F0B3B6FA6", "gta_jhash": "0xF7784FC8" }, "0x26A5C12FACFF8724": { "name": "_NETWORK_HAS_CONTROL_OF_ANIM_SCENE", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "BOOL", "build": "1207" }, "0x51EABCF2786515AB": { "name": "NETWORK_HAS_CONTROL_OF_PICKUP_PLACEMENT", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1311" }, "0xF260AF6F43953316": { "name": "_0xF260AF6F43953316", "comment": "Same Native Handler as VEH_TO_NET, PED_TO_NET, OBJ_TO_NET and NETWORK_GET_NETWORK_ID_FROM_ENTITY", "params": [ { "type": "ScrHandle", "name": "handle" } ], "return_type": "int", "build": "1207" }, "0xB4C94523F023419C": { "name": "VEH_TO_NET", "comment": "Returns the network ID of the given vehicle.", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207", "gta_hash": "0xB4C94523F023419C", "gta_jhash": "0xF17634EB" }, "0x0EDEC3C276198689": { "name": "PED_TO_NET", "comment": "Returns the network ID of the given ped.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x0EDEC3C276198689", "gta_jhash": "0x86A0B759" }, "0x99BFDC94A603E541": { "name": "OBJ_TO_NET", "comment": "Returns the network ID of the given object.", "params": [ { "type": "Object", "name": "object" } ], "return_type": "int", "build": "1207", "gta_hash": "0x99BFDC94A603E541", "gta_jhash": "0x1E05F29F" }, "0xE0D73CDDEA79DDCD": { "name": "_ANIM_SCENE_TO_NET", "comment": "", "params": [ { "type": "AnimScene", "name": "animScene" } ], "return_type": "int", "build": "1207" }, "0x367B936610BA360C": { "name": "NET_TO_VEH", "comment": "", "params": [ { "type": "int", "name": "netHandle" } ], "return_type": "Vehicle", "build": "1207", "gta_hash": "0x367B936610BA360C", "gta_jhash": "0x7E02FAEA" }, "0xBDCD95FC216A8B3E": { "name": "NET_TO_PED", "comment": "gets the ped id of a network id", "params": [ { "type": "int", "name": "netHandle" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0xBDCD95FC216A8B3E", "gta_jhash": "0x87717DD4" }, "0xD8515F5FEA14CB3F": { "name": "NET_TO_OBJ", "comment": "gets the object id of a network id", "params": [ { "type": "int", "name": "netHandle" } ], "return_type": "Object", "build": "1207", "gta_hash": "0xD8515F5FEA14CB3F", "gta_jhash": "0x27AA14D8" }, "0xBFFEAB45A9A9094A": { "name": "NET_TO_ENT", "comment": "gets the entity id of a network id", "params": [ { "type": "int", "name": "netHandle" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0xBFFEAB45A9A9094A", "gta_jhash": "0x5E149683" }, "0xD7F6781A0ABAF6FB": { "name": "_NET_TO_ANIM_SCENE", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "AnimScene", "build": "1207" }, "0x74F99EF7EF503398": { "name": "_PROPSET_TO_NET", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" } ], "return_type": "int", "build": "1207" }, "0xD08066E00D26C448": { "name": "_NET_TO_PROPSET", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "PropSet", "build": "1207" }, "0x0CC28C08613BA9E5": { "name": "_0x0CC28C08613BA9E5", "comment": "nullsub, doesn't do anything", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE86051786B66CD8E": { "name": "NETWORK_GET_LOCAL_HANDLE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE86051786B66CD8E", "gta_jhash": "0x08023B16" }, "0x388EB2B86C73B6B3": { "name": "NETWORK_HANDLE_FROM_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Any*", "name": "gamerHandle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x388EB2B86C73B6B3", "gta_jhash": "0xD3498917" }, "0xBC1D768F2F5D6C05": { "name": "NETWORK_HASH_FROM_PLAYER_HANDLE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0xBC1D768F2F5D6C05", "gta_jhash": "0xF8D7AF3B" }, "0xD45CB817D7E177D2": { "name": "NETWORK_HANDLE_FROM_FRIEND", "comment": "", "params": [ { "type": "int", "name": "friendIndex" }, { "type": "Any*", "name": "gamerHandle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD45CB817D7E177D2", "gta_jhash": "0x3B0BB3A3" }, "0x426141162EBE5CDB": { "name": "NETWORK_GET_GAMERTAG_FROM_HANDLE", "comment": "Always returns a null string.", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "const char*", "build": "1207", "unused": true, "gta_hash": "0x426141162EBE5CDB", "gta_jhash": "0xA18A1B26" }, "0xD66C9E72B3CC4982": { "name": "NETWORK_DISPLAYNAMES_FROM_HANDLES_START", "comment": "Hardcoded to return -1.", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "int", "build": "1207", "gta_hash": "0xD66C9E72B3CC4982", "gta_jhash": "" }, "0x58CC181719256197": { "name": "NETWORK_GET_DISPLAYNAMES_FROM_HANDLES", "comment": "Hardcoded to return zero.", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "int", "build": "1207", "gta_hash": "0x58CC181719256197", "gta_jhash": "" }, "0x7FEE4F07C54B6B3C": { "name": "_NETWORK_GET_DISPLAY_NAME_FROM_HANDLE", "comment": "Example:\n\nchar displayName[64];\nif (_NETWORK_GET_DISPLAY_NAME_FROM_HANDLE(handle, displayName))\n{\n\t// use displayName\n}", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "char*", "name": "displayName" } ], "return_type": "BOOL", "build": "1207" }, "0x57DBA049E110F217": { "name": "NETWORK_ARE_HANDLES_THE_SAME", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle1" }, { "type": "Any*", "name": "gamerHandle2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x57DBA049E110F217", "gta_jhash": "0x45975AE3" }, "0x6F79B93B0A8E4133": { "name": "NETWORK_IS_HANDLE_VALID", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6F79B93B0A8E4133", "gta_jhash": "0xF0996C6E" }, "0xCE5F689CF5A0A49D": { "name": "NETWORK_GET_PLAYER_FROM_GAMER_HANDLE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "Player", "build": "1207", "gta_hash": "0xCE5F689CF5A0A49D", "gta_jhash": "0x2E96EF1E" }, "0x0F10B05DDF8D16E9": { "name": "NETWORK_IS_GAMER_IN_MY_SESSION", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0F10B05DDF8D16E9", "gta_jhash": "0x59127716" }, "0x859ED1CEA343FCA8": { "name": "NETWORK_SHOW_PROFILE_UI", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x859ED1CEA343FCA8", "gta_jhash": "0xF00A20B0" }, "0x5759160AC17C13CE": { "name": "_0x5759160AC17C13CE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "const char*", "name": "message" } ], "return_type": "void", "build": "1207" }, "0xF302AB9D978352EE": { "name": "_0xF302AB9D978352EE", "comment": "Returns the entity's network ID.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "int", "build": "1207", "unused": true }, "0x4538EE7C321590BC": { "name": "_0x4538EE7C321590BC", "comment": "Returns the entity associated with the given network ID.", "params": [ { "type": "int", "name": "networkId" } ], "return_type": "Entity", "build": "1207", "unused": true }, "0xA47D48D06AA5A188": { "name": "_0xA47D48D06AA5A188", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xDB7ABDD203FA3704": { "name": "NETWORK_GET_TOTAL_NUM_FRIENDS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xA94ECE191D90637A": { "name": "_0xA94ECE191D90637A", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x5CB8B0C846D0F30B": { "name": "_0x5CB8B0C846D0F30B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFF36F36B07E69059": { "name": "_0xFF36F36B07E69059", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA3EEC0A5AFF3FC5B": { "name": "_NETWORK_GET_CURRENT_FRIEND_PAGE_DATA", "comment": "", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xB389289F031F059A": { "name": "_0xB389289F031F059A", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x1AF5E28E64A76A9F": { "name": "NETWORK_CAN_REFRESH_FRIEND_PAGE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x1F51F367B710A832": { "name": "NETWORK_REFRESH_CURRENT_FRIEND_PAGE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xDA1BFED8582F61F0": { "name": "_0xDA1BFED8582F61F0", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x232E1EB23CDB313C": { "name": "_0x232E1EB23CDB313C", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x3E4A16BC669E71B3": { "name": "_0x3E4A16BC669E71B3", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xE348D1404BD80146": { "name": "_NETWORK_IS_FRIEND_HANDLE_ONLINE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x665161D250850A9F": { "name": "_NETWORK_IS_FRIEND_HANDLE_IN_SAME_TITLE", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x5659D87BE674AB17": { "name": "_NETWORK_GET_GAMERTAG_FROM_FRIEND", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "const char*", "build": "1207" }, "0x1A24A179F9B31654": { "name": "NETWORK_IS_FRIEND", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1A24A179F9B31654", "gta_jhash": "0x2DA4C282" }, "0x0BE73DA6984A6E33": { "name": "NETWORK_IS_PENDING_FRIEND", "comment": "Hardcoded to return false.", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0BE73DA6984A6E33", "gta_jhash": "0x5C85FF81" }, "0x8E02D73914064223": { "name": "NETWORK_ADD_FRIEND", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "const char*", "name": "message" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8E02D73914064223", "gta_jhash": "0x20E5B3EE" }, "0x55F618F68AB854D3": { "name": "_NETWORK_REMOVE_FRIEND", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x99ABE9BF9DADA162": { "name": "_NETWORK_CAN_ADD_FRIEND", "comment": "On PC this returns true if gamerHandle is a valid handle.", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0x9C25E8EC4C535FBD": { "name": "NETWORK_SET_PLAYER_IS_PASSIVE", "comment": "Old name: _NETWORK_SET_PASSIVE_MODE_OPTION", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xF808475FA571D823": { "name": "NETWORK_SET_FRIENDLY_FIRE_OPTION", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF808475FA571D823", "gta_jhash": "0x6BAF95FA" }, "0x1DCCACDCFC569362": { "name": "NETWORK_SET_RICH_PRESENCE", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1DCCACDCFC569362", "gta_jhash": "0x932A6CED" }, "0x5ED0356A0CE3A34F": { "name": "NETWORK_GET_TIMEOUT_TIME", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x5ED0356A0CE3A34F", "gta_jhash": "0xE1F86C6A" }, "0xBC7D36946D19E60E": { "name": "_0xBC7D36946D19E60E", "comment": "Only used in fm_race_controller R* Script (PROCESS_LOCAL_PLAYER_INIT)", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x880A7202301E282B": { "name": "_0x880A7202301E282B", "comment": "Params: p5 = 50.f, p6 = 0 in R* Script net_fetch (NET_FETCH_CLIENT_UPDATE_PED_ROLE_CLUE_IDLE)", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "BOOL", "build": "1311" }, "0xC964FCD3D1720697": { "name": "_0xC964FCD3D1720697", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "Any", "build": "1207", "unused": true }, "0xEC089F84A9C16C62": { "name": "_0xEC089F84A9C16C62", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "Any", "build": "1207", "unused": true }, "0x7182EDDA1EE7DB5A": { "name": "PREVENT_NETWORK_ID_MIGRATION", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "void", "build": "1207" }, "0xE1BC73D6815BA361": { "name": "KEEP_NETWORK_ID_IN_FAST_INSTANCE", "comment": "", "params": [ { "type": "int", "name": "netId" }, { "type": "BOOL", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x02C4C6C2900D84DF": { "name": "_0x02C4C6C2900D84DF", "comment": "Only used in SP R* Script dominoes_sp: p1 = 0", "params": [ { "type": "Player", "name": "player" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD78A26024BB13E08": { "name": "_0xD78A26024BB13E08", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0xE05E81A888FA63C8": { "name": "SET_NETWORK_ID_EXISTS_ON_ALL_MACHINES", "comment": "", "params": [ { "type": "int", "name": "netId" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE05E81A888FA63C8", "gta_jhash": "0x68D486B2" }, "0xA8A024587329F36A": { "name": "SET_NETWORK_ID_ALWAYS_EXISTS_FOR_PLAYER", "comment": "", "params": [ { "type": "int", "name": "netId" }, { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA8A024587329F36A", "gta_jhash": "0x4D15FDB1" }, "0x9ED3108D6847760A": { "name": "SET_NETWORK_ID_STOP_CLONING", "comment": "", "params": [ { "type": "int", "name": "networkId" }, { "type": "BOOL", "name": "bStopCloning" } ], "return_type": "void", "build": "1207" }, "0xD785864798258032": { "name": "NETWORK_SET_ENTITY_REMAINS_WHEN_UNNETWORKED", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "unused": true }, "0xF1CA12B18AEF5298": { "name": "NETWORK_SET_ENTITY_ONLY_EXISTS_FOR_PARTICIPANTS", "comment": "if set to true other network players can't see it\nif set to false other network player can see it\n=========================================\n^^ I attempted this by grabbing an object with GET_ENTITY_PLAYER_IS_FREE_AIMING_AT and setting this naive no matter the toggle he could still see it.\n\npc or last gen?\n\n^^ last-gen\n\nOld name: _NETWORK_SET_ENTITY_INVISIBLE_TO_NETWORK", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF1CA12B18AEF5298", "gta_jhash": "0x09CBC4B0" }, "0xE31A04513237DC89": { "name": "_0xE31A04513237DC89", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "unused": true }, "0xA6928482543022B4": { "name": "SET_NETWORK_ID_VISIBLE_IN_CUTSCENE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA6928482543022B4", "gta_jhash": "0x199E75EF" }, "0xA1607996431332DF": { "name": "IS_NETWORK_ID_OWNED_BY_PARTICIPANT", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA1607996431332DF", "gta_jhash": "0xEA5176C0" }, "0xA6C0787443C9583E": { "name": "_NETWORK_GET_PLAYER_OWNER_OF_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "Player", "build": "1207" }, "0xD1065D68947E7B6E": { "name": "SET_LOCAL_PLAYER_VISIBLE_IN_CUTSCENE", "comment": "", "params": [ { "type": "BOOL", "name": "local" }, { "type": "BOOL", "name": "remote" }, { "type": "int", "name": "instanceId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD1065D68947E7B6E", "gta_jhash": "0x59F3479B" }, "0x89D803CD48622150": { "name": "PREVENT_MIGRATION_OF_ENTITIES_IN_FAST_INSTANCE_FOR_LOCAL_PLAYER", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xE5F773C1A1D9D168": { "name": "SET_LOCAL_PLAYER_INVISIBLE_LOCALLY", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE5F773C1A1D9D168", "gta_jhash": "0x764F6222" }, "0x12B37D54667DB0B8": { "name": "SET_PLAYER_INVISIBLE_LOCALLY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x12B37D54667DB0B8", "gta_jhash": "0x18227209" }, "0xFAA10F1FAFB11AF2": { "name": "SET_PLAYER_VISIBLE_LOCALLY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFAA10F1FAFB11AF2", "gta_jhash": "0xBA2BB4B4" }, "0xE0031D3C8F36AB82": { "name": "SET_ENTITY_VISIBLE_IN_CUTSCENE", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE0031D3C8F36AB82", "gta_jhash": "0xDBFB067B" }, "0x51D99497ABF3F451": { "name": "_SET_DOOR_NETWORKED", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "void", "build": "1207" }, "0xC1E1A3D5ED7617B8": { "name": "_SET_DOOR_UNNETWORKED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x6E192E33AD436366": { "name": "IS_DAMAGE_TRACKER_ACTIVE_ON_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netID" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6E192E33AD436366", "gta_jhash": "0x597063BA" }, "0xD45B1FFCCD52FF19": { "name": "ACTIVATE_DAMAGE_TRACKER_ON_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netID" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD45B1FFCCD52FF19", "gta_jhash": "0x95D07BA5" }, "0xD82CF8E64C8729D8": { "name": "IS_SPHERE_VISIBLE_TO_ANOTHER_MACHINE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD82CF8E64C8729D8", "gta_jhash": "0x23C5274E" }, "0xDC3A310219E5DA62": { "name": "IS_SPHERE_VISIBLE_TO_PLAYER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDC3A310219E5DA62", "gta_jhash": "0xE9FCFB32" }, "0xD42C543F73233041": { "name": "_0xD42C543F73233041", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1232" }, "0x4E5C93BD0C32FBF8": { "name": "RESERVE_NETWORK_MISSION_OBJECTS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4E5C93BD0C32FBF8", "gta_jhash": "0x391DF4F3" }, "0xE7DDA8BD3BCF751C": { "name": "RESERVE_NETWORK_CLIENT_MISSION_OBJECTS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0xB60FEBA45333D36F": { "name": "RESERVE_NETWORK_MISSION_PEDS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB60FEBA45333D36F", "gta_jhash": "0x54998C37" }, "0x807E119F80231732": { "name": "RESERVE_NETWORK_CLIENT_MISSION_PEDS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0x76B02E21ED27A469": { "name": "RESERVE_NETWORK_MISSION_VEHICLES", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207", "gta_hash": "0x76B02E21ED27A469", "gta_jhash": "0x5062875E" }, "0x4D40E7D749BC6E6D": { "name": "RESERVE_NETWORK_MISSION_PICKUPS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0x800DD4721A8B008B": { "name": "CAN_REGISTER_MISSION_OBJECTS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x800DD4721A8B008B", "gta_jhash": "0x7F85DFDE" }, "0xBCBF4FEF9FA5D781": { "name": "CAN_REGISTER_MISSION_PEDS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xBCBF4FEF9FA5D781", "gta_jhash": "0xCCAA5CE9" }, "0x7277F1F2E085EE74": { "name": "CAN_REGISTER_MISSION_VEHICLES", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7277F1F2E085EE74", "gta_jhash": "0x818B6830" }, "0xF0460C7BF80011EA": { "name": "CAN_REGISTER_MISSION_PICKUPS", "comment": "", "params": [ { "type": "int", "name": "amount" } ], "return_type": "BOOL", "build": "1207" }, "0x69778E7564BADE6D": { "name": "CAN_REGISTER_MISSION_ENTITIES", "comment": "", "params": [ { "type": "int", "name": "ped_amt" }, { "type": "int", "name": "vehicle_amt" }, { "type": "int", "name": "object_amt" }, { "type": "int", "name": "pickup_amt" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x69778E7564BADE6D", "gta_jhash": "0x83794008" }, "0xAA81B5F10BC43AC2": { "name": "GET_NUM_RESERVED_MISSION_OBJECTS", "comment": "p0 appears to be for MP", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0xAA81B5F10BC43AC2", "gta_jhash": "0x16A80CD6" }, "0x1F13D5AE5CB17E17": { "name": "GET_NUM_RESERVED_MISSION_PEDS", "comment": "p0 appears to be for MP", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1F13D5AE5CB17E17", "gta_jhash": "0x6C25975C" }, "0xCF3A965906452031": { "name": "GET_NUM_RESERVED_MISSION_VEHICLES", "comment": "p0 appears to be for MP", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0xCF3A965906452031", "gta_jhash": "0xA9A308F3" }, "0x62BE3ECC79FBD004": { "name": "_GET_NUM_RESERVED_MISSION_PICKUPS", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x12B6281B6C6706C0": { "name": "GET_NUM_CREATED_MISSION_OBJECTS", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0x12B6281B6C6706C0", "gta_jhash": "0x603FA104" }, "0xCB215C4B56A7FAE7": { "name": "GET_NUM_CREATED_MISSION_PEDS", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0xCB215C4B56A7FAE7", "gta_jhash": "0xD8FEC4F8" }, "0x0CD9AB83489430EA": { "name": "GET_NUM_CREATED_MISSION_VEHICLES", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207", "gta_hash": "0x0CD9AB83489430EA", "gta_jhash": "0x20527695" }, "0xD2BA051B94CA9BCC": { "name": "_GET_NUM_CREATED_MISSION_PICKUPS", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x99AAC89C510DEB0D": { "name": "_GET_RESERVED_MISSION_ENTITIES_FOR_THREAD", "comment": "Only used in R* Script net_stable_manager", "params": [ { "type": "int", "name": "threadId" }, { "type": "int*", "name": "pedMax" }, { "type": "int*", "name": "vehicleMax" }, { "type": "int*", "name": "unkMax" }, { "type": "int*", "name": "pedMin" }, { "type": "int*", "name": "vehicleMin" }, { "type": "int*", "name": "unkMin" } ], "return_type": "void", "build": "1491" }, "0x5E71E72A94985214": { "name": "GET_RESERVED_MISSION_ENTITIES_IN_AREA", "comment": "Used in Script Function NET_ACE_CLIENT_VERIFY_ENTITY_RESERVATIONS\nCoords: Slot world position\n\nOld name: _GET_RESERVATIONS_FOR_SLOT_WORLD_POSITION", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "p3" }, { "type": "int*", "name": "peds" }, { "type": "int*", "name": "vehicles" }, { "type": "int*", "name": "objects" }, { "type": "int*", "name": "pickups" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE42D626EEC94E5D9", "gta_jhash": "" }, "0x5F328FC909F0E0FF": { "name": "_0x5F328FC909F0E0FF", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1311", "unused": true }, "0xC7BE335216B5EC7C": { "name": "GET_MAX_NUM_NETWORK_OBJECTS", "comment": "Always returns 60", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xC7BE335216B5EC7C", "gta_jhash": "0x8687E285" }, "0x0C1F7D49C39D2289": { "name": "GET_MAX_NUM_NETWORK_PEDS", "comment": "Always returns 110", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x0C1F7D49C39D2289", "gta_jhash": "0x744AC008" }, "0x0AFCE529F69B21FF": { "name": "GET_MAX_NUM_NETWORK_VEHICLES", "comment": "Always returns 40", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x0AFCE529F69B21FF", "gta_jhash": "0xC3A12135" }, "0xA72835064DD63E4C": { "name": "GET_MAX_NUM_NETWORK_PICKUPS", "comment": "Always returns 80", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xA72835064DD63E4C", "gta_jhash": "0x6A036061" }, "0x75FC34A2BA345BD1": { "name": "_0x75FC34A2BA345BD1", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Player", "name": "player" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x979765465A6F25FC": { "name": "_0x979765465A6F25FC", "comment": "Must be called from a background script, otherwise it will do nothing.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "unused": true }, "0x5133CF81924F1129": { "name": "_0x5133CF81924F1129", "comment": "Hardcoded to return zero.", "params": [], "return_type": "int", "build": "1207", "unused": true }, "0x1E4E097D71D449FB": { "name": "_0x1E4E097D71D449FB", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0x982D7AD755B8F62C": { "name": "_0x982D7AD755B8F62C", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0x917AD74BDCF8B6E9": { "name": "_0x917AD74BDCF8B6E9", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0xF8DC69DC1AD19072": { "name": "_0xF8DC69DC1AD19072", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0x744BFBB0CA908161": { "name": "_0x744BFBB0CA908161", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0x106CBDD5077DEDE1": { "name": "_0x106CBDD5077DEDE1", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0xBAF7E2979442B29F": { "name": "_0xBAF7E2979442B29F", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0x039B692B3318FAB6": { "name": "_0x039B692B3318FAB6", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0x4835413EA6F9C9CD": { "name": "_0x4835413EA6F9C9CD", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "int", "build": "1311", "unused": true }, "0x7A5487FE9FAA6B48": { "name": "GET_NETWORK_TIME", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x7A5487FE9FAA6B48", "gta_jhash": "0x998103C2" }, "0x89023FBBF9200E9F": { "name": "GET_NETWORK_TIME_ACCURATE", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x89023FBBF9200E9F", "gta_jhash": "0x98AA48E5" }, "0x46718ACEEDEAFC84": { "name": "HAS_NETWORK_TIME_STARTED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x46718ACEEDEAFC84", "gta_jhash": "0x4538C4A2" }, "0x017008CCDAD48503": { "name": "GET_TIME_OFFSET", "comment": "Adds the first argument to the second.", "params": [ { "type": "int", "name": "timeA" }, { "type": "int", "name": "timeB" } ], "return_type": "int", "build": "1207", "gta_hash": "0x017008CCDAD48503", "gta_jhash": "0x2E079AE6" }, "0xCB2CF5148012C8D0": { "name": "IS_TIME_LESS_THAN", "comment": "Subtracts the second argument from the first, then returns whether the result is negative.", "params": [ { "type": "int", "name": "timeA" }, { "type": "int", "name": "timeB" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCB2CF5148012C8D0", "gta_jhash": "0x50EF8FC6" }, "0xDE350F8651E4346C": { "name": "IS_TIME_MORE_THAN", "comment": "Subtracts the first argument from the second, then returns whether the result is negative.", "params": [ { "type": "int", "name": "timeA" }, { "type": "int", "name": "timeB" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDE350F8651E4346C", "gta_jhash": "0xBBB6DF61" }, "0xA2C6FC031D46FFF0": { "name": "GET_TIME_DIFFERENCE", "comment": "Subtracts the second argument from the first.", "params": [ { "type": "int", "name": "timeA" }, { "type": "int", "name": "timeB" } ], "return_type": "int", "build": "1207", "gta_hash": "0xA2C6FC031D46FFF0", "gta_jhash": "0x5666A837" }, "0x9A73240B49945C76": { "name": "GET_CLOUD_TIME_AS_INT", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x9A73240B49945C76", "gta_jhash": "0xF2FDF2E0" }, "0xAC97AF97FA68E5D5": { "name": "CONVERT_POSIX_TIME", "comment": "Takes the specified time and writes it to the structure specified in the second argument.\n\nstruct date_time\n{\n int year;\n int PADDING1;\n int month;\n int PADDING2;\n int day;\n int PADDING3;\n int hour;\n int PADDING4;\n int minute;\n int PADDING5;\n int second;\n int PADDING6;\n};", "params": [ { "type": "int", "name": "posixTime" }, { "type": "Any*", "name": "timeStructure" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAC97AF97FA68E5D5", "gta_jhash": "0xBB7CCE49" }, "0x423DE3854BB50894": { "name": "NETWORK_SET_IN_SPECTATOR_MODE", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" }, { "type": "Ped", "name": "playerPed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x423DE3854BB50894", "gta_jhash": "0x5C4C8458" }, "0xFBF1ECFB39A77B5F": { "name": "_NETWORK_SET_IN_STATIC_SPECTATOR_MODE", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x048746E388762E11": { "name": "NETWORK_IS_IN_SPECTATOR_MODE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x048746E388762E11", "gta_jhash": "0x3EAD9DB8" }, "0x5B709519997ECF0F": { "name": "_NETWORK_IS_PLAYER_IN_SPECTATOR_MODE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x9CA5DE655269FEC4": { "name": "NETWORK_SET_IN_MP_CUTSCENE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9CA5DE655269FEC4", "gta_jhash": "0x8434CB43" }, "0x6CC27C9FA2040220": { "name": "NETWORK_IS_IN_MP_CUTSCENE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6CC27C9FA2040220", "gta_jhash": "0x4BB33316" }, "0x63F9EE203C3619F2": { "name": "NETWORK_IS_PLAYER_IN_MP_CUTSCENE", "comment": "Note: scripts seem to indicate that this was renamed to NETWORK_IS_PLAYER_IN_MP_FAST_INSTANCE", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x63F9EE203C3619F2", "gta_jhash": "0x56F961E4" }, "0x34BC1E79546BA543": { "name": "_0x34BC1E79546BA543", "comment": "_NETWORK_A* - _NETWORK_C*", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1232" }, "0x442B4347B6EC36E8": { "name": "_SET_NETWORK_RESPOT_TIMER", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "timer" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x26A867C0B7A456D1": { "name": "_0x26A867C0B7A456D1", "comment": "_GET_LAUNCH_PARAM_(RESPOT?)*\nName is probably invalid since this native only reads data from parsed entity.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1232" }, "0x5FFE9B4144F9712F": { "name": "SET_LOCAL_PLAYER_AS_GHOST", "comment": "Old name: _SET_LOCAL_PLAYER_AS_GHOST", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5FFE9B4144F9712F", "gta_jhash": "" }, "0x21D04D7BC538C146": { "name": "IS_ENTITY_A_GHOST", "comment": "Old name: _IS_ENTITY_GHOSTED_TO_LOCAL_PLAYER", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x21D04D7BC538C146", "gta_jhash": "" }, "0xDCA6ABDB9288FBE4": { "name": "_SET_PLAYER_VISIBILITY_TO_LOCAL_PLAYER_DISABLED", "comment": "_SET_PLAYER_V* - _SET_S*", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "disabled" } ], "return_type": "void", "build": "1207" }, "0xEE5AE9956743BA20": { "name": "_SET_ENTITY_GHOSTED_TO_LOCAL_PLAYER", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x8FE9EB11EC9CC23A": { "name": "IS_OBJECT_REASSIGNMENT_IN_PROGRESS", "comment": "Note: this native was added in build 1311.16", "params": [], "return_type": "BOOL", "build": "1311", "unused": true }, "0x039AD6B57D5179FF": { "name": "_0x039AD6B57D5179FF", "comment": "Note: this native was added in build 1311.23", "params": [], "return_type": "int", "build": "1311", "unused": true }, "0x02B3CDD652B3CDD6": { "name": "_0x02B3CDD652B3CDD6", "comment": "Note: this native was added in build 1311.16\n\nGET_NUM_*", "params": [], "return_type": "int", "build": "1311", "unused": true }, "0x4FE932E84FE932E8": { "name": "_GET_NUM_PEER_NEGOTIATION_RESPONSES", "comment": "Note: this native was added in build 1311.16", "params": [], "return_type": "int", "build": "1311", "unused": true }, "0xFA38B52F91B59075": { "name": "_NETWORK_DEBUG_REQUEST_ENTITY_POSITION", "comment": "Must be called from a background script, otherwise it will do nothing.", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "void", "build": "1207", "unused": true }, "0x42871327315EDAE8": { "name": "NETWORK_GET_NETWORK_ID_FROM_ROPE_ID", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "int", "build": "1207" }, "0xEB1A4DD8352EC828": { "name": "NETWORK_GET_ROPE_ID_FROM_NETWORK_ID", "comment": "", "params": [ { "type": "int", "name": "netId" } ], "return_type": "int", "build": "1207" }, "0xFD1AC0B3858F224C": { "name": "_NETWORK_SPAWN_CONFIG_ADD_SPAWN_POINT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" } ], "return_type": "void", "build": "1207" }, "0xA63E4F050F20021F": { "name": "_0xA63E4F050F20021F", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xEEB7818B1D307212": { "name": "_NETWORK_SPAWN_CONFIG_ADD_EXCLUSION_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xA35E7BF20FA269E0": { "name": "_NETWORK_SPAWN_CONFIG_REMOVE_EXCLUSION_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0x0BF90CBB6B72977B": { "name": "_0x0BF90CBB6B72977B", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x7B3FF2D193628126": { "name": "_0x7B3FF2D193628126", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x19B52C20B5C4757C": { "name": "_0x19B52C20B5C4757C", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xF94A0D5B254375DF": { "name": "NETWORK_SPAWN_CONFIG_SET_FLAGS", "comment": "", "params": [ { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x6CEE2E30021DAEC6": { "name": "_0x6CEE2E30021DAEC6", "comment": "_NETWORK_SPAWN_CONFIG_*", "params": [], "return_type": "void", "build": "1207" }, "0x44D59EC597BBF348": { "name": "_NETWORK_SPAWN_CONFIG_ADD_PROPERTY_SCRIPTED", "comment": "", "params": [ { "type": "int", "name": "configProperty" }, { "type": "BOOL", "name": "include" } ], "return_type": "void", "build": "1207" }, "0xB131E686BD97B3F8": { "name": "_0xB131E686BD97B3F8", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xEB6027FD1B4600D5": { "name": "_NETWORK_SPAWN_CONFIG_ADD_PROPERTY_PREFERENCE", "comment": "", "params": [ { "type": "int", "name": "configProperty" }, { "type": "BOOL", "name": "include" }, { "type": "float", "name": "weight" } ], "return_type": "void", "build": "1207" }, "0x405DDEFB1F531B18": { "name": "_0x405DDEFB1F531B18", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x43CF999205084B4B": { "name": "_0x43CF999205084B4B", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x13F592FC3BF0EA84": { "name": "_0x13F592FC3BF0EA84", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "originalWeight" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xCF23AB5BD47B384D": { "name": "_0xCF23AB5BD47B384D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE5634491A58C2703": { "name": "_0xE5634491A58C2703", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x59577799F6AE2F34": { "name": "NETWORK_SPAWN_CONFIG_SET_GROUND_TO_ROOT_OFFSET", "comment": "", "params": [ { "type": "float", "name": "offset" } ], "return_type": "void", "build": "1207" }, "0xBDCC671B911040F9": { "name": "_NETWORK_SPAWN_CONFIG_SET_LEVEL_WATER_DEPTH", "comment": "", "params": [ { "type": "int", "name": "waterDepthLevel" } ], "return_type": "void", "build": "1207" }, "0x0608326F7B98C08D": { "name": "NETWORK_SPAWN_CONFIG_SET_TUNING_FLOAT", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5D3C528B7A7DF836": { "name": "_0x5D3C528B7A7DF836", "comment": "_NETWORK_SPAWN_CONFIG_*", "params": [ { "type": "Hash", "name": "nsctf" } ], "return_type": "void", "build": "1207" }, "0x2686BD9566B65EDA": { "name": "_0x2686BD9566B65EDA", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0xBB1EC8C2EEF33BAA": { "name": "_0xBB1EC8C2EEF33BAA", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x67CCDF74C4DF7169": { "name": "_0x67CCDF74C4DF7169", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xC8B6D18E22484643": { "name": "_0xC8B6D18E22484643", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x97BCE4C4B3191228": { "name": "_0x97BCE4C4B3191228", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x41452E8A3B9C0C4B": { "name": "_0x41452E8A3B9C0C4B", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x89EC2FC89ECB1005": { "name": "_NETWORK_SPAWN_CONFIG_SEARCH_IN_PROGRESS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x61BFBAA795E712AD": { "name": "_0x61BFBAA795E712AD", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x765E60A1DCB8B1CE": { "name": "_NETWORK_SPAWN_CONFIG_SET_CANCEL_SEARCH", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x691E4DE5309EAEFC": { "name": "_0x691E4DE5309EAEFC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x17E0198B3882C2CB": { "name": "NETWORK_START_SOLO_TUTORIAL_SESSION", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x17E0198B3882C2CB", "gta_jhash": "0x408A9436" }, "0xD0AFAFF5A51D72F7": { "name": "NETWORK_END_TUTORIAL_SESSION", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xD0AFAFF5A51D72F7", "gta_jhash": "0xBA57E53E" }, "0xADA24309FE08DACF": { "name": "NETWORK_IS_IN_TUTORIAL_SESSION", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xADA24309FE08DACF", "gta_jhash": "0x34DD7B28" }, "0x35F0B98A8387274D": { "name": "NETWORK_IS_TUTORIAL_SESSION_CHANGE_PENDING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x35F0B98A8387274D", "gta_jhash": "0xA003C40B" }, "0x9DE986FC9A87C474": { "name": "NETWORK_ARE_PLAYERS_IN_SAME_TUTORIAL_SESSION", "comment": "Old name: _NETWORK_IS_PLAYER_EQUAL_TO_INDEX", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9DE986FC9A87C474", "gta_jhash": "0xE66A0B40" }, "0x4B05B97BA46F419D": { "name": "NETWORK_ALLOW_ALL_ENTITY_FADING_FOR_INSTANCES", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xF3354D6CA46F419D": { "name": "NETWORK_ALLOW_ENTITY_FADING_FOR_INSTANCES", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xDC6AD5C046F33AB4": { "name": "_0xDC6AD5C046F33AB4", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6C7E04E9DE451789": { "name": "_0x6C7E04E9DE451789", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x007FF852DCF49DA4": { "name": "NETWORK_SET_LOCAL_PLAYER_PENDING_FAST_INSTANCE_ID", "comment": "", "params": [ { "type": "int", "name": "instanceId" } ], "return_type": "void", "build": "1207" }, "0xD9267375834C5EAB": { "name": "_NETWORK_GET_PLAYER_FAST_INSTANCE_ID", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0xBBDF066252829606": { "name": "NETWORK_CONCEAL_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBBDF066252829606", "gta_jhash": "0x72052DB3" }, "0x919B3C98ED8292F9": { "name": "NETWORK_IS_PLAYER_CONCEALED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x919B3C98ED8292F9", "gta_jhash": "0xB0313590" }, "0x40FEDB13870042F1": { "name": "_0x40FEDB13870042F1", "comment": "Note: this native was added in build 1355.30", "params": [], "return_type": "void", "build": "1355", "unused": true }, "0x422F9D6D6C7BC290": { "name": "_0x422F9D6D6C7BC290", "comment": "Note: this native was added in build 1355.30", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1355", "unused": true }, "0x42FB3B532D526E6C": { "name": "NETWORK_REQUEST_CLOUD_TUNABLES", "comment": "Note: this native was added in build 1311.23, but was only used after build 1436.25", "params": [], "return_type": "void", "build": "1311", "gta_hash": "0x42FB3B532D526E6C", "gta_jhash": "0xD760CAD5" }, "0x0467C11ED88B7D28": { "name": "NETWORK_IS_TUNABLE_CLOUD_REQUEST_PENDING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0467C11ED88B7D28", "gta_jhash": "0x47978D7F" }, "0x10BD227A753B0D84": { "name": "NETWORK_GET_TUNABLE_CLOUD_CRC", "comment": "", "params": [], "return_type": "int", "build": "1436", "gta_hash": "0x10BD227A753B0D84", "gta_jhash": "0x231CFD12" }, "0x85E5F8B9B898B20A": { "name": "NETWORK_DOES_TUNABLE_EXIST", "comment": "", "params": [ { "type": "Hash", "name": "tunableContext" }, { "type": "Hash", "name": "tunableName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x85E5F8B9B898B20A", "gta_jhash": "0x9FCE9C9A" }, "0x8BE1146DFD5D4468": { "name": "NETWORK_ACCESS_TUNABLE_INT", "comment": "", "params": [ { "type": "Hash", "name": "tunableContext" }, { "type": "Hash", "name": "tunableName" }, { "type": "int*", "name": "value" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8BE1146DFD5D4468", "gta_jhash": "0xE4B3726A" }, "0xAA6A47A573ABB75A": { "name": "NETWORK_ACCESS_TUNABLE_BOOL", "comment": "", "params": [ { "type": "Hash", "name": "tunableContext" }, { "type": "Hash", "name": "tunableName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAA6A47A573ABB75A", "gta_jhash": "0x8A04E1FE" }, "0xA25E006B36719774": { "name": "NETWORK_TRY_ACCESS_TUNABLE_INT_HASH", "comment": "", "params": [ { "type": "Hash", "name": "tunableContext" }, { "type": "Hash", "name": "tunableName" }, { "type": "int", "name": "defaultValue" } ], "return_type": "int", "build": "1207" }, "0xA18393089C05E49C": { "name": "NETWORK_TRY_ACCESS_TUNABLE_FLOAT_HASH", "comment": "", "params": [ { "type": "Hash", "name": "tunableContext" }, { "type": "Hash", "name": "tunableName" }, { "type": "float", "name": "defaultValue" } ], "return_type": "float", "build": "1207" }, "0xB2AD5D29A99D4B26": { "name": "NETWORK_TRY_ACCESS_TUNABLE_BOOL_HASH", "comment": "", "params": [ { "type": "Hash", "name": "tunableContext" }, { "type": "Hash", "name": "tunableName" }, { "type": "BOOL", "name": "defaultValue" } ], "return_type": "BOOL", "build": "1207" }, "0x894B5ECAB45D2342": { "name": "_0x894B5ECAB45D2342", "comment": "", "params": [ { "type": "int", "name": "netHandle" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x407091CF6037118E": { "name": "NETWORK_DISABLE_PROXIMITY_MIGRATION", "comment": "", "params": [ { "type": "int", "name": "netID" } ], "return_type": "void", "build": "1207", "gta_hash": "0x407091CF6037118E", "gta_jhash": "0x9F82917F" }, "0xCE5E79D9E303628E": { "name": "_COMMERCE_STORE_IS_OPEN", "comment": "", "params": [], "return_type": "BOOL", "build": "1355" }, "0xDBC754CB6CCB9378": { "name": "_COMMERCE_STORE_IS_ENABLED", "comment": "", "params": [], "return_type": "BOOL", "build": "1232" }, "0x4C61B39930D045DA": { "name": "CLOUD_HAS_REQUEST_COMPLETED", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4C61B39930D045DA", "gta_jhash": "0xBAF52DD8" }, "0x3A3D5568AF297CD5": { "name": "CLOUD_DID_REQUEST_SUCCEED", "comment": "", "params": [ { "type": "int", "name": "id" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3A3D5568AF297CD5", "gta_jhash": "0x9B9AFFF1" }, "0x02E97CE283648CD9": { "name": "_GET_LAUNCH_PARAM_EXISTS", "comment": "", "params": [ { "type": "const char*", "name": "paramName" } ], "return_type": "BOOL", "build": "1207" }, "0x65E65CA6A0FE59D4": { "name": "GET_LAUNCH_PARAM_VALUE", "comment": "", "params": [ { "type": "const char*", "name": "paramName" } ], "return_type": "const char*", "build": "1207" }, "0x668AF6E4933AC13F": { "name": "_SET_LAUNCH_PARAM_VALUE", "comment": "", "params": [ { "type": "const char*", "name": "paramName" }, { "type": "const char*", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x782C94DB6469634D": { "name": "_CLEAR_LAUNCH_PARAM", "comment": "", "params": [ { "type": "const char*", "name": "paramName" } ], "return_type": "void", "build": "1207" }, "0xC59AB6A04333C502": { "name": "_GET_LAUNCH_PARAM_STRING", "comment": "", "params": [], "return_type": "const char*", "build": "1207" }, "0xDFFC15AA63D04AAB": { "name": "_SET_LAUNCH_PARAM_STRING", "comment": "", "params": [ { "type": "const char*", "name": "params" } ], "return_type": "void", "build": "1207", "unused": true }, "0x966DD84FB6A46017": { "name": "CLEAR_SERVICE_EVENT_ARGUMENTS", "comment": "Old name: _CLEAR_LAUNCH_PARAMS", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x966DD84FB6A46017", "gta_jhash": "" }, "0xF4AC4FA844FD559A": { "name": "UGC_IS_REQUEST_PENDING", "comment": "", "params": [ { "type": "int", "name": "ugcRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xA9EB4D606076615D": { "name": "UGC_HAS_REQUEST_FINISHED", "comment": "", "params": [ { "type": "int", "name": "ugcRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x0B6009A90B8495F1": { "name": "UGC_DID_REQUEST_SUCCEED", "comment": "", "params": [ { "type": "int", "name": "ugcRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xCD53E6CBF609C012": { "name": "_0xCD53E6CBF609C012", "comment": "", "params": [ { "type": "int", "name": "ugcRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xF40EF49B3099E98E": { "name": "_UGC_QUERY_BY_CONTENT_TYPE", "comment": "Returns ugcRequestId", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "maxGet" }, { "type": "const char*", "name": "contentTypeName" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x8C109958C9BB559D": { "name": "_UGC_QUERY_BY_CATEGORY", "comment": "Returns ugcRequestId", "params": [ { "type": "int", "name": "categoryType" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "maxGet" }, { "type": "const char*", "name": "contentTypeName" }, { "type": "int", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x69D22E183580113F": { "name": "_UGC_QUERY_BY_CONTENT_ID", "comment": "Returns ugcRequestId", "params": [ { "type": "const char*", "name": "contentId" }, { "type": "BOOL", "name": "latestVersion" }, { "type": "const char*", "name": "contentTypeName" } ], "return_type": "int", "build": "1207" }, "0xE42D1042F09865FE": { "name": "_UGC_IS_BOOK_MARKED", "comment": "", "params": [ { "type": "const char*", "name": "contentId" } ], "return_type": "BOOL", "build": "1355" }, "0xE931354FEA710038": { "name": "UGC_CLEAR_QUERY_RESULTS", "comment": "", "params": [ { "type": "int", "name": "ugcRequestId" } ], "return_type": "void", "build": "1207" }, "0xF8F0705E77A0E705": { "name": "UGC_QUERY_WAS_FORCE_CANCELLED", "comment": "", "params": [ { "type": "int", "name": "ugcRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0x76160E0396142765": { "name": "UGC_QUERY_GET_CONTENT_NUM", "comment": "", "params": [ { "type": "int", "name": "ugcRequestId" } ], "return_type": "int", "build": "1207" }, "0xADB56322EEDFBDC9": { "name": "_UGC_QUERY_GET_CREATOR_HANDLE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "gamerHandle" } ], "return_type": "Any", "build": "1207" }, "0xF9F0B3028431967B": { "name": "_UGC_QUERY_GET_OWNER_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "const char*", "build": "1207" }, "0x2D053EA815702DD1": { "name": "_UGC_QUERY_GET_NAME", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "const char*", "build": "1207" }, "0x566CEB0542EF5ECF": { "name": "_UGC_QUERY_GET_ROOT_CONTENT_ID", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "const char*", "build": "1207" }, "0xCAF50048C8D0FBA0": { "name": "_UGC_QUERY_GET_PLAYLIST_NAME", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "const char*", "build": "1207" }, "0xA6BF569956C60A60": { "name": "_UGC_QUERY_GET_MISSION_DESC_HASH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "Hash", "build": "1207" }, "0x409FE0CA6A4D1D49": { "name": "_UGC_QUERY_GET_CREATOR_PHOTO", "comment": "Returns string for GET_STATUS_OF_LOAD_MISSION_CREATOR_PHOTO", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "const char*", "build": "1207" }, "0xE0CB4AB15CB32710": { "name": "_UGC_QUERY_GET_DATE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "Any*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x21A99A72B00D8002": { "name": "_UGC_QUERY_GET_POSIX_UPDATED_DATE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x104080CA9E519B00": { "name": "_UGC_QUERY_GET_POSIX_PUBLISHED_DATE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x63E9DCBC8B0931ED": { "name": "_UGC_QUERY_GET_VERSION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "int", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x97764E8AC6487A9A": { "name": "_UGC_QUERY_GET_LANGUAGE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "int", "build": "1207" }, "0x9993F1E11944A3DD": { "name": "_UGC_QUERY_GET_PUBLISHED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x24CD8FAEA1368379": { "name": "_UGC_QUERY_GET_RATING", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "int", "name": "p2" } ], "return_type": "float", "build": "1207" }, "0x5F0E99071582DECA": { "name": "_0x5F0E99071582DECA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" }, { "type": "int", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xF794765390A6DCA5": { "name": "UGC_QUERY_GET_CONTENT_HAS_PLAYER_RECORD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0x98539FC453AEA639": { "name": "_UGC_QUERY_GET_BOOK_MARKED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0x6506BFA755FB209C": { "name": "_UGC_HAS_PRIVILEGE", "comment": "Checks if the user has ROS privilege 14.", "params": [], "return_type": "BOOL", "build": "1207" }, "0x7FD2990AF016795E": { "name": "UGC_REQUEST_CONTENT_DATA_FROM_PARAMS", "comment": "", "params": [ { "type": "const char*", "name": "contentTypeName" }, { "type": "const char*", "name": "contentId" }, { "type": "int", "name": "fileId" }, { "type": "int", "name": "fileVersion" }, { "type": "int", "name": "languageId" } ], "return_type": "int", "build": "1207", "gta_hash": "0x7FD2990AF016795E", "gta_jhash": "0x38FC2EEB" }, "0x5E0165278F6339EE": { "name": "UGC_REQUEST_CACHED_DESCRIPTION", "comment": "", "params": [ { "type": "Hash", "name": "description" } ], "return_type": "int", "build": "1207", "gta_hash": "0x5E0165278F6339EE", "gta_jhash": "0x1C4F9FDB" }, "0x2D5DC831176D0114": { "name": "UGC_IS_DESCRIPTION_REQUEST_IN_PROGRESS", "comment": "", "params": [ { "type": "Hash", "name": "description" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2D5DC831176D0114", "gta_jhash": "0xA69AE16C" }, "0xEBFA8D50ADDC54C4": { "name": "UGC_HAS_DESCRIPTION_REQUEST_FINISHED", "comment": "", "params": [ { "type": "Hash", "name": "description" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEBFA8D50ADDC54C4", "gta_jhash": "0xF50BC67A" }, "0x162C23CA83ED0A62": { "name": "UGC_DID_DESCRIPTION_REQUEST_SUCCEED", "comment": "", "params": [ { "type": "Hash", "name": "description" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x162C23CA83ED0A62", "gta_jhash": "0xB3BBD241" }, "0x40F7E66472DF3E5C": { "name": "UGC_GET_CACHED_DESCRIPTION", "comment": "", "params": [ { "type": "Hash", "name": "description" }, { "type": "int", "name": "length" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0x40F7E66472DF3E5C", "gta_jhash": "0x70A2845C" }, "0x5A34CD9C3C5BEC44": { "name": "UGC_RELEASE_CACHED_DESCRIPTION", "comment": "", "params": [ { "type": "Hash", "name": "description" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5A34CD9C3C5BEC44", "gta_jhash": "0x346B506C" }, "0x68103E2247887242": { "name": "UGC_RELEASE_ALL_CACHED_DESCRIPTIONS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x68103E2247887242", "gta_jhash": "0x0095DB71" }, "0xF98DDE0A8ED09323": { "name": "UGC_SET_QUERY_DATA_FROM_OFFLINE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF98DDE0A8ED09323", "gta_jhash": "0x213C6D36" }, "0xF53E48461B71EECB": { "name": "UGC_IS_LANGUAGE_SUPPORTED", "comment": "", "params": [ { "type": "int", "name": "languageId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF53E48461B71EECB", "gta_jhash": "0xB4668B23" }, "0xD4022C7286B0DFA2": { "name": "_0xD4022C7286B0DFA2", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xB72999D3120599DF": { "name": "_NETWORK_PERSONA_PHOTO_WRITE_SC_PROFILE", "comment": "Returns false if pedshot push failed", "params": [ { "type": "const char*", "name": "texture" }, { "type": "int", "name": "personaPhotoType" }, { "type": "int", "name": "formatIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x2A48D9567940598F": { "name": "_NETWORK_PERSONA_PHOTO_WRITE_LOCAL", "comment": "Returns false if pedshot push failed", "params": [ { "type": "const char*", "name": "texture" }, { "type": "int", "name": "playerSlot" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "personaPhotoLocalCacheType" } ], "return_type": "BOOL", "build": "1207" }, "0xA21E3BAD0A42D199": { "name": "_NETWORK_IS_PREVIOUS_UPLOAD_PENDING", "comment": "_NETWORK_IS_T* - _NETWORK_RE*", "params": [], "return_type": "BOOL", "build": "1207" }, "0xCC4E72C339461ED1": { "name": "_0xCC4E72C339461ED1", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x356F9FB0698C1FEB": { "name": "_REQUEST_PEDSHOT_TEXTURE_LOCAL_BACKUP_DOWNLOAD", "comment": "Only used in R* SP Scripts", "params": [ { "type": "int", "name": "player" }, { "type": "int", "name": "personaPhotoLocalCacheType" } ], "return_type": "const char*", "build": "1207" }, "0xCAF4CA2F87779F8F": { "name": "_REQUEST_PEDSHOT_TEXTURE_LOCAL_DOWNLOAD", "comment": "Only used in R* SP Script map_app_event_handler", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "int", "name": "p1" } ], "return_type": "const char*", "build": "1207" }, "0xB5C4B18B12A2AF23": { "name": "_REQUEST_PEDSHOT_TEXTURE_MULTIPLAYER_DOWNLOAD", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "int", "name": "p1" } ], "return_type": "const char*", "build": "1207" }, "0xE2C3CEC3C0903A00": { "name": "_TEXTURE_DOWNLOAD_TEXTURE_NAME_IS_VALID", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0x16160DA74A8E74A2": { "name": "TEXTURE_DOWNLOAD_REQUEST", "comment": "Returns textureDownloadId", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "const char*", "name": "filePath" }, { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207", "gta_hash": "0x16160DA74A8E74A2", "gta_jhash": "0xAD546CC3" }, "0x9B5DB6CEAFAA10BB": { "name": "_MUGSHOT_TEXTURE_DOWNLOAD_REQUEST", "comment": "Returns textureDownloadId", "params": [ { "type": "Any*", "name": "gamerHandle" }, { "type": "int", "name": "p1" }, { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x308F96458B7087CC": { "name": "UGC_TEXTURE_DOWNLOAD_REQUEST", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any*", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "int", "build": "1207", "gta_hash": "0x308F96458B7087CC", "gta_jhash": "0x68C9AF69" }, "0x6E2FD8CF7EB10E53": { "name": "_LOCAL_PLAYER_PEDSHOT_TEXTURE_DOWNLOAD_REQUEST", "comment": "", "params": [ { "type": "int", "name": "playerSlot" }, { "type": "int", "name": "personaPhotoLocalCacheType" } ], "return_type": "int", "build": "1207" }, "0x487EB90B98E9FB19": { "name": "TEXTURE_DOWNLOAD_RELEASE", "comment": "", "params": [ { "type": "int", "name": "textureDownloadId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x487EB90B98E9FB19", "gta_jhash": "0xEE8D9E70" }, "0x7A17B7981560FFA5": { "name": "_TEXTURE_DOWNLOAD_RELEASE_BY_NAME", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x3448505B6E35262D": { "name": "TEXTURE_DOWNLOAD_GET_NAME", "comment": "", "params": [ { "type": "int", "name": "textureDownloadId" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0x3448505B6E35262D", "gta_jhash": "0xA40EF65A" }, "0x8BD6C6DEA20E82C6": { "name": "GET_STATUS_OF_TEXTURE_DOWNLOAD", "comment": "0 = succeeded\n1 = pending\n2 = failed", "params": [ { "type": "int", "name": "textureDownloadId" } ], "return_type": "int", "build": "1207", "gta_hash": "0x8BD6C6DEA20E82C6", "gta_jhash": "0x03225BA3" }, "0xCBAC13F065C47596": { "name": "_PEDMUGSHOT_GET_STATUS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xCD954F330693F5F2": { "name": "_PEDMUGSHOT_TAKE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFBC30B70B3CDB87E": { "name": "_PEDMUGSHOT_REQUEST_SEND", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x814729078AED6D30": { "name": "_0x814729078AED6D30", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x8020A73847E0CA7D": { "name": "NETWORK_HAVE_ROS_BANNED_PRIV", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8020A73847E0CA7D", "gta_jhash": "0xD3BBE42F" }, "0xA699957E60D80214": { "name": "NETWORK_HAS_ROS_PRIVILEGE", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA699957E60D80214", "gta_jhash": "0xFD261E30" }, "0xDEB2B99A1AF1A2A6": { "name": "NETWORK_START_USER_CONTENT_PERMISSIONS_CHECK", "comment": "Always returns -1. Seems to be XB1 specific.", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "int", "build": "1207", "gta_hash": "0xDEB2B99A1AF1A2A6", "gta_jhash": "" }, "0x0A428058079EE65C": { "name": "_NETWORK_AUTO_SESSION_SET_ALLOWED_TO_SPLIT", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xAADED99A6B268A27": { "name": "NETWORK_AUTO_SESSION_IS_ALLOWED_TO_MERGE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x63246A24F5747510": { "name": "_NETWORK_AUTO_SESSION_SET_ALLOWED_TO_MERGE", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" }, { "type": "Any*", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE258570E0C116A66": { "name": "_NETWORK_AUTO_SESSION_IS_AUTO_WARP_DISABLED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x4440FEE3EFE78F54": { "name": "_NETWORK_AUTO_SESSION_SET_AUTO_WARP_ENABLED", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xE404BFF0ABA23CDC": { "name": "NETWORK_AUTO_SESSION_CAN_SPLIT_SESSION", "comment": "", "params": [ { "type": "int*", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xC223D299C670413D": { "name": "NETWORK_AUTO_SESSION_SPLIT_SESSION", "comment": "", "params": [ { "type": "int", "name": "playersToTake" }, { "type": "int", "name": "maxInstancePlayers" }, { "type": "int", "name": "sessionFlags" }, { "type": "int", "name": "bucketId" } ], "return_type": "BOOL", "build": "1207" }, "0xA021095C983F20D8": { "name": "_NETWORK_AUTO_SESSION_IS_PROCESSING_SESSION_SPLIT", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x6D87BA8EF15226CD": { "name": "_NETWORK_AUTO_SESSION_SPLIT_SESSION_SUCCESSFUL", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x277865A734918AE6": { "name": "_NETWORK_AUTO_SESSION_IS_INSTANCED_SESSION", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xBB51299166B844F3": { "name": "NETWORK_AUTO_SESSION_FINISH_INSTANCE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFD8112109A96877C": { "name": "_0xFD8112109A96877C", "comment": "Note: this native was added in build 1311.23", "params": [], "return_type": "void", "build": "1311", "unused": true }, "0x5A91BCEF74944E93": { "name": "_0x5A91BCEF74944E93", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFB3205788F8AFA3F": { "name": "_0xFB3205788F8AFA3F", "comment": "Note: this native was added in build 1311.23", "params": [], "return_type": "int", "build": "1311", "unused": true }, "0x335AF56613CA0F49": { "name": "_0x335AF56613CA0F49", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1311", "unused": true }, "0x9E5A47744C0F0376": { "name": "_0x9E5A47744C0F0376", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1311", "unused": true }, "0xD3B6EBC6C3D77D44": { "name": "_0xD3B6EBC6C3D77D44", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1311", "unused": true }, "0xA7670F7991099680": { "name": "_0xA7670F7991099680", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1311", "unused": true }, "0x7673C0D2C5CDAC55": { "name": "_0x7673C0D2C5CDAC55", "comment": "Note: this native was added in build 1311.23", "params": [], "return_type": "void", "build": "1311", "unused": true }, "0x3CBD6565D9C3B133": { "name": "_0x3CBD6565D9C3B133", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1311", "unused": true }, "0x0D183D8490EE4366": { "name": "_0x0D183D8490EE4366", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1311", "unused": true }, "0xC1968045EEB563B7": { "name": "_0xC1968045EEB563B7", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1311", "unused": true }, "0x0E2C3AEE6CE603B7": { "name": "NETWORK_AUTO_SESSION_IS_OBJECT_CREATION_PAUSED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x0B6B4507AC5EA8B8": { "name": "_0x0B6B4507AC5EA8B8", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x1BB50CD340A996E6": { "name": "NETWORK_IS_RESETTING_POPULATION", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x101F538C25ABB39A": { "name": "NETWORK_RESET_POPULATION", "comment": "", "params": [ { "type": "BOOL", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xC505036A35AFD01B": { "name": "NETWORK_DISABLE_LEAVE_REMOTE_PED_BEHIND", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC505036A35AFD01B", "gta_jhash": "0xA100CC97" }, "0x3034C77C79A58880": { "name": "_0x3034C77C79A58880", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x267C78C60E806B9A": { "name": "NETWORK_ALLOW_REMOTE_ATTACHMENT_MODIFICATION", "comment": "Old name: _NETWORK_ALLOW_LOCAL_ENTITY_ATTACHMENT", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x267C78C60E806B9A", "gta_jhash": "0xBB2D33D3" }, "0x6BFF5F84102DF80A": { "name": "NETWORK_SHOW_CHAT_RESTRICTION_MSC", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6BFF5F84102DF80A", "gta_jhash": "" }, "0x5C497525F803486B": { "name": "NETWORK_SHOW_PSN_UGC_RESTRICTION", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x5C497525F803486B", "gta_jhash": "" }, "0x16D3D49902F697BB": { "name": "NETWORK_IS_CONNECTED_VIA_RELAY", "comment": "Old name: _NETWORK_IS_CONNECTION_ENDPOINT_RELAY_SERVER", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x16D3D49902F697BB", "gta_jhash": "" }, "0xD414BE129BB81B32": { "name": "NETWORK_GET_AVERAGE_LATENCY", "comment": "Old name: _NETWORK_GET_AVERAGE_LATENCY_FOR_PLAYER", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207", "unused": true, "gta_hash": "0xD414BE129BB81B32", "gta_jhash": "" }, "0x0E3A041ED6AC2B45": { "name": "NETWORK_GET_AVERAGE_PING", "comment": "Same as NETWORK_GET_AVERAGE_LATENCY (0xD414BE129BB81B32)\n\nOld name: _NETWORK_GET_AVERAGE_LATENCY_FOR_PLAYER_2", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207", "unused": true, "gta_hash": "0x0E3A041ED6AC2B45", "gta_jhash": "" }, "0x350C23949E43686C": { "name": "NETWORK_GET_AVERAGE_PACKET_LOSS", "comment": "Old name: _NETWORK_GET_AVERAGE_PACKET_LOSS_FOR_PLAYER", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207", "unused": true, "gta_hash": "0x350C23949E43686C", "gta_jhash": "" }, "0xFF8FCF9FFC458A1C": { "name": "NETWORK_GET_NUM_UNACKED_RELIABLES", "comment": "Old name: _NETWORK_GET_NUM_UNACKED_FOR_PLAYER", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207", "unused": true, "gta_hash": "0xFF8FCF9FFC458A1C", "gta_jhash": "" }, "0x3765C3A3E8192E10": { "name": "NETWORK_GET_UNRELIABLE_RESEND_COUNT", "comment": "Old name: _NETWORK_GET_UNRELIABLE_RESEND_COUNT_FOR_PLAYER", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207", "unused": true, "gta_hash": "0x3765C3A3E8192E10", "gta_jhash": "" }, "0x52C1EADAF7B10302": { "name": "NETWORK_GET_HIGHEST_RELIABLE_RESEND_COUNT", "comment": "Old name: _NETWORK_GET_OLDEST_RESEND_COUNT_FOR_PLAYER", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207", "unused": true, "gta_hash": "0x52C1EADAF7B10302", "gta_jhash": "" }, "0xAEDF1BC1C133D6E3": { "name": "NETWORK_DUMP_NET_IF_CONFIG", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207", "unused": true, "gta_hash": "0xAEDF1BC1C133D6E3", "gta_jhash": "" }, "0x6FD992C4A1C1B986": { "name": "NETWORK_GET_NET_STATISTICS_INFO", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207", "unused": true, "gta_hash": "0x6FD992C4A1C1B986", "gta_jhash": "" }, "0x255A5EF65EDA9167": { "name": "NETWORK_IS_PLAYER_INDEX_VALID", "comment": "Returns true if the passed value is less than 32.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xDCC4B7F7112E8AB7": { "name": "_GET_PLAYER_WAYPOINT_IS_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x455156F47DC6B78C": { "name": "_0x455156F47DC6B78C", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xD041A32992A55F84": { "name": "_SET_LOCAL_PLAYER_DAMAGE_MULTIPLIER_FOR_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "damageMultiplier" } ], "return_type": "void", "build": "1207" }, "0x0C8BC052AE87D744": { "name": "NETWORK_TRIGGER_DAMAGE_EVENT_FOR_ZERO_DAMAGE", "comment": "Old name: _NETWORK_SET_VEHICLE_WHEELS_DESTRUCTIBLE", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x890E2C5ABED7236D", "gta_jhash": "" }, "0x5CD3AAD8FF9ED121": { "name": "_0x5CD3AAD8FF9ED121", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x51951DE06C0D1C40": { "name": "_0x51951DE06C0D1C40", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "type" } ], "return_type": "void", "build": "1207" }, "0xE3AB5EEFCB6671A2": { "name": "_0xE3AB5EEFCB6671A2", "comment": "", "params": [ { "type": "int", "name": "setting" } ], "return_type": "void", "build": "1207" }, "0x9B39B0555CC692B5": { "name": "_0x9B39B0555CC692B5", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFE53B1F8D43F19BF": { "name": "_0xFE53B1F8D43F19BF", "comment": "", "params": [ { "type": "Player", "name": "player1" }, { "type": "Player", "name": "player2" } ], "return_type": "int", "build": "1207" }, "0x862C5040F4888741": { "name": "_0x862C5040F4888741", "comment": "", "params": [ { "type": "Player", "name": "player1" }, { "type": "Player", "name": "player2" } ], "return_type": "BOOL", "build": "1207" }, "0x2CD41AC000E6F611": { "name": "_0x2CD41AC000E6F611", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0xACC44768AF229042": { "name": "_0xACC44768AF229042", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0x7E300B5B86AB1D1A": { "name": "_0x7E300B5B86AB1D1A", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "int", "name": "p8" }, { "type": "int", "name": "p9" }, { "type": "int", "name": "p10" }, { "type": "int", "name": "p11" }, { "type": "int", "name": "p12" }, { "type": "int", "name": "p13" }, { "type": "int", "name": "p14" } ], "return_type": "void", "build": "1207" }, "0x07F723401B9D921C": { "name": "GET_UNIQUE_INT_FOR_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0x780A13F780A13F1B": { "name": "_0x780A13F780A13F1B", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1311" }, "0xE525878A35B9EEBD": { "name": "_NETWORK_IS_TRACKED_PLAYER_VISIBLE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Player", "name": "trackedPlayer" } ], "return_type": "BOOL", "build": "1207" }, "0x8E7CE19219669AEB": { "name": "NETWORK_IS_AIM_CAM_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x1BAA028F52EED310": { "name": "_NETWORK_ALERT", "comment": "", "params": [ { "type": "Hash", "name": "ctx" }, { "type": "Hash", "name": "lh" }, { "type": "int", "name": "ec" }, { "type": "int", "name": "h" } ], "return_type": "void", "build": "1311" }, "0x19447FCAE97704DC": { "name": "_0x19447FCAE97704DC", "comment": "Note: this native was added in build 1311.23", "params": [ { "type": "Hash", "name": "ctx" }, { "type": "int", "name": "ec" }, { "type": "BOOL", "name": "ex" }, { "type": "BOOL", "name": "ro" } ], "return_type": "void", "build": "1311", "unused": true }, "0x2C4E98DDA475364F": { "name": "_0x2C4E98DDA475364F", "comment": "nullsub, doesn't do anything", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x3F0ABAE38A0515AD": { "name": "_0x3F0ABAE38A0515AD", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3F2EE18A3E294801": { "name": "_0x3F2EE18A3E294801", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0x777D0571A466B520": { "name": "_SET_SOCIAL_MATCHMAKING_ALLOWED", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xD0541EF28E9C4783": { "name": "_GET_SOCIAL_MATCHMAKING_ALLOWED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFBE782B3165AC8EC": { "name": "NETWORK_AWARD_HAS_REACHED_MAXCLAIM", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x271F95E55C663B8B": { "name": "_0x271F95E55C663B8B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x64A36BA85CE01A81": { "name": "_0x64A36BA85CE01A81", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0xE10F2D7715ABABEC": { "name": "_0xE10F2D7715ABABEC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7A8E8DF782B47EB0": { "name": "_0x7A8E8DF782B47EB0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x77B299E8799B1332": { "name": "_0x77B299E8799B1332", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x923346025512DFB7": { "name": "_0x923346025512DFB7", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xDB438CC9BC6F4022": { "name": "_NETWORK_GET_XP", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x32C90CDFAF40514C": { "name": "_NETWORK_GET_RANK", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x29FE035D35B8589C": { "name": "NETWORK_SET_RECENT_GAMERS_ENABLED", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x273E04A3A7AD1F2D": { "name": "_0x273E04A3A7AD1F2D", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x157D8F3DE12B307F": { "name": "_NETWORK_ADD_PLAYER_TO_RECENT_GAMERS_LIST", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6D206D383BB5F6B1": { "name": "NETWORK_REQUEST_RECENT_GAMER_NAMES", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "playerCount" } ], "return_type": "BOOL", "build": "1207" }, "0x4664D213A0CCAF40": { "name": "_NETWORK_IS_RECENT_GAMER_NAMES_REQUEST_IN_PROGRESS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x12AEB56B489415C5": { "name": "_NETWORK_DID_RECENT_GAMER_NAMES_REQUEST_SUCCEED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x37A834AEC6A4F74A": { "name": "_NETWORK_GET_NUM_RECENT_GAMERS", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xFEFCC345CE357453": { "name": "NETWORK_GET_RECENT_GAMER_NAMES", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "Any*", "name": "outData" }, { "type": "int", "name": "dataSize" } ], "return_type": "BOOL", "build": "1207" }, "0x49CF17A564918E8D": { "name": "_0x49CF17A564918E8D", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xD637D327080CD86E": { "name": "_0xD637D327080CD86E", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x564552C6AF1EEAB1": { "name": "_0x564552C6AF1EEAB1", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3FE141FDB990E3D1": { "name": "NETWORK_ACTIVITY_RESET_TO_IDLE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x9ADAC065D9F6706F": { "name": "NETWORK_ACTIVITY_SET_CURRENT", "comment": "", "params": [ { "type": "int", "name": "netPlaylistActivity" } ], "return_type": "void", "build": "1207" }, "0xAC6153A0722F524C": { "name": "_NETWORK_GET_ROS_TITLE_NAME", "comment": "Returns CGameConfig->ConfigOnlineServices->RosTitleName (see gameconfig.xml)", "params": [], "return_type": "const char*", "build": "1207" }, "0xA197C35F73AC0F12": { "name": "_REPORT_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "reportType" }, { "type": "const char*", "name": "description" }, { "type": "const char*", "name": "horseName" } ], "return_type": "void", "build": "1207" } }, "OBJECT": { "0x509D5878EB39E842": { "name": "CREATE_OBJECT", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "BOOL", "name": "bScriptHostObj" }, { "type": "BOOL", "name": "dynamic" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "Object", "build": "1207", "gta_hash": "0x509D5878EB39E842", "gta_jhash": "0x2F7AA05C" }, "0x9A294B2138ABB884": { "name": "CREATE_OBJECT_NO_OFFSET", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "BOOL", "name": "bScriptHostObj" }, { "type": "BOOL", "name": "dynamic" }, { "type": "BOOL", "name": "p7" } ], "return_type": "Object", "build": "1207", "gta_hash": "0x9A294B2138ABB884", "gta_jhash": "0x58040420" }, "0x931914268722C263": { "name": "DELETE_OBJECT", "comment": "Deletes the specified object, then sets the handle pointed to by the pointer to NULL.", "params": [ { "type": "Object*", "name": "object" } ], "return_type": "void", "build": "1207", "gta_hash": "0x539E0AE3E6634B9F", "gta_jhash": "0xD6EF9DA7" }, "0x58A850EAEE20FAA3": { "name": "PLACE_OBJECT_ON_GROUND_PROPERLY", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x58A850EAEE20FAA3", "gta_jhash": "0x8F95A20B" }, "0x2FDFF4107B8C1147": { "name": "SLIDE_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "toX" }, { "type": "float", "name": "toY" }, { "type": "float", "name": "toZ" }, { "type": "float", "name": "speedX" }, { "type": "float", "name": "speedY" }, { "type": "float", "name": "speedZ" }, { "type": "BOOL", "name": "collision" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2FDFF4107B8C1147", "gta_jhash": "0x63BFA7A0" }, "0x8A7391690F5AFD81": { "name": "SET_OBJECT_TARGETTABLE", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "targettable" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8A7391690F5AFD81", "gta_jhash": "0x3F88CD86" }, "0x581EDBE56E8D62C9": { "name": "_SET_OBJECT_TARGETTABLE_2", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "targettable" } ], "return_type": "void", "build": "1207" }, "0xA22712E8471AA08E": { "name": "_SET_OBJECT_TARGETTABLE_FOCUS", "comment": "When p1 and p2 are true you can focus on the object (similar to when you focus a ped)", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF6E88489B4E6EBE5": { "name": "_0xF6E88489B4E6EBE5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE157A8A336C7F04A": { "name": "_0xE157A8A336C7F04A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x46CBCF0E98A4E156": { "name": "_0x46CBCF0E98A4E156", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE143FA2249364369": { "name": "GET_CLOSEST_OBJECT_OF_TYPE", "comment": "missionScriptObject - if true won't return mission script objects\nscriptHostObject - if true won't return script host objects\nnetworkObject - if true won't return networked objects", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Hash", "name": "modelHash" }, { "type": "BOOL", "name": "missionScriptObject" }, { "type": "BOOL", "name": "scriptHostObject" }, { "type": "BOOL", "name": "networkObject" } ], "return_type": "Object", "build": "1207", "gta_hash": "0xE143FA2249364369", "gta_jhash": "0x45619B33" }, "0x8ABFB70C49CC43E2": { "name": "HAS_OBJECT_BEEN_BROKEN", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8ABFB70C49CC43E2", "gta_jhash": "0xFE21F891" }, "0x761B0E69AC4D007E": { "name": "HAS_CLOSEST_OBJECT_OF_TYPE_BEEN_BROKEN", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "Hash", "name": "modelHash" }, { "type": "Any", "name": "p5" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x761B0E69AC4D007E", "gta_jhash": "0x6FC0353D" }, "0x163E252DE035A133": { "name": "GET_OFFSET_FROM_COORD_AND_HEADING_IN_WORLD_COORDS", "comment": "Old name: _GET_OBJECT_OFFSET_FROM_COORDS", "params": [ { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "heading" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x163E252DE035A133", "gta_jhash": "0x87A42A12" }, "0xD99229FE93B46286": { "name": "_ADD_DOOR_TO_SYSTEM_NEW", "comment": "Registers a door, hashes: https://github.com/femga/rdr3_discoveries/tree/master/doorHashes", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "int", "name": "threadId" }, { "type": "int", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xB5DED7B65C604FDF": { "name": "_IS_DOOR_REGISTERED_WITH_NETWORK", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "BOOL", "build": "1207" }, "0x464D8E1427156FE4": { "name": "REMOVE_DOOR_FROM_SYSTEM", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0x464D8E1427156FE4", "gta_jhash": "0x00253286" }, "0x6BAB9442830C7F53": { "name": "DOOR_SYSTEM_SET_DOOR_STATE", "comment": "Door lock states:\nenum eDoorState\n{\n\tDOORSTATE_INVALID = -1,\n\tDOORSTATE_UNLOCKED,\n\tDOORSTATE_LOCKED_UNBREAKABLE,\n\tDOORSTATE_LOCKED_BREAKABLE,\n\tDOORSTATE_HOLD_OPEN_POSITIVE,\n\tDOORSTATE_HOLD_OPEN_NEGATIVE\n};", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "int", "name": "state" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6BAB9442830C7F53", "gta_jhash": "0xDF83DB47" }, "0x160AA1B32F6139B8": { "name": "DOOR_SYSTEM_GET_DOOR_STATE", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "int", "build": "1207", "gta_hash": "0x160AA1B32F6139B8", "gta_jhash": "0xD42A41C2" }, "0x03C27E13B42A0E82": { "name": "DOOR_SYSTEM_SET_AUTOMATIC_RATE", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "float", "name": "rate" } ], "return_type": "void", "build": "1207", "gta_hash": "0x03C27E13B42A0E82", "gta_jhash": "0x4F44AF21" }, "0x9BA001CB45CBF627": { "name": "DOOR_SYSTEM_SET_AUTOMATIC_DISTANCE", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "float", "name": "distance" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9BA001CB45CBF627", "gta_jhash": "0x47531446" }, "0xB3B1546D23DF8DE1": { "name": "_0xB3B1546D23DF8DE1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xB6E6FBA95C7324AC": { "name": "DOOR_SYSTEM_SET_OPEN_RATIO", "comment": "Sets the ajar angle of a door.\nRanges from -1.0 to 1.0, and 0.0 is closed / default.", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "float", "name": "ajar" }, { "type": "BOOL", "name": "forceUpdate" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB6E6FBA95C7324AC", "gta_jhash": "0x34883DE3" }, "0x3A77DAE8B4FD7586": { "name": "_0x3A77DAE8B4FD7586", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1F1FABFE9B2A1254": { "name": "_DOOR_SYSTEM_SET_ABLE_TO_CHANGE_OPEN_RATIO_WHILE_LOCKED", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4F89DAD4156BA145": { "name": "_IS_DOOR_REGISTERED_WITH_OWNER", "comment": "Returns true if door is alredy registered with owner", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "BOOL", "build": "1207" }, "0x985767F5FA45BC44": { "name": "_DOOR_SYSTEM_CHANGE_SCRIPT_OWNER", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "void", "build": "1207" }, "0x8433E1954BE323FC": { "name": "_DOOR_SYSTEM_GET_AUTOMATIC_RATE", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "float", "build": "1207" }, "0x6E2AA80BB0C03728": { "name": "_0x6E2AA80BB0C03728", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x1BC47A9DEDC8DF5D": { "name": "_DOOR_SYSTEM_SET_AUTOMATIC_STATE", "comment": "_ALLOW_* - _ATTACH_*", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "BOOL", "name": "disable" } ], "return_type": "void", "build": "1207" }, "0x65499865FCA6E5EC": { "name": "DOOR_SYSTEM_GET_OPEN_RATIO", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "float", "build": "1207", "gta_hash": "0x65499865FCA6E5EC", "gta_jhash": "0xB74C3BD7" }, "0x7F458B543006C8FE": { "name": "_0x7F458B543006C8FE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xACD4F9831DFAD7F5": { "name": "_0xACD4F9831DFAD7F5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0C0A373D181BF900": { "name": "_0x0C0A373D181BF900", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA93F925F1942E434": { "name": "_0xA93F925F1942E434", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4D8611DFE1126478": { "name": "_0x4D8611DFE1126478", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x57C242543B7B8FB9": { "name": "_0x57C242543B7B8FB9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4AE07EBA3462C5D5": { "name": "_0x4AE07EBA3462C5D5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x22031584496CFB70": { "name": "_0x22031584496CFB70", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC07B91B996C1DE89": { "name": "_0xC07B91B996C1DE89", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC153C43EA202C8C1": { "name": "IS_DOOR_REGISTERED_WITH_SYSTEM", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC153C43EA202C8C1", "gta_jhash": "0x5AFCD8A1" }, "0xC531EE8A1145A149": { "name": "IS_DOOR_CLOSED", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC531EE8A1145A149", "gta_jhash": "0x48659CD7" }, "0x0943113E02322164": { "name": "_0x0943113E02322164", "comment": "Params: p1 = 23 in R* Scripts", "params": [ { "type": "Object", "name": "object" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x614D0B4533F842D3": { "name": "_0x614D0B4533F842D3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x276AAF0F1C7F2494": { "name": "_DOOR_SYSTEM_FORCE_SHUT", "comment": "", "params": [ { "type": "Hash", "name": "doorHash" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEBA314768FB35D58": { "name": "_0xEBA314768FB35D58", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x5230BF34EB0EC645": { "name": "_0x5230BF34EB0EC645", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xBFA48E2FF417213F": { "name": "DOES_OBJECT_OF_TYPE_EXIST_AT_COORDS", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Hash", "name": "hash" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xBFA48E2FF417213F", "gta_jhash": "0x23FF2BA4" }, "0x2A70BAE8883E4C81": { "name": "IS_POINT_IN_ANGLED_AREA", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "BOOL", "name": "p10" }, { "type": "BOOL", "name": "p11" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2A70BAE8883E4C81", "gta_jhash": "0x73BCFFDC" }, "0x4D89D607CB3DD1D2": { "name": "SET_OBJECT_ALLOW_LOW_LOD_BUOYANCY", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4D89D607CB3DD1D2", "gta_jhash": "0x19B17769" }, "0xF6DF6E90DE7DF90F": { "name": "SET_OBJECT_PHYSICS_PARAMS", "comment": "Adjust the physics parameters of a prop, or otherwise known as \"object\". This is useful for simulated gravity.\n\nOther parameters seem to be unknown.\n\np2: seems to be weight and gravity related. Higher value makes the obj fall faster. Very sensitive?\np3: seems similar to p2\np4: makes obj fall slower the higher the value\np5: similar to p4", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "weight" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "gravity" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "float", "name": "p10" }, { "type": "float", "name": "buoyancy" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF6DF6E90DE7DF90F", "gta_jhash": "0xE8D11C58" }, "0xB6FBFD079B8D0596": { "name": "GET_OBJECT_FRAGMENT_DAMAGE_HEALTH", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "float", "build": "1207", "gta_hash": "0xB6FBFD079B8D0596", "gta_jhash": "0xF0B330AD" }, "0x235C863DA77BD88D": { "name": "_0x235C863DA77BD88D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x406137F8EF90EAF5": { "name": "SET_ACTIVATE_OBJECT_PHYSICS_AS_SOON_AS_IT_IS_UNFROZEN", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x406137F8EF90EAF5", "gta_jhash": "0x3E263AE1" }, "0xE7E4C198B0185900": { "name": "BREAK_OBJECT_FRAGMENT_CHILD", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "Any", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE7E4C198B0185900", "gta_jhash": "0x1E82C2AE" }, "0x8462BE2341A55B6F": { "name": "BREAK_ALL_OBJECT_FRAGMENT_BONES", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0xAAACF33CBF9B990A": { "name": "_0xAAACF33CBF9B990A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE4EFB315BCD2A838": { "name": "_DAMAGE_BONE_ON_PROP", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "int", "name": "bone" } ], "return_type": "void", "build": "1207" }, "0xF9C1681347C8BD15": { "name": "FIX_OBJECT_FRAGMENT", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF9C1681347C8BD15", "gta_jhash": "" }, "0x58DE624FA7FB0E7F": { "name": "_0x58DE624FA7FB0E7F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x491439AEF410A2FC": { "name": "_0x491439AEF410A2FC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFFB99FFD17F65889": { "name": "_SET_OBJECT_BREAK_SCALE", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "scale" } ], "return_type": "void", "build": "1207" }, "0xCEAB54F4632C6EF6": { "name": "_0xCEAB54F4632C6EF6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB252BC036B525623": { "name": "TRACK_OBJECT_VISIBILITY", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB252BC036B525623", "gta_jhash": "0x46D06B9A" }, "0x8B32ACE6326A7546": { "name": "IS_OBJECT_VISIBLE", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8B32ACE6326A7546", "gta_jhash": "0xF4FD8AE4" }, "0xEB6F1A9B5510A5D2": { "name": "SET_OBJECT_TAKES_DAMAGE_FROM_COLLIDING_WITH_BUILDINGS", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEB6F1A9B5510A5D2", "gta_jhash": "0xAF016CC1" }, "0xE2B3B852B537C398": { "name": "ALLOW_DAMAGE_EVENTS_FOR_NON_NETWORKED_OBJECTS", "comment": "", "params": [ { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0x6579860A5558524A": { "name": "_0x6579860A5558524A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDFA1237F5228263F": { "name": "_0xDFA1237F5228263F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFA3B61EC249B4674": { "name": "_GET_LIGHT_INTENSITY_FROM_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "float", "build": "1207" }, "0xF49574E2332A8F06": { "name": "_SET_LIGHT_INTENSITY_FOR_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "lightIntensity" } ], "return_type": "void", "build": "1207" }, "0x63E39F09310F481F": { "name": "_SET_LIGHT_TRANSLUCENCY_FOR_OBJECT", "comment": "Params: value = 0.0 - 586.67 (?)", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x04D1D4E411CE52D0": { "name": "_SET_LIGHT_SCATTERING_DISABLED_FOR_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "disable" } ], "return_type": "void", "build": "1207" }, "0x7FCD49388BC9B775": { "name": "_0x7FCD49388BC9B775", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFA99E8E575F2FEF8": { "name": "_0xFA99E8E575F2FEF8", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1436" }, "0xB48FCED898292E52": { "name": "GET_RAYFIRE_MAP_OBJECT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "const char*", "name": "name" } ], "return_type": "Object", "build": "1207", "gta_hash": "0xB48FCED898292E52", "gta_jhash": "0xA286DE96" }, "0x5C29F698D404C5E1": { "name": "SET_STATE_OF_RAYFIRE_MAP_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "int", "name": "state" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5C29F698D404C5E1", "gta_jhash": "0x21F51560" }, "0x899BA936634A322E": { "name": "GET_STATE_OF_RAYFIRE_MAP_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "int", "build": "1207", "gta_hash": "0x899BA936634A322E", "gta_jhash": "0xF1B8817A" }, "0x52AF537A0C5B8AAD": { "name": "DOES_RAYFIRE_MAP_OBJECT_EXIST", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x52AF537A0C5B8AAD", "gta_jhash": "0xE08C834D" }, "0x260EE4FDBDF4DB01": { "name": "GET_RAYFIRE_MAP_OBJECT_ANIM_PHASE", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "float", "build": "1207", "gta_hash": "0x260EE4FDBDF4DB01", "gta_jhash": "0x020497DE" }, "0xFBA08C503DD5FA58": { "name": "CREATE_PICKUP", "comment": "https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/Placement%20Flags\nhttps://github.com/femga/rdr3_discoveries/blob/master/objects/pickup_list.lua", "params": [ { "type": "Hash", "name": "pickupHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "flags" }, { "type": "int", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "Pickup", "build": "1207", "gta_hash": "0xFBA08C503DD5FA58", "gta_jhash": "0x5E14DF68" }, "0x891804727E0A98B7": { "name": "CREATE_PICKUP_ROTATE", "comment": "flags: see CREATE_PICKUP", "params": [ { "type": "Hash", "name": "pickupHash" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "int", "name": "flags" }, { "type": "int", "name": "p8" }, { "type": "int", "name": "p9" }, { "type": "BOOL", "name": "p10" }, { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "p12" }, { "type": "float", "name": "p13" }, { "type": "Any", "name": "p14" } ], "return_type": "Pickup", "build": "1207", "gta_hash": "0x891804727E0A98B7", "gta_jhash": "0xF015BFE2" }, "0x673966A0C0FD7171": { "name": "CREATE_AMBIENT_PICKUP", "comment": "flags: see CREATE_PICKUP", "params": [ { "type": "Hash", "name": "pickupHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "flags" }, { "type": "int", "name": "value" }, { "type": "Hash", "name": "modelHash" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "int", "name": "p9" }, { "type": "float", "name": "p10" } ], "return_type": "Object", "build": "1207", "gta_hash": "0x673966A0C0FD7171", "gta_jhash": "0x17B99CE7" }, "0x2EAF1FDB2FB55698": { "name": "CREATE_PORTABLE_PICKUP", "comment": "", "params": [ { "type": "Hash", "name": "pickupHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "placeOnGround" }, { "type": "Hash", "name": "modelHash" } ], "return_type": "Object", "build": "1207", "gta_hash": "0x2EAF1FDB2FB55698", "gta_jhash": "0x8C886BE5" }, "0x8DC39368BDD57755": { "name": "ATTACH_PORTABLE_PICKUP_TO_PED", "comment": "", "params": [ { "type": "Object", "name": "pickupObject" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8DC39368BDD57755", "gta_jhash": "0x184F6AB3" }, "0xCF463D1E9A0AECB1": { "name": "DETACH_PORTABLE_PICKUP_FROM_PED", "comment": "", "params": [ { "type": "Object", "name": "pickupObject" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCF463D1E9A0AECB1", "gta_jhash": "0x1D094562" }, "0x2777150CC7D9365E": { "name": "_HIDE_PICKUP_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "pickupObject" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x0BF3B3BD47D79C08": { "name": "SET_MAX_NUM_PORTABLE_PICKUPS_CARRIED_BY_PLAYER", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0BF3B3BD47D79C08", "gta_jhash": "0x7EFBA039" }, "0x3E2616E7EA539480": { "name": "_0x3E2616E7EA539480", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x78857FC65CADB909": { "name": "SET_LOCAL_PLAYER_CAN_COLLECT_PORTABLE_PICKUPS", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x78857FC65CADB909", "gta_jhash": "0xA3CDF152" }, "0x6E16BC2503FF1FF0": { "name": "GET_SAFE_PICKUP_COORDS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x6E16BC2503FF1FF0", "gta_jhash": "0x618B5F67" }, "0x225B8B35C88029B3": { "name": "GET_PICKUP_COORDS", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x225B8B35C88029B3", "gta_jhash": "0xC2E1E2C5" }, "0x27F9D613092159CF": { "name": "REMOVE_ALL_PICKUPS_OF_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "pickupHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0x27F9D613092159CF", "gta_jhash": "0x40062C53" }, "0x80EC48E6679313F9": { "name": "HAS_PICKUP_BEEN_COLLECTED", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x80EC48E6679313F9", "gta_jhash": "0x0BE5CCED" }, "0x3288D8ACAECD2AB2": { "name": "REMOVE_PICKUP", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3288D8ACAECD2AB2", "gta_jhash": "0x64A7A0E0" }, "0x634C19521485AB25": { "name": "SET_PICKUP_DO_NOT_AUTO_PLACE_ON_GROUND", "comment": "", "params": [ { "type": "Object", "name": "pickupObject" } ], "return_type": "void", "build": "1207" }, "0xAFC1CA75AD4074D1": { "name": "DOES_PICKUP_EXIST", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAFC1CA75AD4074D1", "gta_jhash": "0x9C6DA0B3" }, "0xD9EFB6DBF7DAAEA3": { "name": "DOES_PICKUP_OBJECT_EXIST", "comment": "", "params": [ { "type": "Object", "name": "pickupObject" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD9EFB6DBF7DAAEA3", "gta_jhash": "0xE0B32108" }, "0x5099BC55630B25AE": { "name": "GET_PICKUP_OBJECT", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" } ], "return_type": "Object", "build": "1207", "gta_hash": "0x5099BC55630B25AE", "gta_jhash": "0x6052E62E" }, "0x0378C08504160D0D": { "name": "IS_OBJECT_A_PORTABLE_PICKUP", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0378C08504160D0D", "gta_jhash": "0x0F0E94FF" }, "0x007BD043587F7C82": { "name": "_IS_PICKUP_TYPE_VALID", "comment": "", "params": [ { "type": "Hash", "name": "pickupHash" } ], "return_type": "BOOL", "build": "1207" }, "0xF9C36251F6E48E33": { "name": "DOES_PICKUP_OF_TYPE_EXIST_IN_AREA", "comment": "", "params": [ { "type": "Hash", "name": "pickupHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF9C36251F6E48E33", "gta_jhash": "0xF139681B" }, "0x78015C9B4B3ECC9D": { "name": "SET_PICKUP_REGENERATION_TIME", "comment": "", "params": [ { "type": "Pickup", "name": "pickup" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207", "gta_hash": "0x78015C9B4B3ECC9D", "gta_jhash": "0xAB11267D" }, "0x758A5C1B3B1E1990": { "name": "FORCE_PICKUP_REGENERATE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x758A5C1B3B1E1990", "gta_jhash": "" }, "0x94F3D956BFAEAE18": { "name": "_SET_NETWORK_PICKUP_USABLE_FOR_PLAYER", "comment": "Params: p2 controls whether to make pickups usable/collectable or not in networked games", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "pickupHash" }, { "type": "BOOL", "name": "isUsable" } ], "return_type": "void", "build": "1207" }, "0x88EAEC617CD26926": { "name": "SET_LOCAL_PLAYER_PERMITTED_TO_COLLECT_PICKUPS_WITH_MODEL", "comment": "Maximum amount of pickup models that can be disallowed is 10.\n\nOld name: _SET_LOCAL_PLAYER_CAN_USE_PICKUPS_WITH_THIS_MODEL", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x88EAEC617CD26926", "gta_jhash": "0x3A8F1BF7" }, "0xB8F5062070BB6DBD": { "name": "BLOCK_PICKUP_FROM_PLAYER_COLLECTION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x92E87F60F21A0C3A": { "name": "SET_PICKUP_NOT_LOOTABLE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1F5E07E14A86FAFC": { "name": "_0x1F5E07E14A86FAFC", "comment": "_SET_A(MBIENT_PICKUP_?)*", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x53E0DF1A2A3CF0CA": { "name": "SET_TEAM_PICKUP_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "Any", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x53E0DF1A2A3CF0CA", "gta_jhash": "0x77687DC5" }, "0x9F52AD67D1A91BAD": { "name": "_0x9F52AD67D1A91BAD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x92AEFB5F6E294023": { "name": "PREVENT_COLLECTION_OF_PORTABLE_PICKUP", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x92AEFB5F6E294023", "gta_jhash": "0xCBB5F9B6" }, "0x318516E02DE3ECE2": { "name": "SET_PICKUP_GENERATION_RANGE_MULTIPLIER", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x318516E02DE3ECE2", "gta_jhash": "0x9879AC51" }, "0x4A8CB328CD6F1C9B": { "name": "SET_PICKUP_UNCOLLECTABLE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1C1B69FAE509BA97", "gta_jhash": "" }, "0x81218CE01B672219": { "name": "SET_PICKUP_HIDDEN_WHEN_UNCOLLECTABLE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3ED2B83AB2E82799", "gta_jhash": "" }, "0xAC9AE68F0A463752": { "name": "_SET_AMBIENT_PICKUP_LIFETIME", "comment": "", "params": [ { "type": "int", "name": "lifetime" } ], "return_type": "void", "build": "1207" }, "0xEB9740A38FD6D634": { "name": "SET_PICKUP_PARTICLE_FX_SPAWN", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1607C7D9B3021DF5": { "name": "SET_PICKUP_PARTICLE_FX_HIGHLIGHT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF92099527DB8E2A7": { "name": "SUPPRESS_PICKUP_REWARD_TYPE", "comment": "", "params": [ { "type": "int", "name": "rewardType" }, { "type": "BOOL", "name": "suppress" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF92099527DB8E2A7", "gta_jhash": "0xA7E936FD" }, "0x20135AF9C10D2A3D": { "name": "_0x20135AF9C10D2A3D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x00EE08603EADEE92": { "name": "_SET_PICKUP_COLLECTABLE_ON_MOUNT", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0xDE116ECFFDD4B997": { "name": "_0xDE116ECFFDD4B997", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x08F96CA6C551AD51": { "name": "GET_WEAPON_TYPE_FROM_PICKUP_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "pickupHash" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x08F96CA6C551AD51", "gta_jhash": "0xEDD01937" }, "0x44B09A23D728045A": { "name": "_GET_AMMO_TYPE_FROM_PICKUP_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "pickupHash" } ], "return_type": "Hash", "build": "1207" }, "0x971DA0055324D033": { "name": "SET_OBJECT_TINT_INDEX", "comment": "Alt name: _SET_OBJECT_TINT\n\nOld name: _SET_OBJECT_TEXTURE_VARIATION", "params": [ { "type": "Object", "name": "object" }, { "type": "int", "name": "textureVariation" } ], "return_type": "void", "build": "1207", "gta_hash": "0x971DA0055324D033", "gta_jhash": "" }, "0x3397CD4E0353DFBA": { "name": "_GET_OBJECT_LIGHT_INTENSITY", "comment": "Returns float value to be used with _SET_LIGHT_INTENSITY_FOR_OBJECT", "params": [ { "type": "Object", "name": "object" } ], "return_type": "float", "build": "1207" }, "0x7D7285EFEAB5AF15": { "name": "_SET_OBJECT_BURN_OPACITY", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "opacity" } ], "return_type": "void", "build": "1207" }, "0xC8E21C1677DC5E6F": { "name": "_SET_OBJECT_BURN_INTENSITY", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "intensity" } ], "return_type": "void", "build": "1207" }, "0x2797C633DCDBBAC5": { "name": "_SET_OBJECT_BURN_LEVEL", "comment": "Seems to mostly have effect on wood-made objects https://imgur.com/a/32oQvOn", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "burnLevel" }, { "type": "BOOL", "name": "affectAsh" } ], "return_type": "void", "build": "1207" }, "0x9A74A9CADFA8A598": { "name": "_0x9A74A9CADFA8A598", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF40AB58D83C35027": { "name": "_RESET_OBJECT_VELOCITY", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0x646564A3B7DF68F8": { "name": "_SET_OBJECT_BURN_SPEED", "comment": "p2 is usually the same as speed parameter", "params": [ { "type": "Object", "name": "object" }, { "type": "float", "name": "speed" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xCBFBD38F2E0A263B": { "name": "_0xCBFBD38F2E0A263B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5EAAD83F8CFB4575": { "name": "CONVERT_OLD_PICKUP_TYPE_TO_NEW", "comment": "Old name: _GET_PICKUP_HASH", "params": [ { "type": "Hash", "name": "pickupHash" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x5EAAD83F8CFB4575", "gta_jhash": "0x6AE36192" }, "0xF538081986E49E9D": { "name": "SET_FORCE_OBJECT_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF538081986E49E9D", "gta_jhash": "0x3DA41C1A" }, "0xD91E55B6C005EB09": { "name": "_0xD91E55B6C005EB09", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xADBE4809F19F927A": { "name": "ONLY_CLEAN_UP_OBJECT_WHEN_OUT_OF_RANGE", "comment": "Old name: _MARK_OBJECT_FOR_DELETION", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207", "gta_hash": "0xADBE4809F19F927A", "gta_jhash": "0x2048A7DD" }, "0xCAAF2BCCFEF37F77": { "name": "_0xCAAF2BCCFEF37F77", "comment": "_SET_OBJECT_*", "params": [ { "type": "Object", "name": "object" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x08C5825A2932EA7B": { "name": "_0x08C5825A2932EA7B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7D4411D6736CD295": { "name": "_0x7D4411D6736CD295", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x250EBB11E81A10BE": { "name": "_0x250EBB11E81A10BE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x2BF1953C0C21AC88": { "name": "_0x2BF1953C0C21AC88", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB6CBD40F8EA69E8A": { "name": "CREATE_OBJECT_SKELETON", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "BOOL", "build": "1207" }, "0x1461DF6DB886BE3F": { "name": "_MAKE_ITEM_CARRIABLE", "comment": "_PRE* or _Q* or _RE*", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0xF65EDE5D02A7A760": { "name": "_0xF65EDE5D02A7A760", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x98D2D9C053A1F449": { "name": "_SET_AUTO_JUMPABLE_BY_HORSE", "comment": "Sets object as auto-jumpable by horse.", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE1C708BA4885796B": { "name": "_SET_NOT_JUMPABLE_BY_HORSE", "comment": "Sets object as not jumpable by horse.", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB7017DA4D498269F": { "name": "_SET_OBJECT_KICKABLE", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "kickable" } ], "return_type": "void", "build": "1207" }, "0xE124889AE0521FCF": { "name": "SET_CUSTOM_TEXTURES_ON_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "Hash", "name": "txdHash" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD503D6F0986D58BC": { "name": "_0xD503D6F0986D58BC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAEE6C800E124CFE1": { "name": "_0xAEE6C800E124CFE1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3DF1A0A58498E209": { "name": "_0x3DF1A0A58498E209", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1436" } }, "PAD": { "0x2804658EB7D8A50B": { "name": "_SET_CONTROL_CONTEXT", "comment": "Sets the current control context. Must be called every frame.\n\ncontext: https://alloc8or.re/rdr3/doc/misc/input_contexts.txt\nFor more information, see common:/data/control/settings.meta\nhttps://github.com/femga/rdr3_discoveries/tree/master/Controls", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "context" } ], "return_type": "void", "build": "1207" }, "0xDDCEB0F26C89C00F": { "name": "_GET_CURRENT_CONTROL_CONTEXT", "comment": "Gets the current control context. See: _SET_CONTROL_CONTEXT", "params": [ { "type": "int", "name": "control" } ], "return_type": "Hash", "build": "1207" }, "0xBC0884BC590951C7": { "name": "_IS_CONTROL_ACTION_VALID", "comment": "", "params": [ { "type": "Hash", "name": "action" }, { "type": "int", "name": "control" } ], "return_type": "BOOL", "build": "1207" }, "0x1CEA6BFDF248E5D9": { "name": "IS_CONTROL_ENABLED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1CEA6BFDF248E5D9", "gta_jhash": "0x9174AF84" }, "0xF3A21BCD95725A4A": { "name": "IS_CONTROL_PRESSED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF3A21BCD95725A4A", "gta_jhash": "0x517A4384" }, "0x648EE3E7F38877DD": { "name": "IS_CONTROL_RELEASED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x648EE3E7F38877DD", "gta_jhash": "0x1F91A06E" }, "0x580417101DDB492F": { "name": "IS_CONTROL_JUST_PRESSED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x580417101DDB492F", "gta_jhash": "0x4487F579" }, "0x50F940259D3841E6": { "name": "IS_CONTROL_JUST_RELEASED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x50F940259D3841E6", "gta_jhash": "0x2314444B" }, "0xD95E79E8686D2C27": { "name": "GET_CONTROL_VALUE", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "int", "build": "1207", "gta_hash": "0xD95E79E8686D2C27", "gta_jhash": "0xC526F3C6" }, "0xEC3C9B8D5327B563": { "name": "GET_CONTROL_NORMAL", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "float", "build": "1207", "gta_hash": "0xEC3C9B8D5327B563", "gta_jhash": "0x5DE226A5" }, "0x5B84D09CEC5209C5": { "name": "GET_CONTROL_UNBOUND_NORMAL", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "float", "build": "1207", "gta_hash": "0x5B84D09CEC5209C5", "gta_jhash": "0xC49343BB" }, "0xE8A25867FBA3B05E": { "name": "SET_CONTROL_VALUE_NEXT_FRAME", "comment": "This is for simulating player input.\nvalue is a float value from 0 - 1\n\ncontrol: see IS_CONTROL_ENABLED\n\nOld name: _SET_CONTROL_NORMAL", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" }, { "type": "float", "name": "value" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE8A25867FBA3B05E", "gta_jhash": "" }, "0xE2587F8CBBD87B1D": { "name": "IS_DISABLED_CONTROL_PRESSED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE2587F8CBBD87B1D", "gta_jhash": "0x32A93544" }, "0x91AEF906BCA88877": { "name": "IS_DISABLED_CONTROL_JUST_PRESSED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x91AEF906BCA88877", "gta_jhash": "0xEE6ABD32" }, "0x305C8DCD79DA8B0F": { "name": "IS_DISABLED_CONTROL_JUST_RELEASED", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x305C8DCD79DA8B0F", "gta_jhash": "0xD6A679E1" }, "0x11E65974A982637C": { "name": "GET_DISABLED_CONTROL_NORMAL", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "float", "build": "1207", "gta_hash": "0x11E65974A982637C", "gta_jhash": "0x66FF4FAA" }, "0x4F8A26A890FD62FB": { "name": "GET_DISABLED_CONTROL_UNBOUND_NORMAL", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "float", "build": "1207", "gta_hash": "0x4F8A26A890FD62FB", "gta_jhash": "0xF2A65A4C" }, "0xD7D22F5592AED8BA": { "name": "GET_CONTROL_HOW_LONG_AGO", "comment": "Returns time in ms since last input.", "params": [ { "type": "int", "name": "control" } ], "return_type": "int", "build": "1207", "gta_hash": "0xD7D22F5592AED8BA", "gta_jhash": "0x0E8EF929" }, "0x771DFCB24D19C2F6": { "name": "_GET_DISABLED_CONTROL_HOW_LONG_AGO", "comment": "", "params": [ { "type": "int", "name": "control" } ], "return_type": "int", "build": "1207" }, "0xA571D46727E2B718": { "name": "IS_USING_KEYBOARD_AND_MOUSE", "comment": "padIndex is not used\n\nOld name: _IS_USING_KEYBOARD", "params": [ { "type": "int", "name": "control" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA571D46727E2B718", "gta_jhash": "" }, "0x43F35DDB2905D945": { "name": "_0x43F35DDB2905D945", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xBD629C1C4F501C80": { "name": "_0xBD629C1C4F501C80", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6CD79468A1E595C6": { "name": "HAVE_CONTROLS_CHANGED", "comment": "", "params": [ { "type": "int", "name": "control" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6CD79468A1E595C6", "gta_jhash": "" }, "0x8290252FFF36ACB5": { "name": "SET_CONTROL_LIGHT_EFFECT_COLOR", "comment": "nullsub, doesn't do anything\n\nOld name: _SET_CONTROL_GROUP_COLOR", "params": [ { "type": "int", "name": "control" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8290252FFF36ACB5", "gta_jhash": "" }, "0xCB0360EFEFB2580D": { "name": "CLEAR_CONTROL_LIGHT_EFFECT", "comment": "nullsub, doesn't do anything", "params": [ { "type": "int", "name": "control" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCB0360EFEFB2580D", "gta_jhash": "" }, "0xA45884DB10EC7EE3": { "name": "SET_CONTROL_LIGHT_EFFECT_FLASHING_COLOR", "comment": "nullsub, doesn't do anything", "params": [ { "type": "int", "name": "control" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" } ], "return_type": "void", "build": "1207" }, "0x48B3886C1358D0D5": { "name": "SET_CONTROL_SHAKE", "comment": "Old name: SET_PAD_SHAKE", "params": [ { "type": "int", "name": "control" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "frequency" } ], "return_type": "void", "build": "1207", "gta_hash": "0x48B3886C1358D0D5", "gta_jhash": "" }, "0x14D29BB12D47F68C": { "name": "SET_CONTROL_TRIGGER_SHAKE", "comment": "nullsub, doesn't do anything", "params": [ { "type": "int", "name": "control" }, { "type": "int", "name": "leftDuration" }, { "type": "int", "name": "leftFrequency" }, { "type": "int", "name": "rightDuration" }, { "type": "int", "name": "rightFrequency" } ], "return_type": "void", "build": "1207", "gta_hash": "0x14D29BB12D47F68C", "gta_jhash": "" }, "0x38C16A305E8CDC8D": { "name": "STOP_CONTROL_SHAKE", "comment": "Old name: STOP_PAD_SHAKE", "params": [ { "type": "int", "name": "control" } ], "return_type": "void", "build": "1207", "gta_hash": "0x38C16A305E8CDC8D", "gta_jhash": "" }, "0xF239400E16C23E08": { "name": "SET_CONTROL_SHAKE_SUPPRESSED_ID", "comment": "Old name: SET_PAD_SHAKE_SUPPRESSED_ID", "params": [ { "type": "int", "name": "control" }, { "type": "int", "name": "uniqueId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF239400E16C23E08", "gta_jhash": "" }, "0xA0CEFCEA390AAB9B": { "name": "CLEAR_CONTROL_SHAKE_SUPPRESSED_ID", "comment": "Old name: _CLEAR_SUPPRESSED_PAD_RUMBLE", "params": [ { "type": "int", "name": "control" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA0CEFCEA390AAB9B", "gta_jhash": "" }, "0x77B612531280010D": { "name": "IS_LOOK_INVERTED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x77B612531280010D", "gta_jhash": "0x313434B2" }, "0xEDE476E5EE29EDB1": { "name": "SET_INPUT_EXCLUSIVE", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEDE476E5EE29EDB1", "gta_jhash": "0x4E8E29E6" }, "0xFE99B66D079CF6BC": { "name": "DISABLE_CONTROL_ACTION", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" }, { "type": "BOOL", "name": "disableRelatedActions" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFE99B66D079CF6BC", "gta_jhash": "0x3800C0DC" }, "0x351220255D64C155": { "name": "ENABLE_CONTROL_ACTION", "comment": "", "params": [ { "type": "int", "name": "control" }, { "type": "Hash", "name": "action" }, { "type": "BOOL", "name": "enableRelatedActions" } ], "return_type": "void", "build": "1207", "gta_hash": "0x351220255D64C155", "gta_jhash": "0xD2753551" }, "0x5F4B6931816E599B": { "name": "DISABLE_ALL_CONTROL_ACTIONS", "comment": "", "params": [ { "type": "int", "name": "control" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5F4B6931816E599B", "gta_jhash": "0x16753CF4" }, "0x5F217BC1190503D8": { "name": "_0x5F217BC1190503D8", "comment": "rumbleCurve: common_0/data/rumblecurves.meta", "params": [ { "type": "const char*", "name": "rumbleCurve" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x709BA8C08C5C008D": { "name": "_0x709BA8C08C5C008D", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x1252C029FC8EBB4D": { "name": "_0x1252C029FC8EBB4D", "comment": "_IS_R* - _IS_S*", "params": [], "return_type": "BOOL", "build": "1207" }, "0x52C68E92D6E23ADD": { "name": "_0x52C68E92D6E23ADD", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" } }, "PATHFIND": { "0xBF1A602B5BA52FEE": { "name": "SET_ROADS_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "xMin" }, { "type": "float", "name": "yMin" }, { "type": "float", "name": "zMin" }, { "type": "float", "name": "xMax" }, { "type": "float", "name": "yMax" }, { "type": "float", "name": "zMax" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBF1A602B5BA52FEE", "gta_jhash": "0xEBC7B918" }, "0x1A5AA1208AF5DB59": { "name": "SET_ROADS_IN_ANGLED_AREA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1A5AA1208AF5DB59", "gta_jhash": "0xBD088F4B" }, "0xC1799FAFD2FDF52B": { "name": "SET_ROADS_IN_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD17672447692478E": { "name": "RESET_ROADS_IN_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1EE7063B80FFC77C": { "name": "SET_ROADS_BACK_TO_ORIGINAL", "comment": "", "params": [ { "type": "float", "name": "xMin" }, { "type": "float", "name": "yMin" }, { "type": "float", "name": "zMin" }, { "type": "float", "name": "xMax" }, { "type": "float", "name": "yMax" }, { "type": "float", "name": "zMax" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1EE7063B80FFC77C", "gta_jhash": "0x86AC4A85" }, "0x0027501B9F3B407E": { "name": "SET_ROADS_BACK_TO_ORIGINAL_IN_ANGLED_AREA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0027501B9F3B407E", "gta_jhash": "0x9DB5D209" }, "0xAFE2AE66F6251C66": { "name": "_0xAFE2AE66F6251C66", "comment": "", "params": [ { "type": "float", "name": "xMin" }, { "type": "float", "name": "yMin" }, { "type": "float", "name": "zMin" }, { "type": "float", "name": "xMax" }, { "type": "float", "name": "yMax" }, { "type": "float", "name": "zMax" }, { "type": "int", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x4358BCF14C91761C": { "name": "_0x4358BCF14C91761C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0xB03944057FD735BA": { "name": "_0xB03944057FD735BA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6C3F12ECEB6D2E2A": { "name": "_0x6C3F12ECEB6D2E2A", "comment": "", "params": [ { "type": "float", "name": "xMin" }, { "type": "float", "name": "yMin" }, { "type": "float", "name": "zMin" }, { "type": "float", "name": "xMax" }, { "type": "float", "name": "yMax" }, { "type": "float", "name": "zMax" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x5A4E1A41E3A02AD0": { "name": "_0x5A4E1A41E3A02AD0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x240A18690AE96513": { "name": "GET_CLOSEST_VEHICLE_NODE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Vector3*", "name": "outPosition" }, { "type": "int", "name": "nodeType" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x240A18690AE96513", "gta_jhash": "0x6F5F1E6C" }, "0xCA27A86CAA4E98ED": { "name": "_0xCA27A86CAA4E98ED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x23CFFD4CCB243354": { "name": "GET_CLOSEST_VEHICLE_NODE_WITH_HEADING", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Vector3*", "name": "outPosition" }, { "type": "float*", "name": "outHeading" }, { "type": "int", "name": "nodeType" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFF071FB798B803B0", "gta_jhash": "0x8BD5759B" }, "0x5A6D8DF6FBC5D0C4": { "name": "GET_NTH_CLOSEST_VEHICLE_NODE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "nthClosest" }, { "type": "Vector3*", "name": "outPosition" }, { "type": "int", "name": "unknown1" }, { "type": "float", "name": "unknown2" }, { "type": "Any", "name": "unknown3" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE50E52416CCF948B", "gta_jhash": "0xF125BFCC" }, "0x116443008E5CEFC3": { "name": "GET_NTH_CLOSEST_VEHICLE_NODE_ID", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "nth" }, { "type": "int", "name": "nodetype" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" } ], "return_type": "int", "build": "1207", "gta_hash": "0x22D7275A79FE8215", "gta_jhash": "0x3F358BEA" }, "0x591B40D4390DB54A": { "name": "GET_NTH_CLOSEST_VEHICLE_NODE_WITH_HEADING", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "nthClosest" }, { "type": "Vector3*", "name": "outPosition" }, { "type": "float*", "name": "heading" }, { "type": "Any*", "name": "unknown1" }, { "type": "int", "name": "unknown2" }, { "type": "float", "name": "unknown3" }, { "type": "float", "name": "unknown4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x80CA6A8B6C094CC4", "gta_jhash": "0x7349C856" }, "0x4114EAA8A7F7766D": { "name": "GET_NTH_CLOSEST_VEHICLE_NODE_ID_WITH_HEADING", "comment": "Returns the nth closest vehicle node with a heading to a coord", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "nthClosest" }, { "type": "float*", "name": "returnHeading" }, { "type": "int*", "name": "returnNumLanes" }, { "type": "int", "name": "nodeFlags" }, { "type": "float", "name": "zMeasureMult" }, { "type": "float", "name": "zTolerance" } ], "return_type": "int", "build": "1207", "gta_hash": "0x6448050E9C2A7207", "gta_jhash": "0xC1AEB88D" }, "0x2FAC235A6062F14A": { "name": "GET_NTH_CLOSEST_VEHICLE_NODE_FAVOUR_DIRECTION", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "desiredX" }, { "type": "float", "name": "desiredY" }, { "type": "float", "name": "desiredZ" }, { "type": "int", "name": "nthClosest" }, { "type": "Vector3*", "name": "outPosition" }, { "type": "float*", "name": "outHeading" }, { "type": "int", "name": "nodetype" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x45905BE8654AE067", "gta_jhash": "0x928A4DEC" }, "0x5829A02AF4F0B3CB": { "name": "IS_VEHICLE_NODE_ID_VALID", "comment": "Returns true if the id is non zero.", "params": [ { "type": "int", "name": "vehicleNodeId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1EAF30FCFBF5AF74", "gta_jhash": "0x57DFB1EF" }, "0x8E8D72FF24DEE1FB": { "name": "GET_VEHICLE_NODE_POSITION", "comment": "", "params": [ { "type": "int", "name": "nodeId" }, { "type": "Vector3*", "name": "outPosition" } ], "return_type": "void", "build": "1207", "gta_hash": "0x703123E5E7D429C2", "gta_jhash": "0xE38E252D" }, "0x28533DBDDF7C2C97": { "name": "GET_VEHICLE_NODE_IS_SWITCHED_OFF", "comment": "", "params": [ { "type": "int", "name": "nodeID" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4F5070AA58F69279", "gta_jhash": "0x56737A3C" }, "0x132F52BBA570FE92": { "name": "GET_CLOSEST_ROAD", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "Vector3*", "name": "p5" }, { "type": "Vector3*", "name": "p6" }, { "type": "Any*", "name": "p7" }, { "type": "Any*", "name": "p8" }, { "type": "float*", "name": "p9" }, { "type": "BOOL", "name": "p10" } ], "return_type": "Any", "build": "1207", "gta_hash": "0x132F52BBA570FE92", "gta_jhash": "0x567B0E11" }, "0xF7B79A50B905A30D": { "name": "ARE_NODES_LOADED_FOR_AREA", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF7B79A50B905A30D", "gta_jhash": "0x86E80A17" }, "0x07FB139B592FA687": { "name": "REQUEST_PATH_NODES_IN_AREA_THIS_FRAME", "comment": "Old name: REQUEST_PATHS_PREFER_ACCURATE_BOUNDINGSTRUCT", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x07FB139B592FA687", "gta_jhash": "0x2CDA5012" }, "0x93E0DB8440B73A7D": { "name": "GET_RANDOM_VEHICLE_NODE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "minLanes" }, { "type": "BOOL", "name": "avoidDeadEnds" }, { "type": "BOOL", "name": "avoidHighways" }, { "type": "Vector3*", "name": "outPosition" }, { "type": "int*", "name": "nodeId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x93E0DB8440B73A7D", "gta_jhash": "0xAD1476EA" }, "0xA3791B915B8B84C6": { "name": "_GET_SPAWN_DATA_FOR_ROAD_NODE", "comment": "", "params": [ { "type": "int", "name": "nodeId" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Vector3*", "name": "outCoords" }, { "type": "float*", "name": "heading" } ], "return_type": "void", "build": "1207" }, "0x125BF4ABFC536B09": { "name": "IS_POINT_ON_ROAD", "comment": "Gets a value indicating whether the specified position is on a road.", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x125BF4ABFC536B09", "gta_jhash": "0xCF198055" }, "0x34F060F4BF92E018": { "name": "SET_PED_PATHS_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "BOOL", "name": "unknown" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x34F060F4BF92E018", "gta_jhash": "0x2148EA84" }, "0xE5EF9DE716FF737E": { "name": "_0xE5EF9DE716FF737E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB61C8E878A4199CA": { "name": "GET_SAFE_COORD_FOR_PED", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "onGround" }, { "type": "Vector3*", "name": "outPosition" }, { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB61C8E878A4199CA", "gta_jhash": "0xB370270A" }, "0xE04B48F2CC926253": { "name": "SET_PED_PATHS_BACK_TO_ORIGINAL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE04B48F2CC926253", "gta_jhash": "0x3F1ABDA4" }, "0xCF213A5FC3ABFC08": { "name": "_0xCF213A5FC3ABFC08", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x387EAD7EE42F6685": { "name": "ADD_NAVMESH_REQUIRED_REGION", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207", "gta_hash": "0x387EAD7EE42F6685", "gta_jhash": "0x12B086EA" }, "0xF813C7E63F9062A5": { "name": "IS_NAVMESH_LOADED_IN_AREA", "comment": "Returns whether navmesh for the region is loaded.", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF813C7E63F9062A5", "gta_jhash": "0x4C2BA99E" }, "0x01708E8DD3FF8C65": { "name": "GET_NUM_NAVMESHES_EXISTING_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" } ], "return_type": "int", "build": "1207", "gta_hash": "0x01708E8DD3FF8C65", "gta_jhash": "0x76AFFBB5" }, "0x7C334FF4D9215912": { "name": "_NAVMESH_ACTIVATE_SWAP", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0x527B97C203BB8606": { "name": "_NAVMESH_DEACTIVATE_SWAP", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0x5AC0944C156E5F44": { "name": "_NAVMESH_IS_SWAP_ACTIVE", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0x495CFAB2924237C7": { "name": "_NAVMESH_DOES_SWAP_EXIST", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0x5A3B54ADDF5472A3": { "name": "_0x5A3B54ADDF5472A3", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "int", "build": "1207" }, "0xA33914B00CA55756": { "name": "_0xA33914B00CA55756", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "Any*", "build": "1207" }, "0x44026E3DB3CED602": { "name": "_NAVMESH_ASSIGN_NAVMESH_TO_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "const char*", "name": "navMeshName" } ], "return_type": "BOOL", "build": "1207" }, "0xFCD5C8E06E502F5A": { "name": "ADD_NAVMESH_BLOCKING_OBJECT", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "Any", "build": "1207", "gta_hash": "0xFCD5C8E06E502F5A", "gta_jhash": "0x2952BA56" }, "0x46399A7895957C0E": { "name": "REMOVE_NAVMESH_BLOCKING_OBJECT", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x46399A7895957C0E", "gta_jhash": "0x098602B0" }, "0x0EAEB0DB4B132399": { "name": "DOES_NAVMESH_BLOCKING_OBJECT_EXIST", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0EAEB0DB4B132399", "gta_jhash": "0x4B67D7EE" }, "0x19C7567D2F2287D6": { "name": "_ADD_NAVMESH_BLOCKING_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0x2C87C3E1C7B96EE2": { "name": "_REMOVE_NAVMESH_BLOCKING_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xDE0EA444735C1368": { "name": "_DOES_NAVMESH_BLOCKING_VOLUME_EXIST", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0x6DAD6630AE4A74CB": { "name": "_0x6DAD6630AE4A74CB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x348F211CA2404039": { "name": "NAVMESH_REQUEST_PATH", "comment": "Starts a nav mesh query for a path between coordinates with a given ped and returns a handle to be validated by _NAVMESH_REQUESTED_QUERY_STATUS and then _NAVMESH_REQUESTED_PATH_WAYPOINTS_FOUND\n\nOnly bit flag values used in scripts are 0, 23, and 29. 23 is used with dogs and horses. 29 with legendary animals.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "int", "name": "bitFlag" } ], "return_type": "int", "build": "1207" }, "0x661BB1E1FF77742D": { "name": "_NAVMESH_CLEAR_REQUESTED_PATH", "comment": "Called in scripts after finished with requested pathes. Immediately resets all values connected to the path handle except query status, which changes from 1 to 2 before eventually becoming fully invalidated to 0.", "params": [ { "type": "int", "name": "path" } ], "return_type": "BOOL", "build": "1207" }, "0x3A0F82F6EE2291C8": { "name": "_NAVMESH_REQUESTED_QUERY_STATUS", "comment": "Returns eNavMeshQueryStatus\nenum eNavMeshQueryStatus\n{\n\tQS_NOT_FOUND,\n\tQS_COMPLETE,\n\tQS_PENDING\n};\n\nIt appears that the pending state of 2 is at least also used when cleaning up a request (_NAVMESH_CLEAR_REQUESTED_PATH) or if a request never completes. Eventually queries are invalidated and return 0.\n\nOld name: _NAVMESH_QUERY_STATUS", "params": [ { "type": "int", "name": "path" } ], "return_type": "int", "build": "1207" }, "0x8800776E410EB669": { "name": "_NAVMESH_REQUESTED_PATH_WAYPOINTS_FOUND", "comment": "Returns true if a path of waypoints was found. Waypoints can be retrieved with _NAVMESH_REQUESTED_PATH_NUM_WAYPOINTS and _NAVMESH_REQUESTED_PATH_WAYPOINT_BY_INDEX", "params": [ { "type": "int", "name": "path" } ], "return_type": "BOOL", "build": "1207" }, "0xF61CFEDEAB627BFA": { "name": "_NAVMESH_REQUESTED_PATH_WAYPOINTS_TERRAIN", "comment": "Returns a bit flag for seemingly terrain within the waypoints in the path. Checked against bit value 2 to match water in the path, seems to always contain at least 1 though regardless of location/ped.", "params": [ { "type": "int", "name": "path" } ], "return_type": "int", "build": "1207" }, "0xD470725E0703D22F": { "name": "_NAVMESH_REQUESTED_PATH_NUM_WAYPOINTS", "comment": "Returns the number of waypoints for a requested path (NAVMESH_REQUEST_PATH) if the query is completed (_NAVMESH_REQUESTED_QUERY_STATUS). For use with _NAVMESH_REQUESTED_PATH_WAYPOINT_BY_INDEX", "params": [ { "type": "int", "name": "path" } ], "return_type": "int", "build": "1207" }, "0x430F8319AE56C8A9": { "name": "_NAVMESH_REQUESTED_PATH_WAYPOINT_BY_INDEX", "comment": "Returns a vector3 waypoint at the specified index for a path. Use _NAVMESH_REQUESTED_PATH_NUM_WAYPOINTS to get available indexes.", "params": [ { "type": "int", "name": "path" }, { "type": "int", "name": "waypointIndex" } ], "return_type": "Vector3", "build": "1207" }, "0x336511A34F2E5185": { "name": "GET_APPROX_FLOOR_FOR_POINT", "comment": "Returns CGameWorldHeightMap's minimum Z value at specified point (grid node).", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" } ], "return_type": "float", "build": "1207", "gta_hash": "0x336511A34F2E5185", "gta_jhash": "0xA07C5B7D" }, "0x0B919E1FB47CC4E0": { "name": "SET_AMBIENT_PED_RANGE_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0B919E1FB47CC4E0", "gta_jhash": "0x3C5085E4" }, "0x72751156E7678833": { "name": "SET_IGNORE_NO_GPS_FLAG", "comment": "nullsub, doesn't do anything", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x72751156E7678833", "gta_jhash": "0xB72CF194" }, "0xBBB45C3CF5C8AA85": { "name": "GET_GPS_BLIP_ROUTE_LENGTH", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xBBB45C3CF5C8AA85", "gta_jhash": "0x4B770634" }, "0xEFC535C9FAF563B3": { "name": "_0xEFC535C9FAF563B3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x665B21666351CB37": { "name": "_0x665B21666351CB37", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x869DAACBBE9FA006": { "name": "GET_GPS_BLIP_ROUTE_FOUND", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x869DAACBBE9FA006", "gta_jhash": "0x286F82CC" }, "0x54F4D7B6670FBB5A": { "name": "_0x54F4D7B6670FBB5A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0x34C9AF25649172D0": { "name": "_0x34C9AF25649172D0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF2A2177AC848B3A8": { "name": "_0xF2A2177AC848B3A8", "comment": "GPS disabled zone: p1 = 0\nClearing GPS disabled zone: p1 = 1", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4BDEBEA5702B97A9": { "name": "_0x4BDEBEA5702B97A9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x264E9A5CD78C338F": { "name": "_0x264E9A5CD78C338F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x869A7015BD4606E9": { "name": "_0x869A7015BD4606E9", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFD5BB35AAB83FD48": { "name": "_SIMULATED_ROUTE_CREATE", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "int", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x4907D0E4FB26EE65": { "name": "_SIMULATED_ROUTE_DELETE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x65A8196B8D7F5E0B": { "name": "_SIMULATED_ROUTE_EXISTS", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x240915043CB799D7": { "name": "SIMULATED_ROUTE_IS_LOADED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xA1A3DE1C215C7394": { "name": "SIMULATED_ROUTE_TRAVEL_TO_POINT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x2DD5F78D73B24172": { "name": "SIMULATED_ROUTE_GET_ETA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "float", "build": "1207" } }, "PED": { "0xD49F9B0955C367DE": { "name": "CREATE_PED", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "BOOL", "name": "bScriptHostPed" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0xD49F9B0955C367DE", "gta_jhash": "0x0389EF71" }, "0xCC0EF140F99365C5": { "name": "DELETE_PED", "comment": "Deletes the specified ped, then sets the handle pointed to by the pointer to NULL.", "params": [ { "type": "Ped*", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9614299DCB53E54B", "gta_jhash": "0x13EFB9A0" }, "0x39A2FC5AF55A52B1": { "name": "_SET_REMOVE_PED_NETWORKED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7C08E7CB8D951B70": { "name": "_0x7C08E7CB8D951B70", "comment": "Only used in SP\n_SET_REMOVE_PED*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x36E4B61DC56DE77C": { "name": "_SET_PED_TO_BE_REMOVED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xEF29A16337FACADB": { "name": "CLONE_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "BOOL", "name": "bScriptHostPed" }, { "type": "BOOL", "name": "copyHeadBlendFlag" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0xEF29A16337FACADB", "gta_jhash": "0x8C8A8D6E" }, "0xE952D6431689AD9A": { "name": "CLONE_PED_TO_TARGET", "comment": "Copies ped's components and props to targetPed.\nCan be used to clear anything from a ped by cloning it, including bullet holes.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE952D6431689AD9A", "gta_jhash": "0xFC70EEC7" }, "0xA3EE4A07279BB9DB": { "name": "IS_PED_IN_VEHICLE", "comment": "Gets a value indicating whether the specified ped is in the specified vehicle.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "atGetIn" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA3EE4A07279BB9DB", "gta_jhash": "0x7DA6BC83" }, "0x796D90EFB19AA332": { "name": "IS_PED_IN_MODEL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "modelHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x796D90EFB19AA332", "gta_jhash": "0xA6438D4B" }, "0x997ABD671D25CA0B": { "name": "IS_PED_IN_ANY_VEHICLE", "comment": "Gets a value indicating whether the specified ped is in any vehicle.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "atGetIn" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x997ABD671D25CA0B", "gta_jhash": "0x3B0171EE" }, "0x9851DE7AEC10B4E1": { "name": "_0x9851DE7AEC10B4E1", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x84A2DD9AC37C35C1": { "name": "IS_PED_INJURED", "comment": "Gets a value indicating whether this ped's health is below its injured threshold.\n\nThe default threshold is 100.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x84A2DD9AC37C35C1", "gta_jhash": "0x2530A087" }, "0xD839450756ED5A80": { "name": "IS_PED_FATALLY_INJURED", "comment": "Gets a value indicating whether this ped's health is below its fatally injured threshold. The default threshold is 100.\nIf the handle is invalid, the function returns true.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD839450756ED5A80", "gta_jhash": "0xBADA0093" }, "0x3317DEDB88C95038": { "name": "IS_PED_DEAD_OR_DYING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3317DEDB88C95038", "gta_jhash": "0xCBDB7739" }, "0x66C047719B0E80E1": { "name": "_SET_PED_BLEEDOUT_PROFILE", "comment": "Bleedout profiles:\nAnimal_FastBleedout\nAnimal_Generic\nHuman_FastBleedout\nHuman_Generic\nHuman_Mission\n\nFor more information, see common/data/ai/peddamageinfo.meta", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "bleedoutProfile" } ], "return_type": "void", "build": "1207" }, "0x3998B1276A3300E5": { "name": "IS_PED_AIMING_FROM_COVER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3998B1276A3300E5", "gta_jhash": "0xDEBAB2AF" }, "0x24B100C68C645951": { "name": "IS_PED_RELOADING", "comment": "Returns whether the specified ped is reloading.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x24B100C68C645951", "gta_jhash": "0x961E1745" }, "0x12534C348C6CB68B": { "name": "IS_PED_A_PLAYER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x12534C348C6CB68B", "gta_jhash": "0x404794CA" }, "0x0E2F43516F998269": { "name": "_IS_ANIMAL_CONTROLLED_BY_A_PLAYER", "comment": "Returns true only if it's a player ped and an animal as well.\n_IS_ANY_* - _IS_CONTROL_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1311" }, "0x7DD959874C1FD534": { "name": "CREATE_PED_INSIDE_VEHICLE", "comment": "seatIndex:\nenum eVehicleSeat\n{\n\tVS_ANY_PASSENGER = -2,\n\tVS_DRIVER,\n\tVS_FRONT_RIGHT,\n\tVS_BACK_LEFT,\n\tVS_BACK_RIGHT,\n\tVS_EXTRA_LEFT_1,\n\tVS_EXTRA_RIGHT_1,\n\tVS_EXTRA_LEFT_2,\n\tVS_EXTRA_RIGHT_2,\n\tVS_EXTRA_LEFT_3,\n\tVS_EXTRA_RIGHT_3,\n\tVS_NUM_SEATS\n};", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "seatIndex" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x7DD959874C1FD534", "gta_jhash": "0x3000F092" }, "0xAA5A7ECE2AA8FE70": { "name": "SET_PED_DESIRED_HEADING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "heading" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAA5A7ECE2AA8FE70", "gta_jhash": "0x961458F9" }, "0xFF287323B0E2C69A": { "name": "FORCE_ALL_HEADING_VALUES_TO_ALIGN", "comment": "Old name: _FREEZE_PED_CAMERA_ROTATION", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFF287323B0E2C69A", "gta_jhash": "0x290421BE" }, "0xD71649DB0A545AA3": { "name": "IS_PED_FACING_PED", "comment": "angle is ped's view cone", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "otherPed" }, { "type": "float", "name": "angle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD71649DB0A545AA3", "gta_jhash": "0x0B775838" }, "0x4E209B2C1EAD5159": { "name": "IS_PED_IN_MELEE_COMBAT", "comment": "Notes: The function only returns true while the ped is: \nA.) Swinging a random melee attack (including pistol-whipping)\n\nB.) Reacting to being hit by a melee attack (including pistol-whipping)\n\nC.) Is locked-on to an enemy (arms up, strafing/skipping in the default fighting-stance, ready to dodge+counter). \n\nYou don't have to be holding the melee-targeting button to be in this stance; you stay in it by default for a few seconds after swinging at someone. If you do a sprinting punch, it returns true for the duration of the punch animation and then returns false again, even if you've punched and made-angry many peds", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4E209B2C1EAD5159", "gta_jhash": "0xFD7814A5" }, "0x6DB875AFC584FA32": { "name": "_0x6DB875AFC584FA32", "comment": "Only used in R* SP Script winter1: p1 = 5000\n_SET_PED_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x530944F6F4B8A214": { "name": "IS_PED_STOPPED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x530944F6F4B8A214", "gta_jhash": "0xA0DC0B87" }, "0x84D0BF2B21862059": { "name": "IS_PED_SITTING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x09D7AFD3716DA8E1": { "name": "_0x09D7AFD3716DA8E1", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x9C81338B2E62CE0A": { "name": "_0x9C81338B2E62CE0A", "comment": "If returned true: CHECK_SHOT_NEAR: Succeeded shot near\nIf returned false: CHECK_SHOT_NEAR: Failed shot near", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "shotNearRecentlyTime" } ], "return_type": "BOOL", "build": "1207" }, "0xB7DBB2986B87E230": { "name": "_0xB7DBB2986B87E230", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xD355E2F1BB41087E": { "name": "_0xD355E2F1BB41087E", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xA0D3D71EA1086C55": { "name": "IS_ANY_PED_SHOOTING_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA0D3D71EA1086C55", "gta_jhash": "0x91833867" }, "0x34616828CD07F1A1": { "name": "IS_PED_SHOOTING", "comment": "Returns whether the specified ped is shooting.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x34616828CD07F1A1", "gta_jhash": "0xE7C3405E" }, "0x285D36C5C72B0569": { "name": "TIME_SINCE_PED_LAST_SHOT", "comment": "Returns time since the specified ped last shot, in seconds. (fPlayerJustShotTime)", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x7AEFB85C1D49DEB6": { "name": "SET_PED_ACCURACY", "comment": "accuracy = 0-100, 100 being perfectly accurate", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "accuracy" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7AEFB85C1D49DEB6", "gta_jhash": "0x6C17122E" }, "0x37F4AD56ECBC0CD6": { "name": "GET_PED_ACCURACY", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x37F4AD56ECBC0CD6", "gta_jhash": "0x0A2A0AA0" }, "0xC9D55B1A358A5BF7": { "name": "IS_PED_MODEL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "modelHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC9D55B1A358A5BF7", "gta_jhash": "0x5F1DDFCB" }, "0x2D05CED3A38D0F3A": { "name": "EXPLODE_PED_HEAD", "comment": "Forces the ped to fall back and kills it.\n\nIt doesn't really explode the ped's head but it kills the ped", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2D05CED3A38D0F3A", "gta_jhash": "0x05CC1380" }, "0x5BA652A0CD14DF2F": { "name": "ADD_ARMOUR_TO_PED", "comment": "Same as SET_PED_ARMOUR, but ADDS 'amount' to the armor the Ped already has.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5BA652A0CD14DF2F", "gta_jhash": "0xF686B26E" }, "0x5CA20FBE49891BBD": { "name": "_0x5CA20FBE49891BBD", "comment": "Used in Script Function MP_MAIN_OFFLINE__INITIALIZE_FLOW & PROCESS_GENERIC_PLAYER_INITIALIZATION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF75B0D629E1C063D": { "name": "SET_PED_INTO_VEHICLE", "comment": "Ped: The ped to warp.\nvehicle: The vehicle to warp the ped into.\nseatIndex: see CREATE_PED_INSIDE_VEHICLE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF75B0D629E1C063D", "gta_jhash": "0x07500C79" }, "0x9E8C908F41584ECD": { "name": "SET_PED_MOVE_ANIMS_BLEND_OUT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9E8C908F41584ECD", "gta_jhash": "0x20E01957" }, "0x606D529DADA3C940": { "name": "_0x606D529DADA3C940", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6D9F5FAA7488BA46": { "name": "IS_PED_MALE", "comment": "Returns true/false if the ped is/isn't male.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6D9F5FAA7488BA46", "gta_jhash": "0x90950455" }, "0xB980061DA992779D": { "name": "IS_PED_HUMAN", "comment": "Returns true/false if the ped is/isn't humanoid.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB980061DA992779D", "gta_jhash": "0x194BB7B0" }, "0x9A9112A0FE9A4713": { "name": "GET_VEHICLE_PED_IS_IN", "comment": "Gets the vehicle the specified Ped is in.\n\nIf the Ped is not in a vehicle and includeLastVehicle is true, the vehicle they were last in is returned.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "lastVehicle" } ], "return_type": "Vehicle", "build": "1207", "gta_hash": "0x9A9112A0FE9A4713", "gta_jhash": "0xAFE92319" }, "0xBB8DE8CF6A8DD8BB": { "name": "RESET_PED_LAST_VEHICLE", "comment": "Resets the value for the last vehicle driven by the Ped.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBB8DE8CF6A8DD8BB", "gta_jhash": "0x5E3B5942" }, "0xC6136B40FFFB778B": { "name": "_0xC6136B40FFFB778B", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6E8B87139854022D": { "name": "_0x6E8B87139854022D", "comment": "Only used in SP R* Script train_robbery3: p1 = CLIPSET@VEH_TRAIN@HANDCART@BASE_PANIC & CLIPSET@VEH_TRAIN@HANDCART@BASE_PANIC_JOHN", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "clipset" } ], "return_type": "void", "build": "1207" }, "0x313778EDCA9158E2": { "name": "_GET_NUM_FREE_SLOTS_IN_PED_POOL", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xED9582B3DA8F02B4": { "name": "_RESERVE_AMBIENT_PEDS", "comment": "", "params": [ { "type": "int", "name": "numPeds" } ], "return_type": "void", "build": "1207" }, "0xF008E0BA1FE1D644": { "name": "_RESERVE_AMBIENT_PEDS_TOTAL", "comment": "", "params": [ { "type": "int", "name": "numPeds" } ], "return_type": "void", "build": "1207" }, "0x7D4E70A67A651C71": { "name": "_UNRESERVE_AMBIENT_PEDS", "comment": "", "params": [ { "type": "int", "name": "numPeds" } ], "return_type": "void", "build": "1207" }, "0x62DE46F061CAA468": { "name": "_GET_NUM_RESERVED_AMBIENT_PEDS_DESIRED", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x5C16855277819BBF": { "name": "_GET_NUM_RESERVED_AMBIENT_PEDS_READY", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x5E420FF293EE5472": { "name": "_ARE_ALL_AMBIENT_PED_RESERVATIONS_READY", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xA77FA7BE9312F8C0": { "name": "_SET_SCENARIO_PED_RANGE_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x9E3842E5DAD69F80": { "name": "_0x9E3842E5DAD69F80", "comment": "Only used in SP R* Script loanshark_hunter", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xAB0D553FE20A6E25": { "name": "_SET_AMBIENT_PED_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x7A556143A1C03898": { "name": "SET_SCENARIO_PED_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7A556143A1C03898", "gta_jhash": "0x2909ABF0" }, "0xC0258742B034DFAF": { "name": "_SET_AMBIENT_ANIMAL_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0xBA0980B5C0A11924": { "name": "_SET_AMBIENT_HUMAN_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0xDB48E99F8E064E56": { "name": "_SET_SCENARIO_ANIMAL_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x28CB6391ACEDD9DB": { "name": "_SET_SCENARIO_HUMAN_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x95423627A9CA598E": { "name": "_SET_SCENARIO_PED_DENSITY_THIS_FRAME", "comment": "Sets the scenario ped density to the given config.\n\nValid configs:\n- BLACKWATER\n- DEFAULT\n- NEWBORDEAUX\n- RHODES\n- STRAWBERRY\n- TUMBLEWEED\n- VALENTINE\n- VANHORN\n\nSee common/data/ai/densityscoringconfigs.meta for more information.", "params": [ { "type": "Hash", "name": "configHash" } ], "return_type": "void", "build": "1207" }, "0x4759CC730F947C81": { "name": "INSTANTLY_FILL_PED_POPULATION", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x4759CC730F947C81", "gta_jhash": "0x8C555ADD" }, "0xBFA6B7731C3BAF02": { "name": "_0xBFA6B7731C3BAF02", "comment": "Only used in R* Script tg_p (CLIENT__AMBIENT_POPULATION - Player starts the populate in region)", "params": [], "return_type": "void", "build": "1207" }, "0x0EE3F0D7FECCC54F": { "name": "IS_INSTANTLY_FILL_PED_POPULATION_FINISHED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xEE01041D559983EA": { "name": "SET_PED_NON_CREATION_AREA", "comment": "The distance between these points, is the diagonal of a box (remember it's 3D).", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEE01041D559983EA", "gta_jhash": "0x7A97283F" }, "0x2E05208086BA0651": { "name": "CLEAR_PED_NON_CREATION_AREA", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x2E05208086BA0651", "gta_jhash": "0x6F7043A3" }, "0x7C00CFC48A782DC0": { "name": "_ATTACH_VOLUME_TO_ENTITY", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "int", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x19C975B81BE53C28": { "name": "_DETACH_VOLUME_FROM_ENTITY", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x028F76B6E78246EB": { "name": "SET_PED_ONTO_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "mount" }, { "type": "int", "name": "seatIndex" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x5337B721C51883A9": { "name": "_REMOVE_PED_FROM_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF89AA2BD01FC06B7": { "name": "CREATE_PED_ON_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "mount" }, { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "index" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "Ped", "build": "1207" }, "0xAAB0FE202E9FC9F0": { "name": "_IS_MOUNT_SEAT_FREE", "comment": "", "params": [ { "type": "Ped", "name": "mount" }, { "type": "int", "name": "seat" } ], "return_type": "BOOL", "build": "1207" }, "0x460BC76A0E10655E": { "name": "IS_PED_ON_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x460BC76A0E10655E", "gta_jhash": "0x43103006" }, "0x95CBC65780DE7EB1": { "name": "IS_PED_FULLY_ON_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xE7E11B8DCBED1058": { "name": "GET_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0xE7E11B8DCBED1058", "gta_jhash": "0xDD31EC4E" }, "0x693126B5D0457D0D": { "name": "_GET_LAST_LED_MOUNT", "comment": "Returns last horse the ped was leading", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1232" }, "0x4C8B59171957BCF7": { "name": "_GET_LAST_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0xED1C764997A86D5A": { "name": "_0xED1C764997A86D5A", "comment": "Only used in R* Script nb_stalking_hunter", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "void", "build": "1207" }, "0xB8AB265426CFE6DD": { "name": "_0xB8AB265426CFE6DD", "comment": "_SET_HO*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE8D1CCB9375C101B": { "name": "_0xE8D1CCB9375C101B", "comment": "Returns dismounted timestamp", "params": [ { "type": "Ped", "name": "mount" }, { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0xA691C10054275290": { "name": "_0xA691C10054275290", "comment": "", "params": [ { "type": "Ped", "name": "mount" }, { "type": "Player", "name": "player" }, { "type": "int", "name": "dismountedTimestamp" } ], "return_type": "void", "build": "1207" }, "0x6734F0A6A52C371C": { "name": "_0x6734F0A6A52C371C", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "horseSlot" } ], "return_type": "void", "build": "1207" }, "0x024EC9B649111915": { "name": "_0x024EC9B649111915", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x931B241409216C1F": { "name": "SET_PED_OWNS_ANIMAL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "animal" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF103823FFE72BB49": { "name": "_GET_ACTIVE_ANIMAL_OWNER", "comment": "", "params": [ { "type": "Ped", "name": "animal" } ], "return_type": "Ped", "build": "1207" }, "0xBCC76708E5677E1D": { "name": "_CLEAR_ACTIVE_ANIMAL_OWNER", "comment": "Used in Script Functions PLAYER_HORSE_RELEASE_HORSE_TO_AMBIENT_WORLD (p1 = true), HORSE_SETUP_PLAYER_HORSE_ATTRIBUTES (p1 = false)\nSet to false for player horse in scripts and seems it's only true when releasing/changing a player horse? Cannot determine what effect it has, but it doesn't seem to affect _GET_HORSE_TAMING_STATE", "params": [ { "type": "Ped", "name": "horse" }, { "type": "BOOL", "name": "clear" } ], "return_type": "void", "build": "1207" }, "0x454AD4DA6C41B5BD": { "name": "_GET_HORSE_TAMING_STATE", "comment": "Returns an int based on enum eTamingState\n\nenum eTamingState\n{\n\tATS_INVALID = 0,\n\tATS_INACTIVE,\n\tATS_TARGET_DETECTED,\n\tATS_CALLED_OUT,\n\tATS_MOUNTABLE,\n\tATS_BEING_PATTED,\n\tATS_BREAKING_ACTIVE,\n\tATS_SPOOKED,\n\tATS_RETREATING,\n\tATS_FLEEING\n};", "params": [ { "type": "Ped", "name": "horse" } ], "return_type": "int", "build": "1207" }, "0x54D3CD482742C482": { "name": "_0x54D3CD482742C482", "comment": "", "params": [ { "type": "Ped", "name": "animal" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1355" }, "0x5CB2EBB467BE3ED6": { "name": "_0x5CB2EBB467BE3ED6", "comment": "", "params": [ { "type": "Ped", "name": "animal" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1355" }, "0x9F0F28B42C4EE80A": { "name": "_0x9F0F28B42C4EE80A", "comment": "", "params": [ { "type": "Ped", "name": "animal" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1355" }, "0xA69899995997A63B": { "name": "_SET_MOUNT_BONDING_LEVEL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "bondingLevel" } ], "return_type": "void", "build": "1207" }, "0x11E6B9629C46D6EC": { "name": "_SET_MOUNT_SECURITY_ENABLED", "comment": "Note: this native was added in build 1232.40", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1232" }, "0x9B65444C07B782BF": { "name": "_0x9B65444C07B782BF", "comment": "Only used in SP R* Script winter1: p1 = Winter1Mount", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD543D3A8FDE4F185": { "name": "IS_ANIMAL_INTERACTION_POSSIBLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "animal" } ], "return_type": "BOOL", "build": "1207" }, "0x7FC84E85D98F063D": { "name": "_IS_ANIMAL_INTERACTION_RUNNING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x8BE24D74D74C6E9B": { "name": "_0x8BE24D74D74C6E9B", "comment": "Used in Script Function NET_CAMP_DOG_CLIENT_HANDLE_ANIMAL_INTERACTION", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0x77243ED4F7CAAA55": { "name": "_0x77243ED4F7CAAA55", "comment": "_IS_I* - _IS_L*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x67722AEB798E5FAB": { "name": "IS_PED_ON_VEHICLE", "comment": "Gets a value indicating whether the specified ped is on top of any vehicle.\n\nReturn 1 when ped is on vehicle.\nReturn 0 when ped is not on a vehicle.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x67722AEB798E5FAB", "gta_jhash": "0xA1AE7CC7" }, "0xEC5F66E459AF3BB2": { "name": "IS_PED_ON_SPECIFIC_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEC5F66E459AF3BB2", "gta_jhash": "0x63CB4603" }, "0xE0B61ED8BB37712F": { "name": "_WARP_PED_OUT_OF_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xA9C8960E8684C1B5": { "name": "SET_PED_MONEY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA9C8960E8684C1B5", "gta_jhash": "0x40D90BF2" }, "0x3F69145BBA87BAE7": { "name": "GET_PED_MONEY", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x3F69145BBA87BAE7", "gta_jhash": "0xEB3C4C7E" }, "0x9911F4A24485F653": { "name": "SET_BLOCKING_OF_NON_TEMPORARY_EVENTS_FOR_AMBIENT_PEDS_THIS_FRAME", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9911F4A24485F653", "gta_jhash": "0x02A080C8" }, "0x34EDDD59364AD74A": { "name": "_0x34EDDD59364AD74A", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2D976DBDC731DF80": { "name": "_0x2D976DBDC731DF80", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xA808AA1D79230FC2": { "name": "IS_PED_SITTING_IN_VEHICLE", "comment": "Detect if ped is sitting in the specified vehicle\n[True/False]", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA808AA1D79230FC2", "gta_jhash": "0xDDDE26FA" }, "0x826AA586EDB9FEF8": { "name": "IS_PED_SITTING_IN_ANY_VEHICLE", "comment": "Detect if ped is in any vehicle\n[True/False]", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x826AA586EDB9FEF8", "gta_jhash": "0x0EA9CA03" }, "0x01FEE67DB37F59B2": { "name": "IS_PED_ON_FOOT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x01FEE67DB37F59B2", "gta_jhash": "0xC60D0785" }, "0xC70B5FAE151982D8": { "name": "IS_PED_PLANTING_BOMB", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC70B5FAE151982D8", "gta_jhash": "0x0EDAC574" }, "0xCD5003B097200F36": { "name": "GET_DEAD_PED_PICKUP_COORDS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0xCD5003B097200F36", "gta_jhash": "0x129F9DC1" }, "0x2E0E1C2B4F6CB339": { "name": "IS_PED_IN_ANY_BOAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2E0E1C2B4F6CB339", "gta_jhash": "0x1118A947" }, "0x298B91AE825E5705": { "name": "IS_PED_IN_ANY_HELI", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x298B91AE825E5705", "gta_jhash": "0x7AB5523B" }, "0x5FFF4CFC74D8FB80": { "name": "IS_PED_IN_ANY_PLANE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5FFF4CFC74D8FB80", "gta_jhash": "0x51BBCE7E" }, "0x9134873537FA419C": { "name": "IS_PED_IN_FLYING_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9134873537FA419C", "gta_jhash": "0xCA072485" }, "0x256EDD55C6BE1482": { "name": "_0x256EDD55C6BE1482", "comment": "_IS_PED_FL* - _IS_PED_FU*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xD75960F6BD9EA49C": { "name": "GET_PED_LAST_DAMAGE_BONE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int*", "name": "outBone" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD75960F6BD9EA49C", "gta_jhash": "0xAB933841" }, "0x8EF6B7AC68E2F01B": { "name": "CLEAR_PED_LAST_DAMAGE_BONE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8EF6B7AC68E2F01B", "gta_jhash": "0x56CB715E" }, "0x88EFFED5FE8B0B4A": { "name": "_GET_PED_DAMAGE_CLEANLINESS", "comment": "enum ePedDamageCleanliness\n{\n\tPED_DAMAGE_CLEANLINESS_POOR,\n\tPED_DAMAGE_CLEANLINESS_GOOD,\n\tPED_DAMAGE_CLEANLINESS_PERFECT\n};", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x7528720101A807A5": { "name": "_SET_PED_DAMAGE_CLEANLINESS", "comment": "damageCleanliness: see _GET_PED_DAMAGE_CLEANLINESS", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "damageCleanliness" } ], "return_type": "void", "build": "1207" }, "0x6CFC373008A1EDAF": { "name": "_GET_PED_DAMAGED", "comment": "Returns true if _GET_PED_DAMAGE_CLEANLINESS was ever lower than 2", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xDACE03C65C6666DB": { "name": "_SET_PED_DAMAGED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "damaged" } ], "return_type": "void", "build": "1207" }, "0x9EFF3C91DF38304F": { "name": "_SET_PLAYER_CURRENT_ANIMAL_DAMAGE_MODIFIER", "comment": "Animal Skin Quality Modifier\nParams: p2 = 2, p3 = 3 in R* Scripts", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "Any", "build": "1311" }, "0x0F9E754EBE8FDBFA": { "name": "_UPDATE_ANIMAL_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1311" }, "0xEE2D5C819A65BF26": { "name": "_GET_PLAYER_CURRENT_ANIMAL_DAMAGE_MODIFIER", "comment": "Returns animal skin quality modifier", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1311" }, "0xB29C553BA582D09E": { "name": "_0xB29C553BA582D09E", "comment": "Used in Script Function SATCHEL_COUNT_BREAKDOWN_COMPONENTS", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Hash", "name": "model" }, { "type": "int", "name": "damageCleanliness" }, { "type": "int", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x101B45C5F56D970F": { "name": "_0x101B45C5F56D970F", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "damageCleanliness" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x6B89FAA36FC909A3": { "name": "_COMPUTE_SATCHEL_ITEM_FOR_PED_CARCASS", "comment": "Related to dead animals items/loots\nNotice: skinningQuality is partially calculated using pedQuality", "params": [ { "type": "Any*", "name": "outInventoryItemArray" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "damageCleanliness" }, { "type": "int", "name": "skinningQuality" } ], "return_type": "int", "build": "1207" }, "0x9E7738B291706746": { "name": "COMPUTE_SATCHEL_ITEM_FOR_PED_DAMAGE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Ped", "name": "pedAttached" }, { "type": "int", "name": "damageCleanliness" } ], "return_type": "BOOL", "build": "1207" }, "0x1B1E2A40A65B8521": { "name": "SET_AI_WEAPON_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1B1E2A40A65B8521", "gta_jhash": "0x516E30EE" }, "0xEA16670E7BA4743C": { "name": "RESET_AI_WEAPON_DAMAGE_MODIFIER", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xEA16670E7BA4743C", "gta_jhash": "0x6E965420" }, "0x73B6F907B913C860": { "name": "_SET_TOTAL_PED_DAMAGE_FROM_AI", "comment": "_SET_W(EAPON?)*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "totalDamage" } ], "return_type": "void", "build": "1207" }, "0xA6D6F03095C88F59": { "name": "_0xA6D6F03095C88F59", "comment": "_DELETE_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x92C8EACA29F6BED6": { "name": "_GET_TOTAL_PED_DAMAGE_FROM_AI", "comment": "_GET_WA*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xD77AE48611B7B10A": { "name": "SET_PED_TO_PLAYER_WEAPON_DAMAGE_MODIFIER", "comment": "Old name: _SET_PED_DAMAGE_MODIFIER", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "damageModifier" } ], "return_type": "void", "build": "1207" }, "0x936E7CAD0AE2EE14": { "name": "GET_PED_TO_PLAYER_WEAPON_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x069EDDF1FD4DEB0A": { "name": "_SET_CURRENT_DEFENSE_AGAINST_PLAYERS_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "horse" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x763FA8A9D76EE3A7": { "name": "_0x763FA8A9D76EE3A7", "comment": "Used in Script Function NB_EVENT_OVERRIDE__HANDLE__EVENT_DAMAGE_ENTITY", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1311" }, "0x66460DEDDD417254": { "name": "SET_AI_MELEE_WEAPON_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x66460DEDDD417254", "gta_jhash": "0x0F9A401F" }, "0xC2266AA617668AD3": { "name": "_SET_ACCURACY_AGAINST_LOCAL_PLAYER_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0xDC9273D95976BA22": { "name": "_GET_ACCURACY_AGAINST_LOCAL_PLAYER_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x2BA918C823B8BA56": { "name": "_SET_PED_HEADSHOT_DAMAGE_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0xDEE8D30AA5C2E28D": { "name": "_0xDEE8D30AA5C2E28D", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE1B3BE07D3AADDED": { "name": "_0xE1B3BE07D3AADDED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x32CEDA9A0AB4CEF7": { "name": "_0x32CEDA9A0AB4CEF7", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x52A24D8A1DA89658": { "name": "_0x52A24D8A1DA89658", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x34B5CEAC180A5D6E": { "name": "_0x34B5CEAC180A5D6E", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4F27603E44A8E4C0": { "name": "_0x4F27603E44A8E4C0", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x3FDCC1F8C17E303E": { "name": "_0x3FDCC1F8C17E303E", "comment": "Changes health bar around heart core icon\nINITIALISE_NEW_ROLE - Applying Super Jump buffs: p1 = 10, p2 = 0.0f\nINITIALISE_NEW_ROLE - Clearing up Super Jump buffs: p1 = 10, p2 = 1.0f\n_SET_D*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE50C9816B3F22D8B": { "name": "_0xE50C9816B3F22D8B", "comment": "_SET_D*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1311" }, "0x9B6808EC46BE849B": { "name": "_SET_DEFENSE_MODIFIER_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x7883AA809DF43D98": { "name": "_SET_MIN_PED_HEALTH_THRESHOLD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "healthAmount" } ], "return_type": "void", "build": "1355" }, "0xC5B78E41DCF8227C": { "name": "_0xC5B78E41DCF8227C", "comment": "_SET_H* - _SET_I*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x63F58F7C80513AAD": { "name": "SET_PED_CAN_BE_TARGETTED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x63F58F7C80513AAD", "gta_jhash": "0x75C49F74" }, "0xBF1CA77833E58F2C": { "name": "SET_PED_CAN_BE_TARGETTED_BY_TEAM", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "team" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBF1CA77833E58F2C", "gta_jhash": "0xB103A8E1" }, "0x66B57B72E0836A76": { "name": "SET_PED_CAN_BE_TARGETTED_BY_PLAYER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x66B57B72E0836A76", "gta_jhash": "0xD050F490" }, "0xFECA2081F61ED2CD": { "name": "_SET_INTERACTION_LOCKON_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" }, { "type": "int", "name": "flag" }, { "type": "BOOL", "name": "enable" } ], "return_type": "void", "build": "1207" }, "0xFB92A102F1C4DFA3": { "name": "IS_PED_FALLING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFB92A102F1C4DFA3", "gta_jhash": "0xABF77334" }, "0xD6740E14E4CEFC0B": { "name": "_IS_PED_SLIDING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xCEDABC5900A0BF97": { "name": "IS_PED_JUMPING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCEDABC5900A0BF97", "gta_jhash": "0x07E5BC0E" }, "0x53E8CB4F48BFE623": { "name": "IS_PED_CLIMBING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x53E8CB4F48BFE623", "gta_jhash": "0xBCE03D35" }, "0x59643424B68D52B5": { "name": "_IS_PED_CLIMBING_LADDER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x577C60BA06D0EA64": { "name": "_0x577C60BA06D0EA64", "comment": "_IS_PED_C* - _IS_PED_D*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x117C70D1F5730B5E": { "name": "IS_PED_VAULTING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x117C70D1F5730B5E", "gta_jhash": "0xC3169BDA" }, "0x5527B8246FEF9B11": { "name": "IS_PED_DIVING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5527B8246FEF9B11", "gta_jhash": "0x7BC5BF3C" }, "0x26AF0E8E30BD2A2C": { "name": "IS_PED_OPENING_DOOR", "comment": "Returns true if the ped is currently opening a door (CTaskOpenDoor).\n\nOld name: _IS_PED_OPENING_A_DOOR", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x26AF0E8E30BD2A2C", "gta_jhash": "" }, "0x5C6C7C70CA302801": { "name": "_0x5C6C7C70CA302801", "comment": "_IS_PED_IN*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xB91AB3BE7F655D49": { "name": "_0xB91AB3BE7F655D49", "comment": "_IS_PED_J* - _IS_PED_L*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x6E575D6A898AB852": { "name": "IS_PED_IN_ANY_TAXI", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6E575D6A898AB852", "gta_jhash": "0x16FD386C" }, "0xF107E836A70DCE05": { "name": "SET_PED_ID_RANGE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF107E836A70DCE05", "gta_jhash": "0xEF3B4ED9" }, "0x31167ED4324B758D": { "name": "_GET_PED_ID_RANGE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x52D59AB61DDC05DD": { "name": "SET_PED_HIGHLY_PERCEPTIVE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x52D59AB61DDC05DD", "gta_jhash": "0x9A2180FF" }, "0xEC4B4B3B9908052A": { "name": "SET_PED_INJURED_ON_GROUND_BEHAVIOUR", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "unk" } ], "return_type": "void", "build": "1311", "gta_hash": "0xEC4B4B3B9908052A", "gta_jhash": "0xF30658D2" }, "0x733C87D4CE22BEA2": { "name": "DISABLE_PED_INJURED_ON_GROUND_BEHAVIOUR", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x733C87D4CE22BEA2", "gta_jhash": "0x43709044" }, "0x028E7B3BBA0BD2FC": { "name": "_0x028E7B3BBA0BD2FC", "comment": "_SET_ST* - _SET_SW*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xFA8C10DCE0706D43": { "name": "_0xFA8C10DCE0706D43", "comment": "_HAS_PED_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x43CA928E892CFDB8": { "name": "_SET_PED_ANIMAL_DETECTION_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1311" }, "0x2BA9D7BF629F920C": { "name": "_0x2BA9D7BF629F920C", "comment": "Used in Script Function CHECK_IS_PLAYER_SEEN\n_GET_PED_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xF29CF591C4BF6CEE": { "name": "SET_PED_SEEING_RANGE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF29CF591C4BF6CEE", "gta_jhash": "0x4BD72FE8" }, "0x900CA00CE703E1E2": { "name": "_0x900CA00CE703E1E2", "comment": "Used in Script Function AGGRO_SHOULD_PED_HEAR_DEATH\n_GET_PED_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x33A8F7F7D5F7F33C": { "name": "SET_PED_HEARING_RANGE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x33A8F7F7D5F7F33C", "gta_jhash": "0xB32087E0" }, "0x2DB492222FB21E26": { "name": "SET_PED_VISUAL_FIELD_MIN_ANGLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2DB492222FB21E26", "gta_jhash": "0x72E2E18B" }, "0x70793BDCA1E854D4": { "name": "SET_PED_VISUAL_FIELD_MAX_ANGLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x70793BDCA1E854D4", "gta_jhash": "0x0CEA0F9A" }, "0x9C74B0BC831B753A": { "name": "SET_PED_VISUAL_FIELD_PERIPHERAL_RANGE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "range" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9C74B0BC831B753A", "gta_jhash": "0xFDF2F7C2" }, "0x3B6405E8AB34A907": { "name": "SET_PED_VISUAL_FIELD_CENTER_ANGLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "angle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3B6405E8AB34A907", "gta_jhash": "0xE57202A1" }, "0x9AB33CB5834885B3": { "name": "_0x9AB33CB5834885B3", "comment": "_SET_PED_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x899DFA0009AC93DE": { "name": "_0x899DFA0009AC93DE", "comment": "_SET_PED_O*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3A5697B80FED5EBE": { "name": "_0x3A5697B80FED5EBE", "comment": "_SET_PED_MO*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x88CBB5CEB96B7BD2": { "name": "SET_PED_STEALTH_MOVEMENT", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x88CBB5CEB96B7BD2", "gta_jhash": "0x67E28E1D" }, "0x7C2AC9CA66575FBF": { "name": "GET_PED_STEALTH_MOVEMENT", "comment": "Returns whether the entity is in stealth mode", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7C2AC9CA66575FBF", "gta_jhash": "0x40321B83" }, "0x7DE9692C6F64CFE8": { "name": "_SET_PED_CROUCH_MOVEMENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "state" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "immediately" } ], "return_type": "void", "build": "1207" }, "0xD5FE956C70FF370B": { "name": "GET_PED_CROUCH_MOVEMENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xC48A9EB0D499B3E5": { "name": "GET_PED_IS_DOING_COMBAT_ROLL", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x90370EBE0FEE1A3D": { "name": "CREATE_GROUP", "comment": "Creates a new ped group.\nGroups can contain up to 8 peds.\n\nThe parameter is unused.\n\nReturns a handle to the created group, or 0 if a group couldn't be created.", "params": [ { "type": "int", "name": "taskAllocator" } ], "return_type": "int", "build": "1207", "gta_hash": "0x90370EBE0FEE1A3D", "gta_jhash": "0x8DC0368D" }, "0x2A7819605465FBCE": { "name": "SET_PED_AS_GROUP_LEADER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2A7819605465FBCE", "gta_jhash": "0x7265BEA2" }, "0x9F3480FE65DB31B5": { "name": "SET_PED_AS_GROUP_MEMBER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "groupId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9F3480FE65DB31B5", "gta_jhash": "0x0EE13F92" }, "0x2E2F4240B3F24647": { "name": "SET_PED_CAN_TELEPORT_TO_GROUP_LEADER", "comment": "This only will teleport the ped to the group leader if the group leader teleports (sets coords).\n\nOnly works in singleplayer", "params": [ { "type": "Ped", "name": "pedHandle" }, { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2E2F4240B3F24647", "gta_jhash": "0xD0D8BDBC" }, "0x8EB2F69076AF7053": { "name": "REMOVE_GROUP", "comment": "", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8EB2F69076AF7053", "gta_jhash": "0x48D72B88" }, "0xED74007FFB146BC2": { "name": "REMOVE_PED_FROM_GROUP", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xED74007FFB146BC2", "gta_jhash": "0x82697713" }, "0x9BB01E3834671191": { "name": "IS_PED_GROUP_MEMBER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9BB01E3834671191", "gta_jhash": "0x876D5363" }, "0x878B68960C1C2A35": { "name": "_IS_PED_GROUP_LEADER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "groupId" } ], "return_type": "BOOL", "build": "1207" }, "0x1C86D8AEF8254B78": { "name": "IS_PED_HANGING_ON_TO_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1C86D8AEF8254B78", "gta_jhash": "0x9678D4FF" }, "0x4102C7858CFEE4E4": { "name": "SET_GROUP_SEPARATION_RANGE", "comment": "Sets the range at which members will automatically leave the group.", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "separationRange" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4102C7858CFEE4E4", "gta_jhash": "0x7B820CD5" }, "0x89E59DBD15E21177": { "name": "_0x89E59DBD15E21177", "comment": "_SET_C*", "params": [ { "type": "int", "name": "groupId" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD6A86331A537A7B9": { "name": "IS_PED_PRONE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD6A86331A537A7B9", "gta_jhash": "0x02C2A6C3" }, "0x7583A9D35248B83F": { "name": "_IS_PED_INVESTIGATING", "comment": "_IS_PED_IN*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x4859F1FC66A6278E": { "name": "IS_PED_IN_COMBAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "target" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4859F1FC66A6278E", "gta_jhash": "0xFE027CB5" }, "0xEAD42DE3610D0721": { "name": "CAN_PED_IN_COMBAT_SEE_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "target" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEAD42DE3610D0721", "gta_jhash": "0xCCD525E1" }, "0x4AE4FF911DFB61DA": { "name": "IS_PED_JACKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4AE4FF911DFB61DA", "gta_jhash": "0x3B321816" }, "0x9A497FE2DF198913": { "name": "IS_PED_BEING_JACKED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9A497FE2DF198913", "gta_jhash": "0xD45D605C" }, "0x4FBACCE3B4138EE8": { "name": "IS_PED_BEING_STUNNED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4FBACCE3B4138EE8", "gta_jhash": "0x0A66CE30" }, "0x9B128DC36C1E04CF": { "name": "GET_PEDS_JACKER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x9B128DC36C1E04CF", "gta_jhash": "0xDE1DBB59" }, "0x5486A79D9FBD342D": { "name": "GET_JACK_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x5486A79D9FBD342D", "gta_jhash": "0x1D196361" }, "0xBBCCE00B381F8482": { "name": "IS_PED_FLEEING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xBBCCE00B381F8482", "gta_jhash": "0x85D813C6" }, "0x60DFD0691A170B88": { "name": "IS_PED_IN_COVER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x60DFD0691A170B88", "gta_jhash": "0x972C5A8B" }, "0x2DD4E0E26DFAD97D": { "name": "_0x2DD4E0E26DFAD97D", "comment": "_IS_PED_M* - _IS_PED_O*", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" }, { "type": "float", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x06FA94C835787C64": { "name": "_PED_WAS_KILLED_BY_HEADSHOT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xBD6B242B8BD5543A": { "name": "_PED_DUELING_DID_PLAYER_HEADSHOT_OPPONENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x845333B3150583AB": { "name": "IS_PED_IN_COVER_FACING_LEFT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x845333B3150583AB", "gta_jhash": "0xB89DBB80" }, "0x9F65DBC537E59AD5": { "name": "IS_PED_GOING_INTO_COVER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9F65DBC537E59AD5", "gta_jhash": "0xA3589628" }, "0x77525BBF433F2CD6": { "name": "IS_PED_RESPONDING_TO_THREAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xC22AA08A8ADB87D4": { "name": "_GET_ACTIVE_DYNAMIC_SCENARIO_2", "comment": "Returns kneeling, sitting, squating, and sleeping scenario hashes", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x569F1E1237508DEB": { "name": "_GET_ACTIVE_DYNAMIC_SCENARIO", "comment": "Returns kneeling, sitting, squating, and sleeping scenario hashes", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x3BBDD6143FF16F98": { "name": "_GIVE_PED_SCENARIO_PROP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "object" }, { "type": "const char*", "name": "conditionalAnim" }, { "type": "const char*", "name": "p3" }, { "type": "const char*", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0x2B02DB082258625F": { "name": "GIVE_PED_HASH_SCENARIO_PROP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "object" }, { "type": "const char*", "name": "conditionalAnim" }, { "type": "Hash", "name": "scenarioType" }, { "type": "Hash", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0xA0774E388CE4A679": { "name": "_GIVE_PED_SCENARIO_PROP_DYNAMIC", "comment": "Only used in SP R* Script rcm_jack2", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "object" }, { "type": "const char*", "name": "p2" }, { "type": "const char*", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0xBEC65C6049B3219D": { "name": "_REQUEST_PROP_SCENARIO_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "object" }, { "type": "const char*", "name": "p2" }, { "type": "const char*", "name": "p3" }, { "type": "const char*", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0xBDED916A9F9B0604": { "name": "_REQUEST_PED_FOR_SCENARIO_TYPE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "object" }, { "type": "const char*", "name": "p2" }, { "type": "Hash", "name": "scenarioType" }, { "type": "const char*", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0x4D0D2E3D8BC000EB": { "name": "_GET_PED_REGISTER_PROP", "comment": "Gets a registered/attached prop entity for a particular ped. Second parameter will detach the prop entity from the ped if true. Props primarily appear to come from scenarios, such as a broom or hay bale.\n\nKnown props: https://pastebin.com/ap2NEJqB", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "propName" }, { "type": "BOOL", "name": "detachProp" } ], "return_type": "Entity", "build": "1207" }, "0x6F4C85ACD641BCD2": { "name": "GET_SEAT_PED_IS_TRYING_TO_ENTER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x6F4C85ACD641BCD2", "gta_jhash": "0xACF162E0" }, "0x93C8B64DEB84728C": { "name": "GET_PED_SOURCE_OF_DEATH", "comment": "Returns the entity that killed the ped\n\nIt is best to check if the Ped is dead before asking for its killer.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0x93C8B64DEB84728C", "gta_jhash": "0x84ADF9EB" }, "0x16FFE42AB2D2DC59": { "name": "GET_PED_CAUSE_OF_DEATH", "comment": "Returns the hash of the weapon/model/object that killed the ped.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x16FFE42AB2D2DC59", "gta_jhash": "0x63458C27" }, "0x1E98817B311AE98A": { "name": "GET_PED_TIME_OF_DEATH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1E98817B311AE98A", "gta_jhash": "0xDF6D5D54" }, "0x5407B7288D0478B7": { "name": "COUNT_PEDS_IN_COMBAT_WITH_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flag" } ], "return_type": "int", "build": "1207", "gta_hash": "0x5407B7288D0478B7", "gta_jhash": "0xEF0B78E6" }, "0x7BE607DAFF382FD2": { "name": "_GET_PEDS_IN_COMBAT_WITH_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "ItemSet", "name": "itemset" }, { "type": "int", "name": "flag" } ], "return_type": "int", "build": "1207" }, "0x336B3D200AB007CB": { "name": "COUNT_PEDS_IN_COMBAT_WITH_TARGET_WITHIN_RADIUS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flag" } ], "return_type": "int", "build": "1207", "gta_hash": "0x336B3D200AB007CB", "gta_jhash": "0xFB18CB19" }, "0xCD66FEA29400A0B5": { "name": "GET_CURRENT_TARGET_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207" }, "0xADB3F206518799E8": { "name": "SET_PED_RELATIONSHIP_GROUP_DEFAULT_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "hash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xADB3F206518799E8", "gta_jhash": "0x423B7BA2" }, "0x3CC4A718C258BDD0": { "name": "_GET_DEFAULT_RELATIONSHIP_GROUP_HASH", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" } ], "return_type": "Hash", "build": "1207" }, "0xC80A74AC829DDD92": { "name": "SET_PED_RELATIONSHIP_GROUP_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "relationshipGroup" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC80A74AC829DDD92", "gta_jhash": "0x79F8C18C" }, "0xBF25EB89375A37AD": { "name": "SET_RELATIONSHIP_BETWEEN_GROUPS", "comment": "", "params": [ { "type": "int", "name": "relationship" }, { "type": "Hash", "name": "group1" }, { "type": "Hash", "name": "group2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBF25EB89375A37AD", "gta_jhash": "0xD4A215BA" }, "0x5E29243FB56FC6D4": { "name": "CLEAR_RELATIONSHIP_BETWEEN_GROUPS", "comment": "", "params": [ { "type": "int", "name": "relationship" }, { "type": "Hash", "name": "group1" }, { "type": "Hash", "name": "group2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5E29243FB56FC6D4", "gta_jhash": "0x994B8C2D" }, "0xF372BC22FCB88606": { "name": "ADD_RELATIONSHIP_GROUP", "comment": "The hash of the created relationship group is output in the second parameter.", "params": [ { "type": "const char*", "name": "name" }, { "type": "Hash*", "name": "groupHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF372BC22FCB88606", "gta_jhash": "0x8B635546" }, "0xB6BA2444AB393DA2": { "name": "REMOVE_RELATIONSHIP_GROUP", "comment": "", "params": [ { "type": "Hash", "name": "groupHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB6BA2444AB393DA2", "gta_jhash": "0x4A1DC59A" }, "0xEBA5AD3A0EAF7121": { "name": "GET_RELATIONSHIP_BETWEEN_PEDS", "comment": "", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "int", "build": "1207", "gta_hash": "0xEBA5AD3A0EAF7121", "gta_jhash": "0xE254C39C" }, "0x42FDD0F017B1E38E": { "name": "GET_PED_RELATIONSHIP_GROUP_DEFAULT_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x42FDD0F017B1E38E", "gta_jhash": "0x714BD6E4" }, "0x7DBDD04862D95F04": { "name": "GET_PED_RELATIONSHIP_GROUP_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x7DBDD04862D95F04", "gta_jhash": "0x354F283C" }, "0x9E6B70061662AE5C": { "name": "GET_RELATIONSHIP_BETWEEN_GROUPS", "comment": "", "params": [ { "type": "Hash", "name": "group1" }, { "type": "Hash", "name": "group2" } ], "return_type": "int", "build": "1207", "gta_hash": "0x9E6B70061662AE5C", "gta_jhash": "0x4E372FE2" }, "0xDC91F22F09BC6C2F": { "name": "_0xDC91F22F09BC6C2F", "comment": "Used in Script Function MP_MAIN_OFFLINE__INITIALIZE_GAME\n_SET_RELATIONSHIP_*", "params": [ { "type": "Hash", "name": "group" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9629FAF6460D35CB": { "name": "_0x9629FAF6460D35CB", "comment": "", "params": [ { "type": "Hash", "name": "group" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4E68C7EF706DF35D": { "name": "_0x4E68C7EF706DF35D", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" }, { "type": "Hash", "name": "relationshipGroup" } ], "return_type": "void", "build": "1207" }, "0x3ACCE14DFA6BA8C2": { "name": "_0x3ACCE14DFA6BA8C2", "comment": "Used in R* Script net_fetch (NET_FETCH_UPDATE_RECIPIENT_PROP_ILO_IN_COMBAT) and various SP Scripts\nParams: p1 = 4/5/6, p5 = 40.f/100.f, coords = Player ped\nPerhaps returns some distance (Clearing that the local player is able to use ILO while in combat because they are near the recipient but also near hated peds)\n_GET_NUM_M* - _GET_PEDS_J*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p5" }, { "type": "ItemSet", "name": "itemset" } ], "return_type": "int", "build": "1207" }, "0x112942C6E708F70B": { "name": "SET_PED_TO_INFORM_RESPECTED_FRIENDS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "maxFriends" } ], "return_type": "void", "build": "1207", "gta_hash": "0x112942C6E708F70B", "gta_jhash": "0xD78AC46C" }, "0x40C9155AF8BC13F3": { "name": "_0x40C9155AF8BC13F3", "comment": "_IS_PED_RE*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xF4860514AD354226": { "name": "_0xF4860514AD354226", "comment": "Only used in SP Scripts\nReturns count / index\n_C*", "params": [ { "type": "ScrHandle", "name": "shockingEvent" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" }, { "type": "int*", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x625B774D75C87068": { "name": "IS_PED_RESPONDING_TO_EVENT", "comment": "eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "eventType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x625B774D75C87068", "gta_jhash": "0x7A877554" }, "0x5E9FAF6C513347B4": { "name": "_0x5E9FAF6C513347B4", "comment": "Only used in R* SP Scripts\n_GET_PED_IN*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "eventType" } ], "return_type": "Entity", "build": "1207" }, "0x326F7951EF0D7F75": { "name": "_0x326F7951EF0D7F75", "comment": "Only used in R* SP Script short_update\n_GET_TARGET_* - _GET_TRACKED*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "eventType" } ], "return_type": "Any", "build": "1207" }, "0xE76687023D8C8505": { "name": "_0xE76687023D8C8505", "comment": "Used for AUDIO / ANIMSCENE (REFERENCE_REGIONAL_CHARACTER)\nParams: p1 = 0\n_GET_PED_IN*", "params": [ { "type": "Hash", "name": "perscharModel" }, { "type": "int", "name": "p1" } ], "return_type": "Entity", "build": "1207" }, "0xCB8F4C9343EBE240": { "name": "_0xCB8F4C9343EBE240", "comment": "Only used in R* SP Scripts\n_GET_PLAYER_W* - _GET_RANDOM_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "eventType" }, { "type": "Vector3*", "name": "coords" } ], "return_type": "BOOL", "build": "1207" }, "0x9AC577F5A12AD8A9": { "name": "SET_PED_FIRING_PATTERN", "comment": "Used in various R* MP & SP Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "patternHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9AC577F5A12AD8A9", "gta_jhash": "0xB4629D66" }, "0x20E54854DEF6A54A": { "name": "_SET_PED_FIRING_PATTERN_2", "comment": "Used in R* MP Script fm_mission_controller and various R* SP Scripts for ambush*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "patternHash" } ], "return_type": "void", "build": "1207" }, "0x244E8C282188E40F": { "name": "_SET_PED_FIRING_PATTERN_3", "comment": "Only used in R* MP Script fm_mission_controller", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "patternHash" } ], "return_type": "void", "build": "1207" }, "0x614DA022990752DC": { "name": "SET_PED_SHOOT_RATE", "comment": "Params: shootRate = 0 - 1000", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "shootRate" } ], "return_type": "void", "build": "1207", "gta_hash": "0x614DA022990752DC", "gta_jhash": "0xFB301746" }, "0x3C529A827998F9B3": { "name": "_0x3C529A827998F9B3", "comment": "_SET_PED_TA* - _SET_PED_TO_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1F44B7E283C09EDE": { "name": "_0x1F44B7E283C09EDE", "comment": "Only used in SP R* Scripts\nParams: p2 = same as p2 of 0x3C529A827998F9B3\n_SET_PED_TA* - _SET_PED_TO_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFF41B4B141ED981C": { "name": "SET_COMBAT_FLOAT", "comment": "combatType can be between 0-14. See GET_COMBAT_FLOAT below for a list of possible parameters.\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/COMBAT_FLOATS", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "combatType" }, { "type": "float", "name": "newValue" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFF41B4B141ED981C", "gta_jhash": "0xD8B7637C" }, "0x52DFF8A10508090A": { "name": "GET_COMBAT_FLOAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "combatType" } ], "return_type": "float", "build": "1207", "gta_hash": "0x52DFF8A10508090A", "gta_jhash": "0x511D7EF8" }, "0x8DE69FE35CA09A45": { "name": "GET_GROUP_SIZE", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL*", "name": "hasLeader" }, { "type": "int*", "name": "numberOfFollowers" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8DE69FE35CA09A45", "gta_jhash": "0xF7E1A691" }, "0x7C6B0C22F9F40BBE": { "name": "DOES_GROUP_EXIST", "comment": "", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7C6B0C22F9F40BBE", "gta_jhash": "0x935C978D" }, "0x0455546F23FF08E4": { "name": "_0x0455546F23FF08E4", "comment": "_DOES_GROUP_* - _DOES_N*", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "BOOL", "build": "1207" }, "0x909AD9E9A92A10DF": { "name": "IS_GROUP_LOCALLY_CONTROLLED", "comment": "", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "BOOL", "build": "1207" }, "0xF162E133B4E7A675": { "name": "GET_PED_GROUP_INDEX", "comment": "Returns the groupId of which the specified ped is a member of.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0xF162E133B4E7A675", "gta_jhash": "0x134E0785" }, "0x5891CAC5D4ACFF74": { "name": "IS_PED_IN_GROUP", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5891CAC5D4ACFF74", "gta_jhash": "0x836D9795" }, "0x917760CFE7A0E0F1": { "name": "_IS_PED_LEADING_ANY_GROUP", "comment": "_IS_PED_L* - _IS_PED_M*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x6A3975DEA89F9A17": { "name": "GET_PLAYER_PED_IS_FOLLOWING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Player", "build": "1207", "gta_hash": "0x6A3975DEA89F9A17", "gta_jhash": "0xDE7442EE" }, "0xCE2F5FC3AF7E8C1E": { "name": "SET_GROUP_FORMATION", "comment": "eFormationType\n\n0: Default\n1: Circle Around Leader\n2: Alternative Circle Around Leader\n3: Line, with Leader at center", "params": [ { "type": "int", "name": "groupId" }, { "type": "int", "name": "formationType" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCE2F5FC3AF7E8C1E", "gta_jhash": "0x08FAC739" }, "0x13A1B061007C906B": { "name": "_GET_GROUP_FORMATION", "comment": "", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "int", "build": "1207" }, "0x1D9D45004C28C916": { "name": "SET_GROUP_FORMATION_SPACING", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1D9D45004C28C916", "gta_jhash": "0xB1E086FF" }, "0x63DAB4CCB3273205": { "name": "RESET_GROUP_FORMATION_DEFAULT_SPACING", "comment": "", "params": [ { "type": "int", "name": "groupId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x63DAB4CCB3273205", "gta_jhash": "0x267FCEAD" }, "0xB05CC690CDE8A4A9": { "name": "_0xB05CC690CDE8A4A9", "comment": "Used to set up bad guy groups in nb_kidnapped R* Script (MP_RE_KIDNAPPED): p1 = 4.f\n_SET_FORMATION_*", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x4E23CD07BD161E06": { "name": "ADD_CUSTOM_FORMATION_LOCATION", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "position" } ], "return_type": "void", "build": "1207" }, "0xB05945C1E9E60D91": { "name": "ADD_FORMATION_LOCATION", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x7CC7D3B7AF7FB71F": { "name": "SET_FORMATION_POSITIONS_TARGET_RADIUS", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1207" }, "0x478F6B9920446CE2": { "name": "_SET_FORMATION_AUTO_ASSIGN_POSITION", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x0E9E95FDEDCC9D35": { "name": "_SET_PED_FORMATION_POSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "position" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x8AF8E647D6B2A649": { "name": "_0x8AF8E647D6B2A649", "comment": "Returns offset (0 < 32) to be used with MISC::SET_BIT\n_GET_PED_CR*", "params": [ { "type": "int", "name": "groupId" }, { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x87C2724A56F66020": { "name": "_0x87C2724A56F66020", "comment": "_CLEAR_PED_E* - _CLEAR_PED_L*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xD5BD1B5318A81994": { "name": "_0xD5BD1B5318A81994", "comment": "_SET_FORMATION_*", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9BBEAF8B0C007F1E": { "name": "_0x9BBEAF8B0C007F1E", "comment": "_SET_PLAYER_CAN_B* - _SET_PLAYER_CAN_U*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC99F104BDF8C7F5A": { "name": "_0xC99F104BDF8C7F5A", "comment": "_SET_PLAYER_N* - _SET_PLAYER_S*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x02E741E19E39628C": { "name": "_0x02E741E19E39628C", "comment": "_SET_PLAYER_SN* - _SET_PLAYER_STAMINA*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x97C475212B327666": { "name": "_0x97C475212B327666", "comment": "_SET_SCENARIO_PED_* - _SET_SPAWNER_*", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x154B7E841AC7412F": { "name": "_0x154B7E841AC7412F", "comment": "_SET_SCENARIO_PED_* - _SET_SPAWNER_*", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8AFCCC0F18D70018": { "name": "_0x8AFCCC0F18D70018", "comment": "_SET_FORMATION_*", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE1103300F3456DE7": { "name": "_0xE1103300F3456DE7", "comment": "_SET_FORMATION_P*", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA8A95CECB1906EA2": { "name": "_0xA8A95CECB1906EA2", "comment": "_SET_ENABLE_B* - _SET_ENABLE_H*", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDDFAD4DEAA7FA362": { "name": "_0xDDFAD4DEAA7FA362", "comment": "_SET_FORMATION_P*", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x966DE09688A1DE39": { "name": "_0x966DE09688A1DE39", "comment": "_SET_FORMATION_P*", "params": [ { "type": "int", "name": "groupId" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x7E5185B979706210": { "name": "_0x7E5185B979706210", "comment": "_SET_FORMATION_P*", "params": [ { "type": "int", "name": "groupId" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x40C3524D4ED83554": { "name": "_0x40C3524D4ED83554", "comment": "_SET_SCENARIO_PED_* - _SET_SPAWNER_*", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x86FAFC18E3D4380C": { "name": "_0x86FAFC18E3D4380C", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x07EA5B053FA60AC7": { "name": "_0x07EA5B053FA60AC7", "comment": "", "params": [ { "type": "int", "name": "groupId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF9CBD46433E36713": { "name": "_0xF9CBD46433E36713", "comment": "Used in Script Function PLAYER_HEAD_TRACKING_MAINTAIN", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "targetEntity" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "const char*", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x6094AD011A2EA87D": { "name": "GET_VEHICLE_PED_IS_USING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Vehicle", "build": "1207", "gta_hash": "0x6094AD011A2EA87D", "gta_jhash": "0x6DE3AADA" }, "0xF92691AED837A5FC": { "name": "GET_VEHICLE_PED_IS_ENTERING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Vehicle", "build": "1207", "gta_hash": "0xF92691AED837A5FC", "gta_jhash": "0x56E0C163" }, "0xE4770DA1B8FF4FD1": { "name": "_GET_VEHICLE_DRAFT_HORSE_IS_ATTACHED_TO", "comment": "", "params": [ { "type": "Ped", "name": "horse" } ], "return_type": "Vehicle", "build": "1207" }, "0x5064DB5083C29921": { "name": "_GET_LAST_VEHICLE_DRAFT_HORSE_WAS_ATTACHED_TO", "comment": "", "params": [ { "type": "Ped", "name": "horse" } ], "return_type": "Vehicle", "build": "1207" }, "0x4E76CB57222A00E5": { "name": "GET_SEAT_PED_IS_USING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x849BD6C6314793D0": { "name": "_GET_TRANSPORT_PED_IS_SEATED_ON", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207" }, "0x1D46B417F926D34D": { "name": "IS_PED_ENTERING_ANY_TRANSPORT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x9FF447B6B6AD960A": { "name": "SET_PED_GRAVITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9FF447B6B6AD960A", "gta_jhash": "0x3CA16652" }, "0x96595B36D6A2279B": { "name": "_0x96595B36D6A2279B", "comment": "Only used in R* Script mob4 combined with SET_ANIMAL_TUNING_BOOL_PARAM\n_SET_PED_S* - _SET_PED_TARGET_*", "params": [ { "type": "Ped", "name": "animal" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x7FB0088E8769CDDB": { "name": "_SET_PED_IMMERSION_FLAG", "comment": "Only used in R* Script beat_sharp_shooter\nBlocks ped from swimming underwater", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xA90684ED185CCB4B": { "name": "_0xA90684ED185CCB4B", "comment": "Only used in R* Script mob4 and rcm_mason4\n_SET_PED_DEFENSIVE_* - _SET_PED_DESIRED_*", "params": [ { "type": "Ped", "name": "animal" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x8B3CB08158E98481": { "name": "_FAKE_SET_PED_LOCO_INJURED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0x1CE875505D45338A": { "name": "_FORCE_PED_DEATH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "pedKiller" }, { "type": "Hash", "name": "weapon" } ], "return_type": "void", "build": "1207" }, "0x697157CED63F18D4": { "name": "APPLY_DAMAGE_TO_PED", "comment": "damages a ped with the given amount", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "damageAmount" }, { "type": "BOOL", "name": "damageArmour" }, { "type": "int", "name": "boneId" }, { "type": "Ped", "name": "pedKiller" } ], "return_type": "void", "build": "1207", "gta_hash": "0x697157CED63F18D4", "gta_jhash": "0x4DC27FCF" }, "0xBAD2A311667A50D7": { "name": "_0xBAD2A311667A50D7", "comment": "_SET_PED_D*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFF059E1E4C01E63C": { "name": "GET_PED_TYPE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0xFF059E1E4C01E63C", "gta_jhash": "0xB1460D43" }, "0xBB03C38DD3FB7FFD": { "name": "SET_PED_AS_COP", "comment": "Turns the desired ped into a cop. If you use this on the player ped, you will become almost invisible to cops dispatched for you. You will also report your own crimes, get a generic cop voice, get a cop-vision-cone on the radar, and you will be unable to shoot at other cops. Toggling ped as \"false\" has no effect; you must change p0's ped model to disable the effect.\ntoggle = bSetRelGroup", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBB03C38DD3FB7FFD", "gta_jhash": "0x84E7DE9F" }, "0x405180B14DA5A935": { "name": "_0x405180B14DA5A935", "comment": "_SET_PED_A*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x24C82EF607105FAA": { "name": "_SET_PED_INTERACTION_PERSONALITY", "comment": "personality (script_mp_rel): NONE, AGGRESSIVE, TIMID (non-aggressive), CRIPPS, SCRIPTEDINTIMIDATION, MAGGIE, MARCEL, SCRIPTEDSALOON\npersonality (script_rel): AVOID, SCRIPTEDOUTLAW, TIMIDGUARDDOG, SCRIPTEDTIMIDROB, AGGRESSIVECAMPER, LAZYDOG, KIERANTIEDUP, SCRIPTEDGALA", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "personality" } ], "return_type": "void", "build": "1207" }, "0xD7AD3C7EBAF88C92": { "name": "_GET_PED_INTERACTION_PERSONALITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0xB8B6430EAD2D2437": { "name": "_SET_PED_PERSONALITY", "comment": "Hashes: STANDARD_PED_AGRO_GUARD, BOUNTY_HUNTER, PLAYER_HORSE, LAW_POLICE, GUARD_DOG, ATTACK_DOG\nPersonalities can also be found in common:/data/ai/interactionpersonalities", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "personality" } ], "return_type": "void", "build": "1207" }, "0x329772C47DBB2FBC": { "name": "_0x329772C47DBB2FBC", "comment": "_SET_PED_P* - _SET_PED_R*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x331550B212014B92": { "name": "_GET_IS_PED_IN_DISPUTE_WITH_PED", "comment": "Returns true if ped is in a dispute another ped (pedInDisputeWith can also be 0)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "pedInDisputeWith" } ], "return_type": "BOOL", "build": "1207" }, "0x94132D7C8D3575C4": { "name": "_0x94132D7C8D3575C4", "comment": "_GET_IS_PED_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x8AF46E5159A5B620": { "name": "_0x8AF46E5159A5B620", "comment": "_SET_PED_IN*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "speechParams" } ], "return_type": "void", "build": "1207" }, "0x45FEA6D5539BD474": { "name": "_0x45FEA6D5539BD474", "comment": "_SET_PED_IN*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x20C5459379D75C1C": { "name": "_SET_PED_INTERACTION_POSITIVE_RESPONSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "speech" } ], "return_type": "void", "build": "1207" }, "0xE37ACEE15AC50C7E": { "name": "_0xE37ACEE15AC50C7E", "comment": "_SET_PED_IN*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA3C53CDE922BC78B": { "name": "_SET_PED_INTERACTION_NEGATIVE_RESPONSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "speech" } ], "return_type": "void", "build": "1207" }, "0x41C23A8E6B344867": { "name": "_0x41C23A8E6B344867", "comment": "_SET_PED_IN*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9337183FDA2E9035": { "name": "GET_IS_PED_RESPONDING_TO_POSITIVE_INTERACTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xA454D234E45BB6E5": { "name": "GET_IS_PED_RESPONDING_TO_NEGATIVE_INTERACTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xA7DC9266ED6A4E51": { "name": "_0xA7DC9266ED6A4E51", "comment": "_CLEAR_PED_B* - _CLEAR_PED_C*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x89816B58C3466262": { "name": "_0x89816B58C3466262", "comment": "_GET_PED_B* - _GET_PED_C*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1207" }, "0x97B06669AC569003": { "name": "_0x97B06669AC569003", "comment": "_CLEAR*", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "void", "build": "1207" }, "0x85F500F4E24CA43E": { "name": "_0x85F500F4E24CA43E", "comment": "Used in Script Function SKCS_PLAYER_ROBBING\n_SET_PED_A*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9B9B9FA0EA283E3D": { "name": "_0x9B9B9FA0EA283E3D", "comment": "Used in Script Function SKCS_PLAYER_ROBBING\n_SET_PED_SHOULD_PLAY_* - _SET_PED_SW*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEC60D1D225BC50AA": { "name": "_0xEC60D1D225BC50AA", "comment": "_SET_C*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x12F2D161BF4031FC": { "name": "_0x12F2D161BF4031FC", "comment": "_SET_A* - _SET_B*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0ADA3EC589E1736E": { "name": "_0x0ADA3EC589E1736E", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xE33F98BD76490ABC": { "name": "_GET_IS_PED_BEING_ROBBED", "comment": "If p2 is false, then this native will return true until the interaction is complete. If true, the native will return true until player pockets robbery item.\n_GET_IS_PED_[M-R]*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "trueUntilPlayerPocketsItem" } ], "return_type": "BOOL", "build": "1207" }, "0xD55DB4466D00A258": { "name": "_0xD55DB4466D00A258", "comment": "Used in Script Function LA_CHECK_ALERTED\n_GET_IS_PED_*", "params": [ { "type": "Ped", "name": "legendaryAnimal" } ], "return_type": "BOOL", "build": "1207" }, "0xF5F6378C4F3419D3": { "name": "SET_PED_MAX_HEALTH", "comment": "Sets the maximum health of a ped.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF5F6378C4F3419D3", "gta_jhash": "0x5533F60B" }, "0x4700A416E8324EF3": { "name": "GET_PED_MAX_HEALTH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x4700A416E8324EF3", "gta_jhash": "0xA45B6C8D" }, "0xF6B82FCE03B43A37": { "name": "_SET_PED_HEALTH_CONFIG", "comment": "configHash: see pedhealth.meta", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "configHash" } ], "return_type": "void", "build": "1207" }, "0x7DD7FB3480D8083E": { "name": "INIT_PED_DEFAULT_HEALTH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x43C851690662113D": { "name": "SET_PED_MAX_TIME_IN_WATER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x43C851690662113D", "gta_jhash": "0xFE0A106B" }, "0x6BA428C528D9E522": { "name": "SET_PED_MAX_TIME_UNDERWATER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6BA428C528D9E522", "gta_jhash": "0x082EF240" }, "0xAF041C10756C30FB": { "name": "_0xAF041C10756C30FB", "comment": "_CLEAR_PED_D*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x5AF24CA9C974E51A": { "name": "_0x5AF24CA9C974E51A", "comment": "_SET_C*", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "void", "build": "1207" }, "0x7A6535691B477C48": { "name": "SET_PED_CAN_BE_KNOCKED_OFF_VEHICLE", "comment": "state:\nenum eKnockOffVehicle\n{\n\tKNOCKOFFVEHICLE_DEFAULT,\n\tKNOCKOFFVEHICLE_NEVER,\n\tKNOCKOFFVEHICLE_EASY,\n\tKNOCKOFFVEHICLE_HARD\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "state" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7A6535691B477C48", "gta_jhash": "0x8A251612" }, "0x51AC07A44D4F5B8A": { "name": "CAN_KNOCK_PED_OFF_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x51AC07A44D4F5B8A", "gta_jhash": "0xC9D098B3" }, "0x45BBCBA77C29A841": { "name": "KNOCK_PED_OFF_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x45BBCBA77C29A841", "gta_jhash": "0xACDD0674" }, "0x51455483CF23ED97": { "name": "GET_PED_AS_GROUP_MEMBER", "comment": "", "params": [ { "type": "int", "name": "groupID" }, { "type": "int", "name": "memberNumber" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x51455483CF23ED97", "gta_jhash": "0x9AA3CC8C" }, "0x5CCE68DBD5FE93EC": { "name": "GET_PED_AS_GROUP_LEADER", "comment": "", "params": [ { "type": "int", "name": "groupID" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x5CCE68DBD5FE93EC", "gta_jhash": "0x52873C6A" }, "0x971D38760FBC02EF": { "name": "SET_PED_KEEP_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x971D38760FBC02EF", "gta_jhash": "0xA7EC79CE" }, "0x9DE327631295B4C2": { "name": "IS_PED_SWIMMING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x9DE327631295B4C2", "gta_jhash": "0x7AB43DB8" }, "0xC024869A53992F34": { "name": "IS_PED_SWIMMING_UNDER_WATER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC024869A53992F34", "gta_jhash": "0x0E8D524F" }, "0xDC88D06719070C39": { "name": "_0xDC88D06719070C39", "comment": "_IS_PED_IN_* (near water?)\nReturns true if ped is swimming in water", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x102E68B2024D536D": { "name": "SET_CREATE_RANDOM_COPS", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x102E68B2024D536D", "gta_jhash": "0x23441648" }, "0x6F972C1AB75A1ED0": { "name": "IS_PED_IN_ANY_TRAIN", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6F972C1AB75A1ED0", "gta_jhash": "0x759EF63A" }, "0xBB062B2B5722478E": { "name": "IS_PED_GETTING_INTO_A_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xBB062B2B5722478E", "gta_jhash": "0x90E805AC" }, "0x550CB89DD7F4FA3D": { "name": "_0x550CB89DD7F4FA3D", "comment": "_HAS_PED_*", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "BOOL", "build": "1207" }, "0xDF1AF8B5D56542FA": { "name": "SET_ENABLE_HANDCUFFS", "comment": "Ped can not pull out a weapon when true", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDF1AF8B5D56542FA", "gta_jhash": "0xAC9BBA23" }, "0xC52E0F855C58FC2E": { "name": "SET_ENABLE_BOUND_ANKLES", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC52E0F855C58FC2E", "gta_jhash": "0x9208D689" }, "0x8822F139408B8D0A": { "name": "_0x8822F139408B8D0A", "comment": "If returned true, SET_ENABLE_BOUND_ANKLES is called in R* Script guama2\n_GET_D* - _GET_E*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x8822F124788B8D0A": { "name": "_0x8822F124788B8D0A", "comment": "Only used in R* Script train_robbery4\n_SET_PED_D*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x97B0DB5B4AA74E77": { "name": "RESET_PED_WEAPON_MOVEMENT_CLIPSET", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x97B0DB5B4AA74E77", "gta_jhash": "0xC60C9ACD" }, "0x3AE3552E7C207CC5": { "name": "_SET_PED_GETUP_ANIMATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "animName" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x88A95BB640FC186F": { "name": "_0x88A95BB640FC186F", "comment": "Used in R* Script generic_weight_control_item\n_CLEAR_PED_E* - CLEAR_PED_(G?)L*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x22EF8FF8778030EB": { "name": "RESET_PED_IN_VEHICLE_CONTEXT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x22EF8FF8778030EB", "gta_jhash": "0x3C94D88A" }, "0x878E8104FA27CDAE": { "name": "_0x878E8104FA27CDAE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDDF803377F94AAA8": { "name": "SET_PED_GESTURE_GROUP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "gesture" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDDF803377F94AAA8", "gta_jhash": "0x170DA109" }, "0x923583741DC87BCE": { "name": "_SET_PED_DESIRED_LOCO_FOR_MODEL", "comment": "Seems to set the ped's loco type.\nValues used in the scripts:\nalgie\nangry_female\narthur_healthy\ncowboy\ncowboy_f\ndefault\ndefault_female\nfree_slave_01\nfree_slave_02\ngold_panner\nguard_lantern\ninjured_general\njohn_marston\nlilly_millet\nlone_prisoner\nlost_man\nmp_ova_hunter\nmp_ova_hunter_female\nmurfree\nold_female\nprimate\nrally\nwaiter\nwar_veteran", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "locomotionArchetype" } ], "return_type": "void", "build": "1207" }, "0x4FD80C3DD84B817B": { "name": "_CLEAR_PED_DESIRED_LOCO_FOR_MODEL", "comment": "Clears locomotion archetype", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x89F5E7ADECCCB49C": { "name": "_SET_PED_DESIRED_LOCO_MOTION_TYPE", "comment": "Sets peds motion type", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "locoMotionType" } ], "return_type": "void", "build": "1207" }, "0x58F7DB5BD8FA2288": { "name": "_CLEAR_PED_DESIRED_LOCO_MOTION_TYPE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x2371C39D4F91C288": { "name": "_0x2371C39D4F91C288", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xEAA8242C8479C27D": { "name": "_REQUEST_PED_GETUP_ANIMATION", "comment": "Known get up animation types: REAR, FRONT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "getUpType" } ], "return_type": "void", "build": "1207" }, "0xF6E1E9F47A7686F8": { "name": "PED_COWER_IN_PLACE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "ped2" } ], "return_type": "void", "build": "1207" }, "0x1E4C940233FC0C6F": { "name": "PED_COWER_MOVE_TO_POINT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "Ped", "name": "ped2" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x16F798A05BB9E3B5": { "name": "_0x16F798A05BB9E3B5", "comment": "_PED_COWER_M*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xAAB050DA48B57978": { "name": "_PED_EMOTIONAL_PRESET_LOCO_MOTION", "comment": "target: 0 affects everyone\nduration: -1 indefinite\nflag: always 4 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "presetName" }, { "type": "Ped", "name": "targetPed" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0x935CF6E42BAF7F4D": { "name": "_PED_CLEAR_LOCO_MOTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x32CCAD8A981B53D3": { "name": "_0x32CCAD8A981B53D3", "comment": "_STOP_(?)*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x406CCF555B04FAD3": { "name": "_SET_PED_DRUNKNESS", "comment": "SOBER = 0.0f, SLIGHTLY_DRUNK = 0.25f, MODERATELY_DRUNK = 0.5f, VERY_DRUNK = 1.0f", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "enabled" }, { "type": "float", "name": "drunknessLevel" } ], "return_type": "void", "build": "1207" }, "0x50F124E6EF188B22": { "name": "_IS_PED_DRUNK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x6FB76442469ABD68": { "name": "_GET_PED_DRUNKNESS", "comment": "Returns ped drunk level\n_H* or _I*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xBE22B26DD764C040": { "name": "GET_ANIM_INITIAL_OFFSET_POSITION", "comment": "", "params": [ { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "float", "name": "p8" }, { "type": "int", "name": "p9" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0xBE22B26DD764C040", "gta_jhash": "0xC59D4268" }, "0x4B805E6046EE9E47": { "name": "GET_ANIM_INITIAL_OFFSET_ROTATION", "comment": "", "params": [ { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "float", "name": "p8" }, { "type": "int", "name": "p9" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x4B805E6046EE9E47", "gta_jhash": "0x5F7789E6" }, "0xC8A9481A01E63C28": { "name": "SET_PED_RANDOM_COMPONENT_VARIATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC8A9481A01E63C28", "gta_jhash": "0x4111BA46" }, "0x6FD7816A36615F48": { "name": "KNOCK_OFF_PED_PROP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6FD7816A36615F48", "gta_jhash": "0x08D8B180" }, "0x9F8AA94D6D97DBF4": { "name": "SET_BLOCKING_OF_NON_TEMPORARY_EVENTS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9F8AA94D6D97DBF4", "gta_jhash": "0xDFE34E4A" }, "0x268B3AEBF032A88D": { "name": "_GET_BLOCKING_OF_NON_TEMPORARY_EVENTS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xC17A94CC8FC3C61A": { "name": "_0xC17A94CC8FC3C61A", "comment": "_SET_PED_P* - _SET_PED_R*", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "boneId" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x25ACFC650B65C538": { "name": "_SET_PED_SCALE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "scale" } ], "return_type": "void", "build": "1207" }, "0x134775B093AD5C38": { "name": "_0x134775B093AD5C38", "comment": "_GET_PED_M*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x1D491CCF7211FB74": { "name": "_GET_PED_HEIGHT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xA65AA1ACE81E5A77": { "name": "_GET_PED_MODEL_SIZE_FROM_HASH", "comment": "PS_SMALL = 0,\nPS_MEDIUM,\nPS_MEDIUM_LARGE,\nPS_LARGE,\nPS_EXTRA_LARGE", "params": [ { "type": "Hash", "name": "modelHash" } ], "return_type": "int", "build": "1311" }, "0x2F25D9AEFA34FBA2": { "name": "REGISTER_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2F25D9AEFA34FBA2", "gta_jhash": "0x50A95442" }, "0xD8736EFDA38EDC5C": { "name": "_REGISTER_HATED_TARGETS_IN_AREA", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0x9222F300BF8354FE": { "name": "REGISTER_HATED_TARGETS_AROUND_PED", "comment": "Based on TASK_COMBAT_HATED_TARGETS_AROUND_PED, the parameters are likely similar (PedHandle, and area to attack in).", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9222F300BF8354FE", "gta_jhash": "0x7F87559E" }, "0x6E5CBCB3941D7D08": { "name": "_IS_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "BOOL", "build": "1207" }, "0x4707E9C23D8CA3FE": { "name": "_REMOVE_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0xC33AB876A77F8164": { "name": "GET_CLOSEST_PED", "comment": "Gets the closest ped in a radius.", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "Ped*", "name": "outPed" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" }, { "type": "int", "name": "pedType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC33AB876A77F8164", "gta_jhash": "0x8F6C1F55" }, "0x128F79EDCECE4FD5": { "name": "CAN_PED_RAGDOLL", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x128F79EDCECE4FD5", "gta_jhash": "0xC0EFB7A3" }, "0xAE99FB955581844A": { "name": "SET_PED_TO_RAGDOLL", "comment": "nmTaskMessageParameterName: See physicstasks.ymt. Search for DraggedByCart or 0xD00820D7 (Used in R* SP Script marston8)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "timeMin" }, { "type": "int", "name": "timeMax" }, { "type": "int", "name": "ragdollType" }, { "type": "BOOL", "name": "abortIfInjured" }, { "type": "BOOL", "name": "abortIfDead" }, { "type": "const char*", "name": "nmTaskMessageParameterName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAE99FB955581844A", "gta_jhash": "0x83CB5052" }, "0xD76632D99E4966C8": { "name": "SET_PED_TO_RAGDOLL_WITH_FALL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "timeMin" }, { "type": "int", "name": "timeMax" }, { "type": "int", "name": "ragdollType" }, { "type": "float", "name": "falldirX" }, { "type": "float", "name": "falldirY" }, { "type": "float", "name": "falldirZ" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "float", "name": "p10" }, { "type": "float", "name": "p11" }, { "type": "float", "name": "p12" }, { "type": "float", "name": "p13" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD76632D99E4966C8", "gta_jhash": "0xFA12E286" }, "0xF0A4F1BBF4FA7497": { "name": "SET_PED_RAGDOLL_ON_COLLISION", "comment": "Causes Ped to ragdoll on collision with any object (e.g Running into trashcan). If applied to player you will sometimes trip on the sidewalk.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF0A4F1BBF4FA7497", "gta_jhash": "0x2654A0F4" }, "0x221F4D9912B7FE86": { "name": "_SET_PED_TO_DISABLE_RAGDOLL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x47E4E977581C5B55": { "name": "IS_PED_RAGDOLL", "comment": "If the ped handle passed through the parenthesis is in a ragdoll state this will return true.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x47E4E977581C5B55", "gta_jhash": "0xC833BBE1" }, "0xE3B6097CC25AA69E": { "name": "IS_PED_RUNNING_RAGDOLL_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE3B6097CC25AA69E", "gta_jhash": "0x44A153F2" }, "0x01F6594B923B9251": { "name": "SET_PED_RAGDOLL_FORCE_FALL", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x01F6594B923B9251", "gta_jhash": "0x20A5BDE0" }, "0x8CB2553C559102C1": { "name": "_0x8CB2553C559102C1", "comment": "_SET_PED_T* - SET_PED_U*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFD3C31A2E45671E7": { "name": "_0xFD3C31A2E45671E7", "comment": "_DISABLE_A* - _DISABLE_C*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9FA4664CF62E47E8": { "name": "RESET_PED_RAGDOLL_TIMER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9FA4664CF62E47E8", "gta_jhash": "0xF2865370" }, "0xB128377056A54E2A": { "name": "SET_PED_CAN_RAGDOLL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB128377056A54E2A", "gta_jhash": "0xCF1384C4" }, "0x3AEC4A410ECAF30D": { "name": "_0x3AEC4A410ECAF30D", "comment": "_IS_PED_R*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x2AFE52F782F25775": { "name": "IS_PED_RUNNING_MOBILE_PHONE_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2AFE52F782F25775", "gta_jhash": "0xFB2AFED1" }, "0x26695EC767728D84": { "name": "SET_RAGDOLL_BLOCKING_FLAGS", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/AI/RAGDOLL_BLOCKING_FLAGS\n\nflags:\nenum eRagdollBlockingFlags\n{\n\tRBF_BULLET_IMPACT = (1 << 0),\n\tRBF_VEHICLE_IMPACT = (1 << 1),\n\tRBF_FIRE = (1 << 2),\n\tRBF_ELECTROCUTION = (1 << 3),\n\tRBF_PLAYER_IMPACT = (1 << 4),\n\tRBF_EXPLOSION = (1 << 5),\n\tRBF_IMPACT_OBJECT = (1 << 6),\n\tRBF_MELEE = (1 << 7),\n\tRBF_RUBBER_BULLET = (1 << 8),\n\tRBF_FALLING = (1 << 9),\n\tRBF_WATER_JET = (1 << 10),\n\tRBF_DROWNING = (1 << 11),\n\tRBF_0x9F52E2C4 = (1 << 12),\n\tRBF_PLAYER_BUMP = (1 << 13),\n\tRBF_PLAYER_RAGDOLL_BUMP = (1 << 14),\n\tRBF_PED_RAGDOLL_BUMP = (1 << 15),\n\tRBF_VEHICLE_GRAB = (1 << 16),\n\tRBF_SMOKE_GRENADE = (1 << 17),\n\tRBF_HORSE_BUMP = (1 << 18),\n\tRBF_ACTIVATE_ON_COLLISION = (1 << 19)\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207", "gta_hash": "0x26695EC767728D84", "gta_jhash": "0x9C8F830D" }, "0xD86D101FCFD00A4B": { "name": "CLEAR_RAGDOLL_BLOCKING_FLAGS", "comment": "flags: see SET_RAGDOLL_BLOCKING_FLAGS", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD86D101FCFD00A4B", "gta_jhash": "0x77CBA290" }, "0x9F933E0985E12C51": { "name": "_0x9F933E0985E12C51", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x88B2026A3B0BE33D": { "name": "_0x88B2026A3B0BE33D", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFC3DB99C8144CD81": { "name": "SET_PED_DEFENSIVE_AREA_VOLUME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x9D3151A373974804": { "name": "SET_PED_SPHERE_DEFENSIVE_AREA", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9D3151A373974804", "gta_jhash": "0xBD96D8E8" }, "0x1854217C640B39EC": { "name": "_SET_PED_DEFENSIVE_SPHERE_ATTACHED_TO_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xEB2BFE5D009F0331": { "name": "_SET_PED_DEFENSIVE_AREA_TO_ANGLED_AREA", "comment": "_SET_PED_(A?)*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "Any", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" }, { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p11" } ], "return_type": "void", "build": "1232" }, "0x413C6C763A4AFFAD": { "name": "SET_PED_DEFENSIVE_AREA_DIRECTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x413C6C763A4AFFAD", "gta_jhash": "0xB66B0C9A" }, "0x74D4E028107450A9": { "name": "REMOVE_PED_DEFENSIVE_AREA", "comment": "Ped will no longer get angry when you stay near him.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x74D4E028107450A9", "gta_jhash": "0x34AAAFA5" }, "0x3C06B8786DD94CD1": { "name": "GET_PED_DEFENSIVE_AREA_POSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x3C06B8786DD94CD1", "gta_jhash": "0xCB65198D" }, "0xBA63D9FE45412247": { "name": "IS_PED_DEFENSIVE_AREA_ACTIVE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xBA63D9FE45412247", "gta_jhash": "0x6D88BCD3" }, "0xEF2E6F870783369B": { "name": "_GET_PED_DEFENSIVE_VOLUME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "Volume", "build": "1207" }, "0x4EC4EA2F72B36358": { "name": "_0x4EC4EA2F72B36358", "comment": "_SET_PED_A*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCF0B19806473D324": { "name": "_0xCF0B19806473D324", "comment": "_SET_PED_COMBAT_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0xB4B7C92FCE7347B7": { "name": "_0xB4B7C92FCE7347B7", "comment": "_RESET_PED_C*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x8D8ACD8388CD99CE": { "name": "REVIVE_INJURED_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8D8ACD8388CD99CE", "gta_jhash": "0x14D3E6E3" }, "0x71BC8E838B9C6035": { "name": "RESURRECT_PED", "comment": "This function will simply bring the dead ped back to life.\n\nBefore calling this function, you may want to declare the position, where your Resurrected ped to be spawn at because theres a chance the ped will fall through the map\n\nAlso, disabling any assigned task immediately helped in the number of scenarios, where If you want peds to perform certain decided tasks.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x71BC8E838B9C6035", "gta_jhash": "0xA4B82097" }, "0x98EFA132A4117BE1": { "name": "SET_PED_NAME_DEBUG", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207", "gta_hash": "0x98EFA132A4117BE1", "gta_jhash": "0x20D6273E" }, "0xF9ACF4A08098EA25": { "name": "SPECIAL_FUNCTION_DO_NOT_USE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF9ACF4A08098EA25", "gta_jhash": "0x141CC936" }, "0x7020839C7302D8AC": { "name": "_0x7020839C7302D8AC", "comment": "_HAS_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xE1AADD0055D76603": { "name": "_0xE1AADD0055D76603", "comment": "_C*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "boneIndex1" }, { "type": "int", "name": "boneIndex2" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" }, { "type": "int", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0x5A1A929C8B729B4A": { "name": "_0x5A1A929C8B729B4A", "comment": "_C*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x97A38B65EBDA3D50": { "name": "_0x97A38B65EBDA3D50", "comment": "_SET_PED_D*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x06A10B4D7F50B0C3": { "name": "_0x06A10B4D7F50B0C3", "comment": "_GET_PED_D*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x88A5564B19C15391": { "name": "_0x88A5564B19C15391", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x354CA4DDDEEC397A": { "name": "_0x354CA4DDDEEC397A", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xFEA6126C34DF2532": { "name": "_0xFEA6126C34DF2532", "comment": "METAPED_PLAYER_COMPONENTS_SET_META_TYPE_TO_BE_BYPASSED: Setting visibility\n_SET_M* - _SET_P*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA967D6A8ED2D713B": { "name": "_0xA967D6A8ED2D713B", "comment": "_SET_PED_P* - _SET_PED_R*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEF0D582CBF2D9B0F": { "name": "APPLY_PED_BLOOD_SPECIFIC", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "Any*", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEF0D582CBF2D9B0F", "gta_jhash": "0xFC13CE80" }, "0x58D32261AE0F0843": { "name": "_0x58D32261AE0F0843", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "boneId" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "const char*", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x735662994E60A710": { "name": "_0x735662994E60A710", "comment": "_SET_PED_F*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x91BAB9E064F036CD": { "name": "_0x91BAB9E064F036CD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x897934E868EDDD6C": { "name": "_0x897934E868EDDD6C", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xFFD54D9FE71B966A": { "name": "_SET_PED_ACTIVATE_WOUND_EFFECT", "comment": "bloodFountainPressure: visible effect from 0.0 till 20.0\nyaw: visible effect from -3.0 till 3.0\nbloodFountainDirection: 1.0 left side, -1.0 right side\nbloodFountainPulse: from 0.1 (low) till 1.0 (fast)\nmake blood fountain from your stomach: _SET_PED_ACTIVATE_WOUND_EFFECT(ped, unk, 2, 14411, 0.0, 0.1, 0.0, 0.0, 3.0, -1.0, 1.0)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "boneId" }, { "type": "float", "name": "moveWoundLeftRight" }, { "type": "float", "name": "bloodFountainPressure" }, { "type": "float", "name": "yaw" }, { "type": "float", "name": "bloodFountainDirection" }, { "type": "float", "name": "bloodFountainPulse" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x66B1CB778D911F49": { "name": "_UPDATE_PED_WOUND_EFFECT", "comment": "Params: 0.0f to remove wound effects", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x46DF918788CB093F": { "name": "APPLY_PED_DAMAGE_PACK", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/peds_customization/ped_decals.lua", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "damagePack" }, { "type": "float", "name": "damage" }, { "type": "float", "name": "mult" } ], "return_type": "void", "build": "1207", "gta_hash": "0x46DF918788CB093F", "gta_jhash": "0x208D0CB8" }, "0x8FE22675A5A45817": { "name": "CLEAR_PED_BLOOD_DAMAGE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8FE22675A5A45817", "gta_jhash": "0xF7ADC960" }, "0x56E3B78C5408D9F4": { "name": "CLEAR_PED_BLOOD_DAMAGE_BY_ZONE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x56E3B78C5408D9F4", "gta_jhash": "0xF210BE69" }, "0x523C79AEEFCC4A2A": { "name": "CLEAR_PED_DAMAGE_DECAL_BY_ZONE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x523C79AEEFCC4A2A", "gta_jhash": "0x70AA5B7D" }, "0x7F5D88333EE8A86F": { "name": "_CLEAR_PED_BLOOD_DAMAGE_FACIAL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x34C11114887150FD": { "name": "_0x34C11114887150FD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD8544F6260F5F01E": { "name": "_0xD8544F6260F5F01E", "comment": "METAPED_PLAYER_COMPONENTS_SET_META_TYPE_TO_BE_BYPASSED: Setting visibility\np1 is mostly 10\n_CLEAR_PED_N* - _CLEAR_PED_W*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0xEB8886E1065654CD": { "name": "_0xEB8886E1065654CD", "comment": "Washing player's face/hands now\n_FA* - _FI*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "const char*", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x7043D0681285BA2D": { "name": "FADE_AND_DESTROY_PED", "comment": "", "params": [ { "type": "Ped*", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x8D9BFCE3352DE47F": { "name": "_IS_PED_QUEUED_FOR_DELETION", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x9C720776DAA43E7E": { "name": "CLEAR_PED_WETNESS", "comment": "It clears the wetness of the selected Ped/Player. Clothes have to be wet to notice the difference.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9C720776DAA43E7E", "gta_jhash": "0x629F15BD" }, "0x44CB6447D2571AA0": { "name": "SET_PED_WETNESS_HEIGHT", "comment": "It adds the wetness level to the player clothing/outfit. As if player just got out from water surface.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "height" } ], "return_type": "void", "build": "1207", "gta_hash": "0x44CB6447D2571AA0", "gta_jhash": "0x7B33289A" }, "0xF9CFF5BB70E8A2CB": { "name": "_0xF9CFF5BB70E8A2CB", "comment": "_SET_PED_WETNESS*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB5485E4907B53019": { "name": "SET_PED_WETNESS_ENABLED_THIS_FRAME", "comment": "combined with PED::SET_PED_WETNESS_HEIGHT(), this native makes the ped drenched in water up to the height specified in the other function", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB5485E4907B53019", "gta_jhash": "0xBDE749F7" }, "0xA7A806677F8DE138": { "name": "_0xA7A806677F8DE138", "comment": "Washing player's face/hands now\n_CLEAR_PED_E* - _CLEAR_PED_L*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xA064BBABB064446F": { "name": "_0xA064BBABB064446F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6585D955A68452A5": { "name": "CLEAR_PED_ENV_DIRT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6585D955A68452A5", "gta_jhash": "0xA993915F" }, "0x27B0405F59637D1F": { "name": "SET_PED_SWEAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "sweat" } ], "return_type": "void", "build": "1207", "gta_hash": "0x27B0405F59637D1F", "gta_jhash": "0x76A1DB9F" }, "0x0E5173C163976E38": { "name": "CLEAR_PED_DECORATIONS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0E5173C163976E38", "gta_jhash": "0xD4496BF3" }, "0x11B499C1E0FF8559": { "name": "WAS_PED_SKELETON_UPDATED", "comment": "Despite this function's name, it simply returns whether the specified handle is a Ped.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x11B499C1E0FF8559", "gta_jhash": "0xF7E2FBAD" }, "0x17C07FC640E86B4E": { "name": "GET_PED_BONE_COORDS", "comment": "Gets the position of the specified bone of the specified ped.\n\nped: The ped to get the position of a bone from.\nboneId: The ID of the bone to get the position from. This is NOT the index.\noffsetX: The X-component of the offset to add to the position relative to the bone's rotation.\noffsetY: The Y-component of the offset to add to the position relative to the bone's rotation.\noffsetZ: The Z-component of the offset to add to the position relative to the bone's rotation.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "boneId" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x17C07FC640E86B4E", "gta_jhash": "0x4579CAB1" }, "0x1B5C85C612E5256E": { "name": "ADD_SCENARIO_BLOCKING_AREA", "comment": "blockingFlags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eScenarioBlockingFlags", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "BOOL", "name": "p6" }, { "type": "int", "name": "blockingFlags" } ], "return_type": "int", "build": "1207", "gta_hash": "0x1B5C85C612E5256E", "gta_jhash": "0xA38C0234" }, "0xD37401D78A929A49": { "name": "REMOVE_SCENARIO_BLOCKING_AREAS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xD37401D78A929A49", "gta_jhash": "0x4DDF845F" }, "0x31D16B74C6E29D66": { "name": "REMOVE_SCENARIO_BLOCKING_AREA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x31D16B74C6E29D66", "gta_jhash": "0x4483EF06" }, "0x4C39C95AE5DB1329": { "name": "_ADD_SCENARIO_BLOCKING_VOLUME", "comment": "flag: see ADD_SCENARIO_BLOCKING_AREA", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p1" }, { "type": "int", "name": "flag" } ], "return_type": "Any", "build": "1207" }, "0x6F46F8ACB44C4FC1": { "name": "_0x6F46F8ACB44C4FC1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x91A5F9CBEBB9D936": { "name": "_IS_SCENARIO_BLOCKING_AREA_VALID", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x34D6AC1157C8226C": { "name": "IS_PED_USING_SCENARIO_HASH", "comment": "Equivalent to IS_PED_USING_SCENARIO from V but takes a hash instead of a string.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "scenarioHash" } ], "return_type": "BOOL", "build": "1207" }, "0x57AB4A3080F85143": { "name": "IS_PED_USING_ANY_SCENARIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x57AB4A3080F85143", "gta_jhash": "0x195EF5B7" }, "0x9C54041BB66BCF9E": { "name": "IS_PED_USING_THIS_SCENARIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "scenario" } ], "return_type": "BOOL", "build": "1207" }, "0xAB643407D0B26F07": { "name": "_CAN_PED_USE_SCENARIO_POINT", "comment": "p2 is always 0, p3 is always 0, p4 is always 1", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "scenario" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0x1148F706CF4EBDDA": { "name": "_0x1148F706CF4EBDDA", "comment": "_CAN_PED_SEE* - _CAN_PED_USE_(SCENARIO_HASH?)*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0xFE07FF6495D52E2A": { "name": "SET_PED_PANIC_EXIT_SCENARIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFE07FF6495D52E2A", "gta_jhash": "0x59DE73AC" }, "0x9A77DFD295E29B09": { "name": "TOGGLE_SCENARIO_PED_COWER_IN_PLACE", "comment": "If toggle is true, when the ped is using a scenario he will stop it and become scared\nIf toggle is false, the ped will not be scared anymore and continue his scenario\n\nOld name: _SET_PED_SCARED_WHEN_USING_SCENARIO", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9A77DFD295E29B09", "gta_jhash": "0xC08FE5F6" }, "0xD8CEEED54C672B5D": { "name": "_0xD8CEEED54C672B5D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xEC6935EBE0847B90": { "name": "SET_PED_SHOULD_PLAY_DIRECTED_NORMAL_SCENARIO_EXIT", "comment": "Old name: _SET_PED_SHOULD_PLAY_DIRECTED_SCENARIO_EXIT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEC6935EBE0847B90", "gta_jhash": "" }, "0xA3A9299C4F2ADB98": { "name": "SET_PED_SHOULD_PLAY_NORMAL_SCENARIO_EXIT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA3A9299C4F2ADB98", "gta_jhash": "0x033F43FA" }, "0xF1C03A5352243A30": { "name": "SET_PED_SHOULD_PLAY_IMMEDIATE_SCENARIO_EXIT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF1C03A5352243A30", "gta_jhash": "0x4C684C81" }, "0xEEED8FAFEC331A70": { "name": "SET_PED_SHOULD_PLAY_FLEE_SCENARIO_EXIT", "comment": "lookIntensity:\n0 - REACT_LOOK_NONE\n1 - REACT_LOOK_LOW\n2 - REACT_LOOK_MEDIUM\n3 - REACT_LOOK_HIGH", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "lookIntensity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xEEED8FAFEC331A70", "gta_jhash": "0x7B4C3E6F" }, "0x802092B07E3B1EEA": { "name": "SET_PED_SHOULD_PLAY_COMBAT_SCENARIO_EXIT", "comment": "lookIntensity: see SET_PED_SHOULD_PLAY_FLEE_SCENARIO_EXIT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "lookIntensity" } ], "return_type": "BOOL", "build": "1207" }, "0x62FDAD5E01D2DD47": { "name": "SET_PED_SHOULD_PLAY_EMOTIONAL_SCENARIO_EXIT", "comment": "lookIntensity: see SET_PED_SHOULD_PLAY_FLEE_SCENARIO_EXIT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "lookIntensity" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0x463803429297117C": { "name": "SET_PED_SHOULD_PLAY_QUICK_SCENARIO_EXIT", "comment": "lookIntensity: see SET_PED_SHOULD_PLAY_FLEE_SCENARIO_EXIT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "lookIntensity" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0xF9331B3A314EB49D": { "name": "_0xF9331B3A314EB49D", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xE735A7DA22E88359": { "name": "_0xE735A7DA22E88359", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x82CB0F3F0C7785E5": { "name": "_0x82CB0F3F0C7785E5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCA95C156C14B2054": { "name": "_0xCA95C156C14B2054", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFFC24B988B938B38": { "name": "SET_FACIAL_IDLE_ANIM_OVERRIDE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "animName" }, { "type": "const char*", "name": "animDict" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFFC24B988B938B38", "gta_jhash": "0x9BA19C13" }, "0x726256CC1EEB182F": { "name": "CLEAR_FACIAL_IDLE_ANIM_OVERRIDE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x726256CC1EEB182F", "gta_jhash": "0x5244F4E2" }, "0x8B3B71C80A29A4BB": { "name": "_REQUEST_PED_FACIAL_MOOD_THIS_FRAME", "comment": "mood: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/fwFacialAnimRequest__Mood\nParams: p2 = 6 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "mood" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xD2F0FE8805D91647": { "name": "_0xD2F0FE8805D91647", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBAF20C5432058024": { "name": "SET_PED_CAN_PLAY_GESTURE_ANIMS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBAF20C5432058024", "gta_jhash": "0xE131E3B3" }, "0x7EDB3C766B0D073F": { "name": "_0x7EDB3C766B0D073F", "comment": "Only used in R* Script net_moonshine_property\n_A* - _B*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1232" }, "0x6373D1349925A70E": { "name": "SET_PED_CAN_PLAY_AMBIENT_ANIMS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6373D1349925A70E", "gta_jhash": "0xF8053081" }, "0x0EB0585D15254740": { "name": "SET_PED_CAN_PLAY_AMBIENT_BASE_ANIMS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0EB0585D15254740", "gta_jhash": "0x5720A5DD" }, "0x4F63433CE3C08230": { "name": "_0x4F63433CE3C08230", "comment": "Only used in R* Script shop_harriet\n_SET_PED_F*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0x6C3B4D6D13B4C841": { "name": "SET_PED_CAN_ARM_IK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6C3B4D6D13B4C841", "gta_jhash": "0x343B4DE0" }, "0xEE9DF765990E8D1D": { "name": "_SET_PED_CAN_UNK_BODYPART_IK", "comment": "_SET_PED_CAN_(?)_IK*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xC11C18092C5530DC": { "name": "SET_PED_CAN_HEAD_IK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC11C18092C5530DC", "gta_jhash": "0xD3B04476" }, "0x73518ECE2485412B": { "name": "SET_PED_CAN_LEG_IK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x73518ECE2485412B", "gta_jhash": "0x9955BC6F" }, "0xF2B7106D37947CE0": { "name": "SET_PED_CAN_TORSO_IK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF2B7106D37947CE0", "gta_jhash": "0x8E5D4EAB" }, "0xF5846EDB26A98A24": { "name": "SET_PED_CAN_TORSO_REACT_IK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF5846EDB26A98A24", "gta_jhash": "0x7B0040A8" }, "0x6647C5F6F5792496": { "name": "SET_PED_CAN_TORSO_VEHICLE_IK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6647C5F6F5792496", "gta_jhash": "0x0FDA62DE" }, "0xEC4686EC06434678": { "name": "SET_PED_CAN_USE_AUTO_CONVERSATION_LOOKAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEC4686EC06434678", "gta_jhash": "0x584C5178" }, "0x5CD3CB88A7F8850D": { "name": "IS_PED_HEADTRACKING_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5CD3CB88A7F8850D", "gta_jhash": "0x2A5DF721" }, "0x813A0A7C9D2E831F": { "name": "IS_PED_HEADTRACKING_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x813A0A7C9D2E831F", "gta_jhash": "0x233C9ACF" }, "0x80038740C96AD17F": { "name": "_DISABLE_AMBIENT_LOOK_AT_REQUESTS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE1965A380342BE1F": { "name": "_DISABLE_ALL_LOOK_AT_REQUESTS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1355" }, "0xCD9E5F94A2F38683": { "name": "_0xCD9E5F94A2F38683", "comment": "_SET_PED_R* - _SET_PED_S*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x78C4E9961DB3EB5B": { "name": "SET_PED_CLOTH_PIN_FRAMES", "comment": "Old name: SET_PED_CLOTH_PACKAGE_INDEX", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x78C4E9961DB3EB5B", "gta_jhash": "" }, "0x1D4636C90BBEFACB": { "name": "_0x1D4636C90BBEFACB", "comment": "_SET_PED_CA* - _SET_PED_CO*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEF371232BC6053E1": { "name": "_0xEF371232BC6053E1", "comment": "_ADD_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x86F0B6730C32AC14": { "name": "_0x86F0B6730C32AC14", "comment": "_SET_PED_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8101BA1C0B462412": { "name": "_0x8101BA1C0B462412", "comment": "_ATTACH_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207" }, "0x1913FE4CBF41C463": { "name": "SET_PED_CONFIG_FLAG", "comment": "flagId: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ePedScriptConfigFlags\nhttps://alloc8or.re/rdr3/doc/enums/ePedScriptConfigFlags.txt\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/CPED_CONFIG_FLAGS", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1913FE4CBF41C463", "gta_jhash": "0x9CFBE10D" }, "0xC1E8A365BF3B29F2": { "name": "SET_PED_RESET_FLAG", "comment": "Needs to be called every frame\n\nflagid:https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ePedScriptResetFlags\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/CPED_RESET_FLAGS", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "doReset" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC1E8A365BF3B29F2", "gta_jhash": "0xCFF6FF66" }, "0x7EE53118C892B513": { "name": "GET_PED_CONFIG_FLAG", "comment": "flagId: see SET_PED_CONFIG_FLAG", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7EE53118C892B513", "gta_jhash": "0xABE98267" }, "0xAF9E59B1B1FBF2A0": { "name": "GET_PED_RESET_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flagId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAF9E59B1B1FBF2A0", "gta_jhash": "0x2FC10D11" }, "0xC6981AFF6D2A71C2": { "name": "_0xC6981AFF6D2A71C2", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE0FE107AB174D64A": { "name": "_0xE0FE107AB174D64A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0BDDB8D9EC6BCF3C": { "name": "SET_PED_GROUP_MEMBER_PASSENGER_INDEX", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0BDDB8D9EC6BCF3C", "gta_jhash": "0x2AB3670B" }, "0x414641C26E105898": { "name": "IS_PED_EVASIVE_DIVING", "comment": "Presumably returns the Entity that the Ped is currently diving out of the way of.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity*", "name": "evadingEntity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x414641C26E105898", "gta_jhash": "0xD82829DC" }, "0x4C57F27D1554E6B0": { "name": "_SHOOT_TRIGGER_AT_COORDS", "comment": "Triggers a gunshot\nParams: p5 = -1 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "int", "name": "p6" }, { "type": "float", "name": "p7" } ], "return_type": "Any", "build": "1207" }, "0x772A1969F649E902": { "name": "_IS_THIS_MODEL_A_HORSE", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0xE163A4BCE4DE6F11": { "name": "SET_PED_MODEL_IS_SUPPRESSED", "comment": "", "params": [ { "type": "Hash", "name": "model" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE163A4BCE4DE6F11", "gta_jhash": "0x7820CA43" }, "0xAA9F048DCF69B6DC": { "name": "_IS_PED_MODEL_SUPPRESSED", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0x7ABBD9E449E0DB00": { "name": "_0x7ABBD9E449E0DB00", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xADD31A5C7A5FAA73": { "name": "_SET_PED_DISABLE_KICK_MOVE", "comment": "Disables being able to kick move ped.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "disable" } ], "return_type": "void", "build": "1207" }, "0xDF993EE5E90ABA25": { "name": "SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDF993EE5E90ABA25", "gta_jhash": "0xE9BD733A" }, "0xE6CB36F43A95D75F": { "name": "_0xE6CB36F43A95D75F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC396F5B86FF9FEBD": { "name": "SET_PED_LEG_IK_MODE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "mode" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC396F5B86FF9FEBD", "gta_jhash": "0xFDDB042E" }, "0x078076AB50FB117F": { "name": "_IS_PED_IN_POINT", "comment": "If returned true: There are enemy peds near friendly turn in ped. Going to aggro.\nIf returned false: Moving back to idle as there aren't any remaining enemy peds near ped\n_IS_PED_IN_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0xFD6943B6DF77E449": { "name": "_SET_PED_CAN_BE_LASSOED", "comment": "SET_PED_CAN_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x4D9CA1009AFBD057": { "name": "SET_PED_COMBAT_MOVEMENT", "comment": "0 - Stationary (Will just stand in place)\n1 - Defensive (Will try to find cover and very likely to blind fire)\n2 - Offensive (Will attempt to charge at enemy but take cover as well)\n3 - Suicidal Offensive (Will try to flank enemy in a suicidal attack)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "combatMovement" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4D9CA1009AFBD057", "gta_jhash": "0x12E62F9E" }, "0xDEA92412FCAEB3F5": { "name": "GET_PED_COMBAT_MOVEMENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0xDEA92412FCAEB3F5", "gta_jhash": "0xF3E7730E" }, "0x815C0074A1BC0D93": { "name": "_0x815C0074A1BC0D93", "comment": "_SET_PED_COMBAT_R - _SET_PED_C*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFFDE295662405B25": { "name": "_0xFFDE295662405B25", "comment": "_GET_PED_COMBAT_M* - _GET_PED_C*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xC7622C0D36B2FDA8": { "name": "SET_PED_COMBAT_ABILITY", "comment": "abilityLevel:\nenum eCombatAbilityLevel\n{\n\tCAL_POOR,\n\tCAL_AVERAGE,\n\tCAL_PROFESSIONAL\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "abilityLevel" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC7622C0D36B2FDA8", "gta_jhash": "0x6C23D329" }, "0x3C606747B23E497B": { "name": "SET_PED_COMBAT_RANGE", "comment": "range:\nenum eCombatRange\n{\n\tCR_NEAR,\n\tCR_MEDIUM,\n\tCR_FAR,\n\tCR_VERY_FAR\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "range" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3C606747B23E497B", "gta_jhash": "0x8818A959" }, "0x9F7794730795E019": { "name": "SET_PED_COMBAT_ATTRIBUTES", "comment": "attributeIndex: https://alloc8or.re/rdr3/doc/enums/eCombatAttribute.txt\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/COMBAT_ATTRIBUTES", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9F7794730795E019", "gta_jhash": "0x81D64248" }, "0xCC2B20596E29E4E3": { "name": "_GET_PED_COMBAT_ATTRIBUTE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xBD75500141E4725C": { "name": "_SET_PED_COMBAT_ATTRIBUTE_HASH", "comment": "Hashes: GUARD, COMBAT_ANIMAL, LAW, LAW_SHERIFF\n_SET_PED_COMBAT_A* - _SET_PED_COMBAT_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0703B9079823DA4A": { "name": "SET_PED_TARGET_LOSS_RESPONSE", "comment": "TLR_ExitTask = 0,\nTLR_NeverLoseTarget,\nTLR_SearchForTarget", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "responseType" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0703B9079823DA4A", "gta_jhash": "0xCFA613FF" }, "0x0A4618FFD517E24D": { "name": "_0x0A4618FFD517E24D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x712B2C2B2471B493": { "name": "_0x712B2C2B2471B493", "comment": "_SET_PED_MO*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x00B380FF2DF6AB7A": { "name": "_0x00B380FF2DF6AB7A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8ACC0506743A8A5C": { "name": "_SET_PED_COMBAT_STYLE", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/AI/COMBAT_STYLES\nParams: p2 is usually 1, sometimes 0 or 2\nduration in seconds, -1.0 = forever", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "combatStyleHash" }, { "type": "int", "name": "p2" }, { "type": "float", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0x78815FC52832B690": { "name": "_CLEAR_PED_COMBAT_STYLE", "comment": "Params: p1 = 1 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8B1E8E35A6E814EA": { "name": "_SET_PED_COMBAT_STYLE_MOD", "comment": "duration in seconds, -1.0 = forever", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "combatStyleModHash" }, { "type": "float", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0x1FA132CBCD7CB239": { "name": "_CLEAR_PED_COMBAT_STYLE_MOD", "comment": "_CLEAR_PED_COMBAT_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "combatStyleModHash" } ], "return_type": "void", "build": "1207" }, "0x5BF0B9D9A8E227A0": { "name": "_0x5BF0B9D9A8E227A0", "comment": "_IS_PED_B* - _IS_PED_C*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x642720D8D69328B6": { "name": "_0x642720D8D69328B6", "comment": "_SET_PED_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDCCA191DF9980FD7": { "name": "IS_PED_PERFORMING_MELEE_ACTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDCCA191DF9980FD7", "gta_jhash": "0x139C0875" }, "0x99DF2639DA76C1DC": { "name": "_0x99DF2639DA76C1DC", "comment": "_CAN_PED_*", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1232" }, "0x6127F25ED21C533C": { "name": "_GET_PED_MELEE_ACTION_PHASE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x863B23EFDE9C5DF2": { "name": "IS_PED_BEING_STEALTH_KILLED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x863B23EFDE9C5DF2", "gta_jhash": "0xD044C8AF" }, "0x18A3E9EE1297FD39": { "name": "GET_MELEE_TARGET_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x18A3E9EE1297FD39", "gta_jhash": "0xAFEC26A4" }, "0xDEDBED3020DA49DC": { "name": "_0xDEDBED3020DA49DC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA405BF9F01960C16": { "name": "_0xA405BF9F01960C16", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xEC6B59BE445FEC51": { "name": "_GET_PED_BRAWLING_STYLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x8BA83CC4288CD56D": { "name": "_SET_PED_BRAWLING_STYLE", "comment": "brawlingStyle:\nenum eBrawlingStyle : Hash\n{\n\tBS_AI = 0x802C604D,\n\tBS_AI_BARBRAWL = 0x4FF5F0C7,\n\tBS_AI_DEFENSIVE = 0xD888F2FD,\n\tBS_AI_MOONSHINE_BARBRAWL = 0xA01B433A,\n\tBS_ALLIGATOR = 0x7A5548ED,\n\tBS_ALLIGATOR_LARGE = 0x368EC7CB,\n\tBS_ALLY = 0x69C76C14,\n\tBS_ANIMAL = 0xD777C754,\n\tBS_BADGER = 0x7E7C3F53,\n\tBS_BEAR = 0x0BC66E35,\n\tBS_BEAVER = 0x4E313783,\n\tBS_BOAR = 0x176A5831,\n\tBS_BOUNTY_HUNTER = 0x3900654C,\n\tBS_BRUISER = 0x4514DB61,\n\tBS_BULL = 0x4E50C5D2,\n\tBS_COUGAR = 0x9DAA7CCB,\n\tBS_COW = 0xB0E91295,\n\tBS_COYOTE = 0xA448EB69,\n\tBS_DEER = 0xA781E6B3,\n\tBS_DOG = 0x5A4155C4,\n\tBS_ELK = 0x408697F0,\n\tBS_FEMALE = 0x6A3BB2C2,\n\tBS_FEMALE_STRONG = 0x4DAFDD84,\n\tBS_GANGUP = 0xD0CECFF2,\n\tBS_GOAT = 0x078E649F,\n\tBS_HORSE = 0xF6B775F3,\n\tBS_MICAH_FINALE = 0x1F0BB27A,\n\tBS_MOOSE = 0x968917AB,\n\tBS_MUSKRAT = 0x1EDC33AC,\n\tBS_NO_MELEE = 0x25B5F931,\n\tBS_PIG = 0x22EAD110,\n\tBS_PLAYER = 0x78BAEF07,\n\tBS_PLAYER_FINALE = 0xF9E77D2D,\n\tBS_PLAYER_MOONSHINER = 0x687BF19F,\n\tBS_PLAYER_WINTER1 = 0x3C6A802F,\n\tBS_QUICK = 0xC4CABB1B,\n\tBS_RACCOON = 0x505F8917,\n\tBS_SHEEP = 0x6827CCCF,\n\tBS_SNAKE = 0x82BEBC4B,\n\tBS_TIMID = 0x431AEF77,\n\tBS_WOLF = 0xA8F023D4\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "brawlingStyle" } ], "return_type": "void", "build": "1207" }, "0x9D8DFE2DE9CB4DFC": { "name": "_0x9D8DFE2DE9CB4DFC", "comment": "_RESET_PED_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xC48AF420371C7407": { "name": "_0xC48AF420371C7407", "comment": "_SET_PED_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "grapple" } ], "return_type": "Any", "build": "1207" }, "0x5EFA8A3D8A60D662": { "name": "_0x5EFA8A3D8A60D662", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x242EDF85D4E87B65": { "name": "_0x242EDF85D4E87B65", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x9238A3D970BBB0A9": { "name": "_SET_PED_COMBAT_BEHAVIOUR", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "behaviour" } ], "return_type": "void", "build": "1207" }, "0x9A4AC116CC1EEE14": { "name": "_0x9A4AC116CC1EEE14", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE20027B414BFE6C7": { "name": "_0xE20027B414BFE6C7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6DBF2D78709AD70B": { "name": "_SET_PED_BEAT_MULTIPLIER", "comment": "NET_FETCH_CLIENT_UPDATE_PED_FIGHT_PROFICIENCY: Changing parry multiplier for ped", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB8DE69D9473B7593": { "name": "_SET_PED_ACTION_DISABLE_FLAG", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/AI/COMBAT_ACTION_DISABLE_FLAGS", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "actionDisableFlag" } ], "return_type": "void", "build": "1207" }, "0x949B2F9ED2917F5D": { "name": "_CLEAR_PED_ACTION_DISABLE_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "actionDisableFlag" } ], "return_type": "void", "build": "1207" }, "0xB346C85D49CC998E": { "name": "_IS_PED_ACTION_DISABLE_FLAG_ENABLED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "actionDisableFlag" } ], "return_type": "BOOL", "build": "1207" }, "0xC163DAC52AC975D3": { "name": "_SET_PED_TARGET_ACTION_DISABLE_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "actionDisableFlag" } ], "return_type": "void", "build": "1207" }, "0xBBF6D1D07C02D00A": { "name": "_CLEAR_PED_TARGET_ACTION_DISABLE_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "actionDisableFlag" } ], "return_type": "void", "build": "1207" }, "0x02AA2096FE00F3E1": { "name": "_IS_PED_TARGET_ACTION_DISABLE_FLAG_ENABLED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "actionDisableFlag" } ], "return_type": "BOOL", "build": "1207" }, "0x57F35552E771BE9D": { "name": "_0x57F35552E771BE9D", "comment": "_SET_PED_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7C10221CE718AA72": { "name": "_0x7C10221CE718AA72", "comment": "_CLEAR_PED_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0D3B1568917EBDA0": { "name": "_0x0D3B1568917EBDA0", "comment": "_IS_PED_M*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x29F3539189D3E277": { "name": "_0x29F3539189D3E277", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE9E06EA514A69061": { "name": "_0xE9E06EA514A69061", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4DB9D03AC4E1FA84": { "name": "_SET_PED_WRITHING_DURATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "writhingDuration1" }, { "type": "float", "name": "writhingDuration2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xEBE89623EB861271": { "name": "_GET_PED_REMAINING_REVIVAL_TIME", "comment": "normalized / non normalized\n0.0 / 1000.0 STARTED IN WRITHE STAGE\n1.0 / 0.0 END OF WRITHE, DEAD\n-1.0 DEAD\n\nReturns some value from AI task 562 (unknown).", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "normalized" } ], "return_type": "float", "build": "1207" }, "0x925A160133003AC6": { "name": "SET_PAUSE_PED_WRITHE_BLEEDOUT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x12EB4E31F092C9B3": { "name": "_0x12EB4E31F092C9B3", "comment": "_GET_IS_PED_(BLEEDING_OUT?)*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x0E99E3BF11BB6367": { "name": "GET_PED_IS_GRAPPLING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x3BDFCF25B58B0415": { "name": "GET_PED_IS_BEING_GRAPPLED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xD0B7AEB56229D317": { "name": "_GET_PED_GRAPPLER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0x2311F15D971AA680": { "name": "GET_PED_GRAPPLE_STATE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x753B15AD0FD6F3E3": { "name": "_GET_PED_GRAPPLE_STYLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x630E7B01F091A197": { "name": "_SET_PED_GRAPPLE_STYLE", "comment": "Hashes: GS_DRAGGING, GS_FACE_TO_BACK, GS_FACE_TO_FACE, GS_FACE_TO_FACE_WALL, GS_MOUNTED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "style" } ], "return_type": "Any", "build": "1207" }, "0x604190F0CF0DF158": { "name": "_SET_PED_GRAPPLE_SEQUENCE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "grappleSequence" } ], "return_type": "void", "build": "1207" }, "0x789DABD18E9024DB": { "name": "_SET_PED_GRAPPLE_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flag" }, { "type": "BOOL", "name": "enable" } ], "return_type": "void", "build": "1207" }, "0xEAE3B5B019C8D23F": { "name": "_CLEAR_PED_GRAPPLE_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0xF3C873ED0C595109": { "name": "_GET_PED_GRAPPLE_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x8301D87B1B89E219": { "name": "_SET_PED_GRAPPLE_ACTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "grappleAction" } ], "return_type": "void", "build": "1207" }, "0x99A6E246C315BF60": { "name": "_SET_PED_GRAPPLE_EFFECT_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "multiplier" } ], "return_type": "Any", "build": "1207" }, "0x56E9C26CD29D1ED6": { "name": "_SET_PED_GRAPPLE_ANIMATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "grappleAnim" } ], "return_type": "void", "build": "1207" }, "0x70A2D1137C8ED7C9": { "name": "SET_PED_FLEE_ATTRIBUTES", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/AI/FLEE_ATTRIBUTES\n\nattributeFlags:\nenum eFleeAttribute\n{\n\tFA_FORCE_EXIT_VEHICLE = (1 << 16),\n\tFA_DISABLE_MOUNT_USAGE = (1 << 20),\n\tFA_DISABLE_ENTER_VEHICLES = (1 << 22),\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeFlags" }, { "type": "BOOL", "name": "enable" } ], "return_type": "void", "build": "1207", "gta_hash": "0x70A2D1137C8ED7C9", "gta_jhash": "0xA717A875" }, "0xB086C8C0F5701D14": { "name": "_IS_PED_COWERING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x083961498679DC9F": { "name": "IS_ANY_PED_NEAR_POINT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x083961498679DC9F", "gta_jhash": "0xFBD9B050" }, "0x2208438012482A1A": { "name": "FORCE_PED_AI_AND_ANIMATION_UPDATE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2208438012482A1A", "gta_jhash": "0x187B9070" }, "0xC2722B252C79E641": { "name": "_0xC2722B252C79E641", "comment": "_FORCE_PED_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1232" }, "0xC488B8C0E52560D8": { "name": "_IS_PED_DOING_SCENARIO_TRANSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x2DC0E8DCBD3546E9": { "name": "_0x2DC0E8DCBD3546E9", "comment": "_IS_PED_D*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x6D07B371E9439019": { "name": "_ADD_SCENARIO_TRANSITION", "comment": "Forces transition now, called together with 0xD65FDC686A031C83", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xD65FDC686A031C83": { "name": "_GIVE_PED_HASH_COMMAND", "comment": "Ped Command Hash are special commands, that can be activated to change conditional anim variations or trigger transitions between conditional anims.\nhttps://github.com/femga/rdr3_discoveries/blob/master/animations/scenarios", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "commandHash" }, { "type": "float", "name": "activationDuration" } ], "return_type": "void", "build": "1207" }, "0x68821369A2CEADD5": { "name": "_GET_IS_PED_COMMAND_HASH_PRESENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "commandHash" } ], "return_type": "BOOL", "build": "1207" }, "0xFCF37A457CB96DC0": { "name": "IS_PED_HEADING_TOWARDS_POSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFCF37A457CB96DC0", "gta_jhash": "0x45037B9B" }, "0x600BBDD29820370C": { "name": "_0x600BBDD29820370C", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x7D7A2E43E74E2EB8": { "name": "REQUEST_PED_VISIBILITY_TRACKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7D7A2E43E74E2EB8", "gta_jhash": "0x840D24D3" }, "0x3088634CF8C819CF": { "name": "RELEASE_PED_VISIBILITY_TRACKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x2BC338A7B21F4608": { "name": "REQUEST_PED_VEHICLE_VISIBILITY_TRACKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2BC338A7B21F4608", "gta_jhash": "0x31C31DAA" }, "0x75BA1CB3B7D40CAF": { "name": "REQUEST_PED_USE_SMALL_BBOX_VISIBILITY_TRACKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x75BA1CB3B7D40CAF", "gta_jhash": "0x9194DB71" }, "0x511F1A683387C7E2": { "name": "GET_TRACKED_PED_PIXELCOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x511F1A683387C7E2", "gta_jhash": "0x5B1B70AA" }, "0x91C8E617F64188AC": { "name": "IS_TRACKED_PED_VISIBLE", "comment": "Returns whether or not a ped is visible within your FOV, not this check auto's to false after a certain distance.\nTarget needs to be tracked first, won't work otherwise.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x91C8E617F64188AC", "gta_jhash": "0x33248CC1" }, "0x164CECC59E70DF86": { "name": "_IS_TRACKED_PED_VISIBILITY_PERCENTAGE_NOT_LESS_THAN", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "percent" } ], "return_type": "BOOL", "build": "1207" }, "0x5102307CE88798EB": { "name": "_IS_PED_VISIBILITY_TRACKED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x2D64376CF437363E": { "name": "CAN_PED_BE_MOUNTED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x118D476A6F1A13F1": { "name": "_IS_META_PED_FISH", "comment": "Returns true if given ped is a fish.\n_IS_ME* - _IS_MO*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xC8D523BF5BBD3808": { "name": "IS_EVENT_IN_QUEUE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "eventType" } ], "return_type": "BOOL", "build": "1207" }, "0x7F9B9791D4CB71F6": { "name": "CAN_PED_SEE_ENTITY", "comment": "Returns:\n0 - CTR_CANNOT_TARGET\n1 - CTR_CAN_TARGET\n2 - CTR_NOT_SURE_YET", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "targetEntity" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x9D9473CB82D83A30": { "name": "CAN_PED_SEE_PED_CACHED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x0EA9EACBA3B01601": { "name": "_0x0EA9EACBA3B01601", "comment": "_CAN_PED_B* - _CAN_PED_I*", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" }, { "type": "BOOL", "name": "p2" } ], "return_type": "float", "build": "1207" }, "0x3F428D08BE5AAE31": { "name": "GET_PED_BONE_INDEX", "comment": "no bone = -1", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "boneId" } ], "return_type": "int", "build": "1207", "gta_hash": "0x3F428D08BE5AAE31", "gta_jhash": "0x259C6BA2" }, "0xC5303F460A40D21D": { "name": "_0xC5303F460A40D21D", "comment": "Returns boneIndex\n_GET_PED_N* - _GET_PED_R*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xE29D8CD66553DBAA": { "name": "_0xE29D8CD66553DBAA", "comment": "_SET_PED_R* -_SET_PED_S*", "params": [ { "type": "Ped", "name": "horse" } ], "return_type": "void", "build": "1207" }, "0xB06F5F1DEF417216": { "name": "_0xB06F5F1DEF417216", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xFC23348F0F4E245F": { "name": "_0xFC23348F0F4E245F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x9184788BFF1EDAD7": { "name": "_0x9184788BFF1EDAD7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE3144B932DFDFF65": { "name": "_SET_PED_DIRT_CLEANED", "comment": "Params: ped, 0f, -1, true, true in R* MP Scripts\n_SET_PED_DE* - _SET_PED_F*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x0105FEE8F9091255": { "name": "_0x0105FEE8F9091255", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD049920CD29F6CC8": { "name": "_0xD049920CD29F6CC8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xBB3E5370EBB6BE28": { "name": "_0xBB3E5370EBB6BE28", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x2FA568BFA725F8D6": { "name": "_0x2FA568BFA725F8D6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x56E4BAD93D33453C": { "name": "_0x56E4BAD93D33453C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x75A082563B4452E5": { "name": "_0x75A082563B4452E5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x16802C32B2FCA06B": { "name": "_0x16802C32B2FCA06B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x8BA0C65AC15A7D33": { "name": "_0x8BA0C65AC15A7D33", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x0FFDF937E5C11382": { "name": "_0x0FFDF937E5C11382", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x5FCF25D584065BFD": { "name": "_0x5FCF25D584065BFD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xA2116C1E4ED85C24": { "name": "_0xA2116C1E4ED85C24", "comment": "_SET_PED_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "inverted" } ], "return_type": "void", "build": "1207" }, "0xF28965D04F570DCA": { "name": "FORCE_PED_MOTION_STATE", "comment": "motionStateHash: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/FORCE_PED_MOTION_STATE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "motionStateHash" }, { "type": "BOOL", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF28965D04F570DCA", "gta_jhash": "0x164DDEFF" }, "0x75D3333409CD33CE": { "name": "_0x75D3333409CD33CE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF60165E1D2C5370B": { "name": "GET_PED_CURRENT_MOVE_BLEND_RATIO", "comment": "Old name: _GET_PED_CURRENT_MOVEMENT_SPEED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float*", "name": "speedX" }, { "type": "float*", "name": "speedY" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF60165E1D2C5370B", "gta_jhash": "" }, "0x433083750C5E064A": { "name": "SET_PED_MAX_MOVE_BLEND_RATIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x433083750C5E064A", "gta_jhash": "0xEAD0269A" }, "0x01A898D26E2333DD": { "name": "SET_PED_MIN_MOVE_BLEND_RATIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x01A898D26E2333DD", "gta_jhash": "0x383EC364" }, "0xBC1DC48270468444": { "name": "_0xBC1DC48270468444", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x46BF2A810679D6E6": { "name": "_0x46BF2A810679D6E6", "comment": "Returns vehicle (desired) speed\n_COMPUTE_(VEHICLE_SPEED_USING_BLEND_RATIO?)*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "maxMoveBlendRatio" } ], "return_type": "float", "build": "1207" }, "0xCA95924C893A0C91": { "name": "_0xCA95924C893A0C91", "comment": "Returns vehicle speed\n_COMPUTE_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "float", "build": "1207" }, "0xBAE08F00021BFFB2": { "name": "_HORSE_AGITATE", "comment": "_H* - _I*", "params": [ { "type": "Ped", "name": "mount" }, { "type": "BOOL", "name": "kickOffRider" } ], "return_type": "void", "build": "1207" }, "0x413697EC260AABBF": { "name": "_0x413697EC260AABBF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xCAC43D060099EA72": { "name": "_0xCAC43D060099EA72", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xC9151483CC06A414": { "name": "_0xC9151483CC06A414", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xAD3330E3C3E98007": { "name": "_0xAD3330E3C3E98007", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB8E2D655E1D5BD39": { "name": "_0xB8E2D655E1D5BD39", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7BB810E8B343AC7B": { "name": "_0x7BB810E8B343AC7B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x085BF80FA50A39D1": { "name": "SET_PED_MOVE_RATE_OVERRIDE", "comment": "Min: 0.0f\nMax: 1.15f", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x085BF80FA50A39D1", "gta_jhash": "0x900008C6" }, "0xCFF869CBFA210D82": { "name": "GET_PED_NEARBY_VEHICLES", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "sizeAndVehs" } ], "return_type": "int", "build": "1207", "gta_hash": "0xCFF869CBFA210D82", "gta_jhash": "0xCB716F68" }, "0x23F8F5FC7E8C4A6B": { "name": "GET_PED_NEARBY_PEDS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "sizeAndPeds" }, { "type": "int", "name": "ignoredPedType" }, { "type": "int", "name": "p3" } ], "return_type": "int", "build": "1207", "gta_hash": "0x23F8F5FC7E8C4A6B", "gta_jhash": "0x4D3325F4" }, "0xA0BC8FAED8CFEB3C": { "name": "IS_PED_READY_TO_RENDER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x6A489892E813951A": { "name": "_0x6A489892E813951A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x00E73468D085F745": { "name": "IS_PED_USING_ACTION_MODE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x00E73468D085F745", "gta_jhash": "0x5AE7EDA2" }, "0xEBB208D6AE712C03": { "name": "_IS_PED_USING_ACTION_MODE_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xD75ACCF5E0FB5367": { "name": "SET_PED_USING_ACTION_MODE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "bActionModeEnabled" }, { "type": "int", "name": "p2" }, { "type": "const char*", "name": "action" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD75ACCF5E0FB5367", "gta_jhash": "0x8802F696" }, "0x364DF566EC833DE2": { "name": "SET_PED_CAPSULE", "comment": "Overrides the ped's collision capsule radius for the current tick.\nMust be called every tick to be effective.\n\nSetting this to 0.001 will allow warping through some objects.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x364DF566EC833DE2", "gta_jhash": "0xB153E1B9" }, "0xB676EFDA03DADA52": { "name": "_GET_RIDER_OF_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "mount" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Ped", "build": "1207" }, "0x2DF9038C90AD5264": { "name": "SPAWNPOINTS_START_SEARCH", "comment": "Params: p4 = 35.f, duration = 5000 in R* Scripts", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "width" }, { "type": "float", "name": "p4" }, { "type": "int", "name": "spawnpointsFlag" }, { "type": "float", "name": "p6" }, { "type": "int", "name": "duration" }, { "type": "float", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2DF9038C90AD5264", "gta_jhash": "0x909A1D76" }, "0xB2AFF10216DEFA2F": { "name": "SPAWNPOINTS_START_SEARCH_IN_ANGLED_AREA", "comment": "Searching area between coords 1 and 2", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "float", "name": "width" }, { "type": "int", "name": "spawnpointsFlag" }, { "type": "float", "name": "p8" }, { "type": "int", "name": "duration" }, { "type": "float", "name": "p10" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB2AFF10216DEFA2F", "gta_jhash": "0x4AAD0ECB" }, "0x83ED1FC9DF3411F5": { "name": "_SPAWNPOINTS_START_SEARCH_WITH_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "spawnpointsFlag" }, { "type": "float", "name": "p2" }, { "type": "int", "name": "duration" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1311" }, "0xFEE4A5459472A9F8": { "name": "SPAWNPOINTS_CANCEL_SEARCH", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xFEE4A5459472A9F8", "gta_jhash": "0x492C9E46" }, "0x3C67506996001F5E": { "name": "SPAWNPOINTS_IS_SEARCH_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3C67506996001F5E", "gta_jhash": "0x814A28F4" }, "0xA586FBEB32A53DBB": { "name": "SPAWNPOINTS_IS_SEARCH_COMPLETE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA586FBEB32A53DBB", "gta_jhash": "0x0B60D2BA" }, "0xF445DE8DA80A1792": { "name": "SPAWNPOINTS_IS_SEARCH_FAILED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF445DE8DA80A1792", "gta_jhash": "0x6B83ABDF" }, "0xA635C11B8C44AFC2": { "name": "SPAWNPOINTS_GET_NUM_SEARCH_RESULTS", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xA635C11B8C44AFC2", "gta_jhash": "0xF46B4DC8" }, "0x280C7E3AC7F56E90": { "name": "SPAWNPOINTS_GET_SEARCH_RESULT", "comment": "", "params": [ { "type": "int", "name": "randomInt" }, { "type": "float*", "name": "x" }, { "type": "Any*", "name": "y" }, { "type": "float*", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0x280C7E3AC7F56E90", "gta_jhash": "0x36A4AC65" }, "0xB782F8238512BAD5": { "name": "SPAWNPOINTS_GET_SEARCH_RESULT_FLAGS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB782F8238512BAD5", "gta_jhash": "0xBA699DDF" }, "0xC32779C16FCEECD9": { "name": "SET_IK_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "ikIndex" }, { "type": "Entity", "name": "entityLookAt" }, { "type": "int", "name": "boneLookAt" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "Any", "name": "p7" }, { "type": "int", "name": "blendInDuration" }, { "type": "int", "name": "blendOutDuration" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC32779C16FCEECD9", "gta_jhash": "0x6FE5218C" }, "0x5C3C55EAAD19915F": { "name": "_REQUEST_PED_EMOTIONAL_PRESET", "comment": "For more information, see common:/data/emotional_presets.meta", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0xDE3904B22695D9F9": { "name": "_HAS_PED_EMOTIONAL_PRESET_LOADED", "comment": "See _REQUEST_PED_EMOTIONAL_PRESET", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0xFC3BAB1801A8255A": { "name": "_REMOVE_PED_EMOTIONAL_PRESET", "comment": "See _REQUEST_PED_EMOTIONAL_PRESET", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0xF7EA250B9A919E03": { "name": "_REQUEST_MOTION_TYPE_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "nameHash" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x854BC9B1A1CCD034": { "name": "HAS_MOTION_TYPE_ASSET_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "nameHash" }, { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xDE7B2B4144906CDF": { "name": "_REMOVE_MOTION_TYPE_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "nameHash" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x290B2E6CCDE532E1": { "name": "_0x290B2E6CCDE532E1", "comment": "_IS_PED_L* - _IS_PED_M*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x0EEF7A81C17679DB": { "name": "_0x0EEF7A81C17679DB", "comment": "_IS_PED_L* - _IS_PED_M*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xDC2C5C242AAC342B": { "name": "SET_PED_LOD_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDC2C5C242AAC342B", "gta_jhash": "0x1D2B5C70" }, "0x1B710E6F4AB69341": { "name": "_GET_PED_LOD_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1355" }, "0xA218D2BBCAA7388C": { "name": "_0xA218D2BBCAA7388C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x68772DB2B2526F9F": { "name": "IS_ANY_HOSTILE_PED_NEAR_POINT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1311", "gta_hash": "0x68772DB2B2526F9F", "gta_jhash": "0x1A464167" }, "0xCBDE59C48F2B06F5": { "name": "_0xCBDE59C48F2B06F5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6A190B94C2541A99": { "name": "_0x6A190B94C2541A99", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x06087579E7AA85A9": { "name": "IS_TARGET_PED_IN_PERCEPTION_AREA", "comment": "Returns true if ped is in perception (focused and looking at target ped)\nMost float params are -1.f in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "customDistance" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x06087579E7AA85A9", "gta_jhash": "0xD0567D41" }, "0xD8C3BE3EE94CAF2D": { "name": "SET_POP_CONTROL_SPHERE_THIS_FRAME", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD8C3BE3EE94CAF2D", "gta_jhash": "0x4BBE5E2C" }, "0x3AA24CCC0D451379": { "name": "IS_PED_HOGTIED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xD453BB601D4A606E": { "name": "IS_PED_BEING_HOGTIED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x3D9F958834AB9C30": { "name": "_0x3D9F958834AB9C30", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0x913D04A5176F84C9": { "name": "_0x913D04A5176F84C9", "comment": "_IS_PED_S* - _IS_PED_U*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x42429C674B61238B": { "name": "IS_PED_HOGTYING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x2C76FA0E01681F8D": { "name": "_GET_PED_LASSO_HOGTIE_FLAG", "comment": "https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/Lasso%20Hogtie%20Flags\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/LASSO_HOGTIE_FLAG", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flagId" } ], "return_type": "BOOL", "build": "1207" }, "0xAE6004120C18DF97": { "name": "SET_PED_LASSO_HOGTIE_FLAG", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x4642182A298187D0": { "name": "_0x4642182A298187D0", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "Any*", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "int", "build": "1207" }, "0x6B67320E0D57856A": { "name": "_0x6B67320E0D57856A", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD806CD2A4F2C2996": { "name": "_GET_FIRST_ENTITY_PED_IS_CARRYING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207" }, "0xAA6C49AE90A32299": { "name": "_0xAA6C49AE90A32299", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x09B83E68DE004CD4": { "name": "_GET_CARRIER_AS_PED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Ped", "build": "1207" }, "0xA033D7E4BBF9844D": { "name": "_GET_CARRIER_AS_MOUNT", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Ped", "build": "1207" }, "0x79443D56C8DF45EE": { "name": "_GET_CARRIER_AS_HUMAN", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "Ped", "build": "1207" }, "0x608BC6A6AACD5036": { "name": "GET_CARRIED_ATTACHED_INFO_FOR_SLOT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0xED00D72F81CF7278": { "name": "DETACH_CARRIABLE_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB5ACE8B23A438EC0": { "name": "FIND_ALL_ATTACHED_CARRIABLE_ENTITIES", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "ItemSet", "name": "itemset" } ], "return_type": "void", "build": "1207" }, "0xA911EE21EDF69DAF": { "name": "IS_PED_CARRYING_SOMETHING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xB65927F861E7AE39": { "name": "_0xB65927F861E7AE39", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xA1FBAC56D38563E2": { "name": "_0xA1FBAC56D38563E2", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0x6F43C351A5D51E2F": { "name": "_0x6F43C351A5D51E2F", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x9682F850056C9ADE": { "name": "IS_PED_LASSOED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x833F0053340EF413": { "name": "_GET_LASSOER_OF_PED", "comment": "_IS_PED_S* - _IS_PED_U*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207" }, "0xB65A4DAB460A19BD": { "name": "_GET_LASSO_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207" }, "0x0C31C51168E80365": { "name": "_GET_LASSOED_LASSOER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0x6569F31A01B4C097": { "name": "SET_LOOTING_FLAG", "comment": "https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CLootingFlags__Flags\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/LOOTING_FLAGS\n\nlootFlag:\nenum eLootFlag\n{\n\tLOOT_FLAG_IS_CRITICAL_LOOT_TARGET = 7,\n\tLOOT_FLAG_IGNORE_WATER_CHECKS = 8,\n\tLOOT_FLAG_ANIMAL_FLAGGED_FOR_TAGGING = 23,\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "lootFlag" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0xE4C11F104620DDCE": { "name": "_GET_LOOTING_FLAG", "comment": "lootFlag: see SET_LOOTING_FLAG", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "lootFlag" } ], "return_type": "BOOL", "build": "1207" }, "0x5463C962BC7777C3": { "name": "_REFRESH_LOOT_STATE_FOR_PED", "comment": "Returns loot state\nenum eLootState\n{\n\tLAP_NONE,\n\tLAP_RESUMING,\n\tLAP_GETTING_ON_FOOT,\n\tLAP_DISTANT_NAV,\n\tLAP_CHOOSING_ACTION,\n\tLAP_APPROACHING,\n\tLAP_ENTERING,\n\tLAP_LOOTING,\n\tLAP_EXITING\n};\n\n_POSSE_* - _REGISTER_HATED*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "Ped*", "name": "lootTarget" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "int", "build": "1207" }, "0xC737697C41628340": { "name": "GET_PED_LOOT_STATUS_MP", "comment": "enum ePedLootStatus\n{\n\tPLS_NONE,\n\tPLS_PRE_LOOT,\n\tPLS_SAMPLING,\n\tPLS_SKINNING\n};", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1311" }, "0x4B19F171450E0D4F": { "name": "_0x4B19F171450E0D4F", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0x758F081DB204DDDE": { "name": "_0x758F081DB204DDDE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x14169FA823679E41": { "name": "GET_LOOTING_PICKUP_TARGET_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207" }, "0x7B5C293238EE4F20": { "name": "_0x7B5C293238EE4F20", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xAE6B68A83ABBE7C0": { "name": "_0xAE6B68A83ABBE7C0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA4B6432E3880F2F9": { "name": "_0xA4B6432E3880F2F9", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1311" }, "0xE37287EE358939C3": { "name": "_ADD_PED_SUBSCRIBE_TO_LEGENDARY_BLIPS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1311" }, "0x011A42FD923D41CA": { "name": "_REMOVE_PED_SUBSCRIBE_TO_LEGENDARY_BLIPS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1311" }, "0xB655DB7582AEC805": { "name": "IS_PED_INCAPACITATED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x39ED303390DDEAC7": { "name": "_SET_PED_INCAPACITATION_MODIFIERS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "canBeIncapacitated" }, { "type": "int", "name": "threshold" }, { "type": "int", "name": "bleedoutTime" }, { "type": "int", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x7A4E00364B5D727B": { "name": "_GET_PED_CAN_BE_INCAPACITATED_THIS_FRAME", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x5240864E847C691C": { "name": "SET_PED_CAN_BE_INCAPACITATED", "comment": "When set on a player ped, its just like when you die in RDO", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x89BFDF6D53145545": { "name": "_GET_PED_INCAPACITATION_HEALTH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x2890418B39BC8FFF": { "name": "_SET_PED_INCAPACITATION_TOTAL_BLEED_OUT_DURATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0x4B9668DB91DC39B8": { "name": "_RESET_PED_INCAPACITATION_BLEED_OUT_DURATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xD67B6F3BCF81BA47": { "name": "_SET_PED_INCAPACITATION_FLAGS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x92A1B55A59720395": { "name": "_0x92A1B55A59720395", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF6262491C7704A63": { "name": "_INCAPACITATED_REVIVE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "ped2" } ], "return_type": "void", "build": "1207" }, "0x88D9D76D78065487": { "name": "_GET_INCAPACITATION_TIME_REMAINING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x5BCF0B79D4F5DBA3": { "name": "_SET_PED_KNOCKED_BY_ONE_HIT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2E5B5D1F1453E08E": { "name": "_0x2E5B5D1F1453E08E", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x29924EB8EE9DB926": { "name": "_0x29924EB8EE9DB926", "comment": "_SET_PED_K* or _SET_PED_L*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB285AD0EC870B2DF": { "name": "_SET_PED_ACTIVE_PLAYER_TYPE", "comment": "Params: hash - ARTHUR or JOHN\n_SET_PED_(A-D)*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "playerType" } ], "return_type": "void", "build": "1207" }, "0xCB86D3E3E3708901": { "name": "_0xCB86D3E3E3708901", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0x633F83B301C87994": { "name": "_0x633F83B301C87994", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5203038FF8BAE577": { "name": "_0x5203038FF8BAE577", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x7F090958AE95B61B": { "name": "_0x7F090958AE95B61B", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xC494C76A34266E82": { "name": "_0xC494C76A34266E82", "comment": "[WARDROBE] Player took off their disguise: p1 = 13\n[WARDROBE] Player put on a disguise: p1 = 0", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC3995D396F1D97B6": { "name": "_0xC3995D396F1D97B6", "comment": "_GET_PED_G* - _GET_PED_I*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x15F4732C357B1D6D": { "name": "_0x15F4732C357B1D6D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x947E43F544B6AB34": { "name": "_0x947E43F544B6AB34", "comment": "flags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/0x947E43F544B6AB34\n_GET_PED_G* - _GET_PED_I(NTERACTION?)*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" }, { "type": "int", "name": "flag" }, { "type": "int", "name": "ms" } ], "return_type": "BOOL", "build": "1207" }, "0x32417CB860A3BDC4": { "name": "_0x32417CB860A3BDC4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xE737D5F14304A2EC": { "name": "_0xE737D5F14304A2EC", "comment": "Only used in R* Script nb_animal_attack: p2 = 120000\n_SET_PED_SH* - _SET_PED_SP*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xEBD49472BCCF7642": { "name": "_0xEBD49472BCCF7642", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x19173C3F15367B54": { "name": "_SET_PLAYER_GREET_DISABLED_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0x5708EDD71B50C008": { "name": "_SET_PLAYER_ANTAGONIZE_DISABLED_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0xB9BDFAE609DFB7C5": { "name": "_0xB9BDFAE609DFB7C5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF7327ACC7A89AEF1": { "name": "_0xF7327ACC7A89AEF1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x7CC2186C32D3540A": { "name": "_GET_PED_ATTITUDE", "comment": "AI_ATTITUDE_NEUTRAL = 0,\nAI_ATTITUDE_FRIENDLY,\nAI_ATTITUDE_WARY,\nAI_ATTITUDE_COMBATIVE,\nAI_ATTITUDE_NEVER_MET", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0x1E017404784AA6A3": { "name": "_0x1E017404784AA6A3", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x2B4CE170DE09F346": { "name": "_0x2B4CE170DE09F346", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7C8AA850617651D9": { "name": "_0x7C8AA850617651D9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x42688E94E96FD9B4": { "name": "_GET_PED_MOTIVATION", "comment": "If targetPed is set to 0 the ped motivationState affects everyone", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "motivationState" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "float", "build": "1207" }, "0x06D26A96CA1BCA75": { "name": "_SET_PED_MOTIVATION", "comment": "enum eMotivationState\n{\n\tTOILET_STATE,\n\tFEAR_STATE,\n\tANGRY_STATE,\n\tAGITATION_STATE,\n\tHUNGRY_STATE,\n\tTIRED_STATE,\n\tSAD_STATE,\n\tBRAVE_STATE,\n\tOFFER_ITEM_STATE,\n\tSUSPICION,\n\tDRUNK_STATE\n};\n\nIf targetPed is set to 0 the ped motivationState affects everyone", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "motivationState" }, { "type": "float", "name": "threshold" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x23BDE06596A22CEC": { "name": "_0x23BDE06596A22CEC", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xCDFB8C04D4C95D9B": { "name": "_0xCDFB8C04D4C95D9B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x33FA048675821DA7": { "name": "_GET_IS_PED_MOTIVATION_STATE_ENABLED", "comment": "motivationState: see _SET_PED_MOTIVATION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "motivationState" } ], "return_type": "BOOL", "build": "1207" }, "0x2EB75FB86C41F026": { "name": "_SET_PED_MOTIVATION_STATE_OVERRIDE", "comment": "motivationState: see _SET_PED_MOTIVATION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "motivationState" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0xA1EB5D029E0191D3": { "name": "_SET_PED_MOTIVATION_MODIFIER", "comment": "The higher the modifier, the slower the motivationState value will decrease", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "motivationState" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0xFD8E853F0BC2E942": { "name": "_0xFD8E853F0BC2E942", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x01B21B81865E2A1F": { "name": "_SET_PED_SCENT", "comment": "0.0 - 1.0\nModifies the \"scent line\" on the ped's body when using Eagle Eye.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "scent" } ], "return_type": "void", "build": "1207" }, "0x05CE6AF4DF071D23": { "name": "_SET_PED_LADDER_MOVEMENT_SPEED_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x801917E7D7BCE418": { "name": "_RESET_PED_LADDER_MOVEMENT_SPEED_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xC6C4E15CF7D52FEA": { "name": "_0xC6C4E15CF7D52FEA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD05AD61F242C626B": { "name": "_SET_PED_VOICE_VOLUME", "comment": "_SET_PED_S* - _SET_PED_T*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0x0F967019CC853BCC": { "name": "_0x0F967019CC853BCC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x226CF9B159E38F42": { "name": "_IS_PED_DRAGGING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xEF3A8772F085B4AA": { "name": "IS_PED_BEING_DRAGGED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x070A3841406C43D5": { "name": "_0x070A3841406C43D5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE9B168527B337BF0": { "name": "_ADD_PED_STAY_OUT_VOLUME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0x0CAB404CD2DB41F5": { "name": "_REMOVE_PED_STAY_OUT_VOLUME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0x9E66708B2B41F14A": { "name": "_0x9E66708B2B41F14A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF634E2892220EF34": { "name": "_0xF634E2892220EF34", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAAC0EE3B4999ABB5": { "name": "_0xAAC0EE3B4999ABB5", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x243E1B4607040057": { "name": "GET_PED_MOTION_FOCUS_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Entity", "build": "1207" }, "0x5653AB26C82938CF": { "name": "_SET_CHAR_EXPRESSION", "comment": "Sets MetaPedExpression at index specified. Morphs components, such as changing body size or facial features.\n\nNote: You have to update the ped's variation (using 0xCC8CA3E88256E58F) after calling this native\n\nindex = MetaPedExpression IDs\nList of face features: https://pastebin.com/9jb88FXW\nFull list of MetaPedExpressions: https://pastebin.com/Ld76cAn7\nvalue: -1.0 to 1.0 (values beyond this likely won't sync to other clients)\n\nThis native also allows you to change a horse's gender.\n\nOld name: _SET_PED_FACE_FEATURE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xFD1BA1EEF7985BB8": { "name": "_GET_CHAR_EXPRESSION", "comment": "Gets MetaPedExpression at index specified\n\nFor index, see: _SET_CHAR_EXPRESSION\n\nOld name: _GET_PED_FACE_FEATURE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" } ], "return_type": "float", "build": "1207" }, "0x5BB04BC74A474B47": { "name": "_0x5BB04BC74A474B47", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9078FB0557364099": { "name": "_0x9078FB0557364099", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x3E592D0486DEC0F6": { "name": "IS_PED_FALLING_OVER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x29FCE825613FEFCA": { "name": "_HAS_PED_BEEN_SHOVED_RECENTLY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "ms" } ], "return_type": "BOOL", "build": "1207" }, "0x65C75FDCCAC86464": { "name": "_GET_PED_TRANQUILIZER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1355" }, "0x0D497AA69059FE40": { "name": "_0x0D497AA69059FE40", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD7D2F45C56A4F4DF": { "name": "_0xD7D2F45C56A4F4DF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x8AC1D721B2097B6E": { "name": "_SET_PED_CULL_RANGE", "comment": "The higher the multiplier the less the engine renders culls (https://docs.unity3d.com/Manual/OcclusionCulling.html)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1D23D3F70606D788": { "name": "_0x1D23D3F70606D788", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEC9A1261BF0CE510": { "name": "_GET_META_PED_TYPE", "comment": "enum eMetaPedType\n{\n\tMPT_MALE,\n\tMPT_FEMALE,\n\tMPT_TEEN,\n\tMPT_ANIMAL,\n\tMPT_NONE\n};", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xFB4891BD7578CDC1": { "name": "_IS_META_PED_USING_COMPONENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "component" } ], "return_type": "BOOL", "build": "1207" }, "0xBD0E4F52F6D95242": { "name": "_0xBD0E4F52F6D95242", "comment": "_IS_PED_M* - _IS_PED_O*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x137772000DAF42C5": { "name": "_IS_PED_CHILD", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xFFA1594703ED27CA": { "name": "_0xFFA1594703ED27CA", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBC6DF00D7A4A6819": { "name": "_SET_META_PED_TAG", "comment": "Use to apply metaped player components\nReplaces asset, alternatively you can remove assets using REMOVE_TAG_FROM_META_PED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "drawable" }, { "type": "Hash", "name": "albedo" }, { "type": "Hash", "name": "normal" }, { "type": "Hash", "name": "material" }, { "type": "Hash", "name": "palette" }, { "type": "int", "name": "tint0" }, { "type": "int", "name": "tint1" }, { "type": "int", "name": "tint2" } ], "return_type": "void", "build": "1207" }, "0xD710A5007C2AC539": { "name": "REMOVE_TAG_FROM_META_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "component" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA2B8E47442C76CEC": { "name": "_0xA2B8E47442C76CEC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA622E66EEE92A08D": { "name": "_GET_NUM_COMPONENT_CATEGORIES_IN_PED", "comment": "Works similar to 0x90403E8107B60E81 (_GET_NUM_COMPONENTS_IN_PED) but is used to get category hashes instead", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xCCB97B51893C662F": { "name": "_GET_PED_COMPONENT_CATEGORY_BY_INDEX", "comment": "Returns category hash that each ped component has. Hash examples: MASKS, HATS, HEADS, HORSE_MANES", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" } ], "return_type": "Hash", "build": "1207" }, "0x90403E8107B60E81": { "name": "_GET_NUM_COMPONENTS_IN_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x9B90842304C938A7": { "name": "_0x9B90842304C938A7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xCC8CA3E88256E58F": { "name": "_UPDATE_PED_VARIATION", "comment": "Update variation on ped, needed after first creation, or when component or texture/overlay is changed", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xCB1A3864C524F784": { "name": "_0xCB1A3864C524F784", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFA0D206B489A6846": { "name": "_0xFA0D206B489A6846", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xA4AC05B1A364EBC5": { "name": "_0xA4AC05B1A364EBC5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x1298B3D8E4C2409F": { "name": "_0x1298B3D8E4C2409F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA274F51EF7E34B95": { "name": "_0xA274F51EF7E34B95", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC2EF407645BEECDC": { "name": "_0xC2EF407645BEECDC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x1902C4CFCC5BE57C": { "name": "_EQUIP_META_PED_OUTFIT", "comment": "Note: you have to update your ped's variation after calling (using 0xCC8CA3E88256E58F)\n\nBody Types:\nMPCREATOR_NEUTRAL\nMPCREATOR_SKINNY\nMPCREATOR_SKINNY_MUSCULAR\nMPCREATOR_HEAVY\nMPCREATOR_HEAVY_MUSCULAR\n\neBodyWeightOutfit (pedattributes.ymt):\n-2045421226 (smallest)\n-1745814259\n-325933489\n-1065791927\n-844699484\n-1273449080\n927185840\n149872391\n399015098\n-644349862\n1745919061 (default)\n1004225511\n1278600348\n502499352\n-2093198664\n-1837436619\n1736416063\n2040610690\n-1173634986\n-867801909\n1960266524 (biggest)\n\nhttps://github.com/femga/rdr3_discoveries/blob/master/peds_customization/ped_outfits.lua\n\nAlt name: _EQUIP_META_PED_OUTFIT_COMPONENT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "hash" } ], "return_type": "void", "build": "1207" }, "0xFA742B82D093D848": { "name": "_0xFA742B82D093D848", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x30569F348D126A5A": { "name": "_GET_PED_META_OUTFIT_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0xA2F8B3B5FEDFC100": { "name": "_0xA2F8B3B5FEDFC100", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x66FF395445A88A6E": { "name": "_EQUIP_META_PED_SUBOUTFIT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "suboutfit" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC0E880B7A441164D": { "name": "_DOES_META_PED_OUTFIT_EXIST_FOR_PED_MODEL", "comment": "", "params": [ { "type": "Hash", "name": "outfit" }, { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0x4FF3C2B4E6A196C1": { "name": "_DOES_META_PED_SUBOUTFIT_EXIST_FOR_PED_MODEL", "comment": "", "params": [ { "type": "Hash", "name": "outfit" }, { "type": "Hash", "name": "suboutfit" }, { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0x62FDF4E678E40CC6": { "name": "_0x62FDF4E678E40CC6", "comment": "Returns p1 value for 0x8E84119A23C16623", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x0BFA1BD465CDFEFD": { "name": "_RESET_PED_COMPONENTS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x370A973252741AC4": { "name": "_0x370A973252741AC4", "comment": "_RESET_PED_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x283978A15512B2FE": { "name": "_SET_RANDOM_OUTFIT_VARIATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x10C70A515BC03707": { "name": "GET_NUM_META_PED_OUTFITS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0x77FF8D35EEC6BBC4": { "name": "_EQUIP_META_PED_OUTFIT_PRESET", "comment": "Sets the outfit preset for the ped. The presetId is an index which determines its preset outfit. p2 is always false in the scripts.\nIf p2 is true as player, then certain components like facial hair and hair will not be removed.\nOld name: _SET_PED_OUTFIT_PRESET", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "presetId" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA5BAE410B03E7371": { "name": "_EQUIP_META_PED_OUTFIT_EXTRA", "comment": "Changes Multiplayer ped face and body type components, they can be stacked\nParams: p3 = 1\nBody shape for mp_male from 124 - 128, 110 - 115 for mp_female\nFace shape for mp_male from 110 - 123, 96 - 109 for mp_female\nCloth type for mp_male from 0 - 109, 0 - 95 for mp_female", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "component" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x98082246107A6ACF": { "name": "_IS_META_PED_OUTFIT_EQUIPPED", "comment": "Used in script function HORSE_IS_META_PED_OUTFIT_SADDLE_EQUIPPED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "outfit" } ], "return_type": "BOOL", "build": "1207" }, "0x851966E1E35AF491": { "name": "_0x851966E1E35AF491", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4EFC1F8FF1AD94DE": { "name": "_SET_TEXTURE_OUTFIT_TINTS", "comment": "Used in script function METAPED_CLOTHING__XML__APPLY_OUTFIT_TINTS_TO_PED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentCategory" }, { "type": "Hash", "name": "palette" }, { "type": "int", "name": "tint0" }, { "type": "int", "name": "tint1" }, { "type": "int", "name": "tint2" } ], "return_type": "void", "build": "1207" }, "0xF97C34C33487D569": { "name": "_REQUEST_META_PED", "comment": "Returns requestId\nParams: p1 = 1 in R* Scripts (Used in SP only)", "params": [ { "type": "Hash", "name": "model" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xC0940AC858C1E126": { "name": "_HAS_META_PED_REQUEST_LOADED", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "BOOL", "build": "1207" }, "0x43E4DA469541A9C9": { "name": "_IS_META_PED_REQUEST_VALID", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "BOOL", "build": "1207" }, "0x0BCD4091C8EABA42": { "name": "_CREATE_META_PED", "comment": "Only used in SP scripts, for example odriscolls1: BOOLS: true, true, true, false, false", "params": [ { "type": "int", "name": "requestId" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "Ped", "build": "1207" }, "0x3972F78A78B5D9DF": { "name": "_RELEASE_META_PED_REQUEST", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "void", "build": "1207" }, "0x13154A76CE0CF9AB": { "name": "_REQUEST_META_PED_OUTFIT", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/clothes/metaped_outfits.lua\nReturns requestId, to be used with 0x74F512E29CB717E2", "params": [ { "type": "Hash", "name": "model" }, { "type": "Hash", "name": "outfit" } ], "return_type": "int", "build": "1207" }, "0x27E8A84C12B0B7D1": { "name": "_0x27E8A84C12B0B7D1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x273915CE30780986": { "name": "_0x273915CE30780986", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x4592B8B9B0EF5F48": { "name": "_RELEASE_META_PED_OUTFIT_REQUEST", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "void", "build": "1207" }, "0x3FCBB5FCFD968698": { "name": "_0x3FCBB5FCFD968698", "comment": "Used for script function PROCESS_PLAYER_HAT_EVENT\nReturns requestId to be used with 0x13E7320C762F0477", "params": [ { "type": "Hash", "name": "drawable" }, { "type": "Hash", "name": "albedo" }, { "type": "Hash", "name": "normal" }, { "type": "Hash", "name": "material" }, { "type": "Any", "name": "p4" } ], "return_type": "int", "build": "1207" }, "0x91FE941F9FCFB702": { "name": "_REQUEST_META_PED_ASSET_BUNDLE", "comment": "Returns requestId\nParams: p1 = 1 in R* Scripts", "params": [ { "type": "Hash", "name": "asset" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xF6D9E1F3560CBF8E": { "name": "_REQUEST_META_PED_COMPONENT", "comment": "", "params": [ { "type": "int", "name": "metaPedType" }, { "type": "Any", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0x13E7320C762F0477": { "name": "_RELEASE_META_PED_ASSET_REQUEST", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "void", "build": "1207" }, "0xB0B2C6D170B0E8E5": { "name": "_HAS_META_PED_ASSET_LOADED", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "BOOL", "build": "1207" }, "0x93FFD92F05EC32FD": { "name": "_IS_META_PED_ASSET_VALID", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "BOOL", "build": "1207" }, "0x9641A9A20310F6B8": { "name": "_CREATE_META_PED_ASSET", "comment": "Creates prop from metaped asset bundle\nhttps://github.com/femga/rdr3_discoveries/blob/master/objects/metaped_asset_bundles_list.lua\nCreates a pickup-able metaped component. asset doesn't seems to be related to component hashes. Hash example : 0xD20354AB (https ://i.imgur.com/dzHkcDb.png)", "params": [ { "type": "Hash", "name": "asset" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "Entity", "build": "1207" }, "0x610438375E5D1801": { "name": "_HAS_META_PED_OUTFIT_LOADED", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "BOOL", "build": "1207" }, "0xB25E57FC8E37114D": { "name": "_IS_META_PED_OUTFIT_REQUEST_VALID", "comment": "", "params": [ { "type": "int", "name": "requestId" } ], "return_type": "BOOL", "build": "1207" }, "0xEAF682A14F8E5F53": { "name": "_CREATE_META_PED_OUTFIT_PED", "comment": "Creates metaped from ped outfit requestId. See _REQUEST_METAPED_OUTFIT", "params": [ { "type": "int", "name": "requestId" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "Ped", "build": "1207" }, "0x74F512E29CB717E2": { "name": "_APPLY_PED_META_PED_OUTFIT", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/clothes/metaped_outfits.lua", "params": [ { "type": "int", "name": "requestId" }, { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x314C5465195F3B30": { "name": "_SET_META_PED_WEARINESS", "comment": "Sets ped eye redness, weariness: 0.f to 1.f", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "weariness" } ], "return_type": "void", "build": "1207" }, "0xF47D54B986F0A346": { "name": "_0xF47D54B986F0A346", "comment": "Used in Script Function MOONSHINE_BAND_CLIENT_PATRON_UPDATE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "danceIntensity" } ], "return_type": "void", "build": "1232" }, "0x3EFED081B4834BA1": { "name": "_0x3EFED081B4834BA1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1232" }, "0x0FB1BA7FF73B41E1": { "name": "_0x0FB1BA7FF73B41E1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB292203008EBBAAC": { "name": "_0xB292203008EBBAAC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD4D403EA031F351C": { "name": "_0xD4D403EA031F351C", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x0CEEB6F4780B1F2F": { "name": "_GET_PELT_FROM_HORSE", "comment": "Returns peltId", "params": [ { "type": "Ped", "name": "horse" }, { "type": "int", "name": "index" } ], "return_type": "int", "build": "1207" }, "0xA73F50E8796150D5": { "name": "_SET_PELT_FOR_HORSE", "comment": "", "params": [ { "type": "Ped", "name": "horse" }, { "type": "int", "name": "peltId" } ], "return_type": "void", "build": "1207" }, "0xC412AA1C73111FE0": { "name": "_0xC412AA1C73111FE0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x627F7F3A0C4C51FF": { "name": "_CLEAR_PELT_FROM_HORSE", "comment": "", "params": [ { "type": "Ped", "name": "horse" }, { "type": "int", "name": "peltId" } ], "return_type": "void", "build": "1207" }, "0x13A210949FCBD92B": { "name": "_SET_PED_LIGHTS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xD049FDAF089FDDB0": { "name": "_0xD049FDAF089FDDB0", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xDD9540E7B1C9714F": { "name": "_0xDD9540E7B1C9714F", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" }, { "type": "float", "name": "r" }, { "type": "float", "name": "g" }, { "type": "float", "name": "b" } ], "return_type": "void", "build": "1207" }, "0x55546004A244302A": { "name": "_0x55546004A244302A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDE1B1907A83A1550": { "name": "_SET_HEALTH_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x95B8E397B8F4360F": { "name": "_GET_HEALTH_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xEF5A3D2285D8924B": { "name": "_SET_STAMINA_DEPLETION_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x825F6DD559A0895B": { "name": "_GET_STAMINA_DEPLETION_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x345C9F993A8AB4A4": { "name": "_SET_STAMINA_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0xE7687EB2F634ABF0": { "name": "_GET_STAMINA_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xC3D4B754C0E86B9E": { "name": "_CHANGE_PED_STAMINA", "comment": "Alters entity's stamina by 'amount'. Can be negative (to drain stamina). float amount: -1000.0 - 1000.0", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "amount" } ], "return_type": "BOOL", "build": "1207" }, "0x775A1CA7893AA8B5": { "name": "_GET_PED_STAMINA", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x22F2A386D43048A9": { "name": "_GET_PED_STAMINA_NORMALIZED", "comment": "Returns stamina normalizedValue / normalizedUnlockedMax", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xCB42AFE2B613EE55": { "name": "_GET_PED_MAX_STAMINA", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x36513AFFC703C60D": { "name": "_0x36513AFFC703C60D", "comment": "_RESET_PED_*", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x675680D089BFA21F": { "name": "_RESTORE_PED_STAMINA", "comment": "0.0 <= stamina <= 100.0", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "stamina" } ], "return_type": "void", "build": "1207" }, "0xFC3B580C4380B5B7": { "name": "_0xFC3B580C4380B5B7", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xEA8763E505AFD49A": { "name": "_0xEA8763E505AFD49A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE4EF4382E22C780C": { "name": "_0xE4EF4382E22C780C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xD61FCF9FCFD515B7": { "name": "_0xD61FCF9FCFD515B7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x8D9DB115FBA8E23D": { "name": "_0x8D9DB115FBA8E23D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x16F2C8C084AB2092": { "name": "_GET_NUM_RESERVED_HEALTH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1207" }, "0xD97BC27AC039F681": { "name": "_0xD97BC27AC039F681", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1311" }, "0xF6A8C4B4A11AE89C": { "name": "_0xF6A8C4B4A11AE89C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0xE4C95E0AE31C6512": { "name": "_0xE4C95E0AE31C6512", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1F714E7A9DADFC42": { "name": "_GET_PED_LAST_DROPPED_HAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Object", "build": "1207" }, "0x5D4CD22A8C82A81A": { "name": "_0x5D4CD22A8C82A81A", "comment": "Related to ped hat\n_SET_PED_LA* - _SET_PED_LE*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBF567DF2BEF211A6": { "name": "_0xBF567DF2BEF211A6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4F5EBE70081E5A20": { "name": "_CREATE_GRAVITY_WELL", "comment": "Creates a handle to an instance of \"CScriptResource_GravityWell\", this system forces local ped to target specified position when moving, however player still can interrupt this.\nCan be useful to \"point\" player at some specific position.\nOnly works while on-foot.\n\n_CREATE_[P-Z]", "params": [ { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "heading" }, { "type": "float", "name": "radius" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "BOOL", "name": "stopAtDestination" } ], "return_type": "int", "build": "1207" }, "0x87247BC60B60BED8": { "name": "_REMOVE_GRAVITY_WELL", "comment": "Removes gravity well by handle returned from 0x4F5EBE70081E5A20", "params": [ { "type": "int", "name": "handle" } ], "return_type": "void", "build": "1207" }, "0x57779B55B83E2BEA": { "name": "_IS_PED_INTIMIDATED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x7EE3A8660F38797E": { "name": "_0x7EE3A8660F38797E", "comment": "_IS_PED_H* - _IS_PED_I*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xA180FBD502A03125": { "name": "_0xA180FBD502A03125", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xC5E7204F322E49EB": { "name": "_REQUEST_TEXTURE", "comment": "Creates a texture override data for ped and returns it's index.\nSo you can replace any texture of any ped's component.\nAlso, you can add overlays on it, such as aging, lipstick and more.\nTextures can be reused by multiple peds at once.\nYou can keep only 32 textures at once(including other peds).\n\nhttps://github.com/femga/rdr3_discoveries/blob/master/clothes/change_overlays_script.lua\nmaterialHash: https://github.com/femga/rdr3_discoveries/blob/master/clothes/cloth_drawable_albedo_normal_material_TEMPORARY.lua", "params": [ { "type": "Hash", "name": "albedoHash" }, { "type": "Hash", "name": "normalHash" }, { "type": "Hash", "name": "materialHash" } ], "return_type": "int", "build": "1207" }, "0x0B46E25761519058": { "name": "_APPLY_TEXTURE_ON_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentHash" }, { "type": "int", "name": "textureId" } ], "return_type": "void", "build": "1207" }, "0x6BEFAA907B076859": { "name": "_RELEASE_TEXTURE", "comment": "Removes a texture created by 0xC5E7204F322E49EB.", "params": [ { "type": "int", "name": "textureId" } ], "return_type": "void", "build": "1207" }, "0x92DAABA2C1C10B0E": { "name": "_UPDATE_PED_TEXTURE", "comment": "Should be called at least once for any new texture override.\nOtherwise component textures will be just black.\nAlso needs to be called for updating any ped overlays to apply the changes.", "params": [ { "type": "int", "name": "textureId" } ], "return_type": "void", "build": "1207" }, "0x8472A1789478F82F": { "name": "_RESET_PED_TEXTURE", "comment": "Removes every texture layer but the base layer\nClearing texture's data: setting params to default values, but keep overlays.", "params": [ { "type": "int", "name": "textureId" } ], "return_type": "void", "build": "1207" }, "0x31DC8D3F216D8509": { "name": "_IS_TEXTURE_VALID", "comment": "", "params": [ { "type": "int", "name": "textureId" } ], "return_type": "BOOL", "build": "1207" }, "0x86BB5FF45F193A02": { "name": "_ADD_TEXTURE_LAYER", "comment": "Creates ped overlay in texture override data and returns it's index.\nThis index are used for further overlay editing.\n\nalbedoHash: a hash of overlay's albedo texture\ncolorType: a color type(from 0 to 2). 0 is used for overlays with RGB colors usually.", "params": [ { "type": "int", "name": "textureId" }, { "type": "Hash", "name": "albedoHash" }, { "type": "Hash", "name": "normalHash" }, { "type": "Hash", "name": "materialHash" }, { "type": "int", "name": "blendType" }, { "type": "float", "name": "texAlpha" }, { "type": "int", "name": "sheetGridIndex" } ], "return_type": "int", "build": "1207" }, "0x96C349DE04C49011": { "name": "_REMOVE_PED_OVERLAY", "comment": "", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "overlayId" } ], "return_type": "void", "build": "1207" }, "0x3329AAE2882FC8E4": { "name": "_SET_TEXTURE_LAYER_SHEET_GRID_INDEX", "comment": "", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "layerId" }, { "type": "int", "name": "sheetGridIndex" } ], "return_type": "void", "build": "1207" }, "0x6C76BC24F8BB709A": { "name": "_SET_TEXTURE_LAYER_ALPHA", "comment": "", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "layerId" }, { "type": "float", "name": "texAlpha" } ], "return_type": "void", "build": "1207" }, "0x057C4F092E2298BE": { "name": "_SET_TEXTURE_LAYER_ROUGHNESS", "comment": "", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "layerId" }, { "type": "float", "name": "texRough" } ], "return_type": "void", "build": "1207" }, "0x1ED8588524AC9BE1": { "name": "_SET_TEXTURE_LAYER_PALLETE", "comment": "paletteHash: https://raw.githubusercontent.com/femga/rdr3_discoveries/master/clothes/cloth_color_palletes.lua", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "layerId" }, { "type": "Hash", "name": "paletteHash" } ], "return_type": "void", "build": "1207" }, "0x2DF59FFE6FFD6044": { "name": "_SET_TEXTURE_LAYER_TINT", "comment": "Seem color is not RGB or HSV", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "layerId" }, { "type": "int", "name": "tint0" }, { "type": "int", "name": "tint1" }, { "type": "int", "name": "tint2" } ], "return_type": "void", "build": "1207" }, "0xF2EA041F1146D75B": { "name": "_SET_TEXTURE_LAYER_MOD", "comment": "", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "layerId" }, { "type": "Hash", "name": "modTextureHash" }, { "type": "float", "name": "modAlpha" }, { "type": "int", "name": "modChannel" } ], "return_type": "void", "build": "1207" }, "0x253A63B5BADBC398": { "name": "_SET_TEXTURE_LAYER_TEXTURE_MAP", "comment": "", "params": [ { "type": "int", "name": "textureId" }, { "type": "int", "name": "layerId" }, { "type": "Hash", "name": "albedoHash" }, { "type": "Hash", "name": "normalHash" }, { "type": "Hash", "name": "materialHash" } ], "return_type": "void", "build": "1207" }, "0xB63B9178D0F58D82": { "name": "_CLEAR_PED_TEXTURE", "comment": "Removes every texture layer\nOld Name: _RESET_PED_TEXTURE_2", "params": [ { "type": "int", "name": "textureId" } ], "return_type": "void", "build": "1207" }, "0xC991EF46FE323867": { "name": "_0xC991EF46FE323867", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1F8215D0E446F593": { "name": "_0x1F8215D0E446F593", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFB1E7998B8595825": { "name": "IS_LOCATION_SPAWN_SAFE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x53BA7D96B9A421D9": { "name": "_0x53BA7D96B9A421D9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x96C7B659854DE629": { "name": "_0x96C7B659854DE629", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDDCF6FEA5D7ACC17": { "name": "SET_HORSE_AVOIDANCE_LEVEL", "comment": "-1 - HORSE_ASSIST__NO_CHANGE\n 0 - HORSE_ASSIST__MANUAL\n 1 - HORSE_ASSIST__SEMIASSIST\n 2 - HORSE_ASSIST__FULLASSIST", "params": [ { "type": "Ped", "name": "horse" }, { "type": "int", "name": "avoidanceLevel" } ], "return_type": "void", "build": "1207" }, "0x2A5AFD2B8381A6E1": { "name": "RESET_HORSE_AVOIDANCE_LEVEL_TO_DEFAULT", "comment": "", "params": [ { "type": "Ped", "name": "horse" } ], "return_type": "void", "build": "1207" }, "0xEB72453B6F5B45B0": { "name": "_SET_PED_USE_HORSE_MAP_COLLISION", "comment": "Doesn't actually return anything.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "Any", "build": "1232" }, "0x5B73975B4F12F7F3": { "name": "_0x5B73975B4F12F7F3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xA9C28516A6DC9D56": { "name": "GET_META_PED_ASSET_GUIDS", "comment": "This is a way to get what drawables a ped has equipped\nExample: you are able to tell if the ped has the drawable PLAYER_ZERO_HAT_017 attached\nNote: this works with non shop components, direct .ydd files.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "drawable" }, { "type": "Hash*", "name": "albedo" }, { "type": "Hash*", "name": "normal" }, { "type": "Hash*", "name": "material" } ], "return_type": "BOOL", "build": "1207" }, "0xE7998FEC53A33BBE": { "name": "GET_META_PED_ASSET_TINT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" }, { "type": "Hash*", "name": "pallete" }, { "type": "int*", "name": "tint0" }, { "type": "int*", "name": "tint1" }, { "type": "int*", "name": "tint2" } ], "return_type": "BOOL", "build": "1207" }, "0x5F53010C4C3F6BAF": { "name": "_SET_PED_BLACKBOARD_INT", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/AI/BLACKBOARDS\nBlackboard natives allow you to apply and check certain data to/for peds.\nBlackboard bools, floats and strings are subdivided into 6 sections: \"all\", \"animation\", \"any\", \"code\", \"global\" and \"script\"\nMost changes are only visible for \"script\" blackboards, some \"script\" blackboards change ped motions\n\"removeTimer\" is self-removal timer, can be \"-1\" so your data will not be removed by the game (forever); 100 = 1 second", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" }, { "type": "int", "name": "value" }, { "type": "int", "name": "removeTimer" } ], "return_type": "void", "build": "1207" }, "0xCB9401F918CB0F75": { "name": "_SET_PED_BLACKBOARD_BOOL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" }, { "type": "BOOL", "name": "value" }, { "type": "int", "name": "removeTimer" } ], "return_type": "void", "build": "1207" }, "0x437C08DB4FEBE2BD": { "name": "_SET_PED_BLACKBOARD_FLOAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" }, { "type": "float", "name": "value" }, { "type": "int", "name": "removeTimer" } ], "return_type": "void", "build": "1207" }, "0xA762C9D6CF165E0D": { "name": "_SET_PED_BLACKBOARD_HASH", "comment": "p1:\nBodyPartChained\nOverloadMostInjuredBodyPart\n\np2:\nLeftLeg\nLegs\nRightArm", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" }, { "type": "const char*", "name": "value" }, { "type": "int", "name": "removeTimer" } ], "return_type": "void", "build": "1207" }, "0x81B75428A7813E67": { "name": "_REMOVE_PED_BLACKBOARD_INT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0xA6F67BEC53379A32": { "name": "_REMOVE_PED_BLACKBOARD_BOOL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x411189E51B8020BA": { "name": "_REMOVE_PED_BLACKBOARD_FLOAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x0E17378642156790": { "name": "_REMOVE_PED_BLACKBOARD_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x498F2E77982D6945": { "name": "_GET_PED_BLACKBOARD_BOOL", "comment": "Can be used to get a peds foliage active status: variableName = FoliageActive", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "BOOL", "build": "1207" }, "0x56E58D4D118FB45E": { "name": "_GET_PED_BLACKBOARD_FLOAT", "comment": "Can be used to get a peds foliage raw height: variableName = FoliageHeight", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "float", "build": "1207" }, "0xBF5E791BBBF90A3C": { "name": "_GET_PED_BLACKBOARD_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "Hash", "build": "1207" }, "0xB71B91B398F8F067": { "name": "GET_PED_BLACKBOARD_SCRIPT_INT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "int", "build": "1207" }, "0x4912DFE492DB98CD": { "name": "GET_PED_BLACKBOARD_SCRIPT_BOOL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "BOOL", "build": "1207" }, "0xA29FD00D45311EB7": { "name": "GET_PED_BLACKBOARD_SCRIPT_FLOAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "variableName" } ], "return_type": "float", "build": "1207" }, "0x7FF72DE061DF55E2": { "name": "_SET_TANK_ATTRIBUTE_SIZE", "comment": "Size will be permanent", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attributeIndex" }, { "type": "float", "name": "size" } ], "return_type": "void", "build": "1207" }, "0xA31D350D66FA1855": { "name": "_0xA31D350D66FA1855", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xAF61B3CD8C3B82C3": { "name": "_IS_USING_SLIPSTREAM", "comment": "_IS_TRACKED_* - IS_V*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xEEDC9B29314B2733": { "name": "_0xEEDC9B29314B2733", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x5C90E20C25E6D83C": { "name": "_0x5C90E20C25E6D83C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x10F96086123B939F": { "name": "_0x10F96086123B939F", "comment": "NB_CUSTOM_CLIENT_ON_CREATE_COMPLETE - set legendary to not avoid prey", "params": [ { "type": "Ped", "name": "legendaryPed" }, { "type": "Ped", "name": "preyPed" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x3FDBB99EFD8CE4AF": { "name": "_0x3FDBB99EFD8CE4AF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x7E8F9949B7AABBF0": { "name": "_0x7E8F9949B7AABBF0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x5DA36CCCB63C0895": { "name": "_0x5DA36CCCB63C0895", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x56076667E7C2DCD6": { "name": "_0x56076667E7C2DCD6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0xD3A7B003ED343FD9": { "name": "_APPLY_SHOP_ITEM_TO_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentHash" }, { "type": "BOOL", "name": "immediately" }, { "type": "BOOL", "name": "isMp" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x0D7FFA1B2F69ED82": { "name": "_REMOVE_SHOP_ITEM_FROM_PED", "comment": "Directly removes a shop item component from a ped\nParams: p2 and p3 are always 0", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentHash" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1355" }, "0xDF631E4BCE1B1FC4": { "name": "REMOVE_SHOP_ITEM_FROM_PED_BY_CATEGORY", "comment": "Params: p2, p3 usually 0 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentCategory" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x66B957AAC2EAAEAB": { "name": "_UPDATE_SHOP_ITEM_WEARABLE_STATE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentHash" }, { "type": "Hash", "name": "wearableState" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x77BA37622E22023B": { "name": "_GET_SHOP_ITEM_COMPONENT_AT_INDEX", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" }, { "type": "BOOL", "name": "p2" }, { "type": "Any*", "name": "argStruct" }, { "type": "Any*", "name": "argStruct2" } ], "return_type": "Hash", "build": "1207" }, "0xFFCC2DB2D9953401": { "name": "_GET_SHOP_ITEM_NUM_WEARABLE_STATES", "comment": "Returns the number of wearable states available for a shop item / component. p2 seems to be true in scripts.\n\nFor use with 0x6243635AF2F1B826 (_GET_SHOP_ITEM_AVAILABLE_WEARABLE_STATE_BY_INDEX)", "params": [ { "type": "Hash", "name": "componentHash" }, { "type": "BOOL", "name": "isMpFemale" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x6243635AF2F1B826": { "name": "_GET_SHOP_ITEM_WEARABLE_STATE_BY_INDEX", "comment": "Gets an available wearable state by index for a shop item / component - it does not retreive what the current state is. p3 seems to be true in scripts.\n\nUse 0xFFCC2DB2D9953401 (_GET_SHOP_ITEM_NUM_WEARABLE_STATES) to get the number of available wearable states", "params": [ { "type": "Hash", "name": "componentHash" }, { "type": "int", "name": "wearableStateIndex" }, { "type": "BOOL", "name": "isMpFemale" }, { "type": "BOOL", "name": "p3" } ], "return_type": "Hash", "build": "1207" }, "0x5FF9A878C3D115B8": { "name": "_GET_SHOP_ITEM_COMPONENT_CATEGORY", "comment": "", "params": [ { "type": "Hash", "name": "componentHash" }, { "type": "int", "name": "metapedType" }, { "type": "BOOL", "name": "isMP" } ], "return_type": "Hash", "build": "1207" }, "0x31B2E7F2E3C58B89": { "name": "_0x31B2E7F2E3C58B89", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x63342C50EC115CE8": { "name": "_GET_SHOP_ITEM_BASE_LAYERS", "comment": "", "params": [ { "type": "Hash", "name": "shopItem" }, { "type": "Any", "name": "p1" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "metapedType" }, { "type": "BOOL", "name": "p4" }, { "type": "Hash*", "name": "drawable" }, { "type": "Hash*", "name": "albedo" }, { "type": "Hash*", "name": "normal" }, { "type": "Hash*", "name": "material" }, { "type": "Hash*", "name": "p9" }, { "type": "Hash*", "name": "p10" }, { "type": "Hash*", "name": "p11" }, { "type": "Hash*", "name": "p12" } ], "return_type": "BOOL", "build": "1207" }, "0xAAB86462966168CE": { "name": "_0xAAB86462966168CE", "comment": "Related to _0x704C908E9C405136 for component loading\n_S*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "isMP" } ], "return_type": "Any", "build": "1207" }, "0x7E02E4218D916B94": { "name": "_GET_SHOP_ITEM_HAT_COMPONENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "metapedType" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x59BD177A1A48600A": { "name": "_REFRESH_META_PED_SHOP_ITEMS", "comment": "p1 is always 1", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD103F6DBB5442BE8": { "name": "_0xD103F6DBB5442BE8", "comment": "Params: p1 either a 1 or 0, so perhaps BOOL\n_SET_PED_A*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFCA8FB9E15FA80D3": { "name": "_SET_PED_PROMPT_NAME_FROM_GXT_ENTRY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "gxtEntryHash" } ], "return_type": "void", "build": "1207" }, "0x4A48B6E03BABB4AC": { "name": "_SET_PED_PROMPT_NAME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0xC2745D9261664901": { "name": "_SET_PED_PROMPT_NAME_FROM_GXT_ENTRY_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "gxtEntryHash" } ], "return_type": "void", "build": "1207" }, "0x19B14E04B009E28B": { "name": "_SET_PED_PROMPT_NAME_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0xF917F92BF22ECBAB": { "name": "_0xF917F92BF22ECBAB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x49DADFC4CD808B0A": { "name": "_0x49DADFC4CD808B0A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xBA208A8D6399A3AC": { "name": "_HAS_PED_TAKEN_GORE_DAMAGE", "comment": "limb: 3 = Left Hand, 4 = Left Arm, 6 = Right Hand, 7 = Right Arm, 9 = Left Foot, 10 = Left Leg, 12 = Right Foot, 13 = Right Leg, 37 = Head", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "limb" } ], "return_type": "BOOL", "build": "1207" }, "0x704C908E9C405136": { "name": "_0x704C908E9C405136", "comment": "_CLEAR*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x7406C71F4AC2FFCC": { "name": "_0x7406C71F4AC2FFCC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x28508173C6A7CC18": { "name": "_0x28508173C6A7CC18", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0x52250B92EA70BE3D": { "name": "_0x52250B92EA70BE3D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCE6B874286D640BB": { "name": "_SET_PED_QUALITY", "comment": "quality: see _GET_PED_QUALITY", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "quality" } ], "return_type": "void", "build": "1207" }, "0x7BCC6087D130312A": { "name": "_GET_PED_QUALITY", "comment": "Returns Ped Quality to be used to calculate Skinning Quality\n\nenum ePedQuality\n{\n\tPQ_INVALID = -1,\n\tPQ_LOW,\n\tPQ_MEDIUM,\n\tPQ_HIGH,\n\tPQ_MAX\n};", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xCE7A6C1D5CDE1F9D": { "name": "_0xCE7A6C1D5CDE1F9D", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "object" }, { "type": "const char*", "name": "propName" }, { "type": "const char*", "name": "animName" } ], "return_type": "void", "build": "1207" }, "0x604E1010E3162E86": { "name": "_0x604E1010E3162E86", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE8ABE3B73FC7FE17": { "name": "_0xE8ABE3B73FC7FE17", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x3A50753042B6891B": { "name": "_REMOVE_PED_PROP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "propName" } ], "return_type": "void", "build": "1207" }, "0x932786CE3C76477C": { "name": "_SET_TOTAL_PED_DAMAGE_FALLOFF_BONUS", "comment": "_SET_W(EAPON?)*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "bonus" } ], "return_type": "void", "build": "1207" }, "0x095C2277FED731DB": { "name": "_0x095C2277FED731DB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x09171A6F8FDE5DC1": { "name": "_0x09171A6F8FDE5DC1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x09E378C52B1433B5": { "name": "_0x09E378C52B1433B5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x6507AC3BD7C99009": { "name": "_0x6507AC3BD7C99009", "comment": "_IS_N* - _IS_P*", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x2942457417A5FD24": { "name": "_GET_PLAYER_PED_WATER_DEPTH", "comment": "Returns how deep the water is below the ped (if in water)\n-1.0f = Not in water\n10.0f = Max water depth", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0xA5950E16B8F31052": { "name": "_SET_PED_TRAIL_EFFECT", "comment": "duration in seconds", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0xEBAAC9A750E7563B": { "name": "_0xEBAAC9A750E7563B", "comment": "If returned true: PROCESS_RESIZING_TRACKING_BOUNDS_VOLUME - Scaling UP the bounds due to tracking\nIf returned false: PROCESS_RESIZING_TRACKING_BOUNDS_VOLUME - Scaling DOWN the bounds due to tracking\n_IS_PED_T* - _IS_PED_U*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x992187D975635DF5": { "name": "_0x992187D975635DF5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0x0B787A37EEDD226F": { "name": "_0x0B787A37EEDD226F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1311" } }, "PERSCHAR": { "0x63AA2B8EB087886A": { "name": "_0x63AA2B8EB087886A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA00DF706C60173D1": { "name": "_GET_PERSCHAR_MODEL_NAME", "comment": "", "params": [ { "type": "Hash", "name": "persCharHash" } ], "return_type": "Hash", "build": "1207" }, "0x8BC555034A5A5E8C": { "name": "_0x8BC555034A5A5E8C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x70605812ABC9FF0F": { "name": "_0x70605812ABC9FF0F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDC9655D47DEC0353": { "name": "_0xDC9655D47DEC0353", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x2DF89CD2ED1D0BDE": { "name": "_0x2DF89CD2ED1D0BDE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x535A66AAD2BF68F9": { "name": "_0x535A66AAD2BF68F9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCEB40B678E403759": { "name": "_0xCEB40B678E403759", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x187D65F3AEC5D679": { "name": "_SET_PERSCHAR_SCHEDULE", "comment": "", "params": [ { "type": "Hash", "name": "persCharHash" }, { "type": "const char*", "name": "schedule" } ], "return_type": "void", "build": "1207" }, "0x8B44273A92CD406C": { "name": "_0x8B44273A92CD406C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE0E65E0D261F7507": { "name": "_0xE0E65E0D261F7507", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x112DDF56300BC6E5": { "name": "_0x112DDF56300BC6E5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x4F76E3676583D951": { "name": "_CREATE_PERSISTENT_CHARACTER", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "PersChar", "build": "1207" }, "0x800DF3FC913355F3": { "name": "_IS_PERSISTENT_CHARACTER_VALID", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "BOOL", "build": "1207" }, "0xFC77C5B44D5FF7C0": { "name": "_DELETE_PERSCHAR", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0x5EE6FCCC9C832CA2": { "name": "_0x5EE6FCCC9C832CA2", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Vector3", "build": "1207" }, "0x59C7AD6FEA2AC449": { "name": "_0x59C7AD6FEA2AC449", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xBB68908CD11AEBDC": { "name": "_0xBB68908CD11AEBDC", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0x94995829ED15A598": { "name": "_0x94995829ED15A598", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Vector3", "build": "1207" }, "0x31C70A716CAE1FEE": { "name": "_GET_PERSCHAR_PED_INDEX", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "Ped", "build": "1207" }, "0x32A1E3B83D501096": { "name": "_GET_PERSCHAR_INDEX_FROM_PED_INDEX", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "PersChar", "build": "1207" }, "0xF8DE7154F7D1458F": { "name": "_0xF8DE7154F7D1458F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x669C25840C6F7AE2": { "name": "_0x669C25840C6F7AE2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x631CD2D77FDC0316": { "name": "_RETASK_PERSISTENT_CHARACTER", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0x0B3A99AB6713AA52": { "name": "_0x0B3A99AB6713AA52", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xEB98B38CA60742D7": { "name": "_IS_PERSISTENT_CHARACTER_DEAD", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "BOOL", "build": "1207" }, "0x49A8C2CD97815215": { "name": "_REVIVE_PERSCHAR", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "BOOL", "build": "1207" }, "0xD4B614179BCD0654": { "name": "_0xD4B614179BCD0654", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x406808610220405B": { "name": "_0x406808610220405B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA2B18FF8D39F6D87": { "name": "_0xA2B18FF8D39F6D87", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE4C51A8A3BD1664C": { "name": "_0xE4C51A8A3BD1664C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8AE4EFA464DAE42D": { "name": "_0x8AE4EFA464DAE42D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA4DCB3F0DD7488BD": { "name": "_0xA4DCB3F0DD7488BD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xD95D777F828B2BBB": { "name": "_0xD95D777F828B2BBB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x92690B0822493CE0": { "name": "_0x92690B0822493CE0", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xEFC5C6670E0B99BA": { "name": "_0xEFC5C6670E0B99BA", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x2E957AA81F2C61C9": { "name": "_0x2E957AA81F2C61C9", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB173599D61FAEB31": { "name": "_0xB173599D61FAEB31", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x08FC896D2CB31FCC": { "name": "_0x08FC896D2CB31FCC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Entity", "build": "1207" }, "0x0CADC3A977997472": { "name": "_FORCE_SPAWN_PERSCHAR", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Entity", "build": "1207" }, "0x7B204F88F6C3D287": { "name": "_FORCE_DESPAWN_PERSCHAR", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0xFCC6DB8DBE709BC8": { "name": "_0xFCC6DB8DBE709BC8", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0xA8C406C2A56EDC16": { "name": "_0xA8C406C2A56EDC16", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0x4F81EAD1DE8FA19B": { "name": "_0x4F81EAD1DE8FA19B", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0x6759BEE6762E140B": { "name": "_0x6759BEE6762E140B", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0xB65E7F733956CF25": { "name": "_0xB65E7F733956CF25", "comment": "", "params": [ { "type": "PersChar", "name": "persChar" } ], "return_type": "void", "build": "1207" }, "0x4AFC7288C77238B3": { "name": "_0x4AFC7288C77238B3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA8120EBEAF290C7A": { "name": "_0xA8120EBEAF290C7A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x69786495C92A3044": { "name": "_0x69786495C92A3044", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xEC254C2C9B0F08F1": { "name": "_0xEC254C2C9B0F08F1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x9C7F95946E304778": { "name": "_0x9C7F95946E304778", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" } }, "PERSISTENCE": { "0x7A1BD123E5CDB6E5": { "name": "_0x7A1BD123E5CDB6E5", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x9D16896F0DBE78A2": { "name": "PERSISTENCE_REMOVE_ALL_ENTITIES_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0x065887B694359799": { "name": "_0x065887B694359799", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFC9806DA9A460093": { "name": "_0xFC9806DA9A460093", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" } ], "return_type": "void", "build": "1207" }, "0xB03140014ACA6C40": { "name": "_0xB03140014ACA6C40", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE225CEF1901F6108": { "name": "_0xE225CEF1901F6108", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8DE104BEC243A73B": { "name": "_0x8DE104BEC243A73B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xEFB5F34CC0953B27": { "name": "_PERSISTENCE_REFRESH_TOWN_VOLUME", "comment": "Only used in R* script long_update.ysc in script function REFRESH_CLOSEST_TOWN", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xBA2C49EA6A8D24FF": { "name": "_0xBA2C49EA6A8D24FF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x2E545965DF98D476": { "name": "_0x2E545965DF98D476", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xF5622FA6ACFCA7DB": { "name": "_0xF5622FA6ACFCA7DB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3CA5E58C9731A16B": { "name": "_0x3CA5E58C9731A16B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDC0A1F0ECEC9F0C0": { "name": "_0xDC0A1F0ECEC9F0C0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5A79220F6D38D7C3": { "name": "_0x5A79220F6D38D7C3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCFDA2518F322D836": { "name": "_0xCFDA2518F322D836", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x1F56FB3FDB4EAF65": { "name": "_0x1F56FB3FDB4EAF65", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x291CC21D1FB6790E": { "name": "_0x291CC21D1FB6790E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x8245C1F3262F4AC2": { "name": "PERSISTENCE_ADD_SCENARIO_LOOTED", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "void", "build": "1207" }, "0xFB7CF1DE938A3E22": { "name": "_PERSISTENCE_IS_SCENARIO_MARKED_AS_LOOTED", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "BOOL", "build": "1207" }, "0xB6E1A185C2B9319A": { "name": "_PERSISTENCE_IS_SCENARIO_MARKED_AS_LOOTED_AT_COORDS", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207" }, "0x188313616D184213": { "name": "_PERSISTENCE_IS_SCENARIO_MARKED_AS_LOOTED_AT_COORDS_WITH_MODEL", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0x66DAA3A9274E8E82": { "name": "_0x66DAA3A9274E8E82", "comment": "_PERSISTENCE_*", "params": [], "return_type": "void", "build": "1232" } }, "PHYSICS": { "0xE832D760399EB220": { "name": "ADD_ROPE", "comment": "There are 19 types of rope, from type = 0 to type = 18\nRope definitions are stored in ropedata.xml\nRope types 0, 15 and 18 have proper physics for hanging objects (taut, do not sag, small to medium diameter, good aspect for a rope)", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "length" }, { "type": "int", "name": "ropeType" }, { "type": "float", "name": "maxLength" }, { "type": "float", "name": "minLength" }, { "type": "float", "name": "p10" }, { "type": "BOOL", "name": "p11" }, { "type": "BOOL", "name": "p12" }, { "type": "BOOL", "name": "rigid" }, { "type": "float", "name": "p14" }, { "type": "BOOL", "name": "breakWhenShot" }, { "type": "Any*", "name": "unkPtr" }, { "type": "BOOL", "name": "p17" } ], "return_type": "int", "build": "1207", "gta_hash": "0xE832D760399EB220", "gta_jhash": "0xA592EC74" }, "0xE9C59F6809373A99": { "name": "_ADD_ROPE_2", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "length" }, { "type": "int", "name": "ropeType" }, { "type": "BOOL", "name": "isNetworked" }, { "type": "int", "name": "p9" }, { "type": "float", "name": "p10" } ], "return_type": "int", "build": "1207" }, "0x52B4829281364649": { "name": "DELETE_ROPE", "comment": "", "params": [ { "type": "int*", "name": "ropeId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x52B4829281364649", "gta_jhash": "0x748D72AF" }, "0x6076213101A47B3B": { "name": "_RELEASE_ROPE", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207" }, "0xAA5D6B1888E4DB20": { "name": "DELETE_CHILD_ROPE", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAA5D6B1888E4DB20", "gta_jhash": "0xB19B4706" }, "0x4CFA2B7FAE115ECB": { "name": "_BREAK_ROPE", "comment": "ropeTop returns top half of rope, ropeBottom returns bottom half of rope", "params": [ { "type": "int*", "name": "ropeId" }, { "type": "int*", "name": "ropeTop" }, { "type": "int*", "name": "ropeBottom" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xFD5448BE3111ED96": { "name": "DOES_ROPE_EXIST", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFD5448BE3111ED96", "gta_jhash": "0x66E4A3AC" }, "0x79C2BEC82CFD7F7F": { "name": "_IS_ROPE_BROKEN", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "BOOL", "build": "1207" }, "0x7A54D82227A139DB": { "name": "_ROPE_CHANGE_VISIBILITY", "comment": "", "params": [ { "type": "int*", "name": "ropeId" }, { "type": "BOOL", "name": "visible" } ], "return_type": "void", "build": "1207" }, "0xF159A63806BB5BA8": { "name": "ROPE_DRAW_SHADOW_ENABLED", "comment": "", "params": [ { "type": "int*", "name": "ropeId" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF159A63806BB5BA8", "gta_jhash": "0x51523B8C" }, "0x3655F544CD30F0B5": { "name": "GET_ROPE_VERTEX_COUNT", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "int", "build": "1207", "gta_hash": "0x3655F544CD30F0B5", "gta_jhash": "0x5131CD2C" }, "0xE54BF2CE6C7D23A9": { "name": "_0xE54BF2CE6C7D23A9", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x9C24846D0A4A2776": { "name": "_0x9C24846D0A4A2776", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0CB16D05E03FB525": { "name": "_0x0CB16D05E03FB525", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF27F1A8DE4F50A1B": { "name": "_0xF27F1A8DE4F50A1B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x21D0890D88DFB0B0": { "name": "_0x21D0890D88DFB0B0", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "int", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0x3D95EC8B6D940AC3": { "name": "ATTACH_ENTITIES_TO_ROPE", "comment": "Attaches entity 1 to entity 2.\nIf you use a boneName (p12/p13) make sure boneId (p15/p16) is set to -1.", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "float", "name": "ent1X" }, { "type": "float", "name": "ent1Y" }, { "type": "float", "name": "ent1Z" }, { "type": "float", "name": "ent2X" }, { "type": "float", "name": "ent2Y" }, { "type": "float", "name": "ent2Z" }, { "type": "float", "name": "length" }, { "type": "int", "name": "alwaysZero1" }, { "type": "int", "name": "alwaysZero2" }, { "type": "const char*", "name": "boneName1" }, { "type": "const char*", "name": "boneName2" }, { "type": "BOOL", "name": "p14" }, { "type": "int", "name": "boneId1" }, { "type": "int", "name": "boneId2" }, { "type": "int", "name": "alwaysZero3" }, { "type": "int", "name": "alwaysZero4" }, { "type": "BOOL", "name": "p19" }, { "type": "BOOL", "name": "p20" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3D95EC8B6D940AC3", "gta_jhash": "0x7508668F" }, "0x462FF2A432733A44": { "name": "_ATTACH_ENTITIES_TO_ROPE_2", "comment": "Attaches a rope to two entities: binds two bones from two entities; one entity can be an object, i.e. a suspension point, the other an NPC bone", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "float", "name": "ent1X" }, { "type": "float", "name": "ent1Y" }, { "type": "float", "name": "ent1Z" }, { "type": "float", "name": "ent2X" }, { "type": "float", "name": "ent2Y" }, { "type": "float", "name": "ent2Z" }, { "type": "const char*", "name": "boneName1" }, { "type": "const char*", "name": "boneName2" } ], "return_type": "void", "build": "1207" }, "0xE9CD9A67834985A7": { "name": "_ATTACH_ENTITES_TO_ROPE_3", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0x69C810B72291D831": { "name": "_0x69C810B72291D831", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xB7469CB9AC3C0FD4": { "name": "_0xB7469CB9AC3C0FD4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xC64E7A62632AD2FE": { "name": "_0xC64E7A62632AD2FE", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x9B4F7E3E4F9C77B3": { "name": "_IS_ROPE_ATTACHED_TO_ENTITY", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0xBCF3026912A8647D": { "name": "DETACH_ROPE_FROM_ENTITY", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBCF3026912A8647D", "gta_jhash": "0x3E720BEE" }, "0x06AADE17334F7A40": { "name": "_HITCH_HORSE", "comment": "", "params": [ { "type": "Ped", "name": "horse" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x0348469DAA17576C": { "name": "_UNHITCH_HORSE", "comment": "", "params": [ { "type": "Ped", "name": "horse" } ], "return_type": "void", "build": "1207" }, "0x6EA0E93CFFA472CC": { "name": "_0x6EA0E93CFFA472CC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xBDDA142759307528": { "name": "_0xBDDA142759307528", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x32F4DBFDFCCCC735": { "name": "_0x32F4DBFDFCCCC735", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF8CA39D5C0D1D9A1": { "name": "_0xF8CA39D5C0D1D9A1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEAF529446488EB18": { "name": "_0xEAF529446488EB18", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x31160EC47E7C9549": { "name": "_0x31160EC47E7C9549", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5E981C764DF33117": { "name": "_0x5E981C764DF33117", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDC57A637A20006ED": { "name": "ROPE_SET_UPDATE_ORDER", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDC57A637A20006ED", "gta_jhash": "0x80DB77A7" }, "0xFB9153A54AC713E8": { "name": "_0xFB9153A54AC713E8", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD699E688B49C0FD2": { "name": "_0xD699E688B49C0FD2", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xBB3E9B073E66C3C9": { "name": "_0xBB3E9B073E66C3C9", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x522FA3F490E2F7AC": { "name": "_0x522FA3F490E2F7AC", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x3900491C0D61ED4B": { "name": "_0x3900491C0D61ED4B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC89E7410A93AC19A": { "name": "_0xC89E7410A93AC19A", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1D97DA8ACB5D2582": { "name": "_0x1D97DA8ACB5D2582", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3C6490D940FF5D0B": { "name": "_CREATE_ROPE_WINDING_ABILITY", "comment": "Combining this with ADD_ROPE enables winding\np1: mostly empty (0)\nropeModelType: RB_L_Wrist02, RB_R_Wrist02, ropeAttach, noose01x_Rope_03, SKEL_Neck0, SKEL_L_FOOT, SKEL_Neck1, Root_s_meatbit_Chunck_Xlarge01x\n_CREATE_*", "params": [ { "type": "int", "name": "ropeId" }, { "type": "const char*", "name": "p1" }, { "type": "const char*", "name": "ropeModelType" }, { "type": "float", "name": "length" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x21BB0FBD3E217C2D": { "name": "GET_ROPE_LAST_VERTEX_COORD", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x21BB0FBD3E217C2D", "gta_jhash": "0x91F6848B" }, "0xEA61CA8E80F09E4D": { "name": "GET_ROPE_VERTEX_COORD", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "int", "name": "vertex" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0xEA61CA8E80F09E4D", "gta_jhash": "0x84374452" }, "0x1461C72C889E343E": { "name": "START_ROPE_WINDING", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1461C72C889E343E", "gta_jhash": "0x5187BED3" }, "0xCB2D4AB84A19AA7C": { "name": "STOP_ROPE_WINDING", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCB2D4AB84A19AA7C", "gta_jhash": "0x46826B53" }, "0x538D1179EC1AA9A9": { "name": "START_ROPE_UNWINDING_FRONT", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x538D1179EC1AA9A9", "gta_jhash": "0xFC0DB4C3" }, "0xFFF3A50779EFBBB3": { "name": "STOP_ROPE_UNWINDING_FRONT", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFFF3A50779EFBBB3", "gta_jhash": "0x2EEDB18F" }, "0x00F611A794A3C36E": { "name": "_START_ROPE_UNWINDING_BACK", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207" }, "0x10DAA76CB8A201A1": { "name": "_STOP_ROPE_UNWINDING_BACK", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "void", "build": "1207" }, "0x461FCBDEB4D06717": { "name": "_0x461FCBDEB4D06717", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x423C6B1F3786D28B": { "name": "_0x423C6B1F3786D28B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x76BAD9D538BCA1AA": { "name": "_0x76BAD9D538BCA1AA", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB40EA9E0D2E2F7F3": { "name": "_0xB40EA9E0D2E2F7F3", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3D69537039F8D824": { "name": "_ROPE_GET_FORCED_LENGTH", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "float", "build": "1207" }, "0x751DF00EEFF122E3": { "name": "_0x751DF00EEFF122E3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xD009F759A723DB1B": { "name": "ROPE_FORCE_LENGTH", "comment": "Forces a rope to a certain length.", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "length" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD009F759A723DB1B", "gta_jhash": "0xABF3130F" }, "0x8D59079C37C21D78": { "name": "_0x8D59079C37C21D78", "comment": "_ROPE_SET_*", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x814D453FCFDF119F": { "name": "_0x814D453FCFDF119F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1FC92BDBA1106BD2": { "name": "_0x1FC92BDBA1106BD2", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDEDE679ED29DD4E7": { "name": "_0xDEDE679ED29DD4E7", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF1EA2A881EB7F2CD": { "name": "_0xF1EA2A881EB7F2CD", "comment": "", "params": [ { "type": "int", "name": "ropeId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5A989B7EE3672A56": { "name": "_0x5A989B7EE3672A56", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x483D4E917B0D35A9": { "name": "_0x483D4E917B0D35A9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEE360CFC80C8B2BC": { "name": "_ROPE_GET_BREAKER_OF_ROPE", "comment": "", "params": [ { "type": "int", "name": "ropeId" } ], "return_type": "Player", "build": "1311" }, "0xEEA3B200A6FEB65B": { "name": "SET_DAMPING", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "vertex" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEEA3B200A6FEB65B", "gta_jhash": "0xCFB37773" }, "0x710311ADF0E20730": { "name": "ACTIVATE_PHYSICS", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x710311ADF0E20730", "gta_jhash": "0x031711B8" }, "0x2E648D16F6E308F3": { "name": "BREAK_ENTITY_GLASS", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "BOOL", "name": "p10" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2E648D16F6E308F3", "gta_jhash": "0xD0E0402F" }, "0x8EEDFD8921389928": { "name": "_0x8EEDFD8921389928", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x5CEC1A84620E7D5B": { "name": "SET_DISABLE_BREAKING", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5CEC1A84620E7D5B", "gta_jhash": "0xEE77C326" }, "0x01BA3AED21C16CFB": { "name": "SET_DISABLE_FRAG_DAMAGE", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x01BA3AED21C16CFB", "gta_jhash": "0x97269DC8" }, "0x5BD7457221CC5FF4": { "name": "_0x5BD7457221CC5FF4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" } }, "PLAYER": { "0x275F255ED201B937": { "name": "GET_PLAYER_PED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x43A66C31C68491C0", "gta_jhash": "0x6E31E993" }, "0x5EBE38A20BC51C27": { "name": "_GET_PLAYER_PED_2", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Ped", "build": "1207" }, "0x325434C68358D282": { "name": "_0x325434C68358D282", "comment": "Only used in script function UPDATE_PLAYER_JUST_DIED_STATE", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x5C880F9056D784C8": { "name": "GET_PLAYER_PED_SCRIPT_INDEX", "comment": "Does the same like PLAYER::GET_PLAYER_PED", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x50FAC3A3E030A6E1", "gta_jhash": "0x6AC64990" }, "0xED40380076A31506": { "name": "SET_PLAYER_MODEL", "comment": "Make sure to request the model first and wait until it has loaded.", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "modelHash" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x00A1CADD00108836", "gta_jhash": "0x774A4C54" }, "0x0760D6F70EBCC05C": { "name": "_NETWORK_HAS_PLAYER_VALID_PED", "comment": "Returns true if the given player has a valid ped.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xB464EB6A40C7975B": { "name": "GET_PLAYER_TEAM", "comment": "Gets the player's team.\nReturns -1 in singleplayer.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207", "gta_hash": "0x37039302F4E0A008", "gta_jhash": "0x9873E404" }, "0xE8DD8536F01DE600": { "name": "SET_PLAYER_TEAM", "comment": "Sets the player's team.", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "team" }, { "type": "BOOL", "name": "bRestrictToThisScript" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0299FA38396A4940", "gta_jhash": "0x725ADCF2" }, "0x7124FD9AC0E01BA0": { "name": "GET_PLAYER_NAME", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0x6D0DE6A7B5DA71F8", "gta_jhash": "0x406B4B20" }, "0x5B6193813E03E4E9": { "name": "_FORMAT_PLAYER_NAME_STRING", "comment": "", "params": [ { "type": "const char*", "name": "string" } ], "return_type": "const char*", "build": "1207" }, "0x80B00EB26D9521C7": { "name": "GET_WANTED_LEVEL_RADIUS", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "float", "build": "1207", "gta_hash": "0x085DEB493BE80812", "gta_jhash": "0x1CF7D7DA" }, "0x1B1A3B358F7D8F07": { "name": "GET_WANTED_LEVEL_THRESHOLD", "comment": "", "params": [ { "type": "int", "name": "wantedLevel" } ], "return_type": "int", "build": "1207", "gta_hash": "0xFDD179EAF45B556C", "gta_jhash": "0xD9783F6B" }, "0x384D4765395E006C": { "name": "SET_PLAYER_WANTED_LEVEL", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "wantedLevel" }, { "type": "BOOL", "name": "disableNoMission" } ], "return_type": "void", "build": "1207", "gta_hash": "0x39FF19C64EF7DA5B", "gta_jhash": "0xB7A0914B" }, "0xE1C0AD4C24324C36": { "name": "IS_PLAYER_WANTED_LEVEL_GREATER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "wantedLevel" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x238DB2A2C23EE9EF", "gta_jhash": "0x589A2661" }, "0x4E4B996C928C7AA6": { "name": "CLEAR_PLAYER_WANTED_LEVEL", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB302540597885499", "gta_jhash": "0x54EA5BCC" }, "0x2E9C3FCB6798F397": { "name": "IS_PLAYER_DEAD", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x424D4687FA1E5652", "gta_jhash": "0x140CA5A8" }, "0x4D51E59243281D80": { "name": "SET_PLAYER_CONTROL", "comment": "flags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eSetPlayerControlFlags", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" }, { "type": "int", "name": "flags" }, { "type": "BOOL", "name": "bPreventHeadingChange" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8D32347D6D4C40A2", "gta_jhash": "0xD17AFCD8" }, "0xABC532F9098BFD9D": { "name": "GET_PLAYER_WANTED_LEVEL", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207", "gta_hash": "0xE28E54788CE8F12D", "gta_jhash": "0xBDCDD163" }, "0x28A4BD2CEE236E19": { "name": "SET_MAX_WANTED_LEVEL", "comment": "", "params": [ { "type": "int", "name": "maxWantedLevel" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAA5F02DB48D704B9", "gta_jhash": "0x665A06F5" }, "0xEA6DE0CD15AECBE2": { "name": "_SET_MAX_WANTED_LEVEL_2", "comment": "", "params": [ { "type": "int", "name": "maxWantedLevel" } ], "return_type": "void", "build": "1207" }, "0x6FD7DD6B63F2820E": { "name": "SET_POLICE_RADAR_BLIPS", "comment": "If toggle is set to false:\n The police won't be shown on the (mini)map\n\nIf toggle is set to true:\n The police will be shown on the (mini)map", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x43286D561B72B8BF", "gta_jhash": "0x8E114B10" }, "0xBFFB35986CAAE58C": { "name": "IS_PLAYER_PLAYING", "comment": "Checks whether the specified player has a Ped, the Ped is not dead, is not injured and is not arrested.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5E9564D8246B909A", "gta_jhash": "0xE15D777F" }, "0x34630A768925B852": { "name": "SET_EVERYONE_IGNORE_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8EEDA153AD141BA4", "gta_jhash": "0xC915285E" }, "0x51BEA356B1C60225": { "name": "GET_IS_PLAYER_UI_PROMPT_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x0751D461F06E41CE": { "name": "_MODIFY_PLAYER_UI_PROMPT", "comment": "Params: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ePromptType\npromptType is mostly 34 (PP_TRACK_ANIMAL), promptMode = 0 (PP_MODE_BLOCK) in R* Scripts", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "promptType" }, { "type": "int", "name": "promptMode" }, { "type": "BOOL", "name": "disabled" } ], "return_type": "void", "build": "1207" }, "0x6614F9039BD31931": { "name": "_GET_PLAYER_UI_PROMPT_IS_DISABLED", "comment": "Returns false if PromptType is enabled\nParams: See 0x0751D461F06E41CE", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "promptType" }, { "type": "int", "name": "promptMode" } ], "return_type": "BOOL", "build": "1207" }, "0xA3DB37EDF9A74635": { "name": "_MODIFY_PLAYER_UI_PROMPT_FOR_PED", "comment": "Params: See 0x0751D461F06E41CE", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "promptType" }, { "type": "int", "name": "promptMode" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0xEA8F168A76A0B9BC": { "name": "_GET_PLAYER_UI_PROMPT_FOR_PED_IS_ENABLED", "comment": "Returns true if PromptType is enabled for ped (mount)\nParams: See 0x0751D461F06E41CE", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "promptType" }, { "type": "int", "name": "promptMode" } ], "return_type": "BOOL", "build": "1207" }, "0x93624B36E8851B42": { "name": "_0x93624B36E8851B42", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x9073EC5456651A90": { "name": "_0x9073EC5456651A90", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2E67707BEC52CA4B": { "name": "_0x2E67707BEC52CA4B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE705309B8C6445A4": { "name": "SET_ALL_RANDOM_PEDS_FLEE", "comment": "Sets whether all random peds will run away from player if they are agitated (threatened) (bool=true), or some peds can stand up for themselves (bool=false).", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x056E0FE8534C2949", "gta_jhash": "0x49EAE968" }, "0xD5C198A62F1DEB0A": { "name": "SET_ALL_RANDOM_PEDS_FLEE_THIS_FRAME", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x471D2FF42A94B4F2", "gta_jhash": "0xBF974891" }, "0x16752DAA7E6D3F72": { "name": "SET_ALL_NEUTRAL_RANDOM_PEDS_FLEE_THIS_FRAME", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC3376F42B1FACCC6", "gta_jhash": "0x02DF7AF4" }, "0x1D256EED194F5B58": { "name": "_0x1D256EED194F5B58", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x5B7B97E99F84138B": { "name": "_0x5B7B97E99F84138B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8674D138391FFB1B": { "name": "_SET_DISABLE_PLAYER_WANTED_LEVEL", "comment": "Disables the players ability to be wanted by lawmen", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "disable" } ], "return_type": "void", "build": "1207" }, "0xA82964B9D8D6A983": { "name": "_GET_WANTED_LEVEL_MULTIPLIER", "comment": "Returns -1.0f if no multiplier has been set", "params": [], "return_type": "float", "build": "1207" }, "0xD7FA719CB54866C2": { "name": "SET_WANTED_LEVEL_MULTIPLIER", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x020E5F00CDA207BA", "gta_jhash": "0x1359292F" }, "0x062D14F18E8B0CAE": { "name": "RESET_WANTED_LEVEL_DIFFICULTY", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB9D0DD990DC141DD", "gta_jhash": "0xA64C378D" }, "0xD0B0B044112BF424": { "name": "UPDATE_WANTED_POSITION_THIS_FRAME", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBC9490CA15AEA8FB", "gta_jhash": "0x6B34A160" }, "0x96722257E5381E00": { "name": "SUPPRESS_WITNESSES_CALLING_POLICE_THIS_FRAME", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x36F1B38855F2A8DF", "gta_jhash": "0x3A7E5FB6" }, "0xCBCCF73FFA69CC6B": { "name": "REPORT_POLICE_SPOTTED_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDC64D2C53493ED12", "gta_jhash": "0xD15C4B1C" }, "0xD2DFC9CCA5596A11": { "name": "SET_LAW_RESPONSE_DELAY_OVERRIDE", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB45EFF719D8427A6", "gta_jhash": "0xBF6993C7" }, "0x5CE5CACC01D0F985": { "name": "RESET_LAW_RESPONSE_DELAY_OVERRIDE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x0032A6DBA562C518", "gta_jhash": "0x47CAB814" }, "0x2DF170B1185AF777": { "name": "CAN_PLAYER_START_MISSION", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDE7465A27D403C06", "gta_jhash": "0x39E3CB3F" }, "0xAA67BCB0097F2FA3": { "name": "IS_PLAYER_READY_FOR_CUTSCENE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x908CBECC2CAA3690", "gta_jhash": "0xBB77E9CD" }, "0x27F89FDC16688A7A": { "name": "IS_PLAYER_TARGETTING_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7912F7FC4F6264B6", "gta_jhash": "0xF3240B77" }, "0xAE663DDD99C8A670": { "name": "GET_PLAYER_TARGET_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity*", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x13EDE1A5DBF797C9", "gta_jhash": "0xF6AAA2D7" }, "0x927861B2C08DBEA5": { "name": "_0x927861B2C08DBEA5", "comment": "_GET_A* - _GET_C*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x1A51BFE60708E482": { "name": "_IS_PLAYER_FREE_FOCUSING", "comment": "Checks if player is focused on any entity", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x3EE1F7A8C32F24E1": { "name": "GET_PLAYER_INTERACTION_TARGET_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity*", "name": "outEntity" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xBEA3A6E5F5F79A6F": { "name": "_0xBEA3A6E5F5F79A6F", "comment": "_GET_PLAYER_I*", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x04D7F33640662FA2": { "name": "_IS_PLAYER_IN_SCOPE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x936F967D4BE1CE9D": { "name": "IS_PLAYER_FREE_AIMING", "comment": "Gets a value indicating whether the specified player is currently aiming freely.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2E397FD2ECD37C87", "gta_jhash": "0x1DEC67B7" }, "0x8C67C11C68713D25": { "name": "IS_PLAYER_FREE_AIMING_AT_ENTITY", "comment": "Gets a value indicating whether the specified player is currently aiming freely at the specified entity.", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3C06B5C839B38F7B", "gta_jhash": "0x7D80EEAA" }, "0xA6817C110B830EAD": { "name": "GET_ENTITY_PLAYER_IS_FREE_AIMING_AT", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity*", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2975C866E6713290", "gta_jhash": "0x8866D9D0" }, "0x3DAABE78A23694BC": { "name": "_0x3DAABE78A23694BC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7AE93C45EC14A166": { "name": "_0x7AE93C45EC14A166", "comment": "Only used in script function PROCESS_PED_INTERRUPT_DIALOGUE\n_GET_PLAYER_*", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped*", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x3A3CD06597388322": { "name": "SET_PLAYER_LOCKON_RANGE_OVERRIDE", "comment": "Affects the range of auto aim target.", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "range" } ], "return_type": "void", "build": "1207", "gta_hash": "0x29961D490E5814FD", "gta_jhash": "0x74D42C03" }, "0xC7FE774412046825": { "name": "SET_PLAYER_CAN_BE_HASSLED_BY_GANGS", "comment": "Sets whether this player can be hassled by gangs.", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD5E460AD7020A246", "gta_jhash": "0x71B305BB" }, "0x5EDA520F7A3BAF4E": { "name": "SET_PLAYER_CAN_USE_COVER", "comment": "Sets whether this player can take cover.", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD465A8599DFF6814", "gta_jhash": "0x13CAFAFA" }, "0xD1A70C1E8D1031FE": { "name": "_0xD1A70C1E8D1031FE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xACA45DDCEF6071C4": { "name": "_0xACA45DDCEF6071C4", "comment": "_SET_PLAYER_CAN_BE_* - _SET_PLAYER_CAN_USE_*", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA0C683284DF027C7": { "name": "_0xA0C683284DF027C7", "comment": "Params: p1 is mostly 15, sometimes 1 in R* Scripts (Function: PLAYER_TOGGLE_PICK_UP_HATS)\n_SET_PLAYER_*", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "enable" } ], "return_type": "void", "build": "1207" }, "0x39363DFD04E91496": { "name": "_SET_PLAYER_CAN_MERCY_KILL", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1311" }, "0x4EC8BE63B8A5D4EF": { "name": "_0x4EC8BE63B8A5D4EF", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD04CFAD1E2B7984A": { "name": "GET_MAX_WANTED_LEVEL", "comment": "Gets the maximum wanted level the player can get.\nRanges from 0 to 5.", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x462E0DB9B137DC5F", "gta_jhash": "0x457F1E44" }, "0x4605C66E0F935F83": { "name": "IS_PLAYER_TARGETTING_ANYTHING", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x78CFE51896B6B8A4", "gta_jhash": "0x456DB50D" }, "0xC41F4B6E23FE6A4A": { "name": "RESTORE_PLAYER_STAMINA", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA352C1B864CAFD33", "gta_jhash": "0x62A93608" }, "0x8591EE69CC3ED257": { "name": "_0x8591EE69CC3ED257", "comment": "SET_PLAYER_S/T*", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x9BAB31815159ABCF": { "name": "GET_PLAYER_GROUP", "comment": "Returns the group ID the player is member of.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207", "gta_hash": "0x0D127585F77030AF", "gta_jhash": "0xA5EDCDE8" }, "0x3D9DA5C9EFD20D88": { "name": "_0x3D9DA5C9EFD20D88", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2BEED53B912537D0": { "name": "_0x2BEED53B912537D0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x908D4B72854C8F62": { "name": "_0x908D4B72854C8F62", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xD1F6B912785BFD35": { "name": "_0xD1F6B912785BFD35", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC4873B053054C04B": { "name": "_0xC4873B053054C04B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xCA59808E51FD67C4": { "name": "_0xCA59808E51FD67C4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBA5CA1FEB5DE0DF6": { "name": "_0xBA5CA1FEB5DE0DF6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x0869D499A7848309": { "name": "_0x0869D499A7848309", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xB331D8A73F9D2BDF": { "name": "_0xB331D8A73F9D2BDF", "comment": "_IS_PLAYER_I* - _IS_PLAYER_P*", "params": [ { "type": "Player", "name": "player" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xAC22AA6DF4D1C1DE": { "name": "_ADD_PLAYER_AS_FOLLOW_TARGET", "comment": "Used in script function: NET_AUTO_FOLLOW_UPDATE_LEADER_VALUES\nfollowMode:\nHORSEFOLLOWMODE_AUTO = 0,\nHORSEFOLLOWMODE_SIDE_ONLY,\nHORSEFOLLOWMODE_BEHIND_ONLY,\nHORSEFOLLOWMODE_BEHIND_AND_SIDE,\nHORSEFOLLOWMODE_BEHIND_CLOSE\nfollowPriority:\nHORSEFOLLOWPRIORITY_STEER_ASSIST = 0,\nHORSEFOLLOWPRIORITY_AMBIENT,\nHORSEFOLLOWPRIORITY_NORMAL,\nHORSEFOLLOWPRIORITY_HIGH", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "int", "name": "followMode" }, { "type": "int", "name": "followPriority" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x0C6B89876262A99D": { "name": "_REMOVE_PLAYER_AS_FOLLOW_TARGET", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x12E09E278C6C29B7": { "name": "_0x12E09E278C6C29B7", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDD33A82352C4652F": { "name": "_0xDD33A82352C4652F", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1FDA57E8908F2609": { "name": "_0x1FDA57E8908F2609", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "useSteerassist" } ], "return_type": "void", "build": "1207" }, "0x84481018E668E1B8": { "name": "_0x84481018E668E1B8", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x2009F8AB7A5E9D6D": { "name": "_0x2009F8AB7A5E9D6D", "comment": "_IS_PLAYER_F*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xE24C64D9ADED2EF5": { "name": "_IS_PLAYER_FOLLOWING_TARGET", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xE7F8707269544B29": { "name": "_0xE7F8707269544B29", "comment": "_IS_PLAYER_A* - _IS_PLAYER_BE*", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xE631EAF35828FA67": { "name": "_0xE631EAF35828FA67", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x086549F3B0381CB1": { "name": "_0x086549F3B0381CB1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7964097FCE4C244B": { "name": "IS_PLAYER_CONTROL_ON", "comment": "Returns whether the player can control himself.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x49C32D60007AFA47", "gta_jhash": "0x618857F2" }, "0xB78350754157C00F": { "name": "IS_PLAYER_SCRIPT_CONTROL_ON", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8A876A65283DD7D7", "gta_jhash": "0x61B00A84" }, "0xB8A70C22FD48197A": { "name": "IS_PLAYER_CLIMBING", "comment": "Returns TRUE if the player ('s ped) is climbing at the moment.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x95E8F73DC65EFB9C", "gta_jhash": "0x4A9E9AE0" }, "0xEBB6E27AC2FF32DA": { "name": "_0xEBB6E27AC2FF32DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xB15CD2F9932C9AB5": { "name": "_0xB15CD2F9932C9AB5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x621D1B289CAF5978": { "name": "_0x621D1B289CAF5978", "comment": "_IS_PLAYER_S* - _IS_PLAYER_T*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0xC8183AE963C58374": { "name": "IS_PLAYER_BEING_ARRESTED", "comment": "Return true while player is being arrested / busted.\n\nIf atArresting is set to 1, this function will return 1 when player is being arrested (while player is putting his hand up, but still have control)\n\nIf atArresting is set to 0, this function will return 1 only when the busted screen is shown.", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "atArresting" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x388A47C51ABDAC8E", "gta_jhash": "0x7F6A60D3" }, "0x12917931C31F1750": { "name": "RESET_PLAYER_ARREST_STATE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2D03E13C460760D6", "gta_jhash": "0x453C7CAB" }, "0xCBB54CC7FFFFAB86": { "name": "_0xCBB54CC7FFFFAB86", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xBED386157F65942C": { "name": "_0xBED386157F65942C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDAB6A2FC56B7DE65": { "name": "_0xDAB6A2FC56B7DE65", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0F4EAF69DA41AF43": { "name": "_0x0F4EAF69DA41AF43", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6ADF821FBF21920E": { "name": "_SET_BOUNTY_TARGET", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Player", "name": "target" } ], "return_type": "void", "build": "1207" }, "0x8F2A81C09DA9124A": { "name": "_CLEAR_BOUNTY_TARGET", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x2F96E7720B0B19EA": { "name": "GET_PLAYERS_LAST_VEHICLE", "comment": "", "params": [], "return_type": "Vehicle", "build": "1207", "gta_hash": "0xB6997A7EB3F5C8C0", "gta_jhash": "0xE2757AC1" }, "0x47E385B0D957C8D4": { "name": "GET_PLAYER_INDEX", "comment": "Returns the same as PLAYER_ID and NETWORK_PLAYER_ID_TO_INT", "params": [], "return_type": "Player", "build": "1207", "gta_hash": "0xA5EDC40EF369B48D", "gta_jhash": "0x309BBDC1" }, "0x748B3A65C2604C33": { "name": "INT_TO_PLAYERINDEX", "comment": "Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).", "params": [ { "type": "int", "name": "value" } ], "return_type": "Player", "build": "1207", "gta_hash": "0x41BD2A6B006AF756", "gta_jhash": "0x98DD98F1" }, "0x58FF971FC8F2702C": { "name": "INT_TO_PARTICIPANTINDEX", "comment": "Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).", "params": [ { "type": "int", "name": "value" } ], "return_type": "int", "build": "1207", "gta_hash": "0x9EC6603812C24710", "gta_jhash": "0x98F3B274" }, "0x217E9DC48139933D": { "name": "PLAYER_ID", "comment": "This returns YOUR 'identity' as a Player type.\n\nAlways returns 0 in story mode.", "params": [], "return_type": "Player", "build": "1207", "gta_hash": "0x4F8644AF03D0E0D6", "gta_jhash": "0x8AEA886C" }, "0x096275889B8E0EE0": { "name": "PLAYER_PED_ID", "comment": "Returns current player ped", "params": [], "return_type": "Ped", "build": "1207", "gta_hash": "0xD80958FC74E988A6", "gta_jhash": "0xFA92E226" }, "0x8A9386F0749A17FA": { "name": "NETWORK_PLAYER_ID_TO_INT", "comment": "Does exactly the same thing as PLAYER_ID()", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xEE68096F9F37341E", "gta_jhash": "0x8DD5B838" }, "0xC11469DCA6FC3BB5": { "name": "HAS_FORCE_CLEANUP_OCCURRED", "comment": "", "params": [ { "type": "int", "name": "cleanupFlags" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC968670BFACE42D9", "gta_jhash": "0x4B37333C" }, "0x768C017FB878E4F4": { "name": "FORCE_CLEANUP", "comment": "", "params": [ { "type": "int", "name": "cleanupFlags" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBC8983F38F78ED51", "gta_jhash": "0xFDAAEA2B" }, "0xDAACAF8B687F2353": { "name": "FORCE_CLEANUP_FOR_ALL_THREADS_WITH_THIS_NAME", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "int", "name": "cleanupFlags" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4C68DDDDF0097317", "gta_jhash": "0x04256C73" }, "0xF4C9512A2F0A3031": { "name": "FORCE_CLEANUP_FOR_THREAD_WITH_THIS_ID", "comment": "", "params": [ { "type": "int", "name": "id" }, { "type": "int", "name": "cleanupFlags" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF745B37630DF176B", "gta_jhash": "0x882D3EB3" }, "0x84E8E29EBD4A46D2": { "name": "GET_CAUSE_OF_MOST_RECENT_FORCE_CLEANUP", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x9A41CF4674A12272", "gta_jhash": "0x39AA9FC8" }, "0x39BED552DB46FFA9": { "name": "_SET_PLAYER_MOOD", "comment": "mood: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ePedMood", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "mood" } ], "return_type": "void", "build": "1207" }, "0x054473164C012699": { "name": "_GET_PLAYER_MOOD", "comment": "See _SET_PLAYER_MOOD", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0xDA35A134038557EC": { "name": "SET_PLAYER_MAY_ONLY_ENTER_THIS_VEHICLE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8026FF78F208978A", "gta_jhash": "0xA454DD29" }, "0xC71D07C96946E263": { "name": "_0xC71D07C96946E263", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBEC463B3A11C909E": { "name": "SET_PLAYER_MAY_NOT_ENTER_ANY_VEHICLE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1DE37BBF9E9CC14A", "gta_jhash": "0xAF7AFCC4" }, "0x908258B6209E71F7": { "name": "IS_SYSTEM_UI_BEING_DISPLAYED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5D511E3867C87139", "gta_jhash": "0xE495B6DA" }, "0xD48227263E3D06AE": { "name": "_0xD48227263E3D06AE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1232" }, "0x3946FC742AC305CD": { "name": "_0x3946FC742AC305CD", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "p2" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Entity", "name": "targetEntity" }, { "type": "const char*", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xA28056CD1B04B250": { "name": "_0xA28056CD1B04B250", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1232" }, "0xC67A4910425F11F1": { "name": "_0xC67A4910425F11F1", "comment": "_DISABLE_*(PLAYER_FORCED_INTERACTION_LOCKON?)", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0xFEBEEBC9CBDF4B12": { "name": "SET_PLAYER_INVINCIBLE", "comment": "Simply sets you as invincible (Health will not deplete).", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x239528EACDC3E7DE", "gta_jhash": "0xDFB9A2A2" }, "0x0CBBCB2CCFA7DC4E": { "name": "GET_PLAYER_INVINCIBLE", "comment": "Returns the player's invincibility status.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB721981B2B939E07", "gta_jhash": "0x680C90EE" }, "0x462AA1973CBBA75E": { "name": "SET_PLAYER_LOCKON", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5C8B2F450EE4328E", "gta_jhash": "0x0B270E0F" }, "0x4A056257802DD3E5": { "name": "SET_LOCKON_TO_FRIENDLY_PLAYERS", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xD66A941F401E7302": { "name": "SET_PLAYER_TARGETING_MODE", "comment": "Sets your targeting mode for when you're on foot.\nenum eTargetingMode\n{\n\tTARGETING_MODE_INVALID = -1,\n\tTARGETING_MODE_CAUSAL, (Wide)\n\tTARGETING_MODE_NORMAL,\n\tTARGETING_MODE_HARD, (Narrow)\n\tTARGETING_MODE_EXPERT (Free Aim)\n};", "params": [ { "type": "int", "name": "targetMode" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB1906895227793F3", "gta_jhash": "0x61CAE253" }, "0x19B4F71703902238": { "name": "_SET_PLAYER_IN_VEHICLE_TARGETING_MODE", "comment": "Sets your targeting mode for when you're in a vehicle (perhaps a mount/horse).\nsee SET_PLAYER_TARGETING_MODE for eTargetingMode", "params": [ { "type": "int", "name": "targetMode" } ], "return_type": "void", "build": "1207" }, "0x747257807B8721CE": { "name": "_0x747257807B8721CE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x8702D9150D9FBB3D": { "name": "_0x8702D9150D9FBB3D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xCB0B9506BC91E441": { "name": "_0xCB0B9506BC91E441", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x270B63A641BE32F2": { "name": "CLEAR_PLAYER_HAS_DAMAGED_AT_LEAST_ONE_PED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF0B67A4DE6AB5F98", "gta_jhash": "0x1D31CBBD" }, "0xDA4A4B9B96E20092": { "name": "HAS_PLAYER_DAMAGED_AT_LEAST_ONE_PED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x20CE80B0C2BF4ACC", "gta_jhash": "0x14F52453" }, "0x0361096D6CE4372C": { "name": "CLEAR_PLAYER_HAS_DAMAGED_AT_LEAST_ONE_NON_ANIMAL_PED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4AACB96203D11A31", "gta_jhash": "0x7E3BFBC5" }, "0x16C8D205DD5A2E90": { "name": "HAS_PLAYER_DAMAGED_AT_LEAST_ONE_NON_ANIMAL_PED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE4B90F367BD81752", "gta_jhash": "0xA3707DFC" }, "0xEACEBAAE0A33FB3F": { "name": "_0xEACEBAAE0A33FB3F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x72AD59F7B7FB6E24": { "name": "_0x72AD59F7B7FB6E24", "comment": "_HAS_PLAYER_D*", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x1A6E84F13C952094": { "name": "_0x1A6E84F13C952094", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x78B3D19AF6391A55": { "name": "_SET_PLAYER_DAMAGE_INFO_OVERRIDE", "comment": "damageInfo: STANDARD_PED_DAMAGE, STANDARD_FEMALE_PED_DAMAGE, STANDARD_PLAYER_PED_DAMAGE_MP, STANDARD_FEMALE_PLAYER_PED_DAMAGE_MP", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "damageInfo" } ], "return_type": "void", "build": "1207" }, "0x1F488807BC8E0630": { "name": "_0x1F488807BC8E0630", "comment": "_RESET_PLAYER_A* - _RESET_PLAYER_I*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x5DA6500FE849DA16": { "name": "SET_AIR_DRAG_MULTIPLIER_FOR_PLAYERS_VEHICLE", "comment": "This can be between 1.0f - 50.0f", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCA7DC8329F0A1E9E", "gta_jhash": "0xF20F72E5" }, "0xBFCEABDE34DA5085": { "name": "SET_SWIM_MULTIPLIER_FOR_PLAYER", "comment": "Swim speed multiplier.\nMultiplier goes up to 1.49f", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA91C6F0FF7D16A13", "gta_jhash": "0xB986FF47" }, "0x73EB2EF2E92D23BF": { "name": "_0x73EB2EF2E92D23BF", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xD5FCC166AEB2FD0F": { "name": "SET_PLAYER_FORCED_AIM", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0FEE4F80AC44A726", "gta_jhash": "0x94E42E2E" }, "0x310CE349E0C0EC4B": { "name": "_0x310CE349E0C0EC4B", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x2970929FD5F9FC89": { "name": "DISABLE_PLAYER_FIRING", "comment": "Inhibits the player from using any method of combat including melee and firearms.\n\nNOTE: Only disables the firing for one frame", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5E6CC07646BBEAB8", "gta_jhash": "0x30CB28CB" }, "0xEBFF94328FF7A18A": { "name": "_0xEBFF94328FF7A18A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF993373285053D77": { "name": "_0xF993373285053D77", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE956C2340A76272E": { "name": "_0xE956C2340A76272E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x95EE1DEE1DCD9070": { "name": "_ENABLE_CUSTOM_DEADEYE_ABILITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "enable" } ], "return_type": "void", "build": "1207" }, "0xDE6C85975F9D4894": { "name": "_0xDE6C85975F9D4894", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xBBA140062B15A8AC": { "name": "_0xBBA140062B15A8AC", "comment": "Used in script function INIT_DEADEYE_SLOWDOWN\n_SPECIAL_ABILITY*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0xAE637BB8EF017875": { "name": "_SPECIAL_ABILITY_SET_DISABLED", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "disabled" } ], "return_type": "void", "build": "1207" }, "0xB16223CB7DA965F0": { "name": "_IS_SPECIAL_ABILITY_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x28A13BF6B05C3D83": { "name": "_MODIFY_INFINITE_TRAIL_VISION", "comment": "Toggle handles wether Deadeye and Eagleeye are infinite or not.", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xC0B21F235C02139C": { "name": "_SPECIAL_ABILITY_SET_EAGLE_EYE_DISABLED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x51345AE20F22C261": { "name": "_SPECIAL_ABILITY_RESTORE_BY_AMOUNT", "comment": "Restores Deadeye by given amount.\nParams: p2, p3, p4 = 0, 0, 1 in R* Scripts", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "amount" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xFA437FA0738C370C": { "name": "_0xFA437FA0738C370C", "comment": "Params: p1, p2, p3, p4 = 1.f, 0, 0, 0 in R* Scripts\n_SPECIAL_ABILITY*", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x2498035289B5688F": { "name": "_SPECIAL_ABILITY_RESTORE_OUTER_RING", "comment": "Only used in R* SP Script short_update\nRestores Deadeye Outer Ring", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0x811A748B1BE231BA": { "name": "_GET_PLAYER_REQUIRED_DEAD_EYE_AMOUNT", "comment": "If player has less Dead Eye than required, Dead Eye cant be triggered.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x029884FB65821B07": { "name": "_SPECIAL_ABILITY_GET_AMOUNT_CACHED", "comment": "Returns Deadeye value from player", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x200114E99552462B": { "name": "_SPECIAL_ABILITY_DRAIN_BY_AMOUNT", "comment": "Drains Deadeye by given amount.", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "amount" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x1D77B47AFA584E90": { "name": "_SPECIAL_ABILITY_START_RESTORE", "comment": "Params: p1 = -1 in R* Scripts", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x5A498FCA232F71E1": { "name": "_SET_SPECIAL_ABILITY_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0xAB3773E7AA1E9DCC": { "name": "_GET_PLAYER_SPECIAL_ABILITY_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x00BA333DA05ADC23": { "name": "_SET_SPECIAL_ABILITY_TYPE", "comment": "SPECIAL_ABILITY_NONE = -1,\nSPECIAL_ABILITY_CAR_SLOWDOWN,\nSPECIAL_ABILITY_RAGE,\nSPECIAL_ABILITY_BULLET_TIME,\nSPECIAL_ABILITY_SNAPSHOT,\nSPECIAL_ABILITY_INSULT,\nSPECIAL_ABILITY_DEADEYE,\nSPECIAL_ABILITY_REVIVE", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "type" } ], "return_type": "void", "build": "1207" }, "0x22B3CABEDDB538B2": { "name": "_0x22B3CABEDDB538B2", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB783F75940B23014": { "name": "_SET_SPECIAL_ABILITY_DURATION_COST", "comment": "durationCost: per second", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "durationCost" } ], "return_type": "void", "build": "1207" }, "0xC0B1C05B313693D1": { "name": "_SET_SPECIAL_ABILITY_DISABLE_TIMER", "comment": "Only used in R* SP Script short_update", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "timer" } ], "return_type": "void", "build": "1207" }, "0x57D9991DC1334151": { "name": "_0x57D9991DC1334151", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x21091B4BEB6376EE": { "name": "_0x21091B4BEB6376EE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xAE4BCC79C587EBBF": { "name": "_SET_SPECIAL_ABILITY_ACTIVATION_COST", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "activationCost" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4D1699543B1C023C": { "name": "_0x4D1699543B1C023C", "comment": "_SET_SPECIAL_ABILITY_*", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3A6AE4EEE30370FE": { "name": "_GET_PLAYER_DEAD_EYE_METER_LEVEL", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "float", "build": "1207" }, "0xA81D24AE0AF99A5E": { "name": "_GET_PLAYER_DEAD_EYE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0xDF66A37936D5F3D9": { "name": "_GET_PLAYER_CACHED_DEAD_EYE_AMOUNT", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x592F58BC4D2A2CF3": { "name": "_GET_PLAYER_MAX_DEAD_EYE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Any", "name": "p1" } ], "return_type": "float", "build": "1207" }, "0x0317C947D062854E": { "name": "_GET_PLAYER_HEALTH", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x0FF421E467373FCF": { "name": "_GET_PLAYER_STAMINA", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x768E81AE285A4B67": { "name": "_SET_PLAYER_STAT_FLAG_HASH", "comment": "_N*, _O* or _PE*", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0E1DB1F8F5B561DC": { "name": "_SET_USED_ITEM_EFFECT", "comment": "", "params": [ { "type": "float", "name": "health" }, { "type": "float", "name": "stamina" }, { "type": "float", "name": "deadeye" }, { "type": "int", "name": "healthCore" }, { "type": "int", "name": "staminaCore" }, { "type": "int", "name": "deadeyeCore" } ], "return_type": "void", "build": "1207" }, "0x08E22898A6AF4905": { "name": "_0x08E22898A6AF4905", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBEFED69CE8317F91": { "name": "_0xBEFED69CE8317F91", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA63FCAD3A6FEC6D2": { "name": "_ENABLE_EAGLEEYE", "comment": "(Un)lock Eagle Eye functionality", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "enable" } ], "return_type": "void", "build": "1207" }, "0xE022CC1B545F1D9F": { "name": "_IS_SECONDARY_SPECIAL_ABILITY_ENABLED", "comment": "Returns true if eagle eye is enabled for the player", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x1710BC33CFB83634": { "name": "_SECONDARY_SPECIAL_ABILITY_SET_ACTIVE", "comment": "Activates EagleEye, called together with 0x28A13BF6B05C3D83", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x64FF4BF9AF59E139": { "name": "_SECONDARY_SPECIAL_ABILITY_SET_DISABLED", "comment": "Deactivates EagleEye, called together with 0xC0B21F235C02139C", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "disabled" } ], "return_type": "void", "build": "1207" }, "0x45AB66D02B601FA7": { "name": "_IS_SECONDARY_SPECIAL_ABILITY_ACTIVE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x107F2A66E1C4C83A": { "name": "_0x107F2A66E1C4C83A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDF8822C55EDDA65B": { "name": "START_PLAYER_TELEPORT", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAD15F075A4DA0FDE", "gta_jhash": "0xC552E06C" }, "0x2C2D287748E8E9B7": { "name": "_0x2C2D287748E8E9B7", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC39DCE4672CBFBC1": { "name": "UPDATE_PLAYER_TELEPORT", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE23D5873C2394C61", "gta_jhash": "" }, "0x0858B86146601BE8": { "name": "STOP_PLAYER_TELEPORT", "comment": "Disables the player's teleportation", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xC449EDED9D73009C", "gta_jhash": "0x86AB8DBB" }, "0x085EEAEB8783FEB5": { "name": "IS_PLAYER_TELEPORT_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x02B15662D7F8886F", "gta_jhash": "0x3A11D118" }, "0xD7ECC25E176ECBA5": { "name": "GET_PLAYER_CURRENT_STEALTH_NOISE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207", "gta_hash": "0x2F395D61F3A1F877", "gta_jhash": "0xC3B02362" }, "0x8899C244EBCF70DE": { "name": "SET_PLAYER_HEALTH_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "regenRate" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5DB660B38DD98A31", "gta_jhash": "0x45514731" }, "0x22CD23BB0C45E0CD": { "name": "_GET_PLAYER_HEALTH_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x535ED4605F89AB6E": { "name": "_SET_PLAYER_HEALTH_RECHARGE_TIME_MODIFIER", "comment": "Setting player's Health recharge time to zero forces immediate health regen", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0xFECA17CF3343694B": { "name": "SET_PLAYER_STAMINA_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x617D3494AD58200F": { "name": "_GET_PLAYER_STAMINA_RECHARGE_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0xBBADFB5E5E5766FB": { "name": "_SET_PLAYER_STAMINA_SPRINT_DEPLETION_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207" }, "0x68A0389E0718AC8F": { "name": "_GET_PLAYER_STAMINA_DEPLETION_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x8FBF9EDB378CCB8C": { "name": "_SET_PED_ACTIVE_PLAYER_HORSE", "comment": "Seems to work similar to 0xD2CB0FB0FDCB473D", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "horse" } ], "return_type": "void", "build": "1207" }, "0x46FA0AE18F4C7FA9": { "name": "_GET_ACTIVE_HORSE_FOR_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Ped", "build": "1207" }, "0xD2CB0FB0FDCB473D": { "name": "_SET_PED_AS_SADDLE_HORSE_FOR_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "mount" } ], "return_type": "void", "build": "1207" }, "0xB48050D326E9A2F3": { "name": "_GET_SADDLE_HORSE_FOR_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Ped", "build": "1207" }, "0x227B06324234FB09": { "name": "SET_PED_AS_TEMP_PLAYER_HORSE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "horse" } ], "return_type": "BOOL", "build": "1207" }, "0xD3F7445CEA2E5035": { "name": "_GET_TEMP_PLAYER_HORSE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Ped", "build": "1207" }, "0x77B0B6D17A3AC9AA": { "name": "_0x77B0B6D17A3AC9AA", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDF93973251FB2CA5": { "name": "_SET_PLAYER_MOUNT_STATE_ACTIVE", "comment": "Name could potentially be inaccurate.\nUsed in Script Function HORSE_SETUP_PLAYER_HORSE_ATTRIBUTES (p1 = true)\n_SET_PLAYER_L* - _SET_PLAYER_M*", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "active" } ], "return_type": "void", "build": "1207" }, "0x694FFA4308060CD1": { "name": "_0x694FFA4308060CD1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x09C28F828EE674FA": { "name": "BOOST_PLAYER_HORSE_SPEED_FOR_TIME", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "speedBoost" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207" }, "0x94D529F7B73D7A85": { "name": "SET_PLAYER_WEAPON_DAMAGE_MODIFIER", "comment": "This modifies the damage value of your weapon. Whether it is a multiplier or base damage is unknown.", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCE07B9F7817AADA3", "gta_jhash": "0xB02C2F39" }, "0xD15CC2D493160BE3": { "name": "SET_PLAYER_WEAPON_DEFENSE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2D83BC011CA14A3C", "gta_jhash": "0xAE446344" }, "0x818241B3EDA84191": { "name": "_0x818241B3EDA84191", "comment": "_SET_PLAYER_DAMAGE_* - _SET_PLAYER_DEFENSE_*", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE4CB5A3F18170381": { "name": "SET_PLAYER_MELEE_WEAPON_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4A3DC7ECCC321032", "gta_jhash": "0x362E69AD" }, "0x2D3ACE3DE0A2B622": { "name": "_SET_PLAYER_EXPLOSIVE_WEAPON_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x83C989D5B5B5B466": { "name": "_0x83C989D5B5B5B466", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x03B4B759A8990505": { "name": "_0x03B4B759A8990505", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x67659A8F248E0141": { "name": "_0x67659A8F248E0141", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB427911EA6DFFEF3": { "name": "_SET_RECEIVED_HORSEBACK_DAMAGE_DECREASE", "comment": "Decreases the damage the player receives while on horseback", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "damageDecrease" } ], "return_type": "void", "build": "1207" }, "0x914071FF93AF2692": { "name": "_SET_AI_PLAYER_DEFENSE_MODIFIER_AGAINST_AI", "comment": "Sets Player's Defense against AI modifier", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x2E78D822208E740A": { "name": "_GET_AI_PLAYER_DEFENSE_MODIFIER_AGAINST_AI", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x19B2C7A6C34FAD54": { "name": "_0x19B2C7A6C34FAD54", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x9422743A5BA50E10": { "name": "_0x9422743A5BA50E10", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x497A6539BB0E8787": { "name": "_SET_PLAYER_DEFENSE_MODIFIER", "comment": "Sets stamina core drains peed using ranged damage scale and melee damage scale", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "weaponDefenseMod" }, { "type": "float", "name": "meleeDefenseMod" } ], "return_type": "void", "build": "1207" }, "0x93F499CAE53FCD05": { "name": "_SET_PLAYER_DEFENSE_TYPE_MODIFIER", "comment": "bullet damage modifier: type = 4\nexplosive damage Defense mod: type = 7\nfire damage Defense mod: type = 8, 15", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "type" }, { "type": "float", "name": "defenseModifier" } ], "return_type": "void", "build": "1207" }, "0xD04AD186CE8BB129": { "name": "SET_PLAYER_WEAPON_TYPE_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "weaponHash" }, { "type": "float", "name": "damageModifier" } ], "return_type": "void", "build": "1207" }, "0xFE0304050261442C": { "name": "_GET_PLAYER_WEAPON_DAMAGE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "float", "build": "1207" }, "0x5C2E5E3CAEEB1F58": { "name": "_0x5C2E5E3CAEEB1F58", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFC79DCC94D0A5897": { "name": "_SET_PLAYER_WEAPON_GROUP_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "weaponGroup" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x59F0AFF3E0A1B019": { "name": "_SET_PLAYER_WEAPON_GROUP_AS_INSTANT_KILL", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "weaponGroup" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xAF341032E97FB061": { "name": "_SET_PLAYER_TRAMPLE_DAMAGE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x43F50A7CD2482156": { "name": "_SET_PLAYER_LASSO_DAMAGE_PER_SECOND", "comment": "_SET_PLAYER_A* - _SET_PLAYER_C*", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "damage" } ], "return_type": "void", "build": "1207" }, "0x967FF5BC0CFE6D26": { "name": "_SET_PLAYER_TOTAL_ACCURACY_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "accuracy" } ], "return_type": "void", "build": "1207" }, "0x4EA69188FBCE6A7D": { "name": "_SET_PLAYER_LOCAL_ACCURACY_FLOOR_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "accuracy" } ], "return_type": "void", "build": "1207" }, "0xDEE80FEDFDD43C9B": { "name": "_SET_PLAYER_REMOTE_ACCURACY_FLOOR_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "accuracy" } ], "return_type": "void", "build": "1207" }, "0x3AD212429E095EFB": { "name": "_0x3AD212429E095EFB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB5EC6BDAEBCA454C": { "name": "SET_PLAYER_NOISE_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDB89EF50FF25FCE9", "gta_jhash": "0x15786DD1" }, "0x113EF458AB6CDA67": { "name": "_0x113EF458AB6CDA67", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4DE44FA389DCA565": { "name": "SET_PLAYER_SNEAKING_NOISE_MULTIPLIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB2C1A29588A9F47C", "gta_jhash": "0x8D2D89C4" }, "0xFA0C063C422C4355": { "name": "SIMULATE_PLAYER_INPUT_GAIT", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "speed" }, { "type": "int", "name": "duration" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x477D5D63E63ECA5D", "gta_jhash": "0x0D77CC34" }, "0x61A2EECAB274829B": { "name": "RESET_PLAYER_INPUT_GAIT", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207", "gta_hash": "0x19531C47A2ABD691", "gta_jhash": "0x4A701EE1" }, "0xE0447DEF81CCDFD2": { "name": "SET_PLAYER_SIMULATE_AIMING", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC54C95DA968EC5B5", "gta_jhash": "0xF1E0CAFC" }, "0xD0D9317DFEEF9A66": { "name": "SET_PLAYER_CLOTH_PIN_FRAMES", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x749FADDF97DFE930", "gta_jhash": "0xF7A0F00F" }, "0xC932F57F31EA9152": { "name": "HAS_PLAYER_BEEN_SPOTTED_IN_STOLEN_VEHICLE", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD705740BB0A1CF4C", "gta_jhash": "0x4A01B76A" }, "0xFB6EB8785F808551": { "name": "GET_PLAYER_RECEIVED_BATTLE_EVENT_RECENTLY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xBC0753C9CA14B506", "gta_jhash": "0x9DF75B2A" }, "0x5B9813ECF7633FE8": { "name": "_SET_MOUNT_PROMPT_DISABLED", "comment": "", "params": [ { "type": "BOOL", "name": "disabled" } ], "return_type": "void", "build": "1207" }, "0x2FB0ACADA6A238DD": { "name": "IS_PLAYER_RIDING_TRAIN", "comment": "Returns true if the player is riding a train.", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4EC12697209F2196", "gta_jhash": "0x9765E71D" }, "0x9AFCF9FE1884BF62": { "name": "_0x9AFCF9FE1884BF62", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1E8099F449ABB0BA": { "name": "_0x1E8099F449ABB0BA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCCE7C695C164C35F": { "name": "_GET_DEADEYE_ABILITY_LEVEL", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0xF0FE8E790BFEB5BB": { "name": "_SET_DEADEYE_ABILITY_LEVEL", "comment": "Max level is 5.", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "level" } ], "return_type": "void", "build": "1207" }, "0x8A0643B0B4CA276B": { "name": "_IS_DEADEYE_ABILITY_LOCKED", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "abilityType" } ], "return_type": "BOOL", "build": "1207" }, "0x2797B8D66DD0EBB8": { "name": "_SET_DEADEYE_ABILITY_LOCKED", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "abilityType" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x6B5DDFB967E5073D": { "name": "_SET_DEADEYE_TAGGING_ENABLED", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x32348719DCED2969": { "name": "_GET_IS_DEADEYE_TAGGING_ENABLED", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x3C4AE8506638C7E2": { "name": "_0x3C4AE8506638C7E2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x51139D8C17B16FBC": { "name": "_0x51139D8C17B16FBC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8F44EBB3BA8F6D44": { "name": "_0x8F44EBB3BA8F6D44", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x83FCD6921FC8FD05": { "name": "_SET_DEADEYE_TAGGING_CONFIG", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "filter" } ], "return_type": "void", "build": "1207" }, "0xE92261BD28C0878F": { "name": "_0xE92261BD28C0878F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x870634493CB4372C": { "name": "_SET_DEADEYE_ABILITY_DEPLETION_DELAY", "comment": "Only used in R* SP Script short_update", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "delay" } ], "return_type": "void", "build": "1207" }, "0xA54000D4BFD90BDE": { "name": "_0xA54000D4BFD90BDE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6EDB5D08CB03E763": { "name": "_0x6EDB5D08CB03E763", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x27AD7162D3FED01E": { "name": "_0x27AD7162D3FED01E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xCCD9B77F70D31C9D": { "name": "_GET_NUM_MARKED_DEADEYE_TARGETS", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0xC93A9A45430D484E": { "name": "_0xC93A9A45430D484E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x570A13A4CA2799BB": { "name": "_0x570A13A4CA2799BB", "comment": "Used in script function INIT_DEADEYE_SLOWDOWN", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3ACAC8832E77BC93": { "name": "_0x3ACAC8832E77BC93", "comment": "Used in script function INIT_DEADEYE_SLOWDOWN", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2B12B6FC8B8772AB": { "name": "_0x2B12B6FC8B8772AB", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE910932F4B30BE23": { "name": "_0xE910932F4B30BE23", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x131E294EF60160DF": { "name": "_0x131E294EF60160DF", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x0E9057A9DA78D0F8": { "name": "_0x0E9057A9DA78D0F8", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "bitflag" } ], "return_type": "void", "build": "1207" }, "0x263D69767F76059C": { "name": "_0x263D69767F76059C", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x543DFE14BE720027": { "name": "_REGISTER_EAGLE_EYE_FOR_ENTITY", "comment": "Used for setting up eagle eye for entity\nParams: p2 = re-register or not?", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xAC67098A1E54ABB0": { "name": "_REGISTER_EAGLE_EYE_TRAILS_FOR_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x9DAE1380CC5C6451": { "name": "_UNREGISTER_EAGLE_EYE_FOR_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x9A957912CE2EABD1": { "name": "_UNREGISTER_EAGLE_EYE_TRAILS_FOR_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE5D3EB37ABC1EB03": { "name": "_0xE5D3EB37ABC1EB03", "comment": "_CLEAR_FACIAL_* - _CLEAR_PED_BLOOD*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x0E6846476906C9DD": { "name": "_IS_EAGLE_EYE_REGISTERED_FOR_ENTITY", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x6852288340B43239": { "name": "_0x6852288340B43239", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xE50A67C33514A390": { "name": "_0xE50A67C33514A390", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD288E02E364972D2": { "name": "_0xD288E02E364972D2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1311" }, "0x40AB73092C95B5F5": { "name": "_EAGLE_EYE_DISABLE_TRACKING_TRAIL", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "trail" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x6ECFC621A168424C": { "name": "_0x6ECFC621A168424C", "comment": "", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "Any", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xDC5E09D012D759C4": { "name": "_0xDC5E09D012D759C4", "comment": "", "params": [ { "type": "Entity", "name": "entity1" }, { "type": "Entity", "name": "entity2" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x00B156AFEBCC5AE0": { "name": "_0x00B156AFEBCC5AE0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC58CE6824E604DEC": { "name": "_0xC58CE6824E604DEC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x330CA55A3647FA1C": { "name": "_0x330CA55A3647FA1C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA62BBAAE67A05BB0": { "name": "_0xA62BBAAE67A05BB0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x2C41D93F550D5E37": { "name": "_EAGLE_EYE_SET_COLOR", "comment": "false: default eagleeye color\ntrue: green eagleeye color", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x22C8B10802301381": { "name": "_0x22C8B10802301381", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE0D6C2A146A5C993": { "name": "_EAGLE_EYE_SET_DRAIN_RATE_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x06E1FB78B1E59CA5": { "name": "_0x06E1FB78B1E59CA5", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCE285A4413B00B7F": { "name": "_EAGLE_EYE_SET_PLUS_FLAG_DISABLED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "disabled" } ], "return_type": "void", "build": "1207" }, "0x3813E11A378958A5": { "name": "_0x3813E11A378958A5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x2AF423D6ECB2C485": { "name": "_EAGLE_EYE_SET_FOCUS_ON_ASSOCIATED_CLUE_TRAIL", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Entity", "name": "linkedWaypointPed" } ], "return_type": "void", "build": "1207" }, "0x0F9CF06986300875": { "name": "_0x0F9CF06986300875", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDFC85C5199045026": { "name": "_EAGLE_EYE_SET_TRACKING_UPGRADE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6FA957D1B55941C1": { "name": "_EAGLE_EYE_SET_TRACKING_UPGRADE_2", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0x1DA5C5B0923E1B85": { "name": "_0x1DA5C5B0923E1B85", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xAAED694CE814817F": { "name": "_0xAAED694CE814817F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x62ED71E133B6C9F1": { "name": "EAGLE_EYE_SET_CUSTOM_ENTITY_TINT", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" } ], "return_type": "void", "build": "1207" }, "0xBC02B3D151D3859F": { "name": "_0xBC02B3D151D3859F", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x907B16B3834C69E2": { "name": "_EAGLE_EYE_SET_CUSTOM_DISTANCE", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "distance" } ], "return_type": "void", "build": "1207" }, "0xF21C7A3F3FFBA629": { "name": "_0xF21C7A3F3FFBA629", "comment": "_CLEAR_FACIAL_* - _CLEAR_PED_BLOOD*", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x292F0B6EDC82E3A4": { "name": "_SET_PLAYER_MANAGE_BUFF_SUPER_JUMP", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7146CF430965927C": { "name": "_SET_LOCAL_PLAYER_PERSONA_ABILITY_FLAG", "comment": "see personaabilities.meta\nenum ePersonaAbilityFlag\n{\n\tPERSONA_CAN_AUTOESCAPE_FROM_LASSO,\n\tPERSONA_HAT_BLOCKS_FIRST_HEADSHOT,\n\tPERSONA_FULL_AUTO_FOR_ALL_WEAPONS,\n\tPERSONA_MIGHT_LIVE_AFTER_DEADLY_DAMAGE,\n\tPERSONA_IGNORE_AIM_BEFORE_FIRING_RESTRICTIONS,\n\tPERSONA_DEADEYE_INSTANT_RELOAD,\n\tPERSONA_USE_PHOSPHOROUS_ROUNDS,\n\tPERSONA_CONT_DEADEYE_ON_TAKING_COVER,\n\tPERSONA_CONT_DEADEYE_ON_RELOAD,\n\tPERSONA_CONT_DEADEYE_ON_SHOOTING,\n\tPERSONA_CONT_DEADEYE_ON_EXITING_AIM,\n\tPERSONA_DISABLE_PLAYER_CANCELLING_DEADEYE,\n\tPERSONA_CONT_DEADEYE_ON_RAGDOLL,\n\tPERSONA_USE_EXPLOSIVE_ROUNDS,\n\tPERSONA_EXIT_DEADEYE_ON_TAKING_DAMAGE,\n\tPERSONA_CARRY_TWO_MONEYBAGS,\n\tPERSONA_ABILITY_LONG_PICK_HERBS,\n\tPERSONA_ABILITY_UNBREAKABLE_LASSO,\n\tPERSONA_CONT_DEADEYE_ON_SPRINTING,\n\tPERSONA_CANT_DEAL_HEADSHOTS,\n\tPERSONA_HANGMAN,\n\tPERSONA_ALLOW_DEADEYE_WITH_MELEE_WEAPONS,\n\tPERSONA_ALLOW_DEADEYE_WHILE_UNARMED,\n\tPERSONA_DISABLE_DEADEYE_PERFECT_ACCURACY,\n\tPERSONA_CANT_DEAL_HEADSHOTS_TO_PLAYERS,\n\tPERSONA_CANT_DEAL_CRITICAL_DAMAGE,\n\tPERSONA_CANT_DEAL_CRITICAL_DAMAGE_TO_PLAYERS,\n\tPERSONA_ALLOW_EAGLEEYE_IN_COMBAT,\n\tPERSONA_CONT_EAGLEEYE_ON_SPRINT,\n\tPERSONA_SUPPRESS_LENGENDARY_EAGLEEYE_TRAIL_COLOR\n};", "params": [ { "type": "int", "name": "flagId" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xE133C1EC5300F740": { "name": "_SET_PLAYER_MAX_AMMO_OVERRIDE_FOR_AMMO_TYPE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "ammoType" }, { "type": "int", "name": "amount" } ], "return_type": "void", "build": "1207" }, "0xC900A465364A85D6": { "name": "_0xC900A465364A85D6", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0xCFB2EED4FCB7BD77": { "name": "_0xCFB2EED4FCB7BD77", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x2BB8D58E88777499": { "name": "_0x2BB8D58E88777499", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x00EB5A760638DB55": { "name": "_0x00EB5A760638DB55", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x65887EAC535A0B0C": { "name": "_0x65887EAC535A0B0C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x11A7FF918EF6BC66": { "name": "_SET_WEAPON_DEGRADATION_MODIFIER", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0xBE0C524970892D41": { "name": "_SET_BOW_DRAW_REDUCTION_TIME_IN_DEADEYE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "drawReductionTime" } ], "return_type": "void", "build": "1207" }, "0xFE7C9CF376D23342": { "name": "_SET_BOW_STAMINA_DRAIN_SPEED", "comment": "Decreases Stamina bar drain speed by % when drawing a bow.", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "staminaDrain" } ], "return_type": "void", "build": "1207" }, "0x7761A30432C91297": { "name": "_SET_DAMAGE_CLOSE_DISTANCE_BONUS", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "closeRangeLowerBound" }, { "type": "float", "name": "closeRangeUpperBound" } ], "return_type": "void", "build": "1207" }, "0x5006C36652D6EC56": { "name": "_SET_DAMAGE_CLOSE_DISTANCE_BONUS_TOTAL", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "closeDamageBonus" } ], "return_type": "void", "build": "1207" }, "0xED591CB17C8BA216": { "name": "_SET_DAMAGE_FAR_DISTANCE_BONUS", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "farRangeLowerBound" }, { "type": "float", "name": "farRangeUpperBound" } ], "return_type": "void", "build": "1207" }, "0x1F0E3A4434565F8F": { "name": "_SET_DAMAGE_FAR_DISTANCE_BONUS_TOTAL", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "float", "name": "farDamageBonus" } ], "return_type": "void", "build": "1207" }, "0x6C54E69516CC56BD": { "name": "_0x6C54E69516CC56BD", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x3A8611BD7BDE84F7": { "name": "_0x3A8611BD7BDE84F7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC177C827CEFC0AA4": { "name": "_0xC177C827CEFC0AA4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBD96185264DDAAEA": { "name": "_0xBD96185264DDAAEA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x628E742FE1F79C4A": { "name": "_0x628E742FE1F79C4A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC6366A585659D15C": { "name": "_SET_PLAYER_INTERACTION_POSITIVE_RESPONSE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "speech" } ], "return_type": "void", "build": "1207" }, "0x98CD760DE43B612E": { "name": "_SET_PLAYER_INTERACTION_NEGATIVE_RESPONSE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "speech" } ], "return_type": "void", "build": "1207" }, "0x216BC0D3D2E413D2": { "name": "_0x216BC0D3D2E413D2", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x45EF176B532CA851": { "name": "_0x45EF176B532CA851", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA342495F93B7B838": { "name": "_0xA342495F93B7B838", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3BB84F812E052C90": { "name": "_0x3BB84F812E052C90", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x9FC5A003FB76EDBD": { "name": "_0x9FC5A003FB76EDBD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0FAF95D71ED67ADE": { "name": "_0x0FAF95D71ED67ADE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x988C9045531B9FCE": { "name": "_0x988C9045531B9FCE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0x06C3DB00B69D5435": { "name": "_0x06C3DB00B69D5435", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0xBB6EA5D59E926095": { "name": "_0xBB6EA5D59E926095", "comment": "NPEW__ENUM__EMOTE_CATEGORY_INVALID = -1\nNPEW__ENUM__EMOTE_CATEGORY_ACTIONS\nNPEW__ENUM__EMOTE_CATEGORY_ANTAGONIZE\nNPEW__ENUM__EMOTE_CATEGORY_REACTIONS\nNPEW__ENUM__EMOTE_CATEGORY_GREET\nNPEW__ENUM__NUM_EMOTE_CATEGORIES\nNPEW__ENUM__NUM_DISPLAY_TEXTURES", "params": [ { "type": "int", "name": "category" }, { "type": "Hash", "name": "emote" } ], "return_type": "void", "build": "1207" }, "0xE1D356F5A66D0FFA": { "name": "_0xE1D356F5A66D0FFA", "comment": "", "params": [ { "type": "Hash", "name": "emote" } ], "return_type": "BOOL", "build": "1232" }, "0x929DDD5538F3DF1F": { "name": "_0x929DDD5538F3DF1F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0xFA7DAAE3959E6C7B": { "name": "_0xFA7DAAE3959E6C7B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9461A8FAB0378E5B": { "name": "_0x9461A8FAB0378E5B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCB61A63AA53D7D22": { "name": "_0xCB61A63AA53D7D22", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCFFC3ECCD7A5CCEB": { "name": "_0xCFFC3ECCD7A5CCEB", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Hash", "name": "weapon" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x76F7E1BCD623A429": { "name": "_0x76F7E1BCD623A429", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x585CE159DB46FADB": { "name": "_0x585CE159DB46FADB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x9F9A829C6751F3C7": { "name": "_SET_PLAYER_RESET_FLAG", "comment": "https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ePlayerResetFlags\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/PLAYER_RESET_FLAGS", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "playerResetFlag" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFE691E89C08937B6": { "name": "_GET_PLAYER_RESET_FLAG", "comment": "playerResetFlag: See 0x9F9A829C6751F3C7", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "playerResetFlag" } ], "return_type": "BOOL", "build": "1207" }, "0xF49F14462F0AE27C": { "name": "GET_MOUNT_OWNED_BY_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Ped", "build": "1207" }, "0xAD03B03737CE6810": { "name": "_GET_PLAYER_OWNER_OF_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "mount" } ], "return_type": "Player", "build": "1207" }, "0xE6D4E435B56D5BD0": { "name": "_SET_PLAYER_OWNS_MOUNT", "comment": "Seems to enable active horse equipment prompt when being near it and enables the control that opens the inventory as well", "params": [ { "type": "Player", "name": "player" }, { "type": "Ped", "name": "mount" } ], "return_type": "void", "build": "1207" }, "0xB9050A97594C8832": { "name": "_GET_VEHICLE_OWNED_BY_PLAYER", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Vehicle", "build": "1207" }, "0x7C803BDC8343228D": { "name": "_GET_PLAYER_OWNER_OF_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "Player", "build": "1207" }, "0xD0E02AA618020D17": { "name": "_SET_PLAYER_OWNS_VEHICLE", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0x5CA6BBD4A7D8145E": { "name": "_GET_PLAYER_HUNTING_WAGON", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Vehicle", "build": "1207" }, "0x6A4404BDFA62CE2C": { "name": "_SET_PLAYER_HUNTING_WAGON", "comment": "Only applies to HUNTERCART01", "params": [ { "type": "Player", "name": "player" }, { "type": "Vehicle", "name": "wagon" } ], "return_type": "void", "build": "1207" }, "0x9044835BE9D9DBFE": { "name": "_0x9044835BE9D9DBFE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0139637A3BFF8B6D": { "name": "GET_DISCOVERABLE_NAME_HASH_AND_TYPE_FOR_ENTITY", "comment": "Returns name hash (name) and outHash includes the type.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash*", "name": "type" } ], "return_type": "Hash", "build": "1207" }, "0x8E84119A23C16623": { "name": "_GET_CONSTRUCTED_DISCOVERED_CHARACTER_NAME", "comment": "p0: mostly Ped Hashes", "params": [ { "type": "Hash", "name": "p0" }, { "type": "BOOL", "name": "model" }, { "type": "BOOL", "name": "outfit" } ], "return_type": "Hash", "build": "1207" }, "0x0335106F3ACABBED": { "name": "GET_TARGET_CHARACTER_NAME_SCRIPT_OVERRIDE_HASH", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x755E08680F21EF30": { "name": "GET_TARGET_CHARACTER_NAME_SCRIPT_OVERRIDE_RAW_STRING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "const char*", "build": "1207" }, "0x36E3D8B5A6552FE8": { "name": "GET_TARGET_CHARACTER_NAME_FOR_LOCAL_PLAYER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0xDA9D7BE231FE865F": { "name": "_0xDA9D7BE231FE865F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x946D46CD6DFB9742": { "name": "_SET_PLAYER_HAS_DISCOVERED_CHARACTER_NAME_SP", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "Hash", "name": "discoveryHash" } ], "return_type": "void", "build": "1207" }, "0x0772F87D7B07719A": { "name": "_GET_HAS_PLAYER_DISCOVERED_CHARACTER_NAME_SP", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "Hash", "name": "discoveryHash" } ], "return_type": "BOOL", "build": "1207" }, "0xCDDD4B74660E2335": { "name": "_0xCDDD4B74660E2335", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x77E83C315A3B31CA": { "name": "_0x77E83C315A3B31CA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x7C32191D9FB2BDEA": { "name": "_SET_PLAYER_HAS_DISCOVERED_CHARACTER_NAME_MP", "comment": "", "params": [ { "type": "Hash", "name": "discoveryHash" } ], "return_type": "void", "build": "1207" }, "0x354F689C4FFAAB37": { "name": "GET_HAS_PLAYER_DISCOVERED_CHARACTER_NAME_MP", "comment": "", "params": [ { "type": "Hash", "name": "discoveryHash" } ], "return_type": "BOOL", "build": "1207" }, "0xFB0E622B401884D3": { "name": "_MODIFY_PLAYER_DISCOVERED_CHARACTER_NAME_MP_SET_UNDISCOVERED", "comment": "", "params": [ { "type": "Hash", "name": "discoveryHash" } ], "return_type": "void", "build": "1207" }, "0xDC68829BB3F37023": { "name": "_SET_SHOW_INFO_CARD", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "showingInfoCard" } ], "return_type": "void", "build": "1207" }, "0x4DBC4873707E8FD6": { "name": "_0x4DBC4873707E8FD6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xCEDC16930526F728": { "name": "_0xCEDC16930526F728", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x14E57F88BA0A07FC": { "name": "_0x14E57F88BA0A07FC", "comment": "", "params": [ { "type": "Hash", "name": "location" } ], "return_type": "void", "build": "1207" }, "0x2E1ABE627C95ED9B": { "name": "_0x2E1ABE627C95ED9B", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x497A18F8F88AA9D8": { "name": "_0x497A18F8F88AA9D8", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x4F0D2256AAE94EDA": { "name": "_0x4F0D2256AAE94EDA", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x5F8E0303C229C84B": { "name": "_SET_LOCKON_FOCUS_FIRE_VFX", "comment": "Focus Fire VFX start for player: p1 = focusfire", "params": [ { "type": "Player", "name": "player" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0B7803F6F7BB43E0": { "name": "_0x0B7803F6F7BB43E0", "comment": "Hardcoded to return zero/false.", "params": [], "return_type": "Any", "build": "1207" }, "0xC74EB3F2EC169F6B": { "name": "_0xC74EB3F2EC169F6B", "comment": "Hardcoded to return zero/false.", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1232" }, "0x3B296934DB026873": { "name": "_0x3B296934DB026873", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x506CE71FB6E8CF5E": { "name": "SET_MIN_TIME_BEFORE_HORSE_BUCKING", "comment": "", "params": [ { "type": "Ped", "name": "mount" }, { "type": "int", "name": "iMinBuckTime" } ], "return_type": "void", "build": "1207" }, "0xF4CB347D7B5EB0FD": { "name": "_0xF4CB347D7B5EB0FD", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xCD7CA3013FD12749": { "name": "_0xCD7CA3013FD12749", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0xE5A3DD2FF84E1A4B": { "name": "_FORCE_REST_SCENARIO", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1232" }, "0x57028FD99886F6F9": { "name": "_0x57028FD99886F6F9", "comment": "_IS_PLAYER_D* - _IS_PLAYER_F*", "params": [], "return_type": "BOOL", "build": "1232" }, "0x35A33783EC3C3448": { "name": "_0x35A33783EC3C3448", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0x39D8D7082BC34B72": { "name": "_0x39D8D7082BC34B72", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0x1AD8AD999C27F44A": { "name": "_0x1AD8AD999C27F44A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" } }, "POPULATION": { "0xA1E3171ED0E47564": { "name": "GET_NUM_MODELS_IN_POPULATION_SET", "comment": "", "params": [ { "type": "Hash", "name": "popSetHash" } ], "return_type": "int", "build": "1207" }, "0x3EAFA1C533B7139E": { "name": "GET_PED_MODEL_NAME_IN_POPULATION_SET", "comment": "", "params": [ { "type": "Hash", "name": "popSetHash" }, { "type": "int", "name": "index" } ], "return_type": "Hash", "build": "1207" }, "0x6B12ED8C77E8567B": { "name": "GET_RANDOM_MODEL_FROM_POPULATION_SET", "comment": "", "params": [ { "type": "Hash", "name": "popSetHash" }, { "type": "int", "name": "flags" }, { "type": "Hash", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "Hash", "build": "1207" }, "0x9AC1C64FE46B6D09": { "name": "_CREATE_POPZONE_FROM_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "PopZone", "build": "1207" }, "0xA6E6A66FC4CA4224": { "name": "_DELETE_SCRIPT_POPZONE", "comment": "", "params": [ { "type": "PopZone", "name": "popZone" } ], "return_type": "void", "build": "1207" }, "0xA5BD585005EFCAD4": { "name": "_IS_POPZONE_VALID", "comment": "", "params": [ { "type": "PopZone", "name": "popZone" } ], "return_type": "BOOL", "build": "1207" }, "0x3E6A49D9B519E85C": { "name": "SET_POPZONE_POPULATION_SET", "comment": "", "params": [ { "type": "PopZone", "name": "popZone" }, { "type": "Hash", "name": "populationSetHash" } ], "return_type": "void", "build": "1207" }, "0x7E6BC0B94F5928F0": { "name": "_0x7E6BC0B94F5928F0", "comment": "", "params": [ { "type": "PopZone", "name": "popZone" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x578E2FA64E847C60": { "name": "_0x578E2FA64E847C60", "comment": "", "params": [ { "type": "PopZone", "name": "popZone" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x08892122769770D5": { "name": "_0x08892122769770D5", "comment": "", "params": [ { "type": "PopZone", "name": "popZone" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0F1861101C9A9944": { "name": "_0x0F1861101C9A9944", "comment": "", "params": [ { "type": "PopZone", "name": "popZone" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x60CDE717A6D47769": { "name": "SET_SPAWNER_INFO_PRIORITY", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "int", "name": "priority" } ], "return_type": "void", "build": "1207" }, "0x217A54DE2D200305": { "name": "CLEAR_SPAWNER_INFO_PRIORITY", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x638FCFC6042A9473": { "name": "_0x638FCFC6042A9473", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB56D41A694E42E86": { "name": "_ADD_AMBIENT_AVOIDANCE_RESTRICTION", "comment": "flags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/PedFilterFlags", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "includeFlags" }, { "type": "int", "name": "excludeFlags" }, { "type": "Hash", "name": "p3" }, { "type": "Hash", "name": "p4" }, { "type": "Hash", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x74C2B3DC0B294102": { "name": "_REMOVE_AMBIENT_AVOIDANCE_RESTRICTION", "comment": "flags: see 0xB56D41A694E42E86", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0x18262CAFEBB5FBE1": { "name": "_ADD_AMBIENT_SPAWN_RESTRICTION", "comment": "flags: see 0xB56D41A694E42E86", "params": [ { "type": "Volume", "name": "volume" }, { "type": "int", "name": "includeFlags" }, { "type": "int", "name": "excludeFlags" }, { "type": "Hash", "name": "p3" }, { "type": "Hash", "name": "p4" }, { "type": "Hash", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xA1CFB35069D23C23": { "name": "_REMOVE_AMBIENT_SPAWN_RESTRICTION", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0x2161278C6322F740": { "name": "_0x2161278C6322F740", "comment": "", "params": [ { "type": "int", "name": "includeFlags" }, { "type": "int", "name": "excludeFlags" }, { "type": "int", "name": "p2" }, { "type": "Hash", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0xF45E46DEECF7DF6E": { "name": "_0xF45E46DEECF7DF6E", "comment": "", "params": [ { "type": "int", "name": "bitFlag" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x8EC7CD701F872F87": { "name": "_0x8EC7CD701F872F87", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xC4533E3E87125C9E": { "name": "_0xC4533E3E87125C9E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF74E134F40192884": { "name": "_SET_PED_SHOULD_IGNORE_AVOIDANCE_VOLUMES", "comment": "Params: p1 = 1 & 2 in R* Scripts, 0 = Disable avoidance, 1 = Enabled avoidance, 2 = Enabled avoidance (?)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDBBF12EA7C1029B2": { "name": "_0xDBBF12EA7C1029B2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x247F86595D396344": { "name": "_0x247F86595D396344", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x324AB2A68AD8AEE5": { "name": "_0x324AB2A68AD8AEE5", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC6DCC2A3A8825C85": { "name": "DISABLE_AMBIENT_ROAD_POPULATION", "comment": "", "params": [ { "type": "BOOL", "name": "unk" } ], "return_type": "void", "build": "1207" }, "0xBC90BDF4E5228EA1": { "name": "ENABLE_AMBIENT_ROAD_POPULATION", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x2660E7720EDC4BD0": { "name": "_0x2660E7720EDC4BD0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1311" }, "0x595478B3BBC3076D": { "name": "_GET_RANDOM_FISH_TYPE_FOR_LOCATION", "comment": "Returns model hash of the closest fish", "params": [], "return_type": "Hash", "build": "1207" }, "0xEC116EDB683AD479": { "name": "_0xEC116EDB683AD479", "comment": "Only used for Special Event (XMAS).\n_SET_P*", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" } }, "POSSE": { "0xC086FF658B2E51DB": { "name": "_0xC086FF658B2E51DB", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xC086FF658B2E51DA": { "name": "_0xC086FF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC087FF658B2E51DA": { "name": "_0xC087FF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC088FF658B2E51DA": { "name": "POSSE_GET_POSSE_MEMBERSHIP_COUNT", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0xC089FF658B2E51DA": { "name": "_0xC089FF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC08AFF658B2E51DA": { "name": "_0xC08AFF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC08BFF658B2E51DA": { "name": "_0xC08BFF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC08AFF658B2E51DB": { "name": "_0xC08AFF658B2E51DB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC08CFF658B2E51DA": { "name": "_0xC08CFF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC09CFF658B2E51DA": { "name": "_0xC09CFF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xC08DEF658B2E51DA": { "name": "_0xC08DEF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC08DFF658B2E51DA": { "name": "_0xC08DFF658B2E51DA", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xC08DFF658B2E51DB": { "name": "_0xC08DFF658B2E51DB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC08EFF658B2E51DB": { "name": "_0xC08EFF658B2E51DB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC08FFF658B2E51DA": { "name": "_0xC08FFF658B2E51DA", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xC08FFF658B2E51DB": { "name": "_0xC08FFF658B2E51DB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC084FF658B2E61DA": { "name": "_0xC084FF658B2E61DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC084FF658B2E71DA": { "name": "_0xC084FF658B2E71DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xC084FF658B2E81DA": { "name": "_0xC084FF658B2E81DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xC084FF658B2E52DA": { "name": "_0xC084FF658B2E52DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC084FF658B2E53DA": { "name": "_0xC084FF658B2E53DA", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xC084FF658B2E54DA": { "name": "_0xC084FF658B2E54DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xC084FF658B2E55DA": { "name": "_0xC084FF658B2E55DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC484FF658B2E55DA": { "name": "_0xC484FF658B2E55DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC584FF658B2E55DA": { "name": "_0xC584FF658B2E55DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC684FF658B2E55DA": { "name": "_0xC684FF658B2E55DA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC184FF658B2E55DA": { "name": "_0xC184FF658B2E55DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC284FF658B2E55DA": { "name": "_0xC284FF658B2E55DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xC394FF658B2E55DA": { "name": "_0xC394FF658B2E55DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0xC07CFF658B2E51DA": { "name": "_0xC07CFF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xC06CFF658B2E51DA": { "name": "_0xC06CFF658B2E51DA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" } }, "PROPSET": { "0xF3DE57A46D5585E9": { "name": "_REQUEST_PROP_SET", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0xE72F591958F3ACAB": { "name": "_REQUEST_PROP_SET_2", "comment": "Same as _REQUEST_PROP_SET", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0x48A88FC684C55FDC": { "name": "_HAS_PROP_SET_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0xD090ABEF4D6A7D96": { "name": "_HAS_PROP_SET_LOADED_2", "comment": "Same as _HAS_PROP_SET_LOADED", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0x909E3C7FAE539FB1": { "name": "_SET_PROP_SET_AS_NO_LONGER_NEEDED", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" } ], "return_type": "void", "build": "1207" }, "0x58AC173A55D9D7B4": { "name": "_DELETE_PROP_SET", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB1964A83B345B4AB": { "name": "_RELEASE_PROP_SET", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0xE65C5CBA95F0E510": { "name": "_CREATE_PROP_SET", "comment": "propsetType: https://github.com/femga/rdr3_discoveries/blob/master/objects/propsets_list.lua\nplacementType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/PlacementType", "params": [ { "type": "Hash", "name": "propsetType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "placementType" }, { "type": "float", "name": "heading" }, { "type": "float", "name": "zProbe" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "useVegMod" } ], "return_type": "PropSet", "build": "1207" }, "0x899C97A1CCE7D483": { "name": "_CREATE_PROP_SET_2", "comment": "Same as _CREATE_PROP_SET", "params": [ { "type": "Hash", "name": "propsetType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "placementType" }, { "type": "float", "name": "heading" }, { "type": "float", "name": "zProbe" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "useVegMod" } ], "return_type": "PropSet", "build": "1207" }, "0x9609DBDDE18FAD8C": { "name": "CREATE_PROP_SET_INSTANCE_ATTACHED_TO_ENTITY", "comment": "", "params": [ { "type": "Hash", "name": "hash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "PropSet", "build": "1207" }, "0xACA7FB30269096D4": { "name": "_CREATE_PROP_SET_INSTANCE_ATTACHED_TO_ENTITY_2", "comment": "Same as CREATE_PROP_SET_INSTANCE_ATTACHED_TO_ENTITY", "params": [ { "type": "Hash", "name": "hash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "PropSet", "build": "1207" }, "0x7DDDCF815E650FF5": { "name": "DOES_PROP_SET_EXIST", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" } ], "return_type": "BOOL", "build": "1207" }, "0x72068021F498E6E3": { "name": "_DOES_PROP_SET_OF_TYPE_EXIST_NEAR_COORDS", "comment": "", "params": [ { "type": "Hash", "name": "propsetHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207" }, "0xF42DB680A8B2A4D9": { "name": "IS_PROP_SET_FULLY_LOADED", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" } ], "return_type": "BOOL", "build": "1207" }, "0x9D096A5BD02F953E": { "name": "_SET_PROP_SET_VISIBLE", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x0CE8AAFE9E433A23": { "name": "_IS_PROP_SET_VISIBLE", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" } ], "return_type": "BOOL", "build": "1207" }, "0xA6A9712955F53D9C": { "name": "_GET_PROP_SET_MODEL", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" } ], "return_type": "Hash", "build": "1207" }, "0x36F69E7A22655653": { "name": "_GET_VEHICLE_PROP_SET_HASH", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "Hash", "build": "1207" }, "0x738271B660FE0695": { "name": "_GET_ENTITIES_FROM_PROP_SET", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" }, { "type": "ItemSet", "name": "itemSet" }, { "type": "Hash", "name": "model" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "int", "build": "1207" }, "0xC4B67EF3FD65622D": { "name": "_0xC4B67EF3FD65622D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x58E0B01D45CA7357": { "name": "_0x58E0B01D45CA7357", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xC1AB7EEFD3E6EE49": { "name": "_SET_PROP_SET_FLAG", "comment": "", "params": [ { "type": "PropSet", "name": "propSet" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0xCE2ACD6F602803E5": { "name": "_GET_VEHICLE_PROP_SET", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "PropSet", "build": "1207" }, "0x53784CEA0159439B": { "name": "_DOES_VEHICLE_HAVE_ANY_PROP_SET", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0xD80FAF919A2E56EA": { "name": "_ADD_PROP_SET_FOR_VEHICLE", "comment": "List of vehicle propsets (wagons & trains): https://pastebin.com/1CsnvGLu / https://pastebin.com/v7TtqTgE", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "propset" } ], "return_type": "void", "build": "1207" }, "0x3BCF32FF37EA9F1D": { "name": "_REMOVE_VEHICLE_PROP_SETS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0x155B2FBE72D7D1D0": { "name": "_IS_VEHICLE_PROP_SET_LOADED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x75F90E4051CC084C": { "name": "_ADD_ADDITIONAL_PROP_SET_FOR_VEHICLE", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_propsets.lua", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "propset" } ], "return_type": "void", "build": "1207" }, "0x7264F9CA87A9830B": { "name": "_IS_VEHICLE_PROP_SET_LOADED_ADDITIONAL", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0xA079300AF757FB1A": { "name": "_GET_VEHICLE_LIGHT_PROP_SET", "comment": "Returns PropSet handle to be used with _GET_PROP_SET_MODEL", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "PropSet", "build": "1207" }, "0xC9B4B3A36F81FD75": { "name": "_DOES_VEHICLE_HAVE_ANY_LIGHT_PROP_SET", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0xC0F0417A90402742": { "name": "_ADD_LIGHT_PROP_SET_TO_VEHICLE", "comment": "To remove propsets either parse a zero as hash or call 0xE31C0CB1C3186D40\n0xA6A9712955F53D9C returns lightPropset Hashes\nhttps://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_lantern_propsets.lua", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "lightPropset" } ], "return_type": "void", "build": "1207" }, "0xE31C0CB1C3186D40": { "name": "_REMOVE_VEHICLE_LIGHT_PROP_SETS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0x0790473EEE1977D3": { "name": "_IS_VEHICLE_LIGHT_PROP_SET_LOADED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0xCFC0BD09BB1B73FF": { "name": "_GET_TRAIN_CARRIAGE_PROP_SET", "comment": "Example before/after deleting a train carriage's propset: https://imgur.com/a/qRNrIrK", "params": [ { "type": "Entity", "name": "trainCarriage" } ], "return_type": "PropSet", "build": "1207" }, "0x8F3333F0A6900B3C": { "name": "_HAS_VEHICLE_TRAILER_PROP_SET_LOADED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "wagonIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xC061E50F8D299F95": { "name": "_GET_PROP_SET_AT_COORDS", "comment": "", "params": [ { "type": "Hash", "name": "propsetHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "PropSet", "build": "1207" } }, "QUEUE": { "0x402B5D7D269FF796": { "name": "_EVENT_QUEUE_IS_EMPTY", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0xD87DF294B049211D": { "name": "_EVENT_QUEUE_POP", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "void", "build": "1207" } }, "RECORDING": { "0xA8C44C13419634F2": { "name": "REPLAY_PREVENT_RECORDING_THIS_FRAME", "comment": "nullsub, doesn't do anything\n\nOld name: _STOP_RECORDING_THIS_FRAME", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xEB2D525B57F42B40", "gta_jhash": "" } }, "REPLAY": { "0x0F838D47DE58EDB2": { "name": "REPLAY_SYSTEM_HAS_REQUESTED_A_SCRIPT_CLEANUP", "comment": "Hardcoded to return false.\n\nOld name: _IS_INTERIOR_RENDERING_DISABLED", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x95AB8B5C992C7B58", "gta_jhash": "" }, "0x57C6525034E76EB0": { "name": "SET_SCRIPTS_HAVE_CLEANED_UP_FOR_REPLAY_SYSTEM", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x5AD3932DAEB1E5D3", "gta_jhash": "" }, "0xB3F2829907403C13": { "name": "OPEN_VIDEO_EDITOR", "comment": "Hardcoded to return true.", "params": [], "return_type": "BOOL", "build": "1207" }, "0xCEEC64BD27A59312": { "name": "CLOSE_VIDEO_EDITOR", "comment": "Hardcoded to return true.", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x9EEB007317FA3B9C": { "name": "IS_VIDEO_EDITOR_RUNNING", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" } }, "SCRIPTS": { "0x31010318BA9897AC": { "name": "_SET_PLAYER_BIT_AT_INDEX", "comment": "", "params": [ { "type": "Any*", "name": "value" }, { "type": "int", "name": "bitIndex" } ], "return_type": "void", "build": "1207" }, "0xD426E2E3288469D6": { "name": "_CLEAR_PLAYER_BIT_AT_INDEX", "comment": "", "params": [ { "type": "Any*", "name": "value" }, { "type": "int", "name": "bitIndex" } ], "return_type": "void", "build": "1207" }, "0xE4ABE20DCE7C7CFE": { "name": "_0xE4ABE20DCE7C7CFE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFFDDF802279BE128": { "name": "_0xFFDDF802279BE128", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x64F765D9A1F8F02C": { "name": "_0x64F765D9A1F8F02C", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "Any*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x20F4CB76689ACDBC": { "name": "_SET_ALL_PLAYER_BITS", "comment": "", "params": [ { "type": "Any*", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xDE544B7EC0C187CC": { "name": "_CLEAR_ALL_PLAYER_BITS", "comment": "", "params": [ { "type": "Any*", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x72B2E00C9BAC6789": { "name": "_IS_PLAYER_BIT_SET_AT_INDEX", "comment": "", "params": [ { "type": "Any*", "name": "value" }, { "type": "int", "name": "bitIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x179A6F0EE2E79026": { "name": "_IS_ANY_PLAYER_BIT_SET", "comment": "", "params": [ { "type": "int*", "name": "playerBits" } ], "return_type": "BOOL", "build": "1207" }, "0xFA3B530A5CC693D5": { "name": "GET_BLOCK_OF_PLAYER_BITS", "comment": "", "params": [ { "type": "Any*", "name": "value" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xC6DFB8C04C86D5A5": { "name": "SET_BLOCK_OF_PLAYER_BITS", "comment": "", "params": [ { "type": "Any*", "name": "value" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x462C687BEA254BD9": { "name": "COUNT_PLAYER_BITS", "comment": "", "params": [ { "type": "Any*", "name": "value" } ], "return_type": "int", "build": "1207" }, "0x1BDB5A07307F6929": { "name": "_0x1BDB5A07307F6929", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1C5EB3C27F7508CB": { "name": "_0x1C5EB3C27F7508CB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x42A429CDFED6D99D": { "name": "_0x42A429CDFED6D99D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x5827BE85A87B073D": { "name": "_0x5827BE85A87B073D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0A79C81C418F5D38": { "name": "_0x0A79C81C418F5D38", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xA88E1D7FA1E20080": { "name": "_0xA88E1D7FA1E20080", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x2F050A3FF8738245": { "name": "COUNT_PARTICIPANT_BITS", "comment": "", "params": [ { "type": "Any*", "name": "value" } ], "return_type": "int", "build": "1207" }, "0x46ED607DDD40D7FE": { "name": "REQUEST_SCRIPT", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6EB5F71AA68F2E8E", "gta_jhash": "0xE26B2666" }, "0x0086D3067E1CFD1C": { "name": "SET_SCRIPT_AS_NO_LONGER_NEEDED", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC90D2DCACD56184C", "gta_jhash": "0x6FCB7795" }, "0xE97BD36574F8B0A6": { "name": "HAS_SCRIPT_LOADED", "comment": "Returns if a script has been loaded into the game. Used to see if a script was loaded after requesting.", "params": [ { "type": "const char*", "name": "scriptName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE6CC9F3BA0FB9EF1", "gta_jhash": "0x5D67F751" }, "0x552B171E3F69E5AE": { "name": "DOES_SCRIPT_EXIST", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFC04745FBE67C19A", "gta_jhash": "0xDEAB87AB" }, "0xF6B9CE3F8D5B9B74": { "name": "REQUEST_SCRIPT_WITH_NAME_HASH", "comment": "", "params": [ { "type": "Hash", "name": "scriptHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD62A67D26D9653E6", "gta_jhash": "0x1C68D9DC" }, "0x50723A1567C8361E": { "name": "SET_SCRIPT_WITH_NAME_HASH_AS_NO_LONGER_NEEDED", "comment": "", "params": [ { "type": "Hash", "name": "scriptHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC5BC038960E9DB27", "gta_jhash": "0x96C26F66" }, "0xA5D8E0C2F3C7EEBC": { "name": "HAS_SCRIPT_WITH_NAME_HASH_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "scriptHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5F0F0C783EB16C04", "gta_jhash": "0x06674818" }, "0xA34E89749F628284": { "name": "DOES_SCRIPT_WITH_NAME_HASH_EXIST", "comment": "", "params": [ { "type": "Hash", "name": "scriptHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF86AA3C56BA31381", "gta_jhash": "0x19EAE282" }, "0x87ED52AE40EA1A52": { "name": "TERMINATE_THREAD", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC8B189ED9138BCD4", "gta_jhash": "0x253FD520" }, "0x46E9AE36D8FA6417": { "name": "IS_THREAD_ACTIVE", "comment": "", "params": [ { "type": "int", "name": "threadId" }, { "type": "BOOL", "name": "ignoreKilledState" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x46E9AE36D8FA6417", "gta_jhash": "0x78D7A5A0" }, "0xFF975BC4435A0FA3": { "name": "DOES_THREAD_EXIST", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "BOOL", "build": "1207" }, "0xD92FA81B64920E85": { "name": "GET_THREAD_EXISTENCE_DETAILS", "comment": "", "params": [ { "type": "int", "name": "threadId" }, { "type": "BOOL*", "name": "threadExists" }, { "type": "BOOL*", "name": "hasScriptHandler" } ], "return_type": "void", "build": "1207" }, "0x724CB89D35B283D0": { "name": "_GET_HASH_OF_THREAD", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "Hash", "build": "1207" }, "0x39382EB8DCD8684D": { "name": "SCRIPT_THREAD_ITERATOR_RESET", "comment": "Starts a new iteration of the current threads.\nCall this first, then SCRIPT_THREAD_ITERATOR_GET_NEXT_THREAD_ID (0x30B4FA1C82DD4B9F)", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xDADFADA5A20143A8", "gta_jhash": "0xBB4E2F66" }, "0x3CE3FB167E837D7C": { "name": "SCRIPT_THREAD_ITERATOR_GET_NEXT_THREAD_ID", "comment": "If the function returns 0, the end of the iteration has been reached.", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x30B4FA1C82DD4B9F", "gta_jhash": "0x1E28B28F" }, "0x20B7F69B40C6B755": { "name": "_IS_BACKGROUND_SCRIPT", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "BOOL", "build": "1207" }, "0x55525C346BEF6960": { "name": "GET_ID_OF_THIS_THREAD", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0xC30338E8088E2E21", "gta_jhash": "0xDE524830" }, "0x5E8B6D17FF91CD59": { "name": "TERMINATE_THIS_THREAD", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x1090044AD1DA76FA", "gta_jhash": "0x3CD9CBB7" }, "0x8E34C953364A76DD": { "name": "GET_NUMBER_OF_THREADS_RUNNING_THE_SCRIPT_WITH_THIS_HASH", "comment": "Gets the number of instances of the specified script is currently running.\n\nActually returns numRefs - 1.\nif (program)\n\tv3 = rage::scrProgram::GetNumRefs(program) - 1;\nreturn v3;\n\nOld name: _GET_NUMBER_OF_REFERENCES_OF_SCRIPT_WITH_NAME_HASH", "params": [ { "type": "Hash", "name": "scriptHash" } ], "return_type": "int", "build": "1207", "gta_hash": "0x2C83A9DA6BFFC4F9", "gta_jhash": "0x029D3841" }, "0x7DE4643157AD646C": { "name": "_REQUEST_THREAD_EXIT", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "void", "build": "1207" }, "0x7423F7835770F619": { "name": "_REQUEST_THREAD_EXIT_FOR_ALL_THREADS_WITH_THIS_NAME", "comment": "", "params": [ { "type": "Hash", "name": "nameHash" } ], "return_type": "void", "build": "1207" }, "0x9E4EF615E307FBBE": { "name": "IS_THREAD_EXIT_REQUESTED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x30BED53646C86D11": { "name": "_IS_THREAD_EXIT_REQUESTED_FOR_THREAD_WITH_THIS_ID", "comment": "", "params": [ { "type": "int", "name": "threadId" } ], "return_type": "BOOL", "build": "1207" }, "0x54AE4FDEEFEAB77E": { "name": "_GET_THREAD_EXIT_REASON", "comment": "enum eThreadExitReason\n{\n\tTHREAD_EXIT_REASON_NONE,\n\tTHREAD_EXIT_REASON_BACKGROUND_THREAD_STOPPED,\n\tTHREAD_EXIT_REASON_SESSION_MERGE,\n\tTHREAD_EXIT_REASON_SCENARIO_OUT_OF_SCOPE,\n\tTHREAD_EXIT_REASON_REQUESTED_BY_SCRIPT\n};", "params": [], "return_type": "int", "build": "1207" }, "0xBC2C927F5C264960": { "name": "GET_HASH_OF_THIS_SCRIPT_NAME", "comment": "", "params": [], "return_type": "Hash", "build": "1207", "gta_hash": "0x8A1C8B1738FFE87E", "gta_jhash": "0x2BEE1F45" }, "0x5CE8DE5909565748": { "name": "GET_NUMBER_OF_EVENTS", "comment": "eventGroup: 0 = SCRIPT_EVENT_QUEUE_AI (CEventGroupScriptAI), 1 = SCRIPT_EVENT_QUEUE_NETWORK (CEventGroupScriptNetwork), 2 = unk, 3 = unk, 4 = SCRIPT_EVENT_QUEUE_ERRORS (CEventGroupScriptErrors)", "params": [ { "type": "int", "name": "eventGroup" } ], "return_type": "int", "build": "1207", "gta_hash": "0x5F92A689A06620AA", "gta_jhash": "0xA3525D60" }, "0xC9F59C0A710ECD34": { "name": "GET_EVENT_EXISTS", "comment": "eventGroup: 0 = SCRIPT_EVENT_QUEUE_AI (CEventGroupScriptAI), 1 = SCRIPT_EVENT_QUEUE_NETWORK (CEventGroupScriptNetwork), 2 = unk, 3 = unk, 4 = SCRIPT_EVENT_QUEUE_SCRIPT_ERRORS (CEventGroupScriptErrors)", "params": [ { "type": "int", "name": "eventGroup" }, { "type": "Hash", "name": "eventType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x936E6168A9BCEDB5", "gta_jhash": "0xA1B447B5" }, "0xA85E614430EFF816": { "name": "GET_EVENT_AT_INDEX", "comment": "eventGroup: 0 = SCRIPT_EVENT_QUEUE_AI (CEventGroupScriptAI), 1 = SCRIPT_EVENT_QUEUE_NETWORK (CEventGroupScriptNetwork), 2 = unk, 3 = unk, 4 = SCRIPT_EVENT_QUEUE_SCRIPT_ERRORS (CEventGroupScriptErrors)\n\nReturns event name hash: https://alloc8or.re/rdr3/doc/enums/eEventType.txt", "params": [ { "type": "int", "name": "eventGroup" }, { "type": "int", "name": "eventIndex" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0xD8F66A3A60C62153", "gta_jhash": "0xB49C1442" }, "0x57EC5FA4D4D6AFCA": { "name": "GET_EVENT_DATA", "comment": "eventGroup: 0 = SCRIPT_EVENT_QUEUE_AI (CEventGroupScriptAI), 1 = SCRIPT_EVENT_QUEUE_NETWORK (CEventGroupScriptNetwork), 2 = unk, 3 = unk, 4 = SCRIPT_EVENT_QUEUE_SCRIPT_ERRORS (CEventGroupScriptErrors)\n\nNote: eventDataSize is NOT the size in bytes, it is the size determined by the SIZE_OF operator (RAGE Script operator, not C/C++ sizeof). That is, the size in bytes divided by 8 (script variables are always 8-byte aligned!).\n\nhttps://github.com/femga/rdr3_discoveries/tree/master/AI/EVENTS", "params": [ { "type": "int", "name": "eventGroup" }, { "type": "int", "name": "eventIndex" }, { "type": "Any*", "name": "eventData" }, { "type": "int", "name": "eventDataSize" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2902843FCD2B2D79", "gta_jhash": "0x4280F92F" }, "0x4768D5252EAEB76F": { "name": "SET_EVENT_FLAG_FOR_DELETION", "comment": "", "params": [ { "type": "int", "name": "eventGroup" }, { "type": "int", "name": "eventIndex" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x5AE99C571D5BBE5D": { "name": "TRIGGER_SCRIPT_EVENT", "comment": "eventGroup: 0 = SCRIPT_EVENT_QUEUE_AI (CEventGroupScriptAI), 1 = SCRIPT_EVENT_QUEUE_NETWORK (CEventGroupScriptNetwork), 2 = unk, 3 = unk, 4 = SCRIPT_EVENT_QUEUE_SCRIPT_ERRORS (CEventGroupScriptErrors)\n\nNote: eventDataSize is NOT the size in bytes, it is the size determined by the SIZE_OF operator (RAGE Script operator, not C/C++ sizeof). That is, the size in bytes divided by 8 (script variables are always 8-byte aligned!).\n\nplayerBits (also known as playersToBroadcastTo) is a bitset that indicates which players this event should be sent to. In order to send the event to specific players only, use (1 << playerIndex). Set all bits if it should be broadcast to all players.", "params": [ { "type": "int", "name": "eventGroup" }, { "type": "Any*", "name": "eventData" }, { "type": "int", "name": "eventDataSize" }, { "type": "int", "name": "scriptMetadataIndex" }, { "type": "int*", "name": "playerBits" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5AE99C571D5BBE5D", "gta_jhash": "0x54763B35" }, "0x8B61C950A148FFA2": { "name": "_TRIGGER_SCRIPT_EVENT_2", "comment": "", "params": [ { "type": "Any*", "name": "eventData" }, { "type": "int", "name": "eventDataSize" }, { "type": "int", "name": "scriptMetadataIndex" }, { "type": "int", "name": "threadId" } ], "return_type": "void", "build": "1207" }, "0xE7282390542F570D": { "name": "_0xE7282390542F570D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x11B0A0B282FA9B10": { "name": "_0x11B0A0B282FA9B10", "comment": "Used in Script Function DISABLE_REGISTERED_WORLD_BRAINS", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6F700A4BF7C3331B": { "name": "_0x6F700A4BF7C3331B", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF9E951A1E5517C06": { "name": "_0xF9E951A1E5517C06", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x76CBCD9EADC00955": { "name": "_0x76CBCD9EADC00955", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFC179D7E8886DADF": { "name": "SHUTDOWN_LOADING_SCREEN", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x078EBE9809CCD637", "gta_jhash": "0xA2826D17" }, "0x5CB83156AA038F95": { "name": "SET_NO_LOADING_SCREEN", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5262CC1995D07E09", "gta_jhash": "0xC8055034" }, "0x323DAF00687E0F28": { "name": "GET_NO_LOADING_SCREEN", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x18C1270EA7F199BC", "gta_jhash": "0x27512BA0" }, "0x1E5B70E53DB661E5": { "name": "_DISPLAY_LOADING_SCREENS", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "p2" }, { "type": "const char*", "name": "gamemodeName" }, { "type": "const char*", "name": "title" }, { "type": "const char*", "name": "subtitle" } ], "return_type": "void", "build": "1207" }, "0x29FB4CE89472C3CB": { "name": "_0x29FB4CE89472C3CB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "const char*", "name": "p4" }, { "type": "const char*", "name": "p5" }, { "type": "const char*", "name": "p6" }, { "type": "int", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x778D4733E0F2F265": { "name": "STOP_DISPLAYING_MP_TRANSITION_LOADING_SCREENS", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB54ADBE65D528FCB": { "name": "IS_LOADING_SCREEN_VISIBLE", "comment": "Same as GET_IS_LOADING_SCREEN_ACTIVE", "params": [], "return_type": "BOOL", "build": "1207" }, "0xBC2C927F5C264243": { "name": "BAIL_TO_LANDING_PAGE", "comment": "", "params": [ { "type": "int", "name": "bailCode" } ], "return_type": "void", "build": "1207" }, "0xE98204D3C25AE14C": { "name": "BAIL_WITH_PASS_THROUGH_PARAMS", "comment": "", "params": [ { "type": "const char*", "name": "params" } ], "return_type": "void", "build": "1207" }, "0x2238EC3EC631AB1F": { "name": "BG_IS_EXITFLAG_SET", "comment": "Returns true if GtaThread+0x77C is equal to 1.\n\nOld name: _BG_EXITED_BECAUSE_BACKGROUND_THREAD_STOPPED", "params": [], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x836B62713E0534CA", "gta_jhash": "0x22B9F132" }, "0x4858148E3B8A75D0": { "name": "BG_SET_EXITFLAG_RESPONSE", "comment": "Sets bit 0 in GtaThread+0x784", "params": [], "return_type": "void", "build": "1207", "unused": true, "gta_hash": "0x760910B49D2B98EA", "gta_jhash": "0x5C95B670" }, "0x2EB67D564DCC09D5": { "name": "BG_START_CONTEXT_HASH", "comment": "Hashed version of BG_START_CONTEXT", "params": [ { "type": "Hash", "name": "contextHash" } ], "return_type": "void", "build": "1207", "unused": true, "gta_hash": "0x75B18E49607874C7", "gta_jhash": "0x67B23E17" }, "0x6D1431744182CDE8": { "name": "BG_END_CONTEXT_HASH", "comment": "Hashed version of BG_END_CONTEXT", "params": [ { "type": "Hash", "name": "contextHash" } ], "return_type": "void", "build": "1207", "unused": true, "gta_hash": "0x107E5CC7CA942BC1", "gta_jhash": "0x3D981EBF" }, "0x49BA5678BA040CA7": { "name": "BG_START_CONTEXT", "comment": "Inserts the given context into the background scripts context map.", "params": [ { "type": "const char*", "name": "contextName" } ], "return_type": "void", "build": "1207", "unused": true, "gta_hash": "0x9D5A25BADB742ACD", "gta_jhash": "0xF3F1D953" }, "0x3ABF7BA1C3E2C8CF": { "name": "BG_END_CONTEXT", "comment": "Deletes the given context from the background scripts context map.", "params": [ { "type": "const char*", "name": "contextName" } ], "return_type": "void", "build": "1207", "unused": true, "gta_hash": "0xDC2BACD920D0A0DD", "gta_jhash": "0x11F38FB3" }, "0x4AE1DFF337A86FDE": { "name": "BG_DOES_LAUNCH_PARAM_EXIST", "comment": "", "params": [ { "type": "int", "name": "scriptIndex" }, { "type": "const char*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x0F6F1EBBC4E1D5E6", "gta_jhash": "0xF8E5F73A" }, "0x55C40B7592BAD213": { "name": "BG_GET_LAUNCH_PARAM_VALUE", "comment": "", "params": [ { "type": "int", "name": "scriptIndex" }, { "type": "const char*", "name": "p1" } ], "return_type": "int", "build": "1207", "unused": true, "gta_hash": "0x22E21FBCFC88C149", "gta_jhash": "0x682CB7E1" }, "0x829CD22E043A2577": { "name": "BG_GET_SCRIPT_ID_FROM_NAME_HASH", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "int", "build": "1207", "unused": true, "gta_hash": "0x829CD22E043A2577", "gta_jhash": "0xC515E735" }, "0xBE7D814CFA181B56": { "name": "_BG_RELOAD_ALL_BACKGROUND_SCRIPTS", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x7D654266025E921B": { "name": "_ACTIVATE_GOAL_CONTEXT", "comment": "goalContext: see in common/data/stats_and_challenges/goals_*.meta", "params": [ { "type": "Hash", "name": "goalContext" } ], "return_type": "void", "build": "1207" }, "0x50B72A754EE64A71": { "name": "_DEACTIVATE_GOAL_CONTEXT", "comment": "goalContext: see _ACTIVATE_GOAL_CONTEXT", "params": [ { "type": "Hash", "name": "goalContext" } ], "return_type": "void", "build": "1207" }, "0x7409669C5ED50144": { "name": "_IS_GOAL_CONTEXT_ACTIVE", "comment": "goalContext: see _ACTIVATE_GOAL_CONTEXT", "params": [ { "type": "Hash", "name": "goalContext" } ], "return_type": "BOOL", "build": "1207" }, "0xAC9FF854BD4BA9B5": { "name": "_NET_RPC_GUID_TO_STRING", "comment": "Returns \"INVALID_NET_RPC_GUID\" if netRpcGuid is invalid.", "params": [ { "type": "Any*", "name": "netRpcGuid" } ], "return_type": "const char*", "build": "1311" }, "0xAC8FAB22A914AE34": { "name": "AWARDS_GET_RESULT_ITEM", "comment": "", "params": [ { "type": "Any*", "name": "rpcGuid" }, { "type": "Hash", "name": "awardHash" }, { "type": "int", "name": "itemIndex" }, { "type": "Any*", "name": "outResultItem" } ], "return_type": "BOOL", "build": "1207" }, "0xB9467E41DAB1CF2C": { "name": "_AWARDS_GET_UNLOCK_CLAIM_DATA", "comment": "", "params": [ { "type": "Any*", "name": "rpcGuid" }, { "type": "Hash", "name": "awardHash" }, { "type": "int", "name": "dataIndex" }, { "type": "Any*", "name": "outUnlockData" } ], "return_type": "BOOL", "build": "1207" }, "0x4293B44A855F82CC": { "name": "_LOOT_GET_RESULT_ITEM", "comment": "", "params": [ { "type": "Any*", "name": "rpcGuid" }, { "type": "int", "name": "itemIndex" }, { "type": "Any*", "name": "outResultItem" } ], "return_type": "BOOL", "build": "1207" }, "0xF1E9045F5AA9E428": { "name": "_LOOT_GET_LOOT_CLAIM_DATA", "comment": "", "params": [ { "type": "Any*", "name": "rpcGuid" }, { "type": "int", "name": "dataIndex" }, { "type": "Any*", "name": "outLootData" } ], "return_type": "BOOL", "build": "1311" }, "0xB952A3AC41D58F2F": { "name": "_STORE_GLOBAL_BLOCK", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0xDC3914A99B4A5FDF": { "name": "_RESTORE_GLOBAL_BLOCK", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0x66EE5B93C308F734": { "name": "_DOES_COMPRESSED_GLOBAL_BLOCK_BUFFER_EXIST", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0xE66F392BFCE734AF": { "name": "_SET_GLOBAL_BLOCK_CAN_BE_ACCESSED", "comment": "", "params": [ { "type": "int", "name": "index" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x42A7EB5C814C2DE0": { "name": "_GET_GLOBAL_BLOCK_CAN_BE_ACCESSED", "comment": "", "params": [ { "type": "int", "name": "index" } ], "return_type": "BOOL", "build": "1207" }, "0x11986B05885564D2": { "name": "_SET_ALL_GLOBAL_BLOCKS_HAVE_BEEN_LOADED", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x380FFA15B72408FB": { "name": "HAVE_ALL_CHILD_SCRIPTS_TERMINATED", "comment": "Waiting for child scripts to terminate / waiting for collapse of child scripts", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0xE81651AD79516E48": { "name": "START_NEW_SCRIPT", "comment": "", "params": [ { "type": "const char*", "name": "scriptName" }, { "type": "int", "name": "stackSize" } ], "return_type": "int", "build": "1207", "gta_hash": "0xE81651AD79516E48", "gta_jhash": "0x3F166D0E" }, "0xB8BA7F44DF1575E1": { "name": "START_NEW_SCRIPT_WITH_ARGS", "comment": "return : script thread id, 0 if failed\nPass pointer to struct of args in p1, size of struct goes into p2", "params": [ { "type": "const char*", "name": "scriptName" }, { "type": "Any*", "name": "args" }, { "type": "int", "name": "argCount" }, { "type": "int", "name": "stackSize" } ], "return_type": "int", "build": "1207", "gta_hash": "0xB8BA7F44DF1575E1", "gta_jhash": "0x4A2100E4" }, "0xEB1C67C3A5333A92": { "name": "START_NEW_SCRIPT_WITH_NAME_HASH", "comment": "", "params": [ { "type": "Hash", "name": "scriptHash" }, { "type": "int", "name": "stackSize" } ], "return_type": "int", "build": "1207", "gta_hash": "0xEB1C67C3A5333A92", "gta_jhash": "0x8D15BE5D" }, "0xC4BB298BD441BE78": { "name": "START_NEW_SCRIPT_WITH_NAME_HASH_AND_ARGS", "comment": "", "params": [ { "type": "Hash", "name": "scriptHash" }, { "type": "Any*", "name": "args" }, { "type": "int", "name": "argCount" }, { "type": "int", "name": "stackSize" } ], "return_type": "int", "build": "1207", "gta_hash": "0xC4BB298BD441BE78", "gta_jhash": "0xE38A3AD4" } }, "SAVE": { "0x4FB5869E2B37FC00": { "name": "_0x4FB5869E2B37FC00", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x62C9EB51656D68CE": { "name": "SAVEGAME_SAVE_SP", "comment": "enum eSavegameType : Hash\n{\n\tSAVEGAMETYPE_AMBIENT = 0x3CA4E1F8,\n\tSAVEGAMETYPE_DEFAULT = 0xCB6ED080,\n\tSAVEGAMETYPE_DELETE_CHAR = 0xCD35F947,\n\tSAVEGAMETYPE_END_CREATE_NEWCHAR = 0x4C50A3CE,\n\tSAVEGAMETYPE_END_MATCH = 0xE470ED50,\n\tSAVEGAMETYPE_END_MISSION = 0x9A444E54,\n\tSAVEGAMETYPE_END_SESSION = 0x6D23956C,\n\tSAVEGAMETYPE_END_SHOPPING = 0xA311A6C4,\n\tSAVEGAMETYPE_RANKUP = 0xE25F8017,\n\tSAVEGAMETYPE_SCRIPT_MP_GLOBALS = 0xAFF30AD4,\n\tSAVEGAMETYPE_SP_AUTOSAVE = 0xF4AE69EC,\n\tSAVEGAMETYPE_SP_DEBUG = 0x6A8122FD,\n\tSAVEGAMETYPE_SP_PROPERTY = 0xAE0AB38E\n};", "params": [ { "type": "Hash", "name": "savegameType" } ], "return_type": "BOOL", "build": "1207" }, "0x1840F3B30ED0105F": { "name": "SAVEGAME_SAVE_MP", "comment": "See SAVEGAME_SAVE_SP", "params": [ { "type": "Hash", "name": "savegameType" } ], "return_type": "BOOL", "build": "1207" }, "0x3CF46F55C6585590": { "name": "SAVEGAME_IS_SAVE_PENDING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x1431540BCA1A1BD2": { "name": "_0x1431540BCA1A1BD2", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xA7ECEBAFBAF997A5": { "name": "_0xA7ECEBAFBAF997A5", "comment": "", "params": [ { "type": "Hash", "name": "savegameType" } ], "return_type": "Any", "build": "1436" }, "0xED4B0C1057892B2E": { "name": "_0xED4B0C1057892B2E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x9BB83C4DD7BE0802": { "name": "_0x9BB83C4DD7BE0802", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xE8346E62FD7FB962": { "name": "_0xE8346E62FD7FB962", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC0ABF784590798A9": { "name": "_0xC0ABF784590798A9", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB00CE33465B5406D": { "name": "_0xB00CE33465B5406D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x529B9CCD0972AF4D": { "name": "_SAVEGAME_GET_INT_2", "comment": "Does the exact same as 0x529B9CCD0972AF4E\nCommonly used with time/timestamps", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x529B9CCD0972AF4E": { "name": "_SAVEGAME_GET_INT", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0xB25B5A375BE5BE26": { "name": "_SAVEGAME_GET_INT_3", "comment": "Does the exact same as 0x529B9CCD0972AF4E\nCommonly used with enums and flags", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x35DEFECAE36D4FAE": { "name": "_SAVEGAME_GET_FLOAT", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0xBB7F4273C186BC4B": { "name": "_SAVEGAME_GET_BOOL", "comment": "Does the exact same as 0x529B9CCD0972AF4E", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x5A10D6506B2F2C63": { "name": "_SAVEGAME_GET_TEXT_LABEL_23", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x4845E7E7643A908C": { "name": "_SAVEGAME_GET_TEXT_LABEL_31", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x186608A2AC6F9E88": { "name": "_SAVEGAME_GET_TEXT_LABEL_63", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "const char*", "name": "variableName" } ], "return_type": "void", "build": "1207" }, "0x443174C20B8B9E7F": { "name": "_0x443174C20B8B9E7F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x8E8FFB9E4AD051D2": { "name": "_0x8E8FFB9E4AD051D2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xE0B45E983BFC0768": { "name": "_0xE0B45E983BFC0768", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x81F4E92BE3958364": { "name": "_0x81F4E92BE3958364", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA844FEB5C22C2C74": { "name": "_0xA844FEB5C22C2C74", "comment": "", "params": [], "return_type": "void", "build": "1207" } }, "SHAPETEST": { "0x7EE9F5D83DD4F90E": { "name": "START_SHAPE_TEST_LOS_PROBE", "comment": "Asynchronously starts a line-of-sight (raycast) world probe shape test.\n\nUse the handle with 0x3D87450E15D98694 or 0x65287525D951F6BE until it returns 0 or 2.\n\np8 is a bit mask with bits 1, 2 and/or 4, relating to collider types; 4 should usually be used.", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "int", "name": "flags" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p8" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0x7EE9F5D83DD4F90E", "gta_jhash": "0xEFAF4BA6" }, "0x04AA59CA40571C2E": { "name": "_0x04AA59CA40571C2E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x377906D8A31E5586": { "name": "START_EXPENSIVE_SYNCHRONOUS_SHAPE_TEST_LOS_PROBE", "comment": "Does the same as 0x7EE9F5D83DD4F90E, except blocking until the shape test completes.", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "int", "name": "flags" }, { "type": "Entity", "name": "entityToIgnore" }, { "type": "int", "name": "p8" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0x377906D8A31E5586", "gta_jhash": "0x8251485D" }, "0xFE466162C4401D18": { "name": "START_SHAPE_TEST_BOX", "comment": "", "params": [ { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "dimensionsX" }, { "type": "float", "name": "dimensionsY" }, { "type": "float", "name": "dimensionsZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "int", "name": "rotationOrder" }, { "type": "int", "name": "flags" }, { "type": "Entity", "name": "entityToIgnore" }, { "type": "int", "name": "options" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0xFE466162C4401D18", "gta_jhash": "0x249BC876" }, "0x28579D1B8F8AAC80": { "name": "START_SHAPE_TEST_CAPSULE", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flags" }, { "type": "Entity", "name": "entityToIgnore" }, { "type": "int", "name": "p9" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0x28579D1B8F8AAC80", "gta_jhash": "0x591EA833" }, "0xAA5B7C8309F73230": { "name": "START_SHAPE_TEST_SWEPT_SPHERE", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flags" }, { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p9" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0xE6AC6C45FBE83004", "gta_jhash": "0x4559460A" }, "0x9839013D8B6014F1": { "name": "START_SHAPE_TEST_MOUSE_CURSOR_LOS_PROBE", "comment": "Old name: _START_SHAPE_TEST_SURROUNDING_COORDS", "params": [ { "type": "Vector3*", "name": "pVec1" }, { "type": "Vector3*", "name": "pVec2" }, { "type": "int", "name": "flag" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "flag2" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0xFF6BE494C7987F34", "gta_jhash": "" }, "0xEDE8AC7C5108FB1D": { "name": "GET_SHAPE_TEST_RESULT", "comment": "Returns the result of a shape test: 0 if the handle is invalid, 1 if the shape test is still pending, or 2 if the shape test has completed, and the handle should be invalidated.\n\nWhen used with an asynchronous shape test, this native should be looped until returning 0 or 2, after which the handle is invalidated.\n\nenum eShapeTestStatus\n{\n\tSHAPETEST_STATUS_NONEXISTENT,\n\tSHAPETEST_STATUS_RESULTS_NOTREADY,\n\tSHAPETEST_STATUS_RESULTS_READY\n};", "params": [ { "type": "ScrHandle", "name": "shapeTestHandle" }, { "type": "BOOL*", "name": "hit" }, { "type": "Vector3*", "name": "endCoords" }, { "type": "Vector3*", "name": "surfaceNormal" }, { "type": "Entity*", "name": "entityHit" } ], "return_type": "int", "build": "1207", "gta_hash": "0x3D87450E15D98694", "gta_jhash": "0xF3C2875A" } }, "SOCIALCLUB": { "0x8EF0F633280C0663": { "name": "SC_INBOX_GET_TOTAL_NUM_MESSAGES", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x03A93FF1A2CA0864", "gta_jhash": "0x6BE5DF29" }, "0xFF92537C4DDC1241": { "name": "SC_INBOX_GET_MESSAGE_TYPE_AT_INDEX", "comment": "", "params": [ { "type": "int", "name": "msgIndex" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0xBB8EA16ECBC976C4", "gta_jhash": "0x5ECF955D" }, "0x74CF39E030A382C4": { "name": "SC_INBOX_GET_MESSAGE_IS_READ_AT_INDEX", "comment": "", "params": [ { "type": "int", "name": "msgIndex" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x93028F1DB42BFD08", "gta_jhash": "0xD1ED1D48" }, "0x63CAC501FFF66DC4": { "name": "SC_INBOX_SET_MESSAGE_AS_READ_AT_INDEX", "comment": "", "params": [ { "type": "int", "name": "msgIndex" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2C015348CF19CA1D", "gta_jhash": "0x19EE0CCB" }, "0x95BB39C4DA99F348": { "name": "SC_INBOX_MESSAGE_GET_DATA_INT", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "const char*", "name": "context" }, { "type": "int*", "name": "out" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA00EFE4082C4056E", "gta_jhash": "0x88068C7C" }, "0x66F77FD58506FF6B": { "name": "SC_INBOX_MESSAGE_GET_DATA_STRING", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "const char*", "name": "context" }, { "type": "char*", "name": "out" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x7572EF42FC6A9B6D", "gta_jhash": "0x15607620" }, "0x176D077685CD83E4": { "name": "SC_INBOX_MESSAGE_GET_RAW_TYPE_AT_INDEX", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "const char*", "build": "1207", "unused": true, "gta_hash": "0xF3E31D16CBDCB304", "gta_jhash": "0x2C959AF9" }, "0xA31DAFCDC33775E9": { "name": "SC_PRESENCE_ATTR_SET_FLOAT", "comment": "", "params": [ { "type": "Hash", "name": "attrHash" }, { "type": "float", "name": "value" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0xC4C4575F62534A24", "gta_jhash": "0x94BF0D35" }, "0x0000000085488C49": { "name": "SC_PRESENCE_ATTR_SET_INT_EX", "comment": "", "params": [ { "type": "const char*", "name": "attrName" }, { "type": "int", "name": "value" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x00000000467F4CAA": { "name": "SC_PRESENCE_ATTR_SET_FLOAT_EX", "comment": "", "params": [ { "type": "const char*", "name": "attrName" }, { "type": "float", "name": "value" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x00000000EB2D93B3": { "name": "SC_PRESENCE_ATTR_SET_STRING_EX", "comment": "", "params": [ { "type": "const char*", "name": "attrName" }, { "type": "const char*", "name": "value" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true }, "0x9C74AC9D87B3FFF4": { "name": "SC_PROFANITY_CHECK_STRING", "comment": "Starts a task to check an entered string for profanity on the ROS/Social Club services.", "params": [ { "type": "const char*", "name": "string" }, { "type": "int*", "name": "token" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x75632C5ECD7ED843", "gta_jhash": "0xDF084A6B" }, "0x08C8052AF40C4247": { "name": "SC_PROFANITY_GET_CHECK_IS_VALID", "comment": "", "params": [ { "type": "int", "name": "token" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1753344C770358AE", "gta_jhash": "0xFFED3676" }, "0x3A10BCD0C8AA0B82": { "name": "SC_PROFANITY_GET_CHECK_IS_PENDING", "comment": "", "params": [ { "type": "int", "name": "token" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x82E4A58BABC15AE7", "gta_jhash": "0xA796D7A7" }, "0xF302973BB8BE70E6": { "name": "SC_PROFANITY_GET_STRING_PASSED", "comment": "", "params": [ { "type": "int", "name": "token" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x85535ACF97FC0969", "gta_jhash": "0x09497F31" }, "0x0CF3BFB99EBBE5B1": { "name": "SC_PROFANITY_GET_STRING_STATUS", "comment": "", "params": [ { "type": "int", "name": "token" } ], "return_type": "int", "build": "1207", "gta_hash": "0x930DE22F07B1CCE3", "gta_jhash": "0x4D8A6521" }, "0xCBF743C984695CF3": { "name": "SC_COMMUNITY_EVENT_IS_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0xFF8F3A92B75ED67A", "gta_jhash": "0xC96456BA" }, "0xD635DF6BAA5A6017": { "name": "SC_COMMUNITY_EVENT_GET_EVENT_ID", "comment": "", "params": [], "return_type": "int", "build": "1207", "unused": true, "gta_hash": "0x4ED9C8D6DA297639", "gta_jhash": "0xC5E08B66" }, "0xB4411D4D6B81438E": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "int*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x710BCDA8071EDED1", "gta_jhash": "0x04EE74A3" }, "0x060BBAD634C2B44B": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_FLOAT", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "float*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x50A8A36201DBF83E", "gta_jhash": "0x8DA93C3D" }, "0x9F6DCD0C939C71E9": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_STRING", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "char*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x9DE5D2F723575ED0", "gta_jhash": "0x37DD48B5" }, "0x89D9BDE7334B110F": { "name": "SC_COMMUNITY_EVENT_GET_DISPLAY_NAME", "comment": "", "params": [ { "type": "char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0xC2C97EA97711D1AE", "gta_jhash": "0xF929F61D" }, "0x09937EB0CEBC2F9F": { "name": "SC_COMMUNITY_EVENT_IS_ACTIVE_FOR_TYPE", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x450819D8CF90C416", "gta_jhash": "0x0572EB5E" }, "0x03C03ABBABBEF752": { "name": "SC_COMMUNITY_EVENT_GET_EVENT_ID_FOR_TYPE", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "int", "build": "1207", "unused": true, "gta_hash": "0x4A7D6E727F941747", "gta_jhash": "0x8E7AEEB7" }, "0x3519CC3525319A96": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT_FOR_TYPE", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "int*", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0xE75A4A2E5E316D86", "gta_jhash": "0x28C57FA0" }, "0x1BDB56DB258F052D": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_FLOAT_FOR_TYPE", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "float*", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x2570E26BE63964E3", "gta_jhash": "0x59394583" }, "0xC8FC3B2432E8229D": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_STRING_FOR_TYPE", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "char*", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x1D12A56FC95BE92E", "gta_jhash": "0x92452C0E" }, "0x85EA0BEC7B1F7622": { "name": "SC_COMMUNITY_EVENT_GET_DISPLAY_NAME_FOR_TYPE", "comment": "", "params": [ { "type": "char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x33DF47CC0642061B", "gta_jhash": "0xBBA8D34D" }, "0x62B384FEFDE06817": { "name": "SC_COMMUNITY_EVENT_IS_ACTIVE_BY_ID", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0xA468E0BE12B12C70", "gta_jhash": "0xB21288FA" }, "0x7C981DE05A7403A0": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_INT_BY_ID", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "int*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x8CC469AB4D349B7C", "gta_jhash": "0xE778B2A7" }, "0x91C9E2A0F9DD6DD4": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_FLOAT_BY_ID", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "float*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0xC5A35C73B68F3C49", "gta_jhash": "0x7E24BD6E" }, "0x049D2196D9D11184": { "name": "SC_COMMUNITY_EVENT_GET_EXTRA_DATA_STRING_BY_ID", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "const char*", "name": "p1" }, { "type": "char*", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x699E4A5C8C893A18", "gta_jhash": "0xCE7D50A8" }, "0x11EA52CAD1B55910": { "name": "SC_COMMUNITY_EVENT_GET_DISPLAY_NAME_BY_ID", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "char*", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "unused": true, "gta_hash": "0x19853B5B17D77BCA", "gta_jhash": "0xD26CCA46" } }, "SOCIALCLUBFEED": { "0xEFB64240F6B17817": { "name": "_SC_FEED_SUBMIT_PRESET_MESSAGE", "comment": "", "params": [ { "type": "int", "name": "type" }, { "type": "int", "name": "subType" } ], "return_type": "int", "build": "1207" }, "0x068332D20CB6F897": { "name": "SC_FEED_HUB_HAS_NEW_DATA", "comment": "", "params": [], "return_type": "BOOL", "build": "1232" } }, "SPACTIONPROXY": { "0x1F471B79ACC91BEE": { "name": "_SPACTIONPROXY_START_MANAGER", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x1F471B79ACC91BED": { "name": "_SPACTIONPROXY_MANAGER_IS_READY", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x1F471B79ACC91BEC": { "name": "_SPACTIONPROXY_MANAGER_IS_FAILED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x1F471B79ACC97BEF": { "name": "_SPACTIONPROXY_GET_NEXT_PENDING_CRAFTING_ACTION", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "BOOL", "build": "1207" }, "0x1F471B79ACC98BEF": { "name": "_SPACTIONPROXY_GET_NEXT_PENDING_BUY_ACTION", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "BOOL", "build": "1207" }, "0x1F471B79ACC94BEF": { "name": "_SPACTIONPROXY_PROCESS_ACTION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" } }, "STATS": { "0xC48FE1971C9743FF": { "name": "STAT_ID_IS_VALID", "comment": "struct StatId\n{\n\talignas(8) Hash BaseId;\n\talignas(8) Hash PermutationId;\n}", "params": [ { "type": "Any*", "name": "statId" } ], "return_type": "BOOL", "build": "1207" }, "0xA4DDF5DF95E65EEE": { "name": "STAT_ID_SET_INT", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "int", "name": "value" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x481BDF6A10C5EF68": { "name": "STAT_ID_SET_FLOAT", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "float", "name": "value" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x3B5107353267D7A1": { "name": "STAT_ID_SET_BOOL", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "BOOL", "name": "value" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x05060A54834F2382": { "name": "STAT_ID_SET_GXT_LABEL", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "const char*", "name": "label" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x1FAE9B2FAA2DFE06": { "name": "STAT_ID_SET_DATE", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "Any*", "name": "date" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x767FBC2AC802EF3E": { "name": "STAT_ID_GET_INT", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "int*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xD7AE6C9C9C6AC54D": { "name": "STAT_ID_GET_FLOAT", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "float*", "name": "value" } ], "return_type": "BOOL", "build": "1207" }, "0x11B5E6D2AE73F48F": { "name": "STAT_ID_GET_BOOL", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "BOOL*", "name": "value" } ], "return_type": "BOOL", "build": "1207" }, "0x8B0FACEFC36C824C": { "name": "STAT_ID_GET_DATE", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "Any*", "name": "date" } ], "return_type": "BOOL", "build": "1207" }, "0x0FEE2561120F3333": { "name": "_0x0FEE2561120F3333", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" } ], "return_type": "void", "build": "1207" }, "0x6A0184E904CDF25E": { "name": "_STAT_ID_INCREMENT_INT", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x4A47E38EA3D60939": { "name": "_STAT_ID_INCREMENT_FLOAT", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xBD861AE8A5181ED7": { "name": "_STAT_ID_DECREMENT_INT", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x91A4F58E01ED5E4C": { "name": "_0x91A4F58E01ED5E4C", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xE141F6B40B1E3683": { "name": "_0xE141F6B40B1E3683", "comment": "statId: see STAT_ID_IS_VALID\nOnly used in R* SP Scripts\n_STAT_ID_SET_*", "params": [ { "type": "Any*", "name": "statId" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x34B22DE38477EDB4": { "name": "STAT_ID_SET_TO_POSSE_ID", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" } ], "return_type": "void", "build": "1207" }, "0x1E7384AB5D4F4581": { "name": "_STAT_CALCULATE_COOLDOWN", "comment": "Calculation: (value / 1000) / 60 % 60", "params": [ { "type": "int", "name": "value" } ], "return_type": "int", "build": "1207" }, "0x5420D398A42917FC": { "name": "_STAT_PHEROMONE_COOLDOWN_LEGENDARY_ANIMAL", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any*", "name": "statId" } ], "return_type": "BOOL", "build": "1311" }, "0xDA26263C87CCE9C1": { "name": "_STAT_ITEM_FISH_CAUGHT", "comment": "", "params": [ { "type": "Ped", "name": "fish" }, { "type": "float", "name": "weight" }, { "type": "Hash", "name": "category" }, { "type": "Hash", "name": "subcategory" } ], "return_type": "void", "build": "1207" }, "0x831BF01C56149A8A": { "name": "_STAT_CARRIED_SATCHEL_ITEM_FROM_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x7C2ABF6E556B21FC": { "name": "_STAT_DONATE_INCREMENT_ITEM", "comment": "", "params": [ { "type": "int", "name": "item" }, { "type": "int", "name": "slot" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x8312F09C56149A8A": { "name": "_0x8312F09C56149A8A", "comment": "Only used in R* SP Scripts", "params": [ { "type": "Hash", "name": "animalType" } ], "return_type": "void", "build": "1207" }, "0x378D3B1B11D9385B": { "name": "_0x378D3B1B11D9385B", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDA26263C07CCE9C2": { "name": "_0xDA26263C07CCE9C2", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xD64DBC8B0424135F": { "name": "_0xD64DBC8B0424135F", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "animalType" } ], "return_type": "void", "build": "1207" }, "0xA59590050F80FF2E": { "name": "_0xA59590050F80FF2E", "comment": "Only used in R* SP Scripts", "params": [ { "type": "Any", "name": "p0" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x90E9A5DADBABC918": { "name": "_STAT_ADD_ANIMAL_SAMPLE_TARGET", "comment": "Related to animal tagging", "params": [ { "type": "Hash", "name": "animalType" } ], "return_type": "void", "build": "1355" }, "0xF8181B5EF156862C": { "name": "_0xF8181B5EF156862C", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x6B1044FDC2B09101": { "name": "STAT_ADD_BOUNTY_TARGET", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x8C889E4CBB4B2356": { "name": "_0x8C889E4CBB4B2356", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x262EF7CF49CF1EB9": { "name": "STAT_BOUNTY_CAPTURED", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0xA596890CF55B5095": { "name": "_0xA596890CF55B5095", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1436" }, "0xB22F05732F72F70C": { "name": "STAT_BOUNTY_ESCAPED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xF21A5D66874FCEDD": { "name": "_0xF21A5D66874FCEDD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x3EB2791A1FBC8A42": { "name": "_0x3EB2791A1FBC8A42", "comment": "", "params": [ { "type": "Hash", "name": "statItem" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDF95DF488A645CE7": { "name": "_0xDF95DF488A645CE7", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x4D31051A4CA83787": { "name": "STAT_PHOTOGRAPH_TAKEN", "comment": "", "params": [ { "type": "ItemSet", "name": "itemset" } ], "return_type": "void", "build": "1311" }, "0xBE66B26B6529E943": { "name": "_0xBE66B26B6529E943", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "animalType" } ], "return_type": "void", "build": "1311" }, "0xF2B5ABDE09958689": { "name": "_0xF2B5ABDE09958689", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" } ], "return_type": "void", "build": "1311" }, "0xCD0D69C65BB0E8B9": { "name": "STAT_REGISTER_LEGENDARY_ANIMAL_DEED", "comment": "", "params": [ { "type": "Hash", "name": "deedHash" } ], "return_type": "void", "build": "1311" }, "0x302E71C1D9EE75B9": { "name": "_0x302E71C1D9EE75B9", "comment": "statId: see STAT_ID_IS_VALID", "params": [ { "type": "Any*", "name": "statId" }, { "type": "Hash", "name": "p1" }, { "type": "int*", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x01F4D242765C6B24": { "name": "STATSTRACKER_IS_INITIALIZED", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x6123E2832C34243D": { "name": "_0x6123E2832C34243D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xCA41E86545413B5B": { "name": "_0xCA41E86545413B5B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xB2A38826E5886E83": { "name": "STATSTRACKER_DEED_STARTED", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD5910ECF81A2278C": { "name": "_STATSTRACKER_DEED_STATUS", "comment": "", "params": [ { "type": "int", "name": "deedType" }, { "type": "Hash", "name": "deedHash" }, { "type": "int", "name": "missionStatus" }, { "type": "Any*", "name": "data" } ], "return_type": "void", "build": "1207" }, "0x99230691875FC218": { "name": "_0x99230691875FC218", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x025E98E317652CDD": { "name": "_0x025E98E317652CDD", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE5A680A5D8B1F687": { "name": "_0xE5A680A5D8B1F687", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x4DAC398297981B87": { "name": "_0x4DAC398297981B87", "comment": "Only used in R* SP Scripts", "params": [ { "type": "int", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x04DAC3929796EB87": { "name": "CHAL_IS_GOAL_ACTIVE", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/AI/EVENTS/challenge_goals.lua", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" } ], "return_type": "BOOL", "build": "1207" }, "0xF63DF9EE16393343": { "name": "CHAL_SET_GOAL_DISABLED", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" }, { "type": "BOOL", "name": "disabled" } ], "return_type": "void", "build": "1436", "unused": true }, "0x58CB53DB63F84DE9": { "name": "CHAL_GET_NUM_RANKS_COMPLETED", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" } ], "return_type": "int", "build": "1207" }, "0x58CB53DB63F84DEA": { "name": "CHAL_GET_MAX_RANKS", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" } ], "return_type": "int", "build": "1207" }, "0xDDBD560745B1EE9A": { "name": "CHAL_ADD_GOAL_PROGRESS_INT", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x86922D8C02FB7703": { "name": "CHAL_ADD_GOAL_PROGRESS_FLOAT", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xDDBD560745B1EE9B": { "name": "CHAL_SET_GOAL_PROGRESS_INT", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xDDBD560745B1EE9C": { "name": "CHAL_ADD_GOAL_PROGRESS_INT_BY_SCORE_ID", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x86922D8C02FB7705": { "name": "CHAL_ADD_GOAL_PROGRESS_FLOAT_BY_SCORE_ID", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1232" }, "0x77B97A827739D434": { "name": "CHAL_ACHIEVEMENT_IS_COMPLETE", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "BOOL", "build": "1232" }, "0x808712E428F697B8": { "name": "CHAL_ACHIEVEMENT_GET_PROGRESS_INT", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "int", "build": "1232" }, "0x4ABF7E4DB6279E8F": { "name": "CHAL_NET_START_CHAL", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" } ], "return_type": "void", "build": "1207" }, "0x43B0163154A50C86": { "name": "CHAL_NET_STOP_CHAL", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" } ], "return_type": "void", "build": "1207" }, "0xC3FCB47344DCB638": { "name": "CHAL_NET_START_GOAL", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" } ], "return_type": "void", "build": "1207" }, "0x00CE6A93324A590B": { "name": "CHAL_NET_STOP_GOAL", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" } ], "return_type": "void", "build": "1207" }, "0xDDBD560745B1EE98": { "name": "_0xDDBD560745B1EE98", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "Hash", "name": "goalHash" }, { "type": "Player", "name": "player" } ], "return_type": "int", "build": "1207" }, "0xB112B9262EC29C20": { "name": "_0xB112B9262EC29C20", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" } ], "return_type": "const char*", "build": "1207" }, "0x4FCBCC0584CD08E9": { "name": "_0x4FCBCC0584CD08E9", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xCA1F0B5103936891": { "name": "_0xCA1F0B5103936891", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x8BA3D7B1E83EF803": { "name": "_0x8BA3D7B1E83EF803", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "Hash", "build": "1207" }, "0x0B0576DD3A75E58D": { "name": "CHAL_MISSION_GET_NUM_GOALS", "comment": "", "params": [ { "type": "Hash", "name": "missionHash" } ], "return_type": "int", "build": "1207" }, "0xA785A52B59B7E7B2": { "name": "CHAL_MISSION_GET_NUM_GOALS_COMPLETE", "comment": "", "params": [ { "type": "Hash", "name": "missionHash" } ], "return_type": "int", "build": "1207" }, "0xC0BB774787BBF301": { "name": "CHAL_MISSION_IS_GOAL_COMPLETE", "comment": "", "params": [ { "type": "Hash", "name": "missionHash" }, { "type": "Hash", "name": "goalHash" } ], "return_type": "BOOL", "build": "1207" }, "0x97E18E7C098626DE": { "name": "CHAL_MISSION_ADD_GOAL_PROGRESS_INT", "comment": "", "params": [ { "type": "Hash", "name": "missionHash" }, { "type": "Hash", "name": "goalHash" }, { "type": "int", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x9D0F5D2E1951CD84": { "name": "_0x9D0F5D2E1951CD84", "comment": "", "params": [], "return_type": "float", "build": "1207" }, "0x218F7710A139D012": { "name": "_0x218F7710A139D012", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3AEABAE3F3C7600C": { "name": "_0x3AEABAE3F3C7600C", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x3F6FD87D2030ADC6": { "name": "_0x3F6FD87D2030ADC6", "comment": "", "params": [], "return_type": "const char*", "build": "1207" }, "0xA2E2BEA4E83F6270": { "name": "_0xA2E2BEA4E83F6270", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB5E2EDA2135E0FA1": { "name": "_0xB5E2EDA2135E0FA1", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "Hash*", "name": "scheduleLocation" } ], "return_type": "BOOL", "build": "1207" }, "0x8F5317729F791D10": { "name": "WEEKLY_COLLECTIBLE_GET_NUM_SETS", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" } ], "return_type": "int", "build": "1207" }, "0x610783F646894D25": { "name": "WEEKLY_COLLECTIBLE_GET_ITEM_SET_BUY_AWARD", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "int", "name": "index" } ], "return_type": "Hash", "build": "1207" }, "0xBFFA88522FF0F730": { "name": "WEEKLY_COLLECTIBLE_GET_ITEM_SET_LABEL", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "int", "name": "index" } ], "return_type": "Hash", "build": "1207" }, "0x7D675C9DDDB365BE": { "name": "WEEKLY_COLLECTIBLE_GET_NUM_ITEMS_IN_SET", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "int", "name": "index" } ], "return_type": "int", "build": "1207" }, "0xBA61BA6205A3F5A8": { "name": "WEEKLY_COLLECTIBLE_GET_ITEM_IN_SET", "comment": "", "params": [ { "type": "Hash", "name": "chalHash" }, { "type": "int", "name": "setIndex" }, { "type": "int", "name": "itemIndex" }, { "type": "Hash*", "name": "p3" }, { "type": "int*", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0x4F2D5FA23DB992DE": { "name": "_0x4F2D5FA23DB992DE", "comment": "Only used in R* Script net_char_creator", "params": [], "return_type": "void", "build": "1207" }, "0x4E463A3CDEFFFE96": { "name": "_0x4E463A3CDEFFFE96", "comment": "Only used in R* Script net_char_creator", "params": [], "return_type": "void", "build": "1207" } }, "STREAMING": { "0xFA28FE3A6246FC30": { "name": "REQUEST_MODEL", "comment": "Request a model to be loaded into memory.", "params": [ { "type": "Hash", "name": "model" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x963D27A58DF860AC", "gta_jhash": "0xFFF1B500" }, "0x1283B8B89DD5D1B6": { "name": "HAS_MODEL_LOADED", "comment": "Checks if the specified model has loaded into memory.", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x98A4EB5D89A0C952", "gta_jhash": "0x62BFDB37" }, "0x4AD96EF928BD4F9A": { "name": "SET_MODEL_AS_NO_LONGER_NEEDED", "comment": "Marks the model as no longer needed.", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE532F5D78798DAAB", "gta_jhash": "0xAE0F069E" }, "0xD6F3B6D7716CFF8E": { "name": "IS_MODEL_IN_CDIMAGE", "comment": "Returns whether the specified model exists in the game.", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x35B9E0803292B641", "gta_jhash": "0x1094782F" }, "0x392C8D8E07B70EFC": { "name": "IS_MODEL_VALID", "comment": "Returns whether the specified model is valid", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC0296A2EDF545E92", "gta_jhash": "0xAF8F8E9D" }, "0xC3F09DE9D6D17DDA": { "name": "IS_MODEL_A_PED", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0x354F62672DE7DB0A": { "name": "IS_MODEL_A_VEHICLE", "comment": "Returns whether the specified model represents a vehicle.", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x19AAC8F07BFEC53E", "gta_jhash": "0xFFFC85D4" }, "0x274EE1B90CFA669E": { "name": "_IS_MODEL_AN_OBJECT", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0xDA8B2EAF29E872E2": { "name": "_HAS_COLLISION_LOADED_AT_COORD", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207" }, "0x80B3E0597366ADF1": { "name": "_0x80B3E0597366ADF1", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x0A3720F162A033C9": { "name": "REQUEST_COLLISION_AT_COORD", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0x07503F7948F491A7", "gta_jhash": "0xCD9805E7" }, "0xA8432A14D4DC2101": { "name": "_REQUEST_METADATA_AT_COORD", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0xF1767BE37F661551": { "name": "REQUEST_COLLISION_FOR_MODEL", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "void", "build": "1207", "gta_hash": "0x923CB32A3B874FCB", "gta_jhash": "0x3930C042" }, "0x210A79C9EC89778F": { "name": "HAS_COLLISION_FOR_MODEL_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x22CCA434E368F03A", "gta_jhash": "0x41A094F8" }, "0x83A8D71650D1894F": { "name": "REQUEST_ADDITIONAL_COLLISION_AT_COORD", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1311", "gta_hash": "0xC9156DC11411A9EA", "gta_jhash": "0xC2CC1DF2" }, "0x537F44CB0D7F150D": { "name": "DOES_ANIM_DICT_EXIST", "comment": "", "params": [ { "type": "const char*", "name": "animDict" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2DA49C3B79856961", "gta_jhash": "0xCD31C872" }, "0xA862A2AD321F94B4": { "name": "REQUEST_ANIM_DICT", "comment": "", "params": [ { "type": "const char*", "name": "animDict" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD3BD40951412FEF6", "gta_jhash": "0xDCA96950" }, "0x27FF6FE8009B40CA": { "name": "HAS_ANIM_DICT_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "animDict" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD031A9162D01088C", "gta_jhash": "0x05E6763C" }, "0x4763145053A33D46": { "name": "REMOVE_ANIM_DICT", "comment": "", "params": [ { "type": "const char*", "name": "animDict" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF66A602F829E2A06", "gta_jhash": "0x0AE050B5" }, "0x2B6529C54D29037A": { "name": "REQUEST_MOVE_NETWORK_DEF", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0x2C04D89A0FB4E244": { "name": "HAS_MOVE_NETWORK_DEF_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "BOOL", "build": "1207" }, "0x57A197AD83F66BBF": { "name": "REMOVE_MOVE_NETWORK_DEF", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207" }, "0xEF7611B57A820126": { "name": "REQUEST_CLIP_SET", "comment": "", "params": [ { "type": "const char*", "name": "clipSet" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD2A71E1A77418A49", "gta_jhash": "0x546C627A" }, "0x1F23D6B6DA1CC3B2": { "name": "HAS_CLIP_SET_LOADED", "comment": "Alias for HAS_ANIM_SET_LOADED.", "params": [ { "type": "const char*", "name": "clipSet" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x318234F4F3738AF3", "gta_jhash": "0x230D5455" }, "0x817FA1B1EE7CD6F0": { "name": "REMOVE_CLIP_SET", "comment": "Alias for REMOVE_ANIM_SET.", "params": [ { "type": "const char*", "name": "clipSet" } ], "return_type": "void", "build": "1207", "gta_hash": "0x01F73A131C18CD94", "gta_jhash": "0x1E21F7AA" }, "0xAC37644A538F7524": { "name": "_REQUEST_CLIP_SET_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "clipSetHash" } ], "return_type": "void", "build": "1207" }, "0x03DDBF2D73799F9E": { "name": "_0x03DDBF2D73799F9E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x85B8F04555AB49B8": { "name": "_0x85B8F04555AB49B8", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x9F348DE670423460": { "name": "_0x9F348DE670423460", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x5288B7F0690F7C1F": { "name": "_0x5288B7F0690F7C1F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x19A6BE7D9C6884D3": { "name": "_REQUEST_SCENARIO_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "scenarioType" }, { "type": "int", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x9427C94D2E4094A4": { "name": "_HAS_SCENARIO_TYPE_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "scenarioType" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x4EDDD9E9CA5AF985": { "name": "_REMOVE_SCENARIO_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "scenarioType" } ], "return_type": "Any", "build": "1207" }, "0xB223249B7798EEED": { "name": "_0xB223249B7798EEED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0xA0AE7653E8181725": { "name": "_0xA0AE7653E8181725", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x66BC28E50E85270E": { "name": "_0x66BC28E50E85270E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x9C77964B0E07B633": { "name": "_GET_IPL_BOUNDING_SPHERE", "comment": "Outputs IPL position and radius (previously wrongly named heading)\nhttps://github.com/femga/rdr3_discoveries/blob/master/imaps/imaps_with_coords_and_heading.lua", "params": [ { "type": "Hash", "name": "iplHash" }, { "type": "Vector3*", "name": "position" }, { "type": "float*", "name": "radius" } ], "return_type": "BOOL", "build": "1207" }, "0x59767C5A7A9AE6DA": { "name": "REQUEST_IPL_HASH", "comment": "Old name: _REQUEST_IMAP", "params": [ { "type": "Hash", "name": "iplHash" } ], "return_type": "void", "build": "1207" }, "0x9E211A378F95C97C": { "name": "REQUEST_IPL_BY_HASH", "comment": "Old name: _REQUEST_IMAP_2", "params": [ { "type": "Hash", "name": "iplHash" } ], "return_type": "void", "build": "1207" }, "0x5A3E5CF7B4014B96": { "name": "REMOVE_IPL_HASH", "comment": "Old name: _REMOVE_IMAP", "params": [ { "type": "Hash", "name": "iplHash" } ], "return_type": "void", "build": "1207" }, "0x431E3AB760629B34": { "name": "REMOVE_IPL_BY_HASH", "comment": "Old name: _REMOVE_IMAP_2", "params": [ { "type": "Hash", "name": "iplHash" } ], "return_type": "void", "build": "1207" }, "0xD779B9B910BD3B7C": { "name": "IS_IPL_ACTIVE_HASH", "comment": "Old name: _IS_IMAP_ACTIVE", "params": [ { "type": "Hash", "name": "iplHash" } ], "return_type": "BOOL", "build": "1207" }, "0x93AC1B91CB6D9913": { "name": "IS_IPL_ACTIVE_BY_HASH", "comment": "Old name: _IS_IMAP_ACTIVE_2", "params": [ { "type": "Hash", "name": "iplHash" } ], "return_type": "BOOL", "build": "1207" }, "0x73B40D97D7BAAD77": { "name": "_IS_POSITION_INSIDE_IPL_STREAMING_EXTENTS", "comment": "Returns true if IPL is streamed in (?)", "params": [ { "type": "Hash", "name": "iplHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207" }, "0xDEEE1F265B7ECEF5": { "name": "_0xDEEE1F265B7ECEF5", "comment": "", "params": [], "return_type": "void", "build": "1311" }, "0xB3BC8250F4FE8B63": { "name": "SET_GAME_PAUSES_FOR_STREAMING", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x717CD6E6FAEBBEDC", "gta_jhash": "0x9211A28A" }, "0x30CCCC4D88E654CA": { "name": "GET_NUMBER_OF_STREAMING_REQUESTS", "comment": "", "params": [], "return_type": "int", "build": "1207", "gta_hash": "0x4060057271CEBC89", "gta_jhash": "0xC2EE9A02" }, "0x001FF43843028E0C": { "name": "REQUEST_PTFX_ASSET", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x944955FB2A3935C8", "gta_jhash": "0x2C649263" }, "0x13A3F30A9ED0BC31": { "name": "HAS_PTFX_ASSET_LOADED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCA7D9B86ECA7481B", "gta_jhash": "0x3EFF96BE" }, "0x042F9049EA419E86": { "name": "REMOVE_PTFX_ASSET", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x88C6814073DD4A73", "gta_jhash": "0xC10F178C" }, "0xF2B2353BBC0D4E8F": { "name": "REQUEST_NAMED_PTFX_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "fxNameHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB80D8756B4668AB6", "gta_jhash": "0xCFEA19A9" }, "0x65BB72F29138F5D6": { "name": "HAS_NAMED_PTFX_ASSET_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "fxNameHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8702416E512EC454", "gta_jhash": "0x9ACC6446" }, "0xF20866829E1C81A2": { "name": "REMOVE_NAMED_PTFX_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "fxNameHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5F61EBBE1A00F96D", "gta_jhash": "0xC44762A1" }, "0x2F9AC754FE179D58": { "name": "SET_POPULATION_BUDGET_MULTIPLIER", "comment": "", "params": [ { "type": "float", "name": "fBudgetMultiplier" } ], "return_type": "void", "build": "1207" }, "0x8A3945405B31048F": { "name": "GET_POPULATION_BUDGET_MULTIPLIER", "comment": "", "params": [], "return_type": "float", "build": "1207" }, "0x071769BCB24379E5": { "name": "_0x071769BCB24379E5", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x86CCAF7CE493EFBE": { "name": "CLEAR_FOCUS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x31B73D1EA9F01DA2", "gta_jhash": "0x34D91E7A" }, "0x25F6EF88664540E2": { "name": "SET_FOCUS_POS_AND_VEL", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBB7454BAFF08FE25", "gta_jhash": "0x14680A60" }, "0x955AEDD58F4BD309": { "name": "SET_FOCUS_ENTITY", "comment": "It seems to make the entity's coords mark the point from which LOD-distances are measured. In my testing, setting a vehicle as the focus entity and moving that vehicle more than 300 distance units away from the player will make the level of detail around the player go down drastically (shadows disappear, textures go extremely low res, etc). The player seems to be the default focus entity.", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207", "gta_hash": "0x198F77705FA0931D", "gta_jhash": "0x18DB04AC" }, "0xF87DE697E9A06EC6": { "name": "IS_ENTITY_FOCUS", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2DDFF3FB9075D747", "gta_jhash": "0xB456D707" }, "0x3CACC83F6FED837C": { "name": "SET_MAPDATACULLBOX_ENABLED", "comment": "", "params": [ { "type": "const char*", "name": "name" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAF12610C644A35C9", "gta_jhash": "0x403CD434" }, "0x19ABCC581D28E6F9": { "name": "SET_ALL_MAPDATA_CULLED", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4E52E752C76E7E7A", "gta_jhash": "0xA07BAEB9" }, "0xF01D21DF39554115": { "name": "_0xF01D21DF39554115", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x387AD749E3B69B70": { "name": "LOAD_SCENE_START", "comment": "", "params": [ { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "p7" } ], "return_type": "BOOL", "build": "1207" }, "0x513F8AA5BF2F17CF": { "name": "LOAD_SCENE_START_SPHERE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Any", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0x5A8B01199C3E79C3": { "name": "LOAD_SCENE_STOP", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xCF45DF50C7775F2A": { "name": "IS_LOAD_SCENE_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x0909F71B5C070797": { "name": "IS_LOAD_SCENE_LOADED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x45BF3A6239A576B7": { "name": "IS_RENDERED_SCENE_LOADED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xED20CB1F5297791D": { "name": "IS_PLAYER_SWITCH_IN_PROGRESS", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD9D2CFFF49FAB35F", "gta_jhash": "0x56135ACC" }, "0xA03A6812529AD9C8": { "name": "SET_SCENE_STREAMING_TRACKS_CAM_POS_THIS_FRAME", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x1E9057A74FD73E23", "gta_jhash": "" }, "0x20D504994FDC4412": { "name": "IPL_GROUP_SWAP_START", "comment": "", "params": [ { "type": "const char*", "name": "iplName1" }, { "type": "const char*", "name": "iplName2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x95A7DABDDBB78AE7", "gta_jhash": "0x9EF0A9CF" }, "0x31108BB5715D035F": { "name": "IPL_GROUP_SWAP_CANCEL", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x63EB2B972A218CAC", "gta_jhash": "0xF2CDD6A8" }, "0xC2C05DEFE85A0B64": { "name": "IPL_GROUP_SWAP_IS_READY", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xFB199266061F820A", "gta_jhash": "0x17B0A1CD" }, "0x040EE319EFD1D3B5": { "name": "IPL_GROUP_SWAP_FINISH", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xF4A0DADB70F57FA6", "gta_jhash": "0x3DA7AA5D" }, "0xFC464598F6EE97B0": { "name": "IPL_GROUP_SWAP_IS_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5068F488DDB54DD8", "gta_jhash": "0xDAB4BAC0" }, "0x354837E5A5BAA5AF": { "name": "PREFETCH_SRL", "comment": "", "params": [ { "type": "const char*", "name": "srl" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3D245789CE12982C", "gta_jhash": "0x37BE2FBB" }, "0xAE00387E53B1E9FC": { "name": "_0xAE00387E53B1E9FC", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xEF1A8A484118735E": { "name": "_0xEF1A8A484118735E", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xD9F2FF4AF394D926": { "name": "_0xD9F2FF4AF394D926", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x5C2C88512CF6DAFB": { "name": "IS_SRL_LOADED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD0263801A4C5B0BB", "gta_jhash": "0x670FA2A6" }, "0x0360710033BE60D9": { "name": "BEGIN_SRL", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x9BADDC94EF83B823", "gta_jhash": "0x24F49427" }, "0x1CE71FB33CA079FE": { "name": "END_SRL", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x0A41540E63C9EE17", "gta_jhash": "0x1977C56A" }, "0x18231AEF458BCFF2": { "name": "SET_SRL_TIME", "comment": "", "params": [ { "type": "float", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA74A541C6884E7B8", "gta_jhash": "0x30F8A487" }, "0xD346248C1DCE0D76": { "name": "SET_SRL_READAHEAD_TIMES", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBEB2D9A1D9A8F55A", "gta_jhash": "0x62F02485" }, "0x7C907E8A725E5FD2": { "name": "SET_SRL_LONG_JUMP_MODE", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x20C6C7E4EB082A7F", "gta_jhash": "0xA6459CAA" }, "0xB88B905AFA35CB4D": { "name": "SET_HD_AREA", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB85F26619073E775", "gta_jhash": "0x80BAA035" }, "0xD83B22434E52728D": { "name": "CLEAR_HD_AREA", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xCE58B1CFB9290813", "gta_jhash": "0x7CAC6FA0" }, "0x09FBF15D73EFC900": { "name": "_0x09FBF15D73EFC900", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xF11D7CB962FCD747": { "name": "_0xF11D7CB962FCD747", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB9B9E47EDB9D63DB": { "name": "_0xB9B9E47EDB9D63DB", "comment": "Sorts some unknown data.\n\nLikely SORT_*", "params": [], "return_type": "void", "build": "1207" }, "0xBE8DAA9D8D01DA6A": { "name": "_0xBE8DAA9D8D01DA6A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x53764309C4618087": { "name": "_0x53764309C4618087", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x032A14D082A9B269": { "name": "_0x032A14D082A9B269", "comment": "_SET_E* or _SET_F*", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xAFA87A7D41EE346A": { "name": "_0xAFA87A7D41EE346A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6A6E79FBE8678C98": { "name": "_0x6A6E79FBE8678C98", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xCC61D8D6C19D9F14": { "name": "_0xCC61D8D6C19D9F14", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDA7FDEFF4DE86839": { "name": "_0xDA7FDEFF4DE86839", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x5D5E2102B174B8D2": { "name": "_0x5D5E2102B174B8D2", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x7B8C2B846C05E5AD": { "name": "_0x7B8C2B846C05E5AD", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x62D5F0588915B277": { "name": "_0x62D5F0588915B277", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x2F4D53023F826FF0": { "name": "_0x2F4D53023F826FF0", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xDABFE48BA0D457AA": { "name": "_0xDABFE48BA0D457AA", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xE5B76E5B56CD77DD": { "name": "_0xE5B76E5B56CD77DD", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x27AF48C62B281341": { "name": "_0x27AF48C62B281341", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x99F92061EFE908BA": { "name": "_0x99F92061EFE908BA", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x05DD384F39DE1C8C": { "name": "_0x05DD384F39DE1C8C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x198B85CC3C7A4593": { "name": "_0x198B85CC3C7A4593", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x2A6D1DAAB9EBB262": { "name": "_0x2A6D1DAAB9EBB262", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x07559B29950301FF": { "name": "_0x07559B29950301FF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD6E39DC5D46DF4AB": { "name": "_0xD6E39DC5D46DF4AB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8D56BDA343D9519F": { "name": "_0x8D56BDA343D9519F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD840C130D7AACFA5": { "name": "_0xD840C130D7AACFA5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x2E24C27B112B5B12": { "name": "_0x2E24C27B112B5B12", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0x74E2261D2A66849A": { "name": "_SET_GUARMA_WORLDHORIZON_ACTIVE", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" } }, "TASK": { "0xE73A266DB0CA9042": { "name": "TASK_PAUSE", "comment": "This tasks the ped to do nothing for the specified amount of milliseconds.\nThis is useful if you want to add a delay between tasks when using a sequence task.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "ms" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE73A266DB0CA9042", "gta_jhash": "0x17A64668" }, "0x919BE13EED931959": { "name": "TASK_STAND_STILL", "comment": "Makes the specified ped stand still for (time) milliseconds.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "time" } ], "return_type": "void", "build": "1207", "gta_hash": "0x919BE13EED931959", "gta_jhash": "0x6F80965D" }, "0x0AE4086104E067B1": { "name": "TASK_JUMP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "unused" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0AE4086104E067B1", "gta_jhash": "0x0356E3CE" }, "0x91083103137D7254": { "name": "_TASK_JUMP_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x3EB1FE9E8E908E15": { "name": "TASK_COWER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "duration" }, { "type": "Ped", "name": "pedToCowerFrom" }, { "type": "const char*", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3EB1FE9E8E908E15", "gta_jhash": "0x9CF1C19B" }, "0xF2EAB31979A7F910": { "name": "TASK_HANDS_UP", "comment": "flags: 0 = HANDS_UP_NOTHING; 1 = HANDS_UP_STRAIGHT_TO_LOOP", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "duration" }, { "type": "Ped", "name": "facingPed" }, { "type": "int", "name": "timeToFacePed" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF2EAB31979A7F910", "gta_jhash": "0x8DCC19C5" }, "0xF90427F00A495A28": { "name": "TASK_KNOCKED_OUT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "BOOL", "name": "permanently" } ], "return_type": "void", "build": "1207" }, "0x42AC6401ABB8C7E5": { "name": "TASK_KNOCKED_OUT_AND_HOGTIED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFFB520A3E16F7B7B": { "name": "_0xFFB520A3E16F7B7B", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8B1FDF63C3193EDA": { "name": "_0x8B1FDF63C3193EDA", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA98FCAFD7893C834": { "name": "UPDATE_TASK_HANDS_UP_DURATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA98FCAFD7893C834", "gta_jhash": "0x3AA39BE9" }, "0x28EF780BDEA8A639": { "name": "_0x28EF780BDEA8A639", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA14B5FBF986BAC23": { "name": "TASK_DUCK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE53D17AD837CBF7C": { "name": "_TASK_BOARD_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xA7C6854BB5A4192A": { "name": "_TASK_DISEMBARK_VEHICLE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xE41A09C8DDFF7AA4": { "name": "_TASK_BOARD_VEHICLE_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x0A11F3BDEC03ED5F": { "name": "TASK_DISEMBARK_NEAREST_TRAIN_CARRIAGE", "comment": "flags: See TASK_ENTER_VEHICLE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0xC20E50AA46D09CA8": { "name": "TASK_ENTER_VEHICLE", "comment": "flags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eEnterExitVehicleFlags", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "timeout" }, { "type": "int", "name": "seat" }, { "type": "float", "name": "speed" }, { "type": "int", "name": "flag" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC20E50AA46D09CA8", "gta_jhash": "0xB8689B4E" }, "0xD3DBCE61A490BE02": { "name": "TASK_LEAVE_VEHICLE", "comment": "flags: See TASK_ENTER_VEHICLE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "flags" }, { "type": "Ped", "name": "unkPed" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD3DBCE61A490BE02", "gta_jhash": "0x7B1141C6" }, "0x92DB0739813C5186": { "name": "TASK_MOUNT_ANIMAL", "comment": "timer: in ms, if it reaches 0 it will auto warp the ped on the horse\nmountStyle: See TASK_ENTER_VEHICLE\nFlags will still apply to mountStyle", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "mount" }, { "type": "int", "name": "timer" }, { "type": "int", "name": "seatIndex" }, { "type": "float", "name": "pedSpeed" }, { "type": "int", "name": "mountStyle" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x48E92D3DDE23C23A": { "name": "TASK_DISMOUNT_ANIMAL", "comment": "Dismounts the ped from the animal it's mounted on. taskFlag affects what side the rider gets off. p2-p5 are almost always 0.\nflags: See TASK_ENTER_VEHICLE", "params": [ { "type": "Ped", "name": "rider" }, { "type": "int", "name": "taskFlag" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x9030AD4B6207BFE8": { "name": "TASK_HITCH_ANIMAL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "scenarioPoint" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0xE05A5D39BE6E93AF": { "name": "_0xE05A5D39BE6E93AF", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE2A2AA2F659D77A7": { "name": "TASK_VEHICLE_DRIVE_TO_COORD", "comment": "stopRange: how close vehicle will get to destination before stopping, default 4.0\nstraightLineDist: distance at which AI switches to heading for target directly instead of following nodes, default -1", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speed" }, { "type": "Any", "name": "style" }, { "type": "Hash", "name": "vehicleModel" }, { "type": "int", "name": "drivingMode" }, { "type": "float", "name": "stopRange" }, { "type": "float", "name": "straightLineDist" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE2A2AA2F659D77A7", "gta_jhash": "0xE4AC0387" }, "0xF0108F01FB105DA2": { "name": "_TASK_VEHICLE_DRIVE_TO_COORD_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x480142959D337D00": { "name": "TASK_VEHICLE_DRIVE_WANDER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "speed" }, { "type": "int", "name": "drivingStyle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x480142959D337D00", "gta_jhash": "0x36EC0EB0" }, "0x304AE42E357B8C7E": { "name": "TASK_FOLLOW_TO_OFFSET_OF_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "offsetX" }, { "type": "float", "name": "offsetY" }, { "type": "float", "name": "offsetZ" }, { "type": "float", "name": "movementSpeed" }, { "type": "int", "name": "timeout" }, { "type": "float", "name": "stoppingRange" }, { "type": "BOOL", "name": "persistFollowing" }, { "type": "BOOL", "name": "p9" }, { "type": "BOOL", "name": "walkOnly" }, { "type": "BOOL", "name": "p11" }, { "type": "BOOL", "name": "p12" }, { "type": "BOOL", "name": "p13" } ], "return_type": "void", "build": "1207", "gta_hash": "0x304AE42E357B8C7E", "gta_jhash": "0x2DF5A6AC" }, "0x2E3676282C18A692": { "name": "TASK_FOLLOW_TO_OFFSET_OF_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" } ], "return_type": "void", "build": "1207" }, "0x3FFCD7BBA074CC80": { "name": "_0x3FFCD7BBA074CC80", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xD76B57B44F1E6F8B": { "name": "TASK_GO_STRAIGHT_TO_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "moveBlendSpeedY" }, { "type": "int", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "int", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD76B57B44F1E6F8B", "gta_jhash": "0x80A9E7A7" }, "0x61E360B7E040D12E": { "name": "TASK_GO_STRAIGHT_TO_COORD_RELATIVE_TO_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x61E360B7E040D12E", "gta_jhash": "0xD26CAC68" }, "0x8AA1593AEC087A29": { "name": "TASK_MOVE_IN_TRAFFIC", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xDCA3A13F7A45338B": { "name": "TASK_MOVE_IN_TRAFFIC_TO_DESTINATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x13DED0BC45600FE1": { "name": "TASK_MOVE_IN_TRAFFIC_AWAY_FROM_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xBAAB791AA72C2821": { "name": "_0xBAAB791AA72C2821", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x79482C12482A860D": { "name": "TASK_MOVE_FOLLOW_ROAD_USING_NAVMESH", "comment": "Params: moveBlendRatio commonly 1.25f, p5 is always 0 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "moveBlendRatio" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x93B93A37987F1F3D": { "name": "TASK_ACHIEVE_HEADING", "comment": "Makes the specified ped achieve the specified heading.\n\npedHandle: The handle of the ped to assign the task to.\nheading: The desired heading.\ntimeout: The time, in milliseconds, to allow the task to complete. If the task times out, it is canceled, and the ped will stay at the heading it managed to reach in the time.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "heading" }, { "type": "int", "name": "timeout" } ], "return_type": "void", "build": "1207", "gta_hash": "0x93B93A37987F1F3D", "gta_jhash": "0x0A0E9B42" }, "0x841142A1376E9006": { "name": "TASK_FLUSH_ROUTE", "comment": "Clears the current point route. Call this before TASK_EXTEND_ROUTE and TASK_FOLLOW_POINT_ROUTE.", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x841142A1376E9006", "gta_jhash": "0x34219154" }, "0x1E7889778264843A": { "name": "TASK_EXTEND_ROUTE", "comment": "Adds a new point to the current point route. Call TASK_FLUSH_ROUTE before the first call to this. Call TASK_FOLLOW_POINT_ROUTE to make the Ped go the route.\n\nA maximum of 8 points can be added.", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1E7889778264843A", "gta_jhash": "0x43271F69" }, "0x0E14C5550DC3CD1D": { "name": "TASK_FOLLOW_POINT_ROUTE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xC2329B0206426644": { "name": "TASK_ENTER_ANIM_SCENE", "comment": "flags:\nMOVE_WHILST_WAITING_FOR_PATH = (1 << 0),\nDO_NOT_STAND_STILL_AT_END_OF_PATH = (1 << 1),\nSKIP_NAVIGATION = (1 << 2),\nTEASF_AUTO_START_ANIM_SCENE = (1 << 3),\nFORCE_STAND_STILL_AT_END_OF_PATH = (1 << 6),\nENTER_ANIM_SCENE_DONT_FOLLOW_NAVMESH = (1 << 7)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "AnimScene", "name": "animScene" }, { "type": "const char*", "name": "entityName" }, { "type": "const char*", "name": "playbackListName" }, { "type": "float", "name": "enterSpeed" }, { "type": "BOOL", "name": "bAutoStart" }, { "type": "int", "name": "flag" }, { "type": "int", "name": "p7" }, { "type": "float", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x4AA5AA97C65E4A2F": { "name": "TASK_MOVE_BE_IN_FORMATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x6A071245EB0D1882": { "name": "TASK_GO_TO_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "target" }, { "type": "int", "name": "duration" }, { "type": "float", "name": "distance" }, { "type": "float", "name": "speed" }, { "type": "float", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6A071245EB0D1882", "gta_jhash": "0x374827C2" }, "0x489FFCCCE7392B55": { "name": "TASK_FOLLOW_AND_CONVERSE_WITH_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "int", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "float", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0xA052608A12559BBB": { "name": "_0xA052608A12559BBB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8AC76D1408731732": { "name": "TASK_WANDER_AND_CONVERSE_WITH_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xAA19711D33C6708C": { "name": "TASK_LEAD_AND_CONVERSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xDE0C8B145EA466FF": { "name": "_0xDE0C8B145EA466FF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x8D7F2A63688C20A4": { "name": "TASK_SEEK_CLEAR_LOS_TO_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xBAD6545608CECA6E": { "name": "TASK_GO_TO_WHISTLE", "comment": "enum eWhistleType\n{\n\tWHISTLE_MAIN,\n\tWHISTLE_SECONDARY,\n\tWHISTLE_DOUBLE,\n\tWHISTLE_URGENT,\n\tWHISTLE_LONG\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "p1" }, { "type": "int", "name": "whistleType" } ], "return_type": "void", "build": "1207" }, "0xEB67D4E056C85A81": { "name": "_0xEB67D4E056C85A81", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x78D8C1D4EB80C588": { "name": "_0x78D8C1D4EB80C588", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x9A7A4A54596FE09D": { "name": "TASK_LEAD_HORSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "horse" } ], "return_type": "void", "build": "1207" }, "0xED27560703F37258": { "name": "TASK_STOP_LEADING_HORSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x6879FF208ED87F2A": { "name": "_TASK_FLEE_FROM_COORD", "comment": "fleeType: see TASK_FLEE_COORD", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" } ], "return_type": "void", "build": "1207" }, "0x7B74D8EEDE9B5727": { "name": "_TASK_FLEE_FROM_PED", "comment": "fleeType: see TASK_FLEE_COORD", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "fleeFromTarget" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" }, { "type": "int", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x94587F17E9C365D5": { "name": "TASK_SMART_FLEE_COORD", "comment": "Makes the specified ped flee the specified distance from the specified position.\nfleeType: see TASK_FLEE_COORD", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" }, { "type": "int", "name": "time" }, { "type": "int", "name": "fleeType" }, { "type": "float", "name": "fleeSpeed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x94587F17E9C365D5", "gta_jhash": "0xB2E686FC" }, "0x22B0D0E37CCB840D": { "name": "TASK_SMART_FLEE_PED", "comment": "Makes a ped run away from another ped (fleeFromTarget)\n\nfleeDistance = ped will flee this distance\nfleeTime = ped will flee for this amount of time, set to \"-1\" to flee forever\nfleeType = see TASK_FLEE_COORD, can be 0, R* Scripts: fm_mission/race_controller: 66048; fme_escaped_convicts: 2260992, 2523136, 2359296; la_alligator/fox: 2097152; net_fetch: 17301536; net_stable_mount: 540928\nfleeSpeed = mostly 3f, rarely 1f in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "fleeFromTarget" }, { "type": "float", "name": "fleeDistance" }, { "type": "int", "name": "fleeTime" }, { "type": "int", "name": "fleeType" }, { "type": "float", "name": "fleeSpeed" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x22B0D0E37CCB840D", "gta_jhash": "0xE52EB560" }, "0x673A8779D229BA5A": { "name": "_0x673A8779D229BA5A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x2E1D6D87346BB7D2": { "name": "_0x2E1D6D87346BB7D2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x58428248BF4B64E4": { "name": "TASK_FLEE_COORD", "comment": "Params: p5 = some flag?, p6 = -1.0f, p8 = 0 in R* Scripts\nfleeStyle: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eFleeStyle", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "fleeStyle" }, { "type": "int", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xFD45175A6DFD7CE9": { "name": "TASK_FLEE_PED", "comment": "Params: p4 = -1.0f, p5 = -1, p6 = 0 in R* Scripts\nfleeStyle: see TASK_FLEE_COORD", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "fleeFromTarget" }, { "type": "int", "name": "fleeStyle" }, { "type": "int", "name": "flag" }, { "type": "float", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x390E0B697D25EAF5": { "name": "TASK_FLEE_COORD_VIA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" } ], "return_type": "void", "build": "1207" }, "0x5802E0F910E4CF1D": { "name": "TASK_FLEE_PED_VIA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0xE8F1A5B4CED3725A": { "name": "_ADD_FLEE_TARGET_COORDS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x3923EC958249657D": { "name": "ADD_FLEE_TARGET_PED", "comment": "Params: p2 is always -1.f in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA42DC7919159CCCF": { "name": "_0xA42DC7919159CCCF", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE86A537B5A3C297C": { "name": "TASK_FLY_AWAY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "fleeFromTarget" } ], "return_type": "void", "build": "1207" }, "0xD6CFC2D59DA72042": { "name": "TASK_FLY_TO_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "travelMbr" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x72997893BFB8ECCC": { "name": "TASK_FLYING_CIRCLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x04ACFAC71E6858F9": { "name": "TASK_WALK_AWAY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x452419CBD838065B": { "name": "TASK_SHOCKING_EVENT_REACT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x452419CBD838065B", "gta_jhash": "0x9BD00ACF" }, "0xC4C32C31920E1B70": { "name": "TASK_REACT", "comment": "Makes a ped react to an entity.\nParams: reactingTo Entity can be 0, p8 is always 4", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "reactingTo" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "const char*", "name": "reactionName" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "int", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xE054346CA3A0F315": { "name": "TASK_WANDER_IN_AREA", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "int", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE054346CA3A0F315", "gta_jhash": "0xC6981FB9" }, "0x9FDA168777B28424": { "name": "TASK_WANDER_IN_VOLUME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Volume", "name": "volume" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xBB9CE077274F6A1B": { "name": "TASK_WANDER_STANDARD", "comment": "Makes ped walk around the area.\n\nset p1 to 10.0f and p2 to 10 if you want the ped to walk anywhere without a duration.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBB9CE077274F6A1B", "gta_jhash": "0xAF59151A" }, "0x527EA3DB8BC7F03B": { "name": "TASK_WANDER_SWIM", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x965FEC691D55E9BF": { "name": "TASK_PLANT_BOMB", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" } ], "return_type": "void", "build": "1207", "gta_hash": "0x965FEC691D55E9BF", "gta_jhash": "0x33457535" }, "0xA09CFD29100F06C3": { "name": "TASK_HORSE_ACTION", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/tasks/TASK_HORSE_ACTION\nParams: p2, p3 are set to 0 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "action" }, { "type": "Ped", "name": "targetPed" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xCD181A959CFDD7F4": { "name": "TASK_ANIMAL_INTERACTION", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/tasks/TASK_ANIMAL_INTERACTION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "Hash", "name": "interactionType" }, { "type": "Hash", "name": "interactionModel" }, { "type": "BOOL", "name": "skipIdleAnimationClip" } ], "return_type": "void", "build": "1207" }, "0xF960F3D57B660E96": { "name": "TASK_COMBAT_ANIMAL_WARN", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xEE3AA414CF99F368": { "name": "TASK_COMBAT_ANIMAL_CHARGE_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "BOOL", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x76610D12A838EBDE": { "name": "_0x76610D12A838EBDE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1311" }, "0x37C13863ABA1B4A3": { "name": "TASK_AMBIENT_ANIMAL_STALK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4B39D8F9D0FE7749": { "name": "TASK_AMBIENT_ANIMAL_HUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x21FDF9A25CFE1CE5": { "name": "TASK_ANIMAL_UNALERTED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x979D93372FC8C565": { "name": "TASK_ANIMAL_ALERTED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA899B61C66F09134": { "name": "TASK_ANIMAL_FLEE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x244430C13BA5258E": { "name": "_0x244430C13BA5258E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0xBD7949BD07299672": { "name": "TASK_EAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x83BFC1F836B2F3F2": { "name": "TASK_BARK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "barkAtTarget" }, { "type": "Hash", "name": "mood" } ], "return_type": "void", "build": "1207" }, "0x1B1475414E70DD8E": { "name": "TASK_FOLLOW_PAVEMENT_TO_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x15D3A79D4E44B913": { "name": "TASK_FOLLOW_NAV_MESH_TO_COORD", "comment": "If no timeout, set timeout to -1.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speedMultiplier" }, { "type": "int", "name": "timeout" }, { "type": "float", "name": "stoppingRange" }, { "type": "int", "name": "flags" }, { "type": "float", "name": "heading" } ], "return_type": "void", "build": "1207", "gta_hash": "0x15D3A79D4E44B913", "gta_jhash": "0xFE4A10D9" }, "0x17F58B88D085DBAC": { "name": "TASK_FOLLOW_NAV_MESH_TO_COORD_ADVANCED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speedMultiplier" }, { "type": "int", "name": "timeout" }, { "type": "float", "name": "stoppingRange" }, { "type": "int", "name": "flags" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" }, { "type": "float", "name": "p10" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "unk" } ], "return_type": "void", "build": "1207", "gta_hash": "0x17F58B88D085DBAC", "gta_jhash": "0x6BF6E296" }, "0x8E06A6FE76C9EFF4": { "name": "SET_PED_PATH_CAN_USE_CLIMBOVERS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8E06A6FE76C9EFF4", "gta_jhash": "0xB7B7D442" }, "0x77A5B103C87F476E": { "name": "SET_PED_PATH_CAN_USE_LADDERS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x77A5B103C87F476E", "gta_jhash": "0x53A879EE" }, "0xE361C5C71C431A4F": { "name": "SET_PED_PATH_CAN_DROP_FROM_HEIGHT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE361C5C71C431A4F", "gta_jhash": "0x394B7AC9" }, "0xE6A151364C600B24": { "name": "_0xE6A151364C600B24", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x1632EB9386CDBE64": { "name": "_0x1632EB9386CDBE64", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x88E32DB8C1A4AA4B": { "name": "SET_PED_PATH_CLIMB_COST_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x88E32DB8C1A4AA4B", "gta_jhash": "0x55E06443" }, "0xE8C296B75EACC357": { "name": "SET_PED_PATH_DEEP_SNOW_COST_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x3AD8EFF9703BE657": { "name": "SET_PED_PATH_FOLIAGE_COST_MODIFIER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1207" }, "0x8798CF6815B8FE0F": { "name": "_0x8798CF6815B8FE0F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5B68D0007D9C92EB": { "name": "_0x5B68D0007D9C92EB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x82ED59F095056550": { "name": "_0x82ED59F095056550", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE01C8DC8EDD28D31": { "name": "_0xE01C8DC8EDD28D31", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x098CAA6DBE7D8D82": { "name": "_0x098CAA6DBE7D8D82", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1948BBE561A2375A": { "name": "_GET_PED_IS_IGNORING_DEAD_BODIES", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x013A7BA5015C1372": { "name": "_SET_PED_IGNORE_DEAD_BODIES", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x70F7A1EAB1AE3AA8": { "name": "_SET_PED_PATH_LADDER_COST_MODIFIER", "comment": "_SET_PED_PATH_P*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "modifier" } ], "return_type": "void", "build": "1232" }, "0xF35425A4204367EC": { "name": "SET_PED_PATH_MAY_ENTER_WATER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "mayEnterWater" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF35425A4204367EC", "gta_jhash": "0x9C606EE3" }, "0x9DE63896B176EA94": { "name": "_SET_PED_PATH_MAY_ENTER_DEEP_WATER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "mayEnterDeepWater" } ], "return_type": "void", "build": "1207" }, "0xC6170856E54557B2": { "name": "_0xC6170856E54557B2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF948F4356F010F11": { "name": "_0xF948F4356F010F11", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x38FE1EC73743793C": { "name": "SET_PED_PATH_PREFER_TO_AVOID_WATER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "avoidWater" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x38FE1EC73743793C", "gta_jhash": "0x0EA39A29" }, "0x8BB283A7888AD1AD": { "name": "_0x8BB283A7888AD1AD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x12990818C1D35886": { "name": "_0x12990818C1D35886", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x7C015D8BCEC72CF4": { "name": "_0x7C015D8BCEC72CF4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4455517B28441E60": { "name": "SET_PED_PATH_AVOID_FIRE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "avoidFire" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4455517B28441E60", "gta_jhash": "0xDCC5B934" }, "0x42CFD8FD8CC8DC69": { "name": "_0x42CFD8FD8CC8DC69", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x216343750545A486": { "name": "_0x216343750545A486", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x06ECF3925BC2ABAE": { "name": "_0x06ECF3925BC2ABAE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0xFA30E2254461ADEB": { "name": "_0xFA30E2254461ADEB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5BC448CB78FA3E88": { "name": "TASK_GO_TO_COORD_ANY_MEANS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speed" }, { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "p6" }, { "type": "int", "name": "walkingStyle" }, { "type": "float", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5BC448CB78FA3E88", "gta_jhash": "0xF91DF93B" }, "0x1DD45F9ECFDB1BC9": { "name": "TASK_GO_TO_COORD_ANY_MEANS_EXTRA_PARAMS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speed" }, { "type": "Any", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "int", "name": "walkingStyle" }, { "type": "float", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1DD45F9ECFDB1BC9", "gta_jhash": "0x094B75EF" }, "0xB8ECD61F531A7B02": { "name": "TASK_GO_TO_COORD_ANY_MEANS_EXTRA_PARAMS_WITH_CRUISE_SPEED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB8ECD61F531A7B02", "gta_jhash": "0x86DC03F9" }, "0xEA47FE3719165B94": { "name": "TASK_PLAY_ANIM", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/animations\nflags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eScriptedAnimFlags\nikFlags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eIkControlFlags ", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "float", "name": "speed" }, { "type": "float", "name": "speedMultiplier" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "flags" }, { "type": "float", "name": "playbackRate" }, { "type": "BOOL", "name": "p8" }, { "type": "int", "name": "ikFlags" }, { "type": "BOOL", "name": "p10" }, { "type": "const char*", "name": "taskFilter" }, { "type": "BOOL", "name": "p12" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEA47FE3719165B94", "gta_jhash": "0x5AB552C6" }, "0x83CDB10EA29B370B": { "name": "TASK_PLAY_ANIM_ADVANCED", "comment": "flags: see TASK_PLAY_ANIM\nikFlags: see TASK_PLAY_ANIM", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "speed" }, { "type": "float", "name": "speedMultiplier" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "flags" }, { "type": "float", "name": "p13" }, { "type": "int", "name": "p14" }, { "type": "int", "name": "p15" }, { "type": "int", "name": "p16" } ], "return_type": "void", "build": "1207", "gta_hash": "0x83CDB10EA29B370B", "gta_jhash": "0x3DDEB0E6" }, "0xAD67214236AB1CFE": { "name": "TASK_PLAY_UPPER_ANIM_FACING_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "BOOL", "name": "p9" }, { "type": "BOOL", "name": "p10" }, { "type": "float", "name": "p11" }, { "type": "const char*", "name": "p12" }, { "type": "int", "name": "p13" }, { "type": "float", "name": "p14" } ], "return_type": "void", "build": "1207" }, "0x97FF36A1D40EA00A": { "name": "STOP_ANIM_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "animDictionary" }, { "type": "const char*", "name": "animationName" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x97FF36A1D40EA00A", "gta_jhash": "0x2B520A57" }, "0x126EF75F1E17ABE5": { "name": "TASK_SCRIPTED_ANIMATION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207", "gta_hash": "0x126EF75F1E17ABE5", "gta_jhash": "0xFC2DCF47" }, "0x77A1EEC547E7FCF1": { "name": "PLAY_ENTITY_SCRIPTED_ANIM", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207", "gta_hash": "0x77A1EEC547E7FCF1", "gta_jhash": "0x02F72AE5" }, "0xEE08C992D238C5D1": { "name": "STOP_ANIM_PLAYBACK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEE08C992D238C5D1", "gta_jhash": "0xE5F16398" }, "0x87B66D77D545DB66": { "name": "SET_ANIM_FILTER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x032D49C5E359C847": { "name": "SET_ANIM_RATE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x032D49C5E359C847", "gta_jhash": "0x6DB46584" }, "0x2D19BC4DF626CBE7": { "name": "CAN_START_ITEM_INTERACTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "itemHash" }, { "type": "Hash", "name": "interactionAnimHash" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0xAE72E7DF013AAA61": { "name": "START_TASK_ITEM_INTERACTION", "comment": "Params: p3 = 0, 1; p5 = 0.0f, -1.0f\nhttps://github.com/femga/rdr3_discoveries/tree/master/tasks/TASK_ITEM_INTERACTION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "itemHash" }, { "type": "Hash", "name": "interactionAnimHash" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "flag" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x72F52AA2D2B172CC": { "name": "_TASK_ITEM_INTERACTION_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "propNameGxt" }, { "type": "Object", "name": "prop" }, { "type": "Hash", "name": "propId" }, { "type": "Hash", "name": "itemInteractionState" }, { "type": "int", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "float", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xD61D5E1AD9876DEB": { "name": "_TASK_ITEM_INTERACTION_3", "comment": "Params: p3, p4, p5, p6: 0, 0, 0, -1.0f in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "item" }, { "type": "Any*", "name": "guid" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "float", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xB35370D5353995CB": { "name": "_0xB35370D5353995CB", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "item" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6AA3DCA2C6F5EB6D": { "name": "GET_ITEM_INTERACTION_STATE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x804425C4BBD00883": { "name": "GET_ITEM_INTERACTION_ITEM_ID", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x038B1F1674F0E242": { "name": "IS_PED_RUNNING_INSPECTION_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xEC7E480FF8BD0BED": { "name": "IS_PED_RUNNING_TASK_ITEM_INTERACTION", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x05A0100EA714DB68": { "name": "_GET_ITEM_INTERACTION_ENTITY_FROM_PED", "comment": "item hashes: PRIMARYITEM, P_MUGCOFFEE01X_PH_R_HAND, P_BOTTLEBEER01X_PH_R_HAND\nhttp://prntscr.com/1qtp3bz\nhttps://github.com/femga/rdr3_discoveries/tree/master/tasks/TASK_ITEM_INTERACTION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "item" } ], "return_type": "Entity", "build": "1207" }, "0xBC864A70AD55E0C1": { "name": "GET_ITEM_INTERACTION_PROMPT_PROGRESS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "inputContext" } ], "return_type": "float", "build": "1207" }, "0x678D3226CF70B9C8": { "name": "_0x678D3226CF70B9C8", "comment": "Only used in R* SP Script beat_washed_ashore\nReturns Object prop for TASK::_TASK_ITEM_INTERACTION_2", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Object", "build": "1207" }, "0x5F22926E1BCE9B08": { "name": "TASK_EVASIVE_ANIM", "comment": "Params: p2 is returned by BUILTIN::SHIFT_LEFT", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "Ped", "name": "ped2" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6FA46612594F7973": { "name": "TASK_LOOK_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "flags" }, { "type": "int", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6FA46612594F7973", "gta_jhash": "0x7B784DD8" }, "0x69F4BE8C8CC4796C": { "name": "TASK_LOOK_AT_ENTITY", "comment": "param3: duration in ms, use -1 to look forever\nparam4: using 2048 is fine\nparam5: using 3 is fine", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "lookAtTarget" }, { "type": "int", "name": "duration" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x69F4BE8C8CC4796C", "gta_jhash": "0x991D6619" }, "0x0F804F1DB19B9689": { "name": "TASK_CLEAR_LOOK_AT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0F804F1DB19B9689", "gta_jhash": "0x60EB4054" }, "0x508F5053E3F6F0C4": { "name": "_0x508F5053E3F6F0C4", "comment": "Only used in R* SP Scripts\nParams: p4 = 1.0f - 30.0f", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0x23767D80C7EED7C6": { "name": "_0x23767D80C7EED7C6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1311" }, "0xE8854A4326B9E12B": { "name": "OPEN_SEQUENCE_TASK", "comment": "", "params": [ { "type": "int*", "name": "taskSequenceId" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE8854A4326B9E12B", "gta_jhash": "0xABA6923E" }, "0x39E72BC99E6360CB": { "name": "CLOSE_SEQUENCE_TASK", "comment": "", "params": [ { "type": "int", "name": "taskSequenceId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x39E72BC99E6360CB", "gta_jhash": "0x1A7CEBD0" }, "0x5ABA3986D90D8A3B": { "name": "TASK_PERFORM_SEQUENCE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "taskSequenceId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5ABA3986D90D8A3B", "gta_jhash": "0x4D9FBD11" }, "0x4FC0AF869D6E309D": { "name": "_TASK_PERFORM_SEQUENCE_2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x3841422E9C488D8C": { "name": "CLEAR_SEQUENCE_TASK", "comment": "", "params": [ { "type": "int*", "name": "taskSequenceId" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3841422E9C488D8C", "gta_jhash": "0x47ED03CE" }, "0x58C70CF3A41E4AE7": { "name": "SET_SEQUENCE_TO_REPEAT", "comment": "repeatMode: 0 = REPEAT_NOT; 1 = REPEAT_FOREVER", "params": [ { "type": "int", "name": "taskSequenceId" }, { "type": "int", "name": "repeatMode" } ], "return_type": "void", "build": "1207", "gta_hash": "0x58C70CF3A41E4AE7", "gta_jhash": "0xCDDF1508" }, "0x00A9010CFE1E3533": { "name": "GET_SEQUENCE_PROGRESS", "comment": "returned values:\n0 to 7 = task that's currently in progress, 0 meaning the first one.\n-1 no task sequence in progress.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x00A9010CFE1E3533", "gta_jhash": "0xA3419909" }, "0xB0760331C7AA4155": { "name": "GET_IS_TASK_ACTIVE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "taskIndex" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB0760331C7AA4155", "gta_jhash": "0x86FDDF55" }, "0x77F1BEB8863288D5": { "name": "GET_SCRIPT_TASK_STATUS", "comment": "Gets the status of a script-assigned task, and returns an int between 0-8\ntaskHash: https://alloc8or.re/rdr3/doc/enums/eScriptTaskHash.txt \n\nWAITING_TO_START_TASK = 0,\nPERFORMING_TASK\nDORMANT_TASK\nVACANT_STAGE\nGROUP_TASK_STAGE\nATTRACTOR_SCRIPT_TASK_STAGE\nSECONDARY_TASK_STAGE\nTASK_NOT_FOUND\nFINISHED_TASK", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "taskHash" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207", "gta_hash": "0x77F1BEB8863288D5", "gta_jhash": "0xB2477B23" }, "0x9FF5F9B24E870748": { "name": "_0x9FF5F9B24E870748", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xA710DC5D25F8B942": { "name": "_GET_SCRIPT_TASK_ACTION_TIME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "task" } ], "return_type": "float", "build": "1207" }, "0xE7FA07624574B79A": { "name": "REACT_LOOK_AT", "comment": "lookIntensity: see SET_PED_SHOULD_PLAY_FLEE_SCENARIO_EXIT\n\nexitAnimation: LOOK_RETURN_GENERIC = 1,\nLOOK_RETURN_DISMISSIVE = 2,\nLOOK_RETURN_RELIEVED = 3", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "int", "name": "lookIntensity" }, { "type": "int", "name": "exitAnimation" }, { "type": "float", "name": "duration" }, { "type": "int", "name": "p5" }, { "type": "Ped", "name": "targetPed2" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x541E5B41DCA45828": { "name": "REACT_LOOK_AT_END", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "exitAnimation" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x916B8E075ABC8B4E": { "name": "IS_PED_SCENARIO_REACT_LOOKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x534AEBA6E5ED4CAB": { "name": "GET_ACTIVE_VEHICLE_MISSION_TYPE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207", "gta_hash": "0x534AEBA6E5ED4CAB", "gta_jhash": "0xAFA914EF" }, "0x504D54DF3F6F2247": { "name": "TASK_LEAVE_ANY_VEHICLE", "comment": "flags: See TASK_ENTER_VEHICLE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "taskFlag" } ], "return_type": "void", "build": "1207", "gta_hash": "0x504D54DF3F6F2247", "gta_jhash": "0xDBDD79FA" }, "0xBD70108D01875299": { "name": "_0xBD70108D01875299", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x14747F4A5971DE4E": { "name": "TASK_USE_RANDOM_SCENARIO_IN_GROUP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x9B53BB6E8943AF53": { "name": "TASK_AIM_GUN_AT_ENTITY", "comment": "duration: the amount of time in milliseconds to do the task. -1 will keep the task going until either another task is applied, or CLEAR_ALL_TASKS() is called with the ped", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "targetEntity" }, { "type": "int", "name": "duration" }, { "type": "BOOL", "name": "p3" }, { "type": "int", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9B53BB6E8943AF53", "gta_jhash": "0xBE32B3B6" }, "0x5AD23D40115353AC": { "name": "TASK_TURN_PED_TO_FACE_ENTITY", "comment": "duration: the amount of time in milliseconds to do the task. -1 will keep the task going until either another task is applied, or CLEAR_ALL_TASKS() is called with the ped", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "targetEntity" }, { "type": "int", "name": "duration" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5AD23D40115353AC", "gta_jhash": "0x3C37C767" }, "0x6671F3EEC681BDA1": { "name": "TASK_AIM_GUN_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "time" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6671F3EEC681BDA1", "gta_jhash": "0xFBF44AD3" }, "0x4AF1D73861212F52": { "name": "TASK_AIM_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xCF7569BD0FB480A0": { "name": "TASK_AIM_AT_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x46A6CC01E0826106": { "name": "TASK_SHOOT_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "duration" }, { "type": "Hash", "name": "firingPattern" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x46A6CC01E0826106", "gta_jhash": "0x601C22E3" }, "0x7AA80209BDA643EB": { "name": "TASK_SHUFFLE_TO_NEXT_VEHICLE_SEAT", "comment": "Makes the specified ped shuffle to the next vehicle seat.\nThe ped MUST be in a vehicle and the vehicle parameter MUST be the ped's current vehicle.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7AA80209BDA643EB", "gta_jhash": "0xBEAF8F67" }, "0xE1EF3C1216AFF2CD": { "name": "CLEAR_PED_TASKS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE1EF3C1216AFF2CD", "gta_jhash": "0xDE3316AB" }, "0x1A7D63CB1B0BB223": { "name": "_0x1A7D63CB1B0BB223", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB2D15D3551FE4FAE": { "name": "_0xB2D15D3551FE4FAE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0xDF94844D474F31E5": { "name": "_0xDF94844D474F31E5", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xEBA2081E0A5F4D17": { "name": "_0xEBA2081E0A5F4D17", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x141BC64C8D7C5529": { "name": "_0x141BC64C8D7C5529", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0x176CECF6F920D707": { "name": "CLEAR_PED_SECONDARY_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x176CECF6F920D707", "gta_jhash": "0xA635F451" }, "0x6F1C49F275BD25B3": { "name": "TASK_EVERYONE_LEAVE_VEHICLE_IN_ORDER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x5C8514540D27FBFB": { "name": "TASK_INVESTIGATE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xE39B4FF4FDEBDE27": { "name": "TASK_GOTO_ENTITY_OFFSET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p2" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE39B4FF4FDEBDE27", "gta_jhash": "0x1A17A85E" }, "0x338E7EF52B6095A9": { "name": "TASK_GOTO_ENTITY_OFFSET_XY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "int", "name": "duration" }, { "type": "float", "name": "targetRadius" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "moveBlendRatio" }, { "type": "int", "name": "offsetFlags" } ], "return_type": "void", "build": "1207", "gta_hash": "0x338E7EF52B6095A9", "gta_jhash": "0xBC1E3D0A" }, "0xFA6DA9D151769392": { "name": "TASK_GOTO_ENTITY_OFFSET_XYZ", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1311" }, "0x901BD69984400F62": { "name": "TASK_GOTO_ENTITY_OFFSET_XY_AIMING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x41B0832CA96B5351": { "name": "TASK_GOTO_ENTITY_OFFSET_XYZ_AIMING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x2D532EAA142CF83F": { "name": "TASK_FOLLOW_ENTITY_WHILE_AIMING_AT_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x1DDA930A0AC38571": { "name": "TASK_TURN_PED_TO_FACE_COORD", "comment": "duration in milliseconds", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "duration" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1DDA930A0AC38571", "gta_jhash": "0x30463D73" }, "0xC429DCEEB339E129": { "name": "TASK_VEHICLE_TEMP_ACTION", "comment": "Documentation from GTA V, might be the same in RDR:\n\n'1 - brake\n'3 - brake + reverse\n'4 - turn left 90 + braking\n'5 - turn right 90 + braking\n'6 - brake strong (handbrake?) until time ends\n'7 - turn left + accelerate\n'7 - turn right + accelerate\n'9 - weak acceleration\n'10 - turn left + restore wheel pos to center in the end\n'11 - turn right + restore wheel pos to center in the end\n'13 - turn left + go reverse\n'14 - turn left + go reverse\n'16 - crash the game after like 2 seconds :)\n'17 - keep actual state, game crashed after few tries\n'18 - game crash\n'19 - strong brake + turn left/right\n'20 - weak brake + turn left then turn right\n'21 - weak brake + turn right then turn left\n'22 - brake + reverse\n'23 - accelerate fast\n'24 - brake\n'25 - brake turning left then when almost stopping it turns left more\n'26 - brake turning right then when almost stopping it turns right more\n'27 - brake until car stop or until time ends\n'28 - brake + strong reverse acceleration\n'30 - performs a burnout (brake until stop + brake and accelerate)\n'31 - accelerate + handbrake\n'32 - accelerate very strong\n\nSeems to be this:\nWorks on NPCs, but overrides their current task. If inside a task sequence (and not being the last task), \"time\" will work, otherwise the task will be performed forever until tasked with something else", "params": [ { "type": "Ped", "name": "driver" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "action" }, { "type": "int", "name": "time" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC429DCEEB339E129", "gta_jhash": "0x0679DFB8" }, "0x659427E0EF36BCDE": { "name": "TASK_VEHICLE_MISSION", "comment": "", "params": [ { "type": "Ped", "name": "driver" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "Vehicle", "name": "vehicleTarget" }, { "type": "int", "name": "missionType" }, { "type": "float", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "BOOL", "name": "DriveAgainstTraffic" } ], "return_type": "void", "build": "1207", "gta_hash": "0x659427E0EF36BCDE", "gta_jhash": "0x20609E56" }, "0x7F241A0D14354583": { "name": "TASK_VEHICLE_DRIVE_TO_DESTINATION", "comment": "flags: 67108864, 2097152, 524564, 524675 (eDrivingFlags)\np7 = 6 or 3\np8 = x coordinate\np9 - 8.f\np10 = false", "params": [ { "type": "Ped", "name": "driver" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speed" }, { "type": "int", "name": "drivingFlags" }, { "type": "int", "name": "p7" }, { "type": "float", "name": "stoppingRange1" }, { "type": "float", "name": "stoppingRange2" }, { "type": "BOOL", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0x391073B9D3CCE2BA": { "name": "_TASK_VEHICLE_DRIVE_TO_DESTINATION_2", "comment": "Tasks vehicle towards owner", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speed" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x55CD5FDDD4335C1E": { "name": "_TASK_VEHICLE_FLEE_ON_CLEANUP", "comment": "Vehicle Auto Drive (?)\np1/p2/p3: usually 1f, 1f, 0f or 0f, 0f, 0f\nSpeed: usually 8f\nTypes: 1148979456 (task with flee), 1148979587 (dismissing the vehicle)", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "speed" }, { "type": "Hash", "name": "type" } ], "return_type": "void", "build": "1207" }, "0x089FF2FB965F0A29": { "name": "TASK_VEHICLE_DRIVE_STRAIGHT_TO_POINT", "comment": "Old name: _TASK_VEHICLE_DRIVE_TO_POINT\nflag: 524419 and 0 in shop_horse_shop R* Script", "params": [ { "type": "Ped", "name": "driver" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "int", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0x6524A8981E8BE7C9": { "name": "_TASK_VEHICLE_DRIVE_TO_POINT_2", "comment": "Params: p4 = 3.f or 8.f, p5 = 0.25f, p6 = 0 in R* Scripts", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x1D125814EBC517EB": { "name": "_0x1D125814EBC517EB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x583AE9AF9CEE0958": { "name": "_0x583AE9AF9CEE0958", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207" }, "0x9454528DF15D657A": { "name": "TASK_VEHICLE_MISSION_PED_TARGET", "comment": "See TASK_VEHICLE_MISSION", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "Ped", "name": "pedTarget" }, { "type": "int", "name": "mode" }, { "type": "float", "name": "maxSpeed" }, { "type": "int", "name": "drivingStyle" }, { "type": "float", "name": "minDistance" }, { "type": "float", "name": "p7" }, { "type": "BOOL", "name": "DriveAgainstTraffic" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9454528DF15D657A", "gta_jhash": "0xC81C4677" }, "0xA263ADBBC8056214": { "name": "_0xA263ADBBC8056214", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0FA6E4B75F302400": { "name": "TASK_VEHICLE_ESCORT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "Vehicle", "name": "targetVehicle" }, { "type": "int", "name": "mode" }, { "type": "float", "name": "speed" }, { "type": "int", "name": "drivingStyle" }, { "type": "float", "name": "minDistance" }, { "type": "int", "name": "p7" }, { "type": "float", "name": "noRoadsDistance" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0FA6E4B75F302400", "gta_jhash": "0x9FDCB250" }, "0x15C86013127CE63F": { "name": "TASK_BOAT_MISSION", "comment": "", "params": [ { "type": "Ped", "name": "pedDriver" }, { "type": "Vehicle", "name": "boat" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Any", "name": "p7" }, { "type": "float", "name": "maxSpeed" }, { "type": "int", "name": "drivingStyle" }, { "type": "float", "name": "p10" }, { "type": "Any", "name": "p11" } ], "return_type": "void", "build": "1207", "gta_hash": "0x15C86013127CE63F", "gta_jhash": "0x5865B031" }, "0x7157B82D60E4BC46": { "name": "TASK_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x2F8AF0E82773A171": { "name": "TASK_DRIVE_BY", "comment": "", "params": [ { "type": "Ped", "name": "driverPed" }, { "type": "Ped", "name": "targetPed" }, { "type": "Vehicle", "name": "targetVehicle" }, { "type": "float", "name": "targetX" }, { "type": "float", "name": "targetY" }, { "type": "float", "name": "targetZ" }, { "type": "float", "name": "distanceToShoot" }, { "type": "int", "name": "pedAccuracy" }, { "type": "BOOL", "name": "p8" }, { "type": "Hash", "name": "firingPattern" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2F8AF0E82773A171", "gta_jhash": "0x2B84D1C4" }, "0xE5B302114D8162EE": { "name": "SET_DRIVEBY_TASK_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "shootingPed" }, { "type": "Ped", "name": "targetPed" }, { "type": "Vehicle", "name": "targetVehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE5B302114D8162EE", "gta_jhash": "0xDA6A6FC1" }, "0xC35B5CDB2824CF69": { "name": "CLEAR_DRIVEBY_TASK_UNDERNEATH_DRIVING_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC35B5CDB2824CF69", "gta_jhash": "0x9B76F7E6" }, "0x8785E6E40C7A8818": { "name": "IS_DRIVEBY_TASK_UNDERNEATH_DRIVING_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8785E6E40C7A8818", "gta_jhash": "0xB23F46E6" }, "0x8785E6E40C7A8819": { "name": "GET_IS_PED_AIMING_IN_THE_AIR", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x34C0010188D7C54A": { "name": "_SET_PED_CLEAR_AIMING_IN_THE_AIR", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA320EF046186FA3B": { "name": "IS_MOUNTED_WEAPON_TASK_UNDERNEATH_DRIVING_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA320EF046186FA3B", "gta_jhash": "0x291E938C" }, "0x9A7D091411C5F684": { "name": "TASK_WARP_PED_INTO_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seat" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9A7D091411C5F684", "gta_jhash": "0x65D4A35D" }, "0x08DA95E8298AE772": { "name": "TASK_SHOOT_AT_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Entity", "name": "targetEntity" }, { "type": "int", "name": "duration" }, { "type": "Hash", "name": "firingPattern" }, { "type": "BOOL", "name": "affectCockedState" } ], "return_type": "void", "build": "1207", "gta_hash": "0x08DA95E8298AE772", "gta_jhash": "0xAC0631C9" }, "0x08AA95E8298AE772": { "name": "TASK_SHOOT_WITH_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207" }, "0x2416EC2F31F75266": { "name": "_0x2416EC2F31F75266", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Entity", "name": "targetEntity" }, { "type": "int", "name": "duration" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x41323F4E0C4AE94B": { "name": "_0x41323F4E0C4AE94B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x5EA655F01D93667A": { "name": "_0x5EA655F01D93667A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x89D9FCC2435112F1": { "name": "TASK_CLIMB", "comment": "Climbs or vaults the nearest thing.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "unused" } ], "return_type": "void", "build": "1207", "gta_hash": "0x89D9FCC2435112F1", "gta_jhash": "0x90847790" }, "0xDF1D85BCAF60D537": { "name": "_TASK_CLIMB_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "heading" } ], "return_type": "void", "build": "1207" }, "0xB6C987F9285A3814": { "name": "TASK_CLIMB_LADDER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB6C987F9285A3814", "gta_jhash": "0x35BB4EE0" }, "0xAAA34F8A7CB32098": { "name": "CLEAR_PED_TASKS_IMMEDIATELY", "comment": "Immediately stops the pedestrian from whatever it's doing. They stop fighting, animations, etc. they forget what they were doing.\n\nresetCrouch TRUE = ped will stand up if crouching, FALSE = ped will remain crouching if crouched", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "resetCrouch" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAAA34F8A7CB32098", "gta_jhash": "0xBC045625" }, "0x89221B16730234F0": { "name": "TASK_PERFORM_SEQUENCE_FROM_PROGRESS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x89221B16730234F0", "gta_jhash": "0xFA60601B" }, "0x1E982AC8716912C5": { "name": "SET_PED_DESIRED_MOVE_BLEND_RATIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1E982AC8716912C5", "gta_jhash": "0xC65FC712" }, "0x8517D4A6CA8513ED": { "name": "GET_PED_DESIRED_MOVE_BLEND_RATIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207", "gta_hash": "0x8517D4A6CA8513ED", "gta_jhash": "0x5FEFAB72" }, "0xA9DA48FAB8A76C12": { "name": "TASK_GOTO_ENTITY_AIMING", "comment": "ped = Ped you want to perform this task.\ntarget = the Entity they should aim at.\ndistanceToStopAt = distance from the target, where the ped should stop to aim.\nStartAimingDist = distance where the ped should start to aim.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "target" }, { "type": "float", "name": "distanceToStopAt" }, { "type": "float", "name": "StartAimingDist" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA9DA48FAB8A76C12", "gta_jhash": "0xF1C493CF" }, "0x933C06518B52A9A4": { "name": "TASK_SET_SPHERE_DEFENSIVE_AREA", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x933C06518B52A9A4", "gta_jhash": "0x9F3C5D6A" }, "0x95A6C46A31D1917D": { "name": "TASK_CLEAR_DEFENSIVE_AREA", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x95A6C46A31D1917D", "gta_jhash": "0x7A05BF0D" }, "0xD04FE6765D990A06": { "name": "TASK_PED_SLIDE_TO_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD04FE6765D990A06", "gta_jhash": "0x225380EF" }, "0x9420FB11B8D77948": { "name": "_0x9420FB11B8D77948", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6BA606AB3A83BC4D": { "name": "_0x6BA606AB3A83BC4D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD5C12A75C7B9497F": { "name": "ADD_COVER_POINT", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "ScrHandle", "build": "1207", "gta_hash": "0xD5C12A75C7B9497F", "gta_jhash": "0xA0AF0B98" }, "0x59872EA4CBD11C56": { "name": "_0x59872EA4CBD11C56", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "Any", "build": "1207" }, "0xAE287C923D891715": { "name": "REMOVE_COVER_POINT", "comment": "", "params": [ { "type": "ScrHandle", "name": "coverpoint" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAE287C923D891715", "gta_jhash": "0x0776888B" }, "0xA98B8E3C088E5A31": { "name": "DOES_SCRIPTED_COVER_POINT_EXIST_AT_COORDS", "comment": "Checks if there is a cover point at position", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xA98B8E3C088E5A31", "gta_jhash": "0x29F97A71" }, "0x594A1028FC2A3E85": { "name": "GET_SCRIPTED_COVER_POINT_COORDS", "comment": "", "params": [ { "type": "ScrHandle", "name": "coverpoint" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x594A1028FC2A3E85", "gta_jhash": "0xC6B6CCC1" }, "0xE116F6F2DA2D777E": { "name": "_0xE116F6F2DA2D777E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Vector3", "build": "1207" }, "0x50AA09A0DA64E73C": { "name": "_0x50AA09A0DA64E73C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xE5831AA1E2FD147C": { "name": "_0xE5831AA1E2FD147C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF166E48407BAC484": { "name": "TASK_COMBAT_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF166E48407BAC484", "gta_jhash": "0xCB0D8932" }, "0x944F30DCB7096BDE": { "name": "TASK_COMBAT_PED_TIMED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "int", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x944F30DCB7096BDE", "gta_jhash": "0xF5CA2A45" }, "0xC624414FA748B9BA": { "name": "_TASK_COMBAT_PED_3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x75AC2B60386D89F2": { "name": "TASK_SEEK_COVER_FROM_POS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "duration" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x75AC2B60386D89F2", "gta_jhash": "0x83F18EE9" }, "0x84D32B3BEC531324": { "name": "TASK_SEEK_COVER_FROM_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "fromPed" }, { "type": "int", "name": "duration" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x84D32B3BEC531324", "gta_jhash": "0xC1EC907E" }, "0xD43D95C7A869447F": { "name": "TASK_SEEK_COVER_TO_COVER_POINT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD43D95C7A869447F", "gta_jhash": "0x3D026B29" }, "0x39246A6958EF072C": { "name": "TASK_SEEK_COVER_TO_COORDS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207", "gta_hash": "0x39246A6958EF072C", "gta_jhash": "0xFFFE754E" }, "0x4172393E6BE1FECE": { "name": "TASK_PUT_PED_DIRECTLY_INTO_COVER", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "timeout" }, { "type": "BOOL", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "ScrHandle", "name": "coverpoint" }, { "type": "BOOL", "name": "p10" }, { "type": "BOOL", "name": "p11" }, { "type": "Any", "name": "p12" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4172393E6BE1FECE", "gta_jhash": "0xC9F00E68" }, "0xDF8A5855B9F9A97B": { "name": "_TASK_PUT_PED_DIRECTLY_INTO_COVER_FROM_COORDS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "fromX" }, { "type": "float", "name": "fromY" }, { "type": "float", "name": "fromZ" }, { "type": "int", "name": "timeout" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" }, { "type": "Any", "name": "p15" }, { "type": "Any", "name": "p16" }, { "type": "Any", "name": "p17" } ], "return_type": "void", "build": "1207" }, "0x1C6CD14A876FFE39": { "name": "TASK_PUT_PED_DIRECTLY_INTO_MELEE", "comment": "meleeStyles: AR_GRAPPLE_BACK_FROM_BACK, AR_GRAPPLE_MOUNT_FACEDOWN_FROM_FRONT, AR_ALLIGATOR_LEAPKILL, AR_ALLIGATOR_WAIST_AUTOKILL_FRONT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "meleeTarget" }, { "type": "Hash", "name": "meleeStyle" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "animBlendRatio" }, { "type": "BOOL", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1C6CD14A876FFE39", "gta_jhash": "0x79E1D27D" }, "0xA05F3F20889D7A5B": { "name": "TASK_PUT_PED_DIRECTLY_INTO_GRAPPLE", "comment": "grappleStyle: AR_GRAPPLE_STRUGGLE, AR_ALLIGATOR_LEG_GRAB_CHALLENGE_FAIL, AR_GRAPPLE_BACK_FROM_BACK, AR_GRAPPLE_BACK_DEFEND, AR_GRAPPLE_FRONT_FROM_FRONT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "grappleTarget" }, { "type": "Hash", "name": "grappleStyle" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xE017CF6E2527FE4F": { "name": "TASK_COMPANION_AMBIENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x098036CAB8373D36": { "name": "_0x098036CAB8373D36", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x10C44F633E2D6D9E": { "name": "_0x10C44F633E2D6D9E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x7FB78B2199C10E92": { "name": "_0x7FB78B2199C10E92", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB9FB242EACCAF30F": { "name": "TASK_GUARD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4A58A47A72E3FCB4": { "name": "TASK_GUARD_CURRENT_POSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4A58A47A72E3FCB4", "gta_jhash": "0x2FB099E9" }, "0x1FC9B33976BACD6C": { "name": "_TASK_GUARD_ASSIGNED_DEFENSIVE_AREA_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xD2A207EEBDF9889B": { "name": "TASK_GUARD_ASSIGNED_DEFENSIVE_AREA", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD2A207EEBDF9889B", "gta_jhash": "0x7AF0133D" }, "0xAE032F8BBA959E90": { "name": "TASK_STAND_GUARD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "const char*", "name": "scenarioName" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAE032F8BBA959E90", "gta_jhash": "0xD130F636" }, "0x5C9B84BD7D31D908": { "name": "SET_DRIVE_TASK_CRUISE_SPEED", "comment": "", "params": [ { "type": "Ped", "name": "driver" }, { "type": "float", "name": "cruiseSpeed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5C9B84BD7D31D908", "gta_jhash": "0x3CEC07B1" }, "0x404A5AA9B9F0B746": { "name": "SET_DRIVE_TASK_MAX_CRUISE_SPEED", "comment": "Not implemented.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "maxCruiseSpeed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x404A5AA9B9F0B746", "gta_jhash": "0x7FDF6131" }, "0x45C597097DD7CB81": { "name": "ADD_COVER_BLOCKING_AREA", "comment": "", "params": [ { "type": "float", "name": "playerX" }, { "type": "float", "name": "playerY" }, { "type": "float", "name": "playerZ" }, { "type": "float", "name": "radiusX" }, { "type": "float", "name": "radiusY" }, { "type": "float", "name": "radiusZ" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "void", "build": "1207", "gta_hash": "0x45C597097DD7CB81", "gta_jhash": "0x3536946F" }, "0xEB2ED1DC3AEC0654": { "name": "_ADD_COVER_BLOCKING_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xDB6708C0B46F56D8": { "name": "REMOVE_ALL_COVER_BLOCKING_AREAS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xDB6708C0B46F56D8", "gta_jhash": "0xCF9221A7" }, "0x2A10538D0A005E81": { "name": "_0x2A10538D0A005E81", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4F57397388E1DFF8": { "name": "_0x4F57397388E1DFF8", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x7BB967F85D8CCBDB": { "name": "TASK_ROB_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xBEDBE39B5FD98FD6": { "name": "_0xBEDBE39B5FD98FD6", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x94B745CE41DB58A1": { "name": "CREATE_SCENARIO_POINT_HASH", "comment": "Returns scenario", "params": [ { "type": "Hash", "name": "scenarioHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "int", "build": "1207" }, "0x794AB1379A74064D": { "name": "CREATE_SCENARIO_POINT_HASH_ATTACHED_TO_ENTITY", "comment": "Returns scenario", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "scenarioHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "int", "build": "1207" }, "0xEA31F199A73801D3": { "name": "_DOES_SCENARIO_POINT_HAVE_PROPS", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "BOOL", "build": "1207" }, "0x295514F198EFD0CA": { "name": "GET_PROP_FOR_SCENARIO_POINT", "comment": "Old name: _GET_SCENARIO_POINT_ENTITY", "params": [ { "type": "int", "name": "scenarioPoint" }, { "type": "const char*", "name": "name" } ], "return_type": "Entity", "build": "1207" }, "0x8360C47380B6F351": { "name": "_ASSOCIATE_PROP_WITH_SCENARIO", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "Entity", "name": "entity" }, { "type": "const char*", "name": "propName" }, { "type": "BOOL", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x5AF19B6CC2115D34": { "name": "_SET_SCENARIO_POINT_FLAG", "comment": "flag: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CScenarioPointFlags__Flags", "params": [ { "type": "int", "name": "scenario" }, { "type": "int", "name": "flag" }, { "type": "BOOL", "name": "value" } ], "return_type": "void", "build": "1207" }, "0x8569C38D2FB80650": { "name": "_IS_SCENARIO_POINT_FLAG_SET", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "int", "name": "flag" } ], "return_type": "BOOL", "build": "1207" }, "0xADC45010BC17AF0E": { "name": "_0xADC45010BC17AF0E", "comment": "_SET_SCENARIO_POINT_*", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x974DA3408DEC4E79": { "name": "_0x974DA3408DEC4E79", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6EF4E31B4D5D2DA0": { "name": "_DISASSOCIATE_PROP_FROM_SCENARIO", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "const char*", "name": "propName" } ], "return_type": "BOOL", "build": "1207" }, "0x841475AC96E794D1": { "name": "DOES_SCENARIO_POINT_EXIST", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "BOOL", "build": "1207" }, "0x22CD2C33ED4467A1": { "name": "_0x22CD2C33ED4467A1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7467165EE97D3C68": { "name": "_GET_SCENARIO_POINT_ENTITY", "comment": "Note: The current name for this native is the old name of 0x295514F198EFD0CA\nOld name for this native: _GET_ENTITY_SCENARIO_POINT_IS_ATTACHED_TO", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "Entity", "build": "1207" }, "0x5BA659955369B0E2": { "name": "_GET_PED_USING_SCENARIO_POINT", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "Ped", "build": "1207" }, "0xA8452DD321607029": { "name": "_GET_SCENARIO_POINT_COORDS", "comment": "Params: p1 is always true in R* Scripts", "params": [ { "type": "int", "name": "scenario" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Vector3", "build": "1207" }, "0x91CB5E431F579BA1": { "name": "_0x91CB5E431F579BA1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Vector3", "build": "1207" }, "0x370F57C47F68EBCA": { "name": "_0x370F57C47F68EBCA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB93EA7184BAA85C3": { "name": "_GET_SCENARIO_POINT_HEADING", "comment": "Params: p1 is always true in R* Scripts", "params": [ { "type": "int", "name": "scenario" }, { "type": "BOOL", "name": "p1" } ], "return_type": "float", "build": "1207" }, "0x6718F40313A2B5A6": { "name": "_GET_SCENARIO_POINT_RADIUS", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "float", "build": "1207" }, "0x2056AB38DF06825C": { "name": "_SET_SCENARIO_POINT_COORDS", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xD3A0DA8F91612C6E": { "name": "_SET_SCENARIO_POINT_HEADING", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC47D9080A9A8856A": { "name": "_SET_SCENARIO_POINT_RADIUS", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0xA7479FB665361EDB": { "name": "_0xA7479FB665361EDB", "comment": "_SET_SCENARIO_*", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE69FDA40AAC3EFC0": { "name": "_0xE69FDA40AAC3EFC0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x345EC3B7EBDE1CB5": { "name": "GET_SCENARIO_POINTS_IN_AREA", "comment": "Note: scenariosInRadius is an array, and its size and values should be aligned to 8 bytes.", "params": [ { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" }, { "type": "float", "name": "radius" }, { "type": "Any*", "name": "scenariosInRadius" }, { "type": "int", "name": "size" } ], "return_type": "int", "build": "1207" }, "0xEFD875C2791EBEFD": { "name": "_0xEFD875C2791EBEFD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x152664AA3188B193": { "name": "_0x152664AA3188B193", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0xE7BBC4E56B989449": { "name": "_0xE7BBC4E56B989449", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xDF7993356F52359A": { "name": "_GET_SCENARIO_POINT_PED_IS_USING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0xD04241BBF6D03A5E": { "name": "GET_RANSACK_SCENARIO_POINT_PED_IS_USING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1207" }, "0x188F8071F244B9B8": { "name": "_SET_SCENARIO_CONTAINER_OPENING_STATE", "comment": "Opens/closes containers: ChestDugUp", "params": [ { "type": "Entity", "name": "entity" }, { "type": "BOOL", "name": "open" } ], "return_type": "void", "build": "1207" }, "0xA9E7672F8C6C6F74": { "name": "_0xA9E7672F8C6C6F74", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0A98A362C5A19A43": { "name": "_0x0A98A362C5A19A43", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x849791EBBDBA0362": { "name": "_0x849791EBBDBA0362", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x640A602946A8C972": { "name": "_0x640A602946A8C972", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x01AF8A3729231A43": { "name": "_0x01AF8A3729231A43", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xB219612B5568E9EC": { "name": "_GET_SCENARIO_CONTAINER_OPENING_STATE", "comment": "Returns m_eContainerState", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x2E20878FD208A68E": { "name": "_RESET_SCENARIO_FOR_ENTITY", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x4161648394262FDF": { "name": "_0x4161648394262FDF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x9C8F42A5D1859DC1": { "name": "_0x9C8F42A5D1859DC1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x81948DFE4F5A0283": { "name": "_DELETE_SCENARIO_POINT", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "void", "build": "1207" }, "0xCCDAE6324B6A821C": { "name": "TASK_USE_SCENARIO_POINT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "scenario" }, { "type": "const char*", "name": "conditionalAnim" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "Hash", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x0F6641449DD86FBE": { "name": "_TASK_USE_SCENARIO_POINT_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "ped2" }, { "type": "Any", "name": "p2" }, { "type": "const char*", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "Hash", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x524B54361229154F": { "name": "TASK_START_SCENARIO_IN_PLACE_HASH", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/animations/scenarios\nParams: duration in milliseconds\n\nconditionalHash (optionally):\n0 = play random conditional anim.\nEvery conditional anim has requirements to play it.\nIf requirements are not met, ped plays random allowed conditional anim or can be stuck.\nFor example, this scenario type has possible conditional anim WORLD_HUMAN_LEAN_BACK_WALL_SMOKING_MALE_D, but it can not be played by player, because condition is set to NOT be CAIConditionIsPlayer (check file amb_rest.meta and amb_rest_CA.meta with OPENIV to clarify requirements).", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "scenarioHash" }, { "type": "int", "name": "duration" }, { "type": "BOOL", "name": "playEnterAnim" }, { "type": "Hash", "name": "conditionalHash" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xA917E39F2CEFD215": { "name": "_TASK_START_SCENARIO_IN_PLACE_2", "comment": "Takes scenario point handle instead of hash", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "const char*", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x4D1F61FC34AF3CD1": { "name": "TASK_START_SCENARIO_AT_POSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "scenarioHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "int", "name": "duration" }, { "type": "BOOL", "name": "sittingScenario" }, { "type": "BOOL", "name": "teleport" }, { "type": "const char*", "name": "p9" }, { "type": "float", "name": "p10" }, { "type": "BOOL", "name": "p11" } ], "return_type": "void", "build": "1207" }, "0xF97F462779B31786": { "name": "_0xF97F462779B31786", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6C269F673C47031E": { "name": "_0x6C269F673C47031E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x9667CCE29BFA0780": { "name": "_0x9667CCE29BFA0780", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x00FFE0F85253C572": { "name": "_0x00FFE0F85253C572", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x322BFDEA666E2B0E": { "name": "_TASK_USE_NEAREST_SCENARIO_TO_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" }, { "type": "int", "name": "duration" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x58E2E0F23F6B76C3": { "name": "TASK_USE_NEAREST_SCENARIO_TO_COORD_WARP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" }, { "type": "int", "name": "duration" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "BOOL", "name": "p9" } ], "return_type": "void", "build": "1207", "gta_hash": "0x58E2E0F23F6B76C3", "gta_jhash": "0x1BE9D65C" }, "0x3774B03456DD6106": { "name": "TASK_USE_NEAREST_TRAIN_SCENARIO_TO_COORD_WARP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" } ], "return_type": "void", "build": "1207" }, "0x9FDA1B3D7E7028B3": { "name": "TASK_USE_NEAREST_SCENARIO_CHAIN_TO_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9FDA1B3D7E7028B3", "gta_jhash": "0xE32FFB22" }, "0x97A28E63F0BA5631": { "name": "TASK_USE_NEAREST_SCENARIO_CHAIN_TO_COORD_WARP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207", "gta_hash": "0x97A28E63F0BA5631", "gta_jhash": "0xBAB4C0AE" }, "0xFDECCA06E8B81346": { "name": "_0xFDECCA06E8B81346", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1207" }, "0x2D657B10F211C572": { "name": "_0x2D657B10F211C572", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x37FB1C870E2EC2C6": { "name": "TASK_RIDE_TRAIN", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "train" }, { "type": "int", "name": "scenarioPoint" }, { "type": "Hash", "name": "scenarioHash" } ], "return_type": "void", "build": "1207" }, "0x79197F7D2BB5E73A": { "name": "_0x79197F7D2BB5E73A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0x5A59271FFADD33C1": { "name": "DOES_SCENARIO_EXIST_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5A59271FFADD33C1", "gta_jhash": "0xFA7F5047" }, "0x6EEAD6AF637DA752": { "name": "DOES_SCENARIO_OF_TYPE_EXIST_IN_AREA_HASH", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "typeHash" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0xF533D68FF970D190": { "name": "FIND_SCENARIO_OF_TYPE_HASH", "comment": "", "params": [ { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "Hash", "name": "scenarioType" }, { "type": "float", "name": "distance" }, { "type": "Any", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "int", "build": "1207" }, "0x0D322AEF8878B8FE": { "name": "_0x0D322AEF8878B8FE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD508FA229F1C4900": { "name": "_0xD508FA229F1C4900", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0xB8E213D02F37947D": { "name": "_0xB8E213D02F37947D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x788756D73AC2E07C": { "name": "IS_SCENARIO_OCCUPIED", "comment": "", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x788756D73AC2E07C", "gta_jhash": "0x697FC008" }, "0x1ACBC313966C21F3": { "name": "_0x1ACBC313966C21F3", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "Any", "build": "1436" }, "0x295E3CCEC879CCD7": { "name": "PED_HAS_USE_SCENARIO_TASK", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x295E3CCEC879CCD7", "gta_jhash": "0x9BE9C691" }, "0x02EBBB3989B7E695": { "name": "_PED_IS_IN_SCENARIO_BASE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x90703A8F75EE4ABD": { "name": "_0x90703A8F75EE4ABD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD999E379265A4501": { "name": "_0xD999E379265A4501", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x748040460F8DF5DC": { "name": "PLAY_ANIM_ON_RUNNING_SCENARIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "animDict" }, { "type": "const char*", "name": "animName" } ], "return_type": "void", "build": "1207", "gta_hash": "0x748040460F8DF5DC", "gta_jhash": "0x1984A5D1" }, "0x74F0209674864CBD": { "name": "_0x74F0209674864CBD", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0xE1C105E6BBA48270": { "name": "_0xE1C105E6BBA48270", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x1AC5A8AB50CFAA33": { "name": "_0x1AC5A8AB50CFAA33", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xBEEFBB608D2AA68A": { "name": "_0xBEEFBB608D2AA68A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x19BC99C678FBA139": { "name": "_0x19BC99C678FBA139", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x5D9B0BAAF04CF65B": { "name": "_0x5D9B0BAAF04CF65B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x9B6A58FDB0024F12": { "name": "_0x9B6A58FDB0024F12", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBC3F847AE2C3DC65": { "name": "_0xBC3F847AE2C3DC65", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x450080DDEDB91258": { "name": "_0x450080DDEDB91258", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x954451EA2D2120FB": { "name": "_0x954451EA2D2120FB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0F4F6C4CE471259D": { "name": "_0x0F4F6C4CE471259D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB8E3486D107F4194": { "name": "_0xB8E3486D107F4194", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x827A58CED9D4D5B4": { "name": "_0x827A58CED9D4D5B4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4A7D73989F52EB37": { "name": "_0x4A7D73989F52EB37", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB79817DB31FF72B9": { "name": "_0xB79817DB31FF72B9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x65D281985F2BDFC2": { "name": "_0x65D281985F2BDFC2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x885D19AC2B6FBFF4": { "name": "_0x885D19AC2B6FBFF4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2064B33F6E6B92D4": { "name": "_0x2064B33F6E6B92D4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xCE4E669400E5F8AA": { "name": "_0xCE4E669400E5F8AA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x2EB977293923C723": { "name": "_0x2EB977293923C723", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE9225354FB7437A7": { "name": "_0xE9225354FB7437A7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x764DB5A48390FBAD": { "name": "_0x764DB5A48390FBAD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8F8C84363810691A": { "name": "_0x8F8C84363810691A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFF8AFCA532B500D4": { "name": "_0xFF8AFCA532B500D4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFE5D28B9B7837CC1": { "name": "_0xFE5D28B9B7837CC1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x2B8AF29A78024BD3": { "name": "_0x2B8AF29A78024BD3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0365000D8BF86531": { "name": "_0x0365000D8BF86531", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x865732725536EE39": { "name": "_0x865732725536EE39", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Vector3", "build": "1207" }, "0x0E184495B27BB57D": { "name": "_0x0E184495B27BB57D", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xF9034C136C9E00D3": { "name": "DOES_SCENARIO_GROUP_EXIST", "comment": "", "params": [ { "type": "const char*", "name": "scenarioGroup" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF9034C136C9E00D3", "gta_jhash": "0x5F072EB9" }, "0x76E98B52369A289C": { "name": "_DOES_SCENARIO_GROUP_EXIST_HASH", "comment": "", "params": [ { "type": "Hash", "name": "scenarioGroup" } ], "return_type": "BOOL", "build": "1207" }, "0x367A09DED4E05B99": { "name": "IS_SCENARIO_GROUP_ENABLED", "comment": "", "params": [ { "type": "const char*", "name": "scenarioGroup" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x367A09DED4E05B99", "gta_jhash": "0x90991122" }, "0xDCC374913DE6AAA6": { "name": "_IS_SCENARIO_GROUP_ENABLED_HASH", "comment": "", "params": [ { "type": "Hash", "name": "scenarioGroup" } ], "return_type": "BOOL", "build": "1207" }, "0x02C8E5B49848664E": { "name": "SET_SCENARIO_GROUP_ENABLED", "comment": "", "params": [ { "type": "const char*", "name": "scenarioGroup" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x02C8E5B49848664E", "gta_jhash": "0x116997B1" }, "0x9925EDDB6EAB88CD": { "name": "_SET_SCENARIO_GROUP_ENABLED_HASH", "comment": "", "params": [ { "type": "Hash", "name": "scenarioGroup" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xDD902D0349AFAD3A": { "name": "RESET_SCENARIO_GROUPS_ENABLED", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xDD902D0349AFAD3A", "gta_jhash": "0xBF55025D" }, "0x358A1A751B335A11": { "name": "_0x358A1A751B335A11", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x444C910A5058E568": { "name": "FORCE_SCENARIO_GROUP_PRIORITY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE55478C5EDF70AC2": { "name": "_0xE55478C5EDF70AC2", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x0CC36D4156006509": { "name": "_IS_SCENARIO_POINT_ACTIVE", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "BOOL", "build": "1207" }, "0xEEE4829304F93EEE": { "name": "_SET_SCENARIO_POINT_ACTIVE", "comment": "", "params": [ { "type": "int", "name": "scenario" }, { "type": "BOOL", "name": "active" } ], "return_type": "void", "build": "1207" }, "0x5A40040BB5AE3EA2": { "name": "_RESET_SCENARIO_SCRIPT", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "void", "build": "1207" }, "0x3A815DB3EA088722": { "name": "IS_SCENARIO_TYPE_ENABLED", "comment": "", "params": [ { "type": "const char*", "name": "scenarioType" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3A815DB3EA088722", "gta_jhash": "0xAE37E969" }, "0xEB47EC4E34FB7EE1": { "name": "SET_SCENARIO_TYPE_ENABLED", "comment": "", "params": [ { "type": "const char*", "name": "scenarioType" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEB47EC4E34FB7EE1", "gta_jhash": "0xDB18E5DE" }, "0xD00E50E673802D71": { "name": "_SET_SCENARIO_TYPE_ENABLED_HASH", "comment": "", "params": [ { "type": "Hash", "name": "scenarioType" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x0D40EE2A7F2B2D6D": { "name": "RESET_SCENARIO_TYPES_ENABLED", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x0D40EE2A7F2B2D6D", "gta_jhash": "0xF58FDEB4" }, "0x2D0571BB55879DA2": { "name": "_GET_SCENARIO_POINT_TYPE_PED_IS_USING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207" }, "0xA92450B5AE687AAF": { "name": "_GET_SCENARIO_POINT_TYPE", "comment": "", "params": [ { "type": "int", "name": "scenario" } ], "return_type": "Hash", "build": "1207" }, "0xAA135F9482C82CC3": { "name": "IS_PED_ACTIVE_IN_SCENARIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "scenario" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAA135F9482C82CC3", "gta_jhash": "0x05038F1A" }, "0x0C3CB2E600C8977D": { "name": "IS_PED_EXITING_SCENARIO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x2C497BDEF897C6DF": { "name": "_0x2C497BDEF897C6DF", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x4CF5F55DAC3280A0": { "name": "TASK_COMBAT_HATED_TARGETS_IN_AREA", "comment": "Despite its name, it only attacks ONE hated target. The one closest to the specified position.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flags" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4CF5F55DAC3280A0", "gta_jhash": "0xDF099E18" }, "0xB5BC69D9C4060BC3": { "name": "TASK_COMBAT_HATED_TARGETS_NO_LOS_TEST", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0x7BF835BB9E2698C8": { "name": "TASK_COMBAT_HATED_TARGETS_AROUND_PED", "comment": "Despite its name, it only attacks ONE hated target. The one closest hated target.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flags" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7BF835BB9E2698C8", "gta_jhash": "0x2E7064E4" }, "0x2BBA30B854534A0C": { "name": "TASK_COMBAT_HATED_TARGETS_AROUND_PED_TIMED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "time" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2BBA30B854534A0C", "gta_jhash": "0xF127AD6A" }, "0x8182B561A29BD597": { "name": "TASK_COMBAT_HATED_TARGETS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "radius" } ], "return_type": "void", "build": "1207" }, "0x30B391915538EBE2": { "name": "_0x30B391915538EBE2", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x7285951DBF6B5A51": { "name": "TASK_THROW_PROJECTILE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7285951DBF6B5A51", "gta_jhash": "0xF65C20A7" }, "0x7282356DFF6B5A51": { "name": "_TASK_THROW_PROJECTILE_2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD6401A1B2F63BED6": { "name": "TASK_WHISTLE_ANIM", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/AI/EVENTS/aud_ped_whistle_types.lua\np2: UNSPECIFIED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "audPedWhistleType" }, { "type": "Hash", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA21C51255B205245": { "name": "TASK_SWAP_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA21C51255B205245", "gta_jhash": "0xDAF4F8FC" }, "0x0000A8ACDC2E1B6A": { "name": "_0x0000A8ACDC2E1B6A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x62D2916F56B9CD2D": { "name": "TASK_RELOAD_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "unused" } ], "return_type": "void", "build": "1207", "gta_hash": "0x62D2916F56B9CD2D", "gta_jhash": "0xCA6E91FD" }, "0x55B0ECFD98596624": { "name": "TASK_PICK_UP_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2A74E1D5F2F00EEC": { "name": "IS_PED_GETTING_UP", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2A74E1D5F2F00EEC", "gta_jhash": "0x320813E6" }, "0x8C038A39C4A4B6D6": { "name": "TASK_ANIMAL_WRITHE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x30A768C30D385EC5": { "name": "_TASK_ANIMAL_BLEED_OUT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "killer" }, { "type": "BOOL", "name": "p2" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xDEB6D52126E7D640": { "name": "IS_PED_IN_WRITHE", "comment": "This native checks if a ped is on the ground, in pain from a (gunshot) wound.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDEB6D52126E7D640", "gta_jhash": "0x09E61921" }, "0x3F8387DB1B9F31B7": { "name": "_0x3F8387DB1B9F31B7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x756C7B4C43DF0422": { "name": "_0x756C7B4C43DF0422", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x351F74ED6177EBE7": { "name": "_0x351F74ED6177EBE7", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x6C50B9DCCCA70023": { "name": "_0x6C50B9DCCCA70023", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x356088527D9EBAAD": { "name": "TASK_REVIVE_TARGET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "reviver" }, { "type": "Hash", "name": "tool" } ], "return_type": "void", "build": "1207" }, "0xA36BFB5EE89F3D82": { "name": "OPEN_PATROL_ROUTE", "comment": "Note: patrolRoute must be prefixed with 'miss_' for it to be valid", "params": [ { "type": "const char*", "name": "patrolRoute" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA36BFB5EE89F3D82", "gta_jhash": "0xF33F83CA" }, "0xB043ECA801B8CBC1": { "name": "CLOSE_PATROL_ROUTE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xB043ECA801B8CBC1", "gta_jhash": "0x67305E59" }, "0x8EDF950167586B7C": { "name": "ADD_PATROL_ROUTE_NODE", "comment": "", "params": [ { "type": "int", "name": "nodeId" }, { "type": "const char*", "name": "scenarioName" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "lookPosX" }, { "type": "float", "name": "lookPosY" }, { "type": "float", "name": "lookPosZ" }, { "type": "int", "name": "duration" }, { "type": "BOOL", "name": "p9" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8EDF950167586B7C", "gta_jhash": "0x21B48F10" }, "0x23083260DEC3A551": { "name": "ADD_PATROL_ROUTE_LINK", "comment": "", "params": [ { "type": "int", "name": "node1" }, { "type": "int", "name": "node2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x23083260DEC3A551", "gta_jhash": "0xD8761BB3" }, "0xAF8A443CCC8018DC": { "name": "CREATE_PATROL_ROUTE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xAF8A443CCC8018DC", "gta_jhash": "0x0A6C7864" }, "0x7767DD9D65E91319": { "name": "DELETE_PATROL_ROUTE", "comment": "", "params": [ { "type": "const char*", "name": "patrolRoute" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7767DD9D65E91319", "gta_jhash": "0x2A4E6706" }, "0x643FD1556F621772": { "name": "_0x643FD1556F621772", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xBDA5DF49D080FE4E": { "name": "TASK_PATROL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "patrolRoute" }, { "type": "Any", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBDA5DF49D080FE4E", "gta_jhash": "0xB92E5AF6" }, "0x964B06C88E4C86DB": { "name": "_TASK_PATROL_2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0xE5DA8615A6180789": { "name": "TASK_STAY_IN_COVER", "comment": "Makes the ped run to take cover", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE5DA8615A6180789", "gta_jhash": "0xA27A9413" }, "0x10AB107B887214D8": { "name": "TASK_VEHICLE_SHOOT_AT_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "target" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x10AB107B887214D8", "gta_jhash": "0x59677BA0" }, "0xE41885592B08B097": { "name": "TASK_VEHICLE_AIM_AT_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "target" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE41885592B08B097", "gta_jhash": "0x920AE6DB" }, "0x5190796ED39C9B6D": { "name": "TASK_VEHICLE_SHOOT_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5190796ED39C9B6D", "gta_jhash": "0xA7AAA4D6" }, "0xAF2EF28CE3084505": { "name": "_0xAF2EF28CE3084505", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x447C1E9EF844BC0F": { "name": "TASK_VEHICLE_AIM_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0x447C1E9EF844BC0F", "gta_jhash": "0x010F47CE" }, "0x195AEEB13CEFE2EE": { "name": "TASK_VEHICLE_GOTO_NAVMESH", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "speed" }, { "type": "int", "name": "behaviorFlag" }, { "type": "float", "name": "stoppingRange" } ], "return_type": "void", "build": "1207", "gta_hash": "0x195AEEB13CEFE2EE", "gta_jhash": "0x55CF3BCD" }, "0x11315AB3385B8AC0": { "name": "TASK_GO_TO_COORD_WHILE_AIMING_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" }, { "type": "Any", "name": "p15" } ], "return_type": "void", "build": "1207", "gta_hash": "0x11315AB3385B8AC0", "gta_jhash": "0x1552DC91" }, "0x639C0425A0B4E77E": { "name": "TASK_GO_TO_COORD_WHILE_AIMING_AT_COORD_USING_COMBAT_STYLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" }, { "type": "Any", "name": "p15" } ], "return_type": "void", "build": "1207" }, "0xB2A16444EAD9AE47": { "name": "TASK_GO_TO_COORD_WHILE_AIMING_AT_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Ped", "name": "ped2" }, { "type": "float", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Hash", "name": "firingPattern" }, { "type": "int", "name": "p13" }, { "type": "Any", "name": "p14" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB2A16444EAD9AE47", "gta_jhash": "0x9BD52ABD" }, "0x78426D0982D083C9": { "name": "TASK_GO_TO_COORD_WHILE_AIMING_AT_ENTITY_USING_COMBAT_STYLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" } ], "return_type": "void", "build": "1207" }, "0x97465886D35210E9": { "name": "TASK_GO_TO_ENTITY_WHILE_AIMING_AT_ENTITY", "comment": "shootatEntity:\nIf true, peds will shoot at Entity till it is dead.\nIf false, peds will just walk till they reach the entity and will cease shooting.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207", "gta_hash": "0x97465886D35210E9", "gta_jhash": "0x68E36B7A" }, "0xCEF0117C233026AD": { "name": "TASK_GO_TO_ENTITY_WHILE_AIMING_AT_ENTITY_USING_COMBAT_STYLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0xA55547801EB331FC": { "name": "TASK_GO_TO_COORD_AND_AIM_AT_HATED_ENTITIES_NEAR_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "goToLocationX" }, { "type": "float", "name": "goToLocationY" }, { "type": "float", "name": "goToLocationZ" }, { "type": "float", "name": "focusLocationX" }, { "type": "float", "name": "focusLocationY" }, { "type": "float", "name": "focusLocationZ" }, { "type": "float", "name": "speed" }, { "type": "BOOL", "name": "shootAtEnemies" }, { "type": "float", "name": "distanceToStopAt" }, { "type": "float", "name": "noRoadsDistance" }, { "type": "BOOL", "name": "unkTrue" }, { "type": "int", "name": "unkFlag" }, { "type": "int", "name": "aimingFlag" }, { "type": "Hash", "name": "firingPattern" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA55547801EB331FC", "gta_jhash": "0x3F91358E" }, "0x87BD711FC31EA273": { "name": "TASK_GO_TO_COORD_AND_AIM_AT_HATED_ENTITIES_NEAR_COORD_USING_COMBAT_STYLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" } ], "return_type": "void", "build": "1207" }, "0x8C825BDC7741D37C": { "name": "SET_HIGH_FALL_TASK", "comment": "Makes the ped ragdoll like when falling from a great height", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8C825BDC7741D37C", "gta_jhash": "0xBBB26172" }, "0x5217B7B6DB78E1F3": { "name": "_0x5217B7B6DB78E1F3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x9EEFB62EB27B5792": { "name": "REQUEST_WAYPOINT_RECORDING", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9EEFB62EB27B5792", "gta_jhash": "0xAFABFB5D" }, "0xCB4E8BE8A0063C5D": { "name": "GET_IS_WAYPOINT_RECORDING_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xCB4E8BE8A0063C5D", "gta_jhash": "0x87125F5D" }, "0xFF1B8B4AA1C25DC8": { "name": "REMOVE_WAYPOINT_RECORDING", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" } ], "return_type": "void", "build": "1207", "gta_hash": "0xFF1B8B4AA1C25DC8", "gta_jhash": "0x624530B0" }, "0xF718931A82EEB898": { "name": "_0xF718931A82EEB898", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x5343532C01A07234": { "name": "WAYPOINT_RECORDING_GET_NUM_POINTS", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "int*", "name": "points" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5343532C01A07234", "gta_jhash": "0xF5F9B71E" }, "0x2FB897405C90B361": { "name": "WAYPOINT_RECORDING_GET_COORD", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "int", "name": "point" }, { "type": "Vector3*", "name": "coord" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2FB897405C90B361", "gta_jhash": "0x19266913" }, "0x005622AEBC33ACA9": { "name": "WAYPOINT_RECORDING_GET_SPEED_AT_POINT", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "int", "name": "point" } ], "return_type": "float", "build": "1207", "gta_hash": "0x005622AEBC33ACA9", "gta_jhash": "0xC765633A" }, "0xB629A298081F876F": { "name": "WAYPOINT_RECORDING_GET_CLOSEST_WAYPOINT", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int*", "name": "point" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB629A298081F876F", "gta_jhash": "0xC4CD35AF" }, "0x0CFC13EBC19BCA52": { "name": "TASK_FOLLOW_WAYPOINT_RECORDING_ADVANCED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0759591819534F7B": { "name": "TASK_FOLLOW_WAYPOINT_RECORDING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "waypointRecording" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "flag" }, { "type": "int", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "int", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0759591819534F7B", "gta_jhash": "0xADF9904D" }, "0xBE9B0520BD7C445B": { "name": "TASK_FOLLOW_WAYPOINT_RECORDING_AT_OFFSET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "waypointRecording" }, { "type": "float", "name": "p2" }, { "type": "int", "name": "p3" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x4D2B787BAE9AB760": { "name": "TASK_FOLLOW_ENTITY_ALONG_WAYPOINT_RECORDING_AT_OFFSET", "comment": "", "params": [ { "type": "Ped", "name": "ped0" }, { "type": "Ped", "name": "ped1" }, { "type": "const char*", "name": "waypointRecording" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "p6" }, { "type": "int", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xE03B3F2D3DC59B64": { "name": "IS_WAYPOINT_PLAYBACK_GOING_ON_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "waypointRecording" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xE03B3F2D3DC59B64", "gta_jhash": "0x85B7725F" }, "0x2720AAA75001E094": { "name": "GET_PED_WAYPOINT_PROGRESS", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "int", "build": "1207", "gta_hash": "0x2720AAA75001E094", "gta_jhash": "0x3595B104" }, "0xE6A877C64CAF1BC5": { "name": "GET_PED_WAYPOINT_DISTANCE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207", "gta_hash": "0xE6A877C64CAF1BC5", "gta_jhash": "0x084B35B0" }, "0xED98E10B0AFCE4B4": { "name": "SET_PED_WAYPOINT_ROUTE_OFFSET", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" } ], "return_type": "Any", "build": "1207", "gta_hash": "0xED98E10B0AFCE4B4", "gta_jhash": "0xF867F747" }, "0xA5B769058763E497": { "name": "GET_WAYPOINT_DISTANCE_ALONG_ROUTE", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "int", "name": "p1" } ], "return_type": "float", "build": "1207", "gta_hash": "0xA5B769058763E497", "gta_jhash": "0xE8422AC4" }, "0x3ACC128510142B9D": { "name": "_0x3ACC128510142B9D", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "float", "build": "1207" }, "0x701375A7D43F01CB": { "name": "WAYPOINT_PLAYBACK_GET_IS_PAUSED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x701375A7D43F01CB", "gta_jhash": "0xA6BB5717" }, "0xD73A5D1F0325C71C": { "name": "WAYPOINT_PLAYBACK_GET_IS_AIMING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xA5B94DF8AF058F46": { "name": "WAYPOINT_PLAYBACK_GET_IS_SHOOTING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x0F342546AA06FED5": { "name": "WAYPOINT_PLAYBACK_PAUSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0F342546AA06FED5", "gta_jhash": "0xFE39ECF8" }, "0x244F70C84C547D2D": { "name": "WAYPOINT_PLAYBACK_RESUME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x244F70C84C547D2D", "gta_jhash": "0x50F392EF" }, "0x7D7D2B47FA788E85": { "name": "WAYPOINT_PLAYBACK_OVERRIDE_SPEED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "speed" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7D7D2B47FA788E85", "gta_jhash": "0x23E6BA96" }, "0x6599D834B12D0800": { "name": "WAYPOINT_PLAYBACK_USE_DEFAULT_SPEED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6599D834B12D0800", "gta_jhash": "0x1BBB2CAC" }, "0xD39A2F3E7FCAFF08": { "name": "GET_PED_WAYPOINT_OVERRIDE_SPEED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x5A353B8E6B1095B5": { "name": "USE_WAYPOINT_RECORDING_AS_ASSISTED_MOVEMENT_ROUTE", "comment": "", "params": [ { "type": "const char*", "name": "waypointRecording" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5A353B8E6B1095B5", "gta_jhash": "0x4DFD5FEC" }, "0x20E330937C399D29": { "name": "WAYPOINT_PLAYBACK_START_AIMING_AT_PED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x20E330937C399D29", "gta_jhash": "0x75E60CF6" }, "0x4F158205E0C74385": { "name": "WAYPOINT_PLAYBACK_START_AIMING_AT_ENTITY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x8968400D900ED8B3": { "name": "WAYPOINT_PLAYBACK_START_AIMING_AT_COORD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8968400D900ED8B3", "gta_jhash": "0xF120A34E" }, "0xE70BA7B90F8390DC": { "name": "WAYPOINT_PLAYBACK_START_SHOOTING_AT_PED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE70BA7B90F8390DC", "gta_jhash": "0xBD5F0EB8" }, "0x4AF458F71C1196D2": { "name": "WAYPOINT_PLAYBACK_START_SHOOTING_AT_ENTITY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x057A25CFCC9DB671": { "name": "WAYPOINT_PLAYBACK_START_SHOOTING_AT_COORD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0x057A25CFCC9DB671", "gta_jhash": "0xCDDB44D5" }, "0x47EFA040EBB8E2EA": { "name": "WAYPOINT_PLAYBACK_STOP_AIMING_OR_SHOOTING", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0x47EFA040EBB8E2EA", "gta_jhash": "0x6D7CF40C" }, "0x3548536485DD792B": { "name": "ASSISTED_MOVEMENT_REMOVE_ROUTE", "comment": "", "params": [ { "type": "const char*", "name": "route" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3548536485DD792B", "gta_jhash": "0xB3CEC06F" }, "0x5C885E0978B6AD60": { "name": "_CREATE_WAYPOINT_PATH", "comment": "", "params": [ { "type": "const char*", "name": "pathName" }, { "type": "Any*", "name": "p1" }, { "type": "int", "name": "nodes" }, { "type": "int", "name": "p3" } ], "return_type": "BOOL", "build": "1207" }, "0x60F9A4393A21F741": { "name": "ASSISTED_MOVEMENT_IS_ROUTE_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "route" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x60F9A4393A21F741", "gta_jhash": "0x79B067AF" }, "0xD5002D78B7162E1B": { "name": "ASSISTED_MOVEMENT_SET_ROUTE_PROPERTIES", "comment": "", "params": [ { "type": "const char*", "name": "route" }, { "type": "int", "name": "props" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD5002D78B7162E1B", "gta_jhash": "0x01CAAFCC" }, "0x295F03DC97BEEBC1": { "name": "SET_ENABLE_SPEED_RESTRAIN_FOR_WAYPOINT_RECORDING_LEADER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB5C51DD544F14F58": { "name": "SET_UP_SPEED_RESTRAIN_INFORMATION_FOR_PLAYER_FOLLOWER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0x3123FAA6DB1CF7ED": { "name": "TASK_VEHICLE_FOLLOW_WAYPOINT_RECORDING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "const char*", "name": "waypointRecording" }, { "type": "int", "name": "drivingMode" }, { "type": "Any", "name": "p4" }, { "type": "int", "name": "eWaypoint" }, { "type": "int", "name": "flag" }, { "type": "float", "name": "p7" }, { "type": "BOOL", "name": "p8" }, { "type": "float", "name": "stoppingDist" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3123FAA6DB1CF7ED", "gta_jhash": "0x959818B6" }, "0x041D17A9E221AE30": { "name": "_TASK_VEHICLE_FOLLOW_WAYPOINT_RECORDING_2", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0xF5134943EA29868C": { "name": "IS_WAYPOINT_PLAYBACK_GOING_ON_FOR_VEHICLE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF5134943EA29868C", "gta_jhash": "0x80DD15DB" }, "0x9824CFF8FC66E159": { "name": "GET_VEHICLE_WAYPOINT_PROGRESS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207", "gta_hash": "0x9824CFF8FC66E159", "gta_jhash": "0xD3CCF64E" }, "0x416B62AC8B9E5BBD": { "name": "GET_VEHICLE_WAYPOINT_TARGET_POINT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207", "gta_hash": "0x416B62AC8B9E5BBD", "gta_jhash": "0x81049608" }, "0x8A4E6AC373666BC5": { "name": "VEHICLE_WAYPOINT_PLAYBACK_PAUSE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8A4E6AC373666BC5", "gta_jhash": "0x7C00B415" }, "0x4D6D30AB18B0B089": { "name": "VEHICLE_WAYPOINT_PLAYBACK_GET_IS_PAUSED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xDC04FCAA7839D492": { "name": "VEHICLE_WAYPOINT_PLAYBACK_RESUME", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDC04FCAA7839D492", "gta_jhash": "0xBEB14C82" }, "0x5CEB25A7D2848963": { "name": "VEHICLE_WAYPOINT_PLAYBACK_USE_DEFAULT_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5CEB25A7D2848963", "gta_jhash": "0x923C3AA4" }, "0x121F0593E0A431D7": { "name": "VEHICLE_WAYPOINT_PLAYBACK_OVERRIDE_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x121F0593E0A431D7", "gta_jhash": "0xBE1E7BB4" }, "0x3DC971EB22F73447": { "name": "GET_VEHICLE_WAYPOINT_PLAYBACK_OVERRIDE_SPEED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x90D2156198831D69": { "name": "TASK_SET_BLOCKING_OF_NON_TEMPORARY_EVENTS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x90D2156198831D69", "gta_jhash": "0x1B54FB6B" }, "0x4C3FA937B44A90FA": { "name": "TASK_SET_STEALTH_MOVEMENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x17293C633C8AC019": { "name": "TASK_SET_CROUCH_MOVEMENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x4F056E1AFFEF17AB": { "name": "TASK_FORCE_MOTION_STATE", "comment": "motionStateHash: see FORCE_PED_MOTION_STATE", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "motionStateHash" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4F056E1AFFEF17AB", "gta_jhash": "0xCAD2EF77" }, "0x2D537BA194896636": { "name": "TASK_MOVE_NETWORK_BY_NAME", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "task" }, { "type": "float", "name": "multiplier" }, { "type": "BOOL", "name": "p3" }, { "type": "const char*", "name": "animDict" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2D537BA194896636", "gta_jhash": "0x6F5D215F" }, "0x139805C2A67C4795": { "name": "TASK_MOVE_NETWORK_BY_NAME_WITH_INIT_PARAMS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "moveNetworkDefName" }, { "type": "Any*", "name": "taskData" }, { "type": "float", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "const char*", "name": "animDict" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x7B6A04F98BBAFB2C": { "name": "TASK_MOVE_NETWORK_ADVANCED_BY_NAME_WITH_INIT_PARAMS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "moveNetworkDefName" }, { "type": "Any*", "name": "taskData" }, { "type": "float", "name": "xPos" }, { "type": "float", "name": "yPos" }, { "type": "float", "name": "zPos" }, { "type": "float", "name": "xRot" }, { "type": "float", "name": "yRot" }, { "type": "float", "name": "zRot" }, { "type": "int", "name": "p9" }, { "type": "float", "name": "p10" }, { "type": "int", "name": "p11" }, { "type": "int", "name": "p12" }, { "type": "int", "name": "flag" }, { "type": "int", "name": "p14" } ], "return_type": "void", "build": "1207" }, "0xF92171093BCABED4": { "name": "TASK_MOVE_NETWORK_ADVANCED_BY_NAME_WITH_INIT_PARAMS_ATTACHED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" }, { "type": "Any", "name": "p15" }, { "type": "Any", "name": "p16" }, { "type": "Any", "name": "p17" } ], "return_type": "void", "build": "1207" }, "0x921CE12C489C4C41": { "name": "IS_TASK_MOVE_NETWORK_ACTIVE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x921CE12C489C4C41", "gta_jhash": "0x902656EB" }, "0xCACC2F9D994504B7": { "name": "_GET_TASK_MOVE_NETWORK_ID", "comment": "Returns hash of the underlying move network def, see move_networks.xml\nhttps://alloc8or.re/rdr3/doc/misc/move_networks.txt", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x30ED88D5E0C56A37": { "name": "IS_TASK_MOVE_NETWORK_READY_FOR_TRANSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x30ED88D5E0C56A37", "gta_jhash": "0x92FDBAE6" }, "0xD01015C7316AE176": { "name": "REQUEST_TASK_MOVE_NETWORK_STATE_TRANSITION", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "name" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD01015C7316AE176", "gta_jhash": "0x885724DE" }, "0x717E4D1F2048376D": { "name": "GET_TASK_MOVE_NETWORK_STATE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "const char*", "build": "1207", "gta_hash": "0x717E4D1F2048376D", "gta_jhash": "0x96C0277B" }, "0xE9A6400D1A0E7A55": { "name": "_0xE9A6400D1A0E7A55", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x615DC4A82E90BB48": { "name": "_0x615DC4A82E90BB48", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xD5BB4025AE449A4E": { "name": "SET_TASK_MOVE_NETWORK_SIGNAL_FLOAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "signalName" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD5BB4025AE449A4E", "gta_jhash": "0xA79BE783" }, "0x099D4A855D53B03B": { "name": "_SET_TASK_MOVE_NETWORK_SIGNAL_FLOAT_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "signalName" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207" }, "0xB0A6CFD2C69C1088": { "name": "SET_TASK_MOVE_NETWORK_SIGNAL_BOOL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "signalName" }, { "type": "BOOL", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB0A6CFD2C69C1088", "gta_jhash": "0xF3538041" }, "0x4662BFE01938D98D": { "name": "_SET_TASK_MOVE_NETWORK_SIGNAL_VECTOR", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "signalName" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x844CEEE428EA35B0": { "name": "_GET_TASK_MOVE_NETWORK_PHASE_FLOAT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "phaseName" } ], "return_type": "float", "build": "1207" }, "0xB4F47213DF45A64C": { "name": "GET_TASK_MOVE_NETWORK_EVENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "eventName" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB4F47213DF45A64C", "gta_jhash": "0x72FA5EF2" }, "0x9585FF23C4B8EDE0": { "name": "_0x9585FF23C4B8EDE0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEAF87DA2BE78A15B": { "name": "_0xEAF87DA2BE78A15B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3BBEECC5B8F35318": { "name": "_0x3BBEECC5B8F35318", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x349CE7B56DAFD95C": { "name": "IS_MOVE_BLEND_RATIO_STILL", "comment": "", "params": [ { "type": "float", "name": "moveBlendRatio" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x349CE7B56DAFD95C", "gta_jhash": "0xE9DAF877" }, "0xF133BBBE91E1691F": { "name": "IS_MOVE_BLEND_RATIO_WALKING", "comment": "", "params": [ { "type": "float", "name": "moveBlendRatio" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF133BBBE91E1691F", "gta_jhash": "0xD21639A8" }, "0xD4D8636C0199A939": { "name": "IS_MOVE_BLEND_RATIO_RUNNING", "comment": "", "params": [ { "type": "float", "name": "moveBlendRatio" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD4D8636C0199A939", "gta_jhash": "0xE76A2353" }, "0x24A2AD74FA9814E2": { "name": "IS_MOVE_BLEND_RATIO_SPRINTING", "comment": "", "params": [ { "type": "float", "name": "moveBlendRatio" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x24A2AD74FA9814E2", "gta_jhash": "0xDD616893" }, "0xAC29253EEF8F0180": { "name": "IS_PED_STILL", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAC29253EEF8F0180", "gta_jhash": "0x09E3418D" }, "0xDE4C184B2B9B071A": { "name": "IS_PED_WALKING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDE4C184B2B9B071A", "gta_jhash": "0x4B865C4A" }, "0xC5286FFC176F28A2": { "name": "IS_PED_RUNNING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xC5286FFC176F28A2", "gta_jhash": "0xE9A5578F" }, "0x57E457CD2C0FC168": { "name": "IS_PED_SPRINTING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x57E457CD2C0FC168", "gta_jhash": "0x4F3E0633" }, "0xF330A5C062B29BED": { "name": "IS_PED_IN_HIT_REACT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xF3B9A78A178572B1": { "name": "TASK_ARREST_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "target" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF3B9A78A178572B1", "gta_jhash": "0xBC0F153D" }, "0x90A09F3A45FED688": { "name": "IS_PED_BEING_ARRESTED", "comment": "This function is hard-coded to always return false.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x90A09F3A45FED688", "gta_jhash": "0x5FF6C2ED" }, "0xA9CC7856D52DBD25": { "name": "_IS_PED_ARRESTING_ANY_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x7981037A96E7D174": { "name": "_CUFF_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x67406F2C8F87FC4F": { "name": "UNCUFF_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207", "gta_hash": "0x67406F2C8F87FC4F", "gta_jhash": "0xA23A1D61" }, "0x74E559B3BC910685": { "name": "IS_PED_CUFFED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x74E559B3BC910685", "gta_jhash": "0x511CE741" }, "0xC8B29D18022EA2B7": { "name": "_IS_PED_DUELLING", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x5D5B0D5BC3626E5A": { "name": "TASK_DUEL", "comment": "Params: p4 either 0.2f, 0.25f, 0.31f, 0.4f", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "float", "name": "vPosOpponentX" }, { "type": "float", "name": "vPosOpponentY" }, { "type": "float", "name": "vPosOpponentZ" }, { "type": "float", "name": "fOpponentHead" }, { "type": "int", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0x908BB14BCE85C80E": { "name": "_0x908BB14BCE85C80E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x1F7A9A9C38C13A56": { "name": "_0x1F7A9A9C38C13A56", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x3FEB770D8ED9047A": { "name": "_0x3FEB770D8ED9047A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x30146C25686B7836": { "name": "_0x30146C25686B7836", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x59AE5CA4FFB4E378": { "name": "_0x59AE5CA4FFB4E378", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x748D5E0D2A1A4C61": { "name": "_0x748D5E0D2A1A4C61", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xEED08A3A98B847E2": { "name": "END_DUEL", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x651F0530083C0E5A": { "name": "_0x651F0530083C0E5A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF0B4F759F35CC7F5": { "name": "TASK_CARRIABLE", "comment": "carriableSlot:\n 7 > Back of a horse\n 6 > Right side of a horse\n 5 > Left side of a horse\nflags:\n 512: enables the prompt being the name of the item when using a generic item", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "carryConfig" }, { "type": "Ped", "name": "carrier" }, { "type": "int", "name": "carriableSlot" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x9EBD34958AB6F824": { "name": "_0x9EBD34958AB6F824", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0CCFE72B43C9CF96": { "name": "GET_IS_CARRIABLE_ENTITY", "comment": "", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "BOOL", "build": "1207" }, "0x10ADFDF07B7DFFBA": { "name": "_0x10ADFDF07B7DFFBA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xC7F0B43DCDC57E3D": { "name": "TASK_PLACE_CARRIED_ENTITY_AT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "p5" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207" }, "0x6D3D87C57B3D52C7": { "name": "TASK_PLACE_CARRIED_ENTITY_ON_MOUNT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "Ped", "name": "mount" }, { "type": "float", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x17CA98707B15926A": { "name": "TASK_DUMP_CARRIABLE_FROM_PARENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "ped2" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x36D188AECB26094B": { "name": "_DETACH_CARRIABLE_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xE2CF104ADD49D4BF": { "name": "_0xE2CF104ADD49D4BF", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x502EC17B1BED4BFA": { "name": "TASK_PICKUP_CARRIABLE_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x27829AFD3E03AC1A": { "name": "TASK_HOGTIE_TARGET_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x81D16C4FF3A77ADF": { "name": "_TASK_CUT_FREE_HOGTIED_TARGET_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x525421A507216084": { "name": "_TASK_CUT_FREE_HOGTIED_TARGET_PED_2", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "float", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xAB591AE6B48B913E": { "name": "_SET_HOGTIE_ESCAPE_TIMER", "comment": "Sets the time it takes for a hogtied ped to escape\n-1.0f for ped to never escape", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "time" } ], "return_type": "void", "build": "1207" }, "0x4687E69D258BBE41": { "name": "_GET_HOGTIE_ESCAPE_TIMER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x03D741CB4052E26C": { "name": "_0x03D741CB4052E26C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1232" }, "0x73F0D0327BFA0812": { "name": "_REQUEST_HERB_COMPOSITE_ASSET", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/objects/composites", "params": [ { "type": "Hash", "name": "asset" } ], "return_type": "BOOL", "build": "1207" }, "0x5E5D96BE25E9DF68": { "name": "ARE_COMPOSITE_LOOTABLE_ENTITY_DEF_ASSETS_LOADED", "comment": "Returns true when requested asset is loaded", "params": [ { "type": "Hash", "name": "asset" } ], "return_type": "BOOL", "build": "1207" }, "0x5B4BBE80AD5972DC": { "name": "_CREATE_HERB_COMPOSITES", "comment": "groundSetting: 0: spawn on ground, 2 (1?): do not spawn on ground\np7: -1 in R* Scripts\nReturns compositeId", "params": [ { "type": "Hash", "name": "asset" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "int", "name": "groundSetting" }, { "type": "Any*", "name": "p6" }, { "type": "int", "name": "p7" } ], "return_type": "int", "build": "1207" }, "0x5758B1EE0C3FD4AC": { "name": "_DELETE_PATCH_OBJECTS_FROM_HERB_COMPOSITES", "comment": "Params: p1 is always false except in script nb_egg_protector", "params": [ { "type": "int", "name": "compositeId" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x96C6ED22FB742C3E": { "name": "_GET_HERB_COMPOSITE_NUM_ENTITIES", "comment": "Flowers, Stalks or whatever the composite has", "params": [ { "type": "int", "name": "compositeId" }, { "type": "Any*", "name": "outEntities" } ], "return_type": "int", "build": "1207" }, "0xDF56A2B50C04DEA4": { "name": "_0xDF56A2B50C04DEA4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x48FAE038401A2888": { "name": "TASK_LOOT_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0xBB28D1BC9EA8A6A5": { "name": "TASK_BREAK_VEHICLE_DOOR_LOCK", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0xCF1501CBC4059412": { "name": "TASK_LOOT_NEAREST_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "p4" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xC716EB2BD16370A3": { "name": "TASK_LASSO_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "void", "build": "1207" }, "0x6AFD8FE0D723328F": { "name": "TASK_HOGTIEABLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x79559BAD83CCD038": { "name": "UNHOGTIE_PED", "comment": "getupSetHash: see nm_blend_out_sets.meta", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flags" }, { "type": "Hash", "name": "getupSetHash" }, { "type": "const char*", "name": "p3" }, { "type": "const char*", "name": "p4" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x722D6A49200174FE": { "name": "_0x722D6A49200174FE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x78B4567E18B54480": { "name": "_MAKE_OBJECT_CARRIABLE", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0x67BFCED22909834D": { "name": "MAKE_OBJECT_NOT_CARRIABLE", "comment": "", "params": [ { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0x8E1DDE26D270CC5E": { "name": "_0x8E1DDE26D270CC5E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA6A76D666A281F2D": { "name": "_0xA6A76D666A281F2D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Hash", "name": "item" } ], "return_type": "void", "build": "1207" }, "0xA21AA2F0C2180125": { "name": "_0xA21AA2F0C2180125", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE47DD64B9F02677D": { "name": "_FIND_MODEL_FOR_ITEM", "comment": "", "params": [ { "type": "Hash", "name": "item" } ], "return_type": "Hash", "build": "1207" }, "0xFF745B0346E19E2C": { "name": "_0xFF745B0346E19E2C", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xB8F52A3F84A7CC59": { "name": "_0xB8F52A3F84A7CC59", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6AFDA2264925BD11": { "name": "_0x6AFDA2264925BD11", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x816A3ACD265E2297": { "name": "_0x816A3ACD265E2297", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4E806A395D43A458": { "name": "_0x4E806A395D43A458", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x545BF19F86E80F11": { "name": "SET_TEAM_CARRIABLE_ENTITY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x559A6F8C5133B4EE": { "name": "IS_TEAM_CARRIABLE_ENTITY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x11CD066F54DA0133": { "name": "_IS_HAT_BEING_PICKED_UP", "comment": "Returns true while a hat is being picked up\n_IS_A* - _IS_D*", "params": [ { "type": "Object", "name": "hatObject" } ], "return_type": "BOOL", "build": "1207" }, "0x9ADDBB9242179D56": { "name": "_0x9ADDBB9242179D56", "comment": "", "params": [ { "type": "Object", "name": "object" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x4ECCC2815CA79AE2": { "name": "_IS_HAT_BEING_PICKED_UP_2", "comment": "Returns true while a hat is being picked up. Similar to 0x11CD066F54DA0133\n_IS_A* - _IS_D*", "params": [ { "type": "Object", "name": "hatObject" } ], "return_type": "BOOL", "build": "1207" }, "0xAA0AF6025160243A": { "name": "_TASK_EQUIP_HAT", "comment": "_A*", "params": [ { "type": "Object", "name": "hatObject" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x7CB99FADDE73CD1B": { "name": "_0x7CB99FADDE73CD1B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1311" }, "0xF3C3503276F4A034": { "name": "_0xF3C3503276F4A034", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1436" }, "0x6DAC799857EF3F11": { "name": "_0x6DAC799857EF3F11", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1311" }, "0x920684BE432875B1": { "name": "_0x920684BE432875B1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1311" }, "0x1BF9D36A5EAFFBAE": { "name": "SET_ENHANCED_BREAK_FREE", "comment": "clipset: CLIPSET@MECH_HOGTIE@HUMAN@BREAKOUT_MG@GROUND, CLIPSET@MECH_HOGTIE@HUMAN@BREAKOUT_MG@SHOULDER, CLIPSET@MECH_HOGTIE@HUMAN@BREAKOUT_MG@MOUNT\nclipset can also be 0", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "const char*", "name": "clipset" } ], "return_type": "BOOL", "build": "1207" }, "0x6AFD84AEAA3EA538": { "name": "_0x6AFD84AEAA3EA538", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xBD1C3C0F271C39D3": { "name": "_0xBD1C3C0F271C39D3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1ECF56C040FD839C": { "name": "_0x1ECF56C040FD839C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF40A109B4B79A848": { "name": "_0xF40A109B4B79A848", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xEFC4303DDC6E60D3": { "name": "_IS_PED_LEADING_HORSE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xAC5045AB7F1A34FD": { "name": "_0xAC5045AB7F1A34FD", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xED1F514AF4732258": { "name": "_GET_LED_HORSE_FROM_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Ped", "build": "1207" }, "0x84179419DBDD36F2": { "name": "TASK_TURN_TO_FACE_CLOSEST_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x3A2A2071DF5CC569": { "name": "TASK_CONFRONT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "int", "name": "p2" } ], "return_type": "BOOL", "build": "1207" }, "0x87BE56724650408E": { "name": "TASK_POLICE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x482C99D0B38D1B0A": { "name": "TASK_MELEE", "comment": "Params: p2: AR_TAKEDOWN_FRONT, AR_EXECUTION_FRONT, 0 in R* Scripts", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "Hash", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "float", "name": "p7" } ], "return_type": "BOOL", "build": "1207" }, "0x779A2FFACEFAEA7B": { "name": "TASK_GRAPPLE", "comment": "grappleStyle: AR_GRAPPLE_MOUNT_STANDING_FROM_FRONT, AR_GRAPPLE_MOUNT_STANDING_FROM_RIGHT, AR_GRAPPLE_MOUNT_STANDING_FROM_BACK, AR_GRAPPLE_MOUNT_STANDING_FROM_LEFT, AR_GRAPPLE_MOUNT_FROM_FRONT, AR_WOLF_EXECUTION_ENTER_FROM_BACK, AR_GRAPPLE_DRAG_FRONT_ON_ASS, AR_GRAPPLE_FRONT_FROM_LEFT_FAR, AR_BEAR_CHALLENGE_FRONT, AR_GRAPPLE_FRONT_FROM_FRONT, AR_GRAPPLE_MOUNT_FACEUP_FROM_FRONT", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" }, { "type": "Hash", "name": "grappleStyle" }, { "type": "int", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "BOOL", "build": "1207" }, "0x648B75D44930D6BD": { "name": "_TASK_INTIMIDATED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "BOOL", "build": "1207" }, "0x933ACC1A1771A288": { "name": "_TASK_INTIMIDATED_2", "comment": "", "params": [ { "type": "Ped", "name": "victim" }, { "type": "Ped", "name": "attacker" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "everyFrame" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" }, { "type": "int", "name": "flag" } ], "return_type": "BOOL", "build": "1207" }, "0x2948235DB2058E99": { "name": "_0x2948235DB2058E99", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB2F47A1AFDFCC595": { "name": "_0xB2F47A1AFDFCC595", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x41D1331AFAD5A091": { "name": "_0x41D1331AFAD5A091", "comment": "_SET_PED_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x801BD27403F3CBA0": { "name": "_0x801BD27403F3CBA0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x0FE797DD9F70DFA6": { "name": "_0x0FE797DD9F70DFA6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x4391700CBD89C3D8": { "name": "TASK_PERSISTENT_CHARACTER", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xFC7F71CF49F70B6B": { "name": "_0xFC7F71CF49F70B6B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE01F55B2896F6B37": { "name": "_0xE01F55B2896F6B37", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE62754D09354F6CF": { "name": "_0xE62754D09354F6CF", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x4BA972D0E5AD8122": { "name": "_0x4BA972D0E5AD8122", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF3735ACD11ACD500": { "name": "_GET_TASK_FISHING", "comment": "Fishing Research: https://pastebin.com/NmK5ZLVs\nOnly used in R* Scripts fishing_core and av_fishing_river", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xF3735ACD11ACD501": { "name": "_SET_TASK_FISHING", "comment": "Only used in R* Scripts fishing_core and av_fishing_river", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x2C28AC30A72722DA": { "name": "TASK_SWAP_FISHING_BAIT", "comment": "Baits: see 0x9B0C7FA063E67629", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "bait" }, { "type": "BOOL", "name": "withoutBuoy" } ], "return_type": "void", "build": "1207" }, "0x9B0C7FA063E67629": { "name": "_SET_FISHING_BAIT", "comment": "Baits: p_fishHook02x, p_baitBread01x, p_baitCorn01x, p_baitCheese01x, p_baitWorm01x, p_baitCricket01x, p_crawdad01x, p_finisheDragonfly01x, p_finisdFishlure01x, p_finishdCrawd01x, p_finisheDragonflyLegendary01x, p_finisdFishlureLegendary01x, p_finishdCrawdLegendary01x, p_lgoc_spinner_v4", "params": [ { "type": "Ped", "name": "ped" }, { "type": "const char*", "name": "bait" }, { "type": "BOOL", "name": "withoutBuoy" }, { "type": "BOOL", "name": "instantly" } ], "return_type": "void", "build": "1207" }, "0x1F298C7BD30D1240": { "name": "_0x1F298C7BD30D1240", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x1A52076D26E09004": { "name": "_PED_FISHINGROD_HOOK_ENTITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0xCE71C2F9BAA3F975": { "name": "_PED_FISHINGROD_HOOK_OBJECT", "comment": "Used with 'P_BODYPARTARMFLOAT02X' model in fishing_core.c", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "object" } ], "return_type": "void", "build": "1207" }, "0xB520DBDA7FCF573F": { "name": "_0xB520DBDA7FCF573F", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x31BB338F64D5C861": { "name": "_0x31BB338F64D5C861", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x517D01BF27B682D1": { "name": "_0x517D01BF27B682D1", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Entity", "name": "entity" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x88FD60D846D9CD63": { "name": "_0x88FD60D846D9CD63", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x9050DF2C53801208": { "name": "_0x9050DF2C53801208", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x22CDBF317C40A122": { "name": "_0x22CDBF317C40A122", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x5952DFA38FA529FE": { "name": "_0x5952DFA38FA529FE", "comment": "", "params": [], "return_type": "Any", "build": "1232" }, "0xB31A277C1AC7B7FF": { "name": "TASK_PLAY_EMOTE_WITH_HASH", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/animations/kit_emotes_list.lua\nemote: https://alloc8or.re/rdr3/doc/enums/eEmote.txt\n\nenum eEmoteType\n{\n\tEMOTE_TYPE_INVALID = -1,\n\tEMOTE_TYPE_REACT,\n\tEMOTE_TYPE_ACTION,\n\tEMOTE_TYPE_TAUNT,\n\tEMOTE_TYPE_GREET,\n\tEMOTE_TYPE_TWIRL_GUN,\n\tEMOTE_TYPE_DANCE_FLOOR\n};\n\nenum eEmotePlaybackMode\n{\n\tEMOTE_PM_INVALID = -1,\n\tEMOTE_PM_UPPERBODY,\n\tEMOTE_PM_UPPERBODY_LOOP,\n\tEMOTE_PM_FULLBODY,\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "emoteType" }, { "type": "int", "name": "playbackMode" }, { "type": "Hash", "name": "emote" }, { "type": "BOOL", "name": "isSecondaryTask" }, { "type": "BOOL", "name": "canBreakOut" }, { "type": "BOOL", "name": "disableEarlyOutAnimTag" }, { "type": "BOOL", "name": "ignoreInvalidMainTask" }, { "type": "BOOL", "name": "destroyProps" } ], "return_type": "void", "build": "1207" }, "0x884E3436CC1F41DD": { "name": "_TASK_PLAY_EMOTE", "comment": "Similar to 0xB31A277C1AC7B7FF but checks if the ped's inventory contains the specified emote kit.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "emoteType" }, { "type": "int", "name": "playbackMode" }, { "type": "Hash", "name": "emote" }, { "type": "BOOL", "name": "isSecondaryTask" }, { "type": "BOOL", "name": "canBreakOut" }, { "type": "BOOL", "name": "disableEarlyOutAnimTag" }, { "type": "BOOL", "name": "ignoreInvalidMainTask" }, { "type": "BOOL", "name": "destroyProps" } ], "return_type": "void", "build": "1207" }, "0x6A1AF481407BF6E9": { "name": "_0x6A1AF481407BF6E9", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xBDFEEB7600BCD938": { "name": "_TASK_EMOTE_OUTRO", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xEC516FE805D2CB2D": { "name": "_0xEC516FE805D2CB2D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x59AEA4DC640814B9": { "name": "_0x59AEA4DC640814B9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x11C7CE1AE38911B5": { "name": "_0x11C7CE1AE38911B5", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD0ABC4EA3B5E21A0": { "name": "_0xD0ABC4EA3B5E21A0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1311" }, "0xCF9B71C0AF824036": { "name": "IS_EMOTE_TASK_RUNNING", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" } ], "return_type": "BOOL", "build": "1355" } }, "TELEMETRY": { "0x9BEE018A63FFFAD9": { "name": "_TELEMETRY_SET_IS_FLOW", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xEC0BD8736DCAF841": { "name": "_0xEC0BD8736DCAF841", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x15B0CC1B36F1DE29": { "name": "_TELEMETRY_MISSION_STARTED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xD894437E12C17AEC": { "name": "_TELEMETRY_MISSION_OVER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8EC7890D446BD9C1": { "name": "_TELEMETRY_MISSION_CHECKPOINT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x5DA4718DF897EB25": { "name": "_TELEMETRY_PLAYER_SPAWNED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xE692D336F8A2A97F": { "name": "_TELEMETRY_CREATE_UUID", "comment": "Works in MP only.", "params": [ { "type": "Any*", "name": "uuid" } ], "return_type": "BOOL", "build": "1207" }, "0x4C08D2B6D8BE17E4": { "name": "_TELEMETRY_MATCH_QUEUE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1311" }, "0xF620F47B4F4A78C4": { "name": "_TELEMETRY_MATCH_STARTED", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA2058154357726BB": { "name": "_TELEMETRY_MATCH_OVER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xEF3C68F56BAD7B69": { "name": "_TELEMETRY_MATCH_VOTE", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xECD67E9FA677CCCF": { "name": "_TELEMETRY_LOBBY_PROGRESSION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x51EC204A6E5B5A1A": { "name": "_TELEMETRY_GAME_PROGRESS", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAE693EC3A178F6C2": { "name": "_TELEMETRY_HERB_PICKED", "comment": "", "params": [ { "type": "Hash", "name": "herbType" } ], "return_type": "void", "build": "1207" }, "0x7581972ADF5D699A": { "name": "_TELEMETRY_ANIMAL_SKINNED", "comment": "", "params": [ { "type": "Hash", "name": "type" }, { "type": "Any*", "name": "items" } ], "return_type": "void", "build": "1207" }, "0x565EAA726B2CE3B7": { "name": "_TELEMETRY_CAMP_CREATED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x217F47761376E16E": { "name": "_TELEMETRY_CAMP_SUPPLIES", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xCD6F8A0335D821F9": { "name": "_TELEMETRY_REGION", "comment": "", "params": [ { "type": "Hash", "name": "regionHash" } ], "return_type": "void", "build": "1207" }, "0x775B2ED944E44973": { "name": "_TELEMETRY_SHOP_ENTRY", "comment": "", "params": [ { "type": "Any", "name": "shopType" }, { "type": "Any", "name": "shopRegion" }, { "type": "Any", "name": "region" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xF78E669FDC202E73": { "name": "_TELEMETRY_SHOP_EXIT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCA9E42F437625A85": { "name": "_TELEMETRY_SET_SHOP_FOR_TRANSACTION", "comment": "", "params": [ { "type": "int", "name": "transactionId" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "p2" } ], "return_type": "void", "build": "1232" }, "0x2A374E6F0075EE81": { "name": "_TELEMETRY_SHOP_PURCHASE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x9BD8A9D0A774A6F8": { "name": "_TELEMETRY_SHOP_SELL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "int", "name": "centSalePrice" } ], "return_type": "void", "build": "1207" }, "0x536B6025E94AC48F": { "name": "_TELEMETRY_GOLD_STORE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x32D5898C4898CD95": { "name": "_CLEAR_TELEMETRY_SHOP_UI", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB0B19B56697836F5": { "name": "_TELEMETRY_SHOP_CUTSCENE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1311" }, "0x3145044F3990D321": { "name": "_TELEMETRY_AMBIENT_VIGNETTE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xF5EAD898EF387E73": { "name": "_TELEMETRY_DISCOVERABLE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE6B763C7F4902201": { "name": "_TELEMETRY_HONOR", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x78C2E029DB205A3A": { "name": "_TELEMETRY_CRAFT_ITEM", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "quantity" } ], "return_type": "void", "build": "1207" }, "0xDF516E598D966D06": { "name": "TELEMETRY_CAMP_DONATE", "comment": "", "params": [ { "type": "Any", "name": "transactionId" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Hash", "name": "slotId" }, { "type": "Hash", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "BOOL", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xB5013EFBB5516867": { "name": "_TELEMETRY_MOONSHINE_BREW", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1232" }, "0xD6CB05DDAEE43AFD": { "name": "_TELEMETRY_COLLECT", "comment": "", "params": [ { "type": "Any", "name": "transactionId" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xEA323F5E1A4DA2F1": { "name": "_TELEMETRY_MISSION_ILO_OPTION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6571E4327390EC0B": { "name": "_TELEMETRY_MISSION_FAILED_TO_LAUNCH", "comment": "_TELEMETRY_C* - _TELEMETRY_G*", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "reason" } ], "return_type": "void", "build": "1207" }, "0xE6DC9B21AC7A8729": { "name": "_TELEMETRY_GANG_SHARES", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x7CEF4AC79F7E7FAD": { "name": "_TELEMETRY_FAST_TRAVEL", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xA72773C3134F9A57": { "name": "_TELEMETRY_NET_CAMP", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x7E002A36AEFCFB55": { "name": "_TELEMETRY_RPG_GLOBAL_CALCULATE_ATTRIBUTE_CORE_DELTA", "comment": "Creation of the metric is related to attribute filling, i. e. at camp fires, when the ped is resting.\n_TELEMETRY_C* - _TELEMETRY_P*", "params": [], "return_type": "void", "build": "1207" }, "0xF9F14080D80937BD": { "name": "_TELEMETRY_SLEEP", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF37A2149BC9A8A27": { "name": "_TELEMETRY_PARLEY_FEUD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x076C5843371EB889": { "name": "TELEMETRY_PLAYER_MENU_PIN", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1311" }, "0xE26970A7AE0F28E9": { "name": "_TELEMETRY_NOTORIETY", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xE57529D23541D2DD": { "name": "_TELEMETRY_DEFENSIVE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xCF63EF77B0DF0397": { "name": "_TELEMETRY_LOOT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x2C24AF8EEEEF8A55": { "name": "_TELEMETRY_EMOTE_ADD_CATEGORY_TO_SAVE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Hash", "name": "emote" } ], "return_type": "void", "build": "1207" }, "0x16B23D4F7A1F50D9": { "name": "_TELEMETRY_FAVOR_EMOTE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x8127C5AA05C5A210": { "name": "_TELEMETRY_POKER_OVER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x80A02D9F948A8BCA": { "name": "_TELEMETRY_TRIGGER_TRANSACTION_REQUEST", "comment": "Returns false when transaction request is failing", "params": [ { "type": "Any*", "name": "requestId" }, { "type": "Any*", "name": "transactionId" } ], "return_type": "BOOL", "build": "1207" }, "0xF184B3ECE36219CF": { "name": "_TRY_GET_TELEMETRY_ID_FROM_TRANSACTION_ID", "comment": "", "params": [ { "type": "Any*", "name": "transactionId" }, { "type": "Any*", "name": "requestId" } ], "return_type": "BOOL", "build": "1207" }, "0xAB43D1C80B5E9500": { "name": "_TELEMETRY_ROLE_BOUNTY", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x52FA31DB8F3AD25D": { "name": "_TELEMETRY_BOUNTY_TARGET", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "void", "build": "1207" }, "0xB204BF9F30298D77": { "name": "_TELEMETRY_PRISON", "comment": "", "params": [ { "type": "Any", "name": "transactionId" }, { "type": "Any", "name": "bountyAmount" }, { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "completionType" }, { "type": "Any", "name": "jailTimeServed" }, { "type": "Any", "name": "jailTimeLeft" }, { "type": "Any", "name": "posseRole" } ], "return_type": "void", "build": "1207" }, "0x476038B5A0734C10": { "name": "_TELEMETRY_ROLE_TRADER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "transactionId" } ], "return_type": "void", "build": "1207" }, "0x99D40C5D74BC88E9": { "name": "_TELEMETRY_ROLE_MOONSHINER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "transactionId" } ], "return_type": "void", "build": "1232" }, "0x4AC38DFD286DAD14": { "name": "_TELEMETRY_ROLE_COLLECTOR", "comment": "", "params": [ { "type": "Any", "name": "transactionId" }, { "type": "Any", "name": "collectible" }, { "type": "Any", "name": "category" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xED22BE4C5A399E63": { "name": "_TELEMETRY_PHOTO", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xF0D54E0651DD7E07": { "name": "_TELEMETRY_START_GUN_LOCKER_INTERACTION", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x415FE28ED44BFF14": { "name": "_TELEMETRY_GUN_LOCKER", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC3ADF4880784FA9C": { "name": "_TELEMETRY_GUN_LOCKER_WEAPON_STORED", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x317D9C9560529CC2": { "name": "_TELEMETRY_GUN_LOCKER_WEAPON_REMOVED", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x32C2939564D74BFF": { "name": "_TELEMETRY_ROLE_TOKEN_TRANSACTION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0x621D719C4836292B": { "name": "_TELEMETRY_COUPON", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1232" }, "0xFF9052BC7A3B7D33": { "name": "TELEMETRY_PERSONAL_VEHICLE_MOUNT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xE67AF24C5A3B6058": { "name": "_TELEMETRY_PERSONAL_VEHICLE_WAGON", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x3255D4D2082C6339": { "name": "_TELEMETRY_MENU_NAVIGATION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x25CC50EC1A6F3A96": { "name": "_TELEMETRY_HUB_NAVIGATION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1232" }, "0x37AA282163B0D2C4": { "name": "_TELEMETRY_HUB_OFFERS", "comment": "", "params": [ { "type": "Any", "name": "couponItem" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1232" }, "0x61559675D23D8BD1": { "name": "_TELEMETRY_SAMPLE", "comment": "", "params": [ { "type": "Any", "name": "transactionId" }, { "type": "Any", "name": "animal" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "bSampled" }, { "type": "BOOL", "name": "bTranq" } ], "return_type": "void", "build": "1311" }, "0x6FB9EA308F302922": { "name": "_TELEMETRY_ROLE_NATURALIST", "comment": "", "params": [ { "type": "Any", "name": "transactionId" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" } ], "return_type": "void", "build": "1311" }, "0x0777D65EE8A17517": { "name": "_TELEMETRY_PHOTO_CAM", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" } ], "return_type": "void", "build": "1311" }, "0x1B554723799245F4": { "name": "_TELEMETRY_INTRO_SKIP", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1355" }, "0xE9F24081D84931B8": { "name": "ANALYTICS_PLAYTIME_FREEMODE_START", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x3180E991D4B8F248": { "name": "ANALYTICS_PLAYTIME_FREEMODE_END", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x40914CCF2A1AB531": { "name": "_TELEMETRY_CUSTOM", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1207", "unused": true }, "0x330029E121380CEB": { "name": "_TELEMETRY_MATCH_NOMINATION", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "void", "build": "1355" }, "0x7207AD471BC9278C": { "name": "_TELEMETRY_CHAR_CREATOR", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1355" }, "0x6F5BC5C4EAB42B15": { "name": "_0x6F5BC5C4EAB42B15", "comment": "Note: this native was added in build 1491.50", "params": [ { "type": "int", "name": "linkID" }, { "type": "int", "name": "type" }, { "type": "const char*", "name": "contentId" } ], "return_type": "void", "build": "1491" } }, "TXD": { "0xBA0163B277C2D2D0": { "name": "DOES_STREAMED_TXD_EXIST", "comment": "", "params": [ { "type": "Hash", "name": "txdHash" } ], "return_type": "BOOL", "build": "1207" }, "0xDB1BD07FB464584D": { "name": "REQUEST_STREAMED_TXD", "comment": "", "params": [ { "type": "Hash", "name": "txdHash" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBE72591D1509FFE4": { "name": "HAS_STREAMED_TXD_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "txdHash" } ], "return_type": "BOOL", "build": "1207" }, "0x8232F37DF762ACB2": { "name": "SET_STREAMED_TXD_AS_NO_LONGER_NEEDED", "comment": "", "params": [ { "type": "Hash", "name": "txdHash" } ], "return_type": "void", "build": "1207" }, "0x7332461FC59EB7EC": { "name": "DOES_STREAMED_TEXTURE_DICT_EXIST", "comment": "", "params": [ { "type": "const char*", "name": "textureDict" } ], "return_type": "BOOL", "build": "1207" }, "0xC1BA29DF5631B0F8": { "name": "REQUEST_STREAMED_TEXTURE_DICT", "comment": "", "params": [ { "type": "const char*", "name": "textureDict" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDFA2EF8E04127DD5", "gta_jhash": "0x4C9B035F" }, "0x54D6900929CCF162": { "name": "HAS_STREAMED_TEXTURE_DICT_LOADED", "comment": "", "params": [ { "type": "const char*", "name": "textureDict" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x0145F696AAAAD2E4", "gta_jhash": "0x3F436EEF" }, "0x4ACA10A91F66F1E2": { "name": "SET_STREAMED_TEXTURE_DICT_AS_NO_LONGER_NEEDED", "comment": "", "params": [ { "type": "const char*", "name": "textureDict" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBE2CACCF5A8AA805", "gta_jhash": "0xF07DDA38" } }, "UIAPPS": { "0x25B7A0206BDFAC76": { "name": "IS_UIAPP_ACTIVE_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "BOOL", "build": "1207" }, "0xAC959AB99AAF3D9F": { "name": "IS_ANY_UIAPP_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x4E511D093A86AD49": { "name": "IS_UIAPP_RUNNING_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "BOOL", "build": "1207" }, "0xDE4A9B35D028979F": { "name": "IS_UIAPP_RUNNING", "comment": "", "params": [ { "type": "const char*", "name": "appName" } ], "return_type": "BOOL", "build": "1232" }, "0xDB30BEC7A7A5CBD3": { "name": "IS_ANY_UIAPP_RUNNING", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x96FD694FE5BE55DC": { "name": "_GET_UIAPP_CURRENT_ACTIVITY_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "Hash", "build": "1207" }, "0x2FF10C9C3F92277E": { "name": "_CLOSE_UIAPP_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "void", "build": "1207" }, "0x04428420A248A354": { "name": "_CLOSE_UIAPP_BY_HASH_IMMEDIATE", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "void", "build": "1207" }, "0x818C6CA9B659E8EC": { "name": "_CLOSE_UIAPP", "comment": "", "params": [ { "type": "const char*", "name": "appName" } ], "return_type": "void", "build": "1207" }, "0x3015635426D1B17C": { "name": "_CLOSE_UIAPP_IMMEDIATE", "comment": "", "params": [ { "type": "const char*", "name": "appName" } ], "return_type": "void", "build": "1207" }, "0xAD7B70F7230C5A12": { "name": "_CLOSE_ALL_UIAPPS", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x12769EEB8DBD7A7B": { "name": "_CLOSE_ALL_UIAPPS_IMMEDIATE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xC1BCF31E975B3195": { "name": "LAUNCH_UIAPP_BY_HASH_WITH_ENTRY", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" }, { "type": "Hash", "name": "entryHash" } ], "return_type": "int", "build": "1207" }, "0xC8FC7F4E4CF4F581": { "name": "LAUNCH_UIAPP_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "int", "build": "1207" }, "0x7B2027BAC5C8EC89": { "name": "LAUNCH_UIAPP_WITH_ENTRY", "comment": "", "params": [ { "type": "const char*", "name": "appName" }, { "type": "const char*", "name": "entry" } ], "return_type": "int", "build": "1207" }, "0x16F47D434B6086BF": { "name": "CAN_LAUNCH_UIAPP_BY_HASH_WITH_ENTRY", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" }, { "type": "Hash", "name": "entryHash" } ], "return_type": "BOOL", "build": "1207" }, "0xE555EC27D65EDE80": { "name": "CAN_LAUNCH_UIAPP_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "BOOL", "build": "1207" }, "0x7689CD255655BFD7": { "name": "REQUEST_UIAPP_TRANSITION_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" }, { "type": "Hash", "name": "transitionHash" } ], "return_type": "BOOL", "build": "1207" }, "0x42095B886D30DE66": { "name": "IS_UIAPP_TRANSITIONING_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "appNameHash" } ], "return_type": "BOOL", "build": "1232" } }, "UIDEBUG": { "0x16794E044C9EFB58": { "name": "_BG_DISPLAY_TEXT", "comment": "Note: you must use VAR_STRING", "params": [ { "type": "const char*", "name": "text" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" } ], "return_type": "void", "build": "1355", "unused": true }, "0xA1253A3C870B6843": { "name": "_BG_SET_TEXT_SCALE", "comment": "", "params": [ { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" } ], "return_type": "void", "build": "1355", "unused": true }, "0x16FA5CE47F184F1E": { "name": "_BG_SET_TEXT_COLOR", "comment": "https://github.com/femga/rdr3_discoveries/tree/master/useful_info_from_rpfs/colours", "params": [ { "type": "int", "name": "red" }, { "type": "int", "name": "green" }, { "type": "int", "name": "blue" }, { "type": "int", "name": "alpha" } ], "return_type": "void", "build": "1355", "unused": true } }, "UIEVENTS": { "0x67ED5A7963F2F722": { "name": "EVENTS_UI_IS_PENDING", "comment": "Old name: _EVENT_MANAGER_IS_EVENT_PENDING", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "BOOL", "build": "1207" }, "0xE24E957294241444": { "name": "EVENTS_UI_GET_MESSAGE", "comment": "eventData:\nstruct UI_SCRIPT_EVENT\n{\n\talignas(8) eUIScriptEventType eventType; // https://alloc8or.re/rdr3/doc/enums/eUIScriptEventType.txt\n\talignas(8) int intParam;\n\talignas(8) Hash hashParam;\n\talignas(8) Hash datastoreParam;\n};\n\nOld name: _EVENT_MANAGER_GET_EVENT", "params": [ { "type": "Hash", "name": "hash" }, { "type": "Any*", "name": "eventData" } ], "return_type": "BOOL", "build": "1207" }, "0x90237103F27F7937": { "name": "EVENTS_UI_PEEK_MESSAGE", "comment": "eventData: see EVENTS_UI_GET_MESSAGE\n\nOld name: _EVENT_MANAGER_PEEK_EVENT", "params": [ { "type": "Hash", "name": "hash" }, { "type": "Any*", "name": "eventData" } ], "return_type": "BOOL", "build": "1207" }, "0x8E8A2369F48EC839": { "name": "EVENTS_UI_POP_MESSAGE", "comment": "Old name: _EVENT_MANAGER_POP_EVENT", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "void", "build": "1207" } }, "UIFEED": { "0x049D5C615BD38BAD": { "name": "_UI_FEED_POST_HELP_TEXT", "comment": "Example : https://pastebin.com/GvdBp8Dh", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xD05590C1AB38F068": { "name": "_UI_FEED_POST_LOCATION_SHARD", "comment": "Example : https://pastebin.com/h1YzycuR", "params": [ { "type": "Any*", "name": "duration" }, { "type": "Any*", "name": "data" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0xCEDBF17EFCC0E4A4": { "name": "_UI_FEED_POST_OBJECTIVE", "comment": "Example : https://pastebin.com/13tuRa63", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xB2920B9760F0F36B": { "name": "_UI_FEED_POST_FEED_TICKER", "comment": "Display text on right of the screen, Example : https://pastebin.com/n1YmNe25", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x26E87218390E6729": { "name": "_UI_FEED_POST_SAMPLE_TOAST", "comment": "Example : https://pastebin.com/YZMBkAmW", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0xAFF5BE9BA496CE40": { "name": "_0xAFF5BE9BA496CE40", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "Hash", "name": "collectableCategory" } ], "return_type": "int", "build": "1207" }, "0x38838A646FB30AAE": { "name": "_UI_FEED_POST_SAMPLE_TOAST_WITH_APP_LINK", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "int", "build": "1311" }, "0xC927890AA64E9661": { "name": "_UI_FEED_POST_SAMPLE_NOTIFICATION", "comment": "Example : https://pastebin.com/kAtEMQTD", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x3F9FDDBA79117C69": { "name": "_UI_FEED_POST_RANKUP_TOAST", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "int", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x18D6869FBFFEC0F8": { "name": "_0x18D6869FBFFEC0F8", "comment": "Only used in R* SP Scripts", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0xB249EBCB30DD88E0": { "name": "_UI_FEED_POST_SAMPLE_TOAST_RIGHT", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x2024F4F333095FB1": { "name": "_UI_FEED_POST_MISSION_NAME", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x893128CDB4B81FBB": { "name": "_UI_FEED_POST_RETICLE_MESSAGE", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x860DDFE97CC94DF0": { "name": "_UI_FEED_POST_ONE_TEXT_SHARD", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xA6F4216AB10EB08E": { "name": "_UI_FEED_POST_TWO_TEXT_SHARD", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "int", "build": "1207" }, "0x02BCC0FE9EBA3529": { "name": "_UI_FEED_POST_THREE_TEXT_SHARD", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "int", "build": "1207" }, "0x8D1249BD28791878": { "name": "_UI_FEED_POST_GAME_UPDATE_SHARD", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xC48152BC6B3E821C": { "name": "_UI_FEED_POST_VOICE_CHAT_FEED", "comment": "", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xDD1232B332CBB9E7": { "name": "UI_FEED_CLEAR_CHANNEL", "comment": "feedChannel: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIFeedChannel", "params": [ { "type": "int", "name": "feedChannel" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6035E8FBCA32AC5E": { "name": "_UI_FEED_CLEAR_ALL_CHANNELS", "comment": "Hides Toast Notifications", "params": [], "return_type": "void", "build": "1207" }, "0x2F901291EF177B02": { "name": "_UI_FEED_CLEAR_HELP_TEXT_FEED", "comment": "Clears help text", "params": [ { "type": "int", "name": "feedMessage" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6D85126F6CCF02C9": { "name": "_0x6D85126F6CCF02C9", "comment": "", "params": [ { "type": "int", "name": "feedChannel" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4E88A65968A55C78": { "name": "_0x4E88A65968A55C78", "comment": "Returns feedMessage", "params": [ { "type": "Any*", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x0FD07141AD048AAE": { "name": "_0x0FD07141AD048AAE", "comment": "Only used in R* SP Script beat_animal_attack\nReturns feedMessage", "params": [ { "type": "Any*", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x59FA676177DBE4C9": { "name": "_UI_FEED_GET_MESSAGE_STATE", "comment": "Returns messageState, see https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIMessageState", "params": [ { "type": "int", "name": "feedMessage" } ], "return_type": "int", "build": "1207" }, "0xC17F69E1418CD11F": { "name": "UI_FEED_GET_CURRENT_MESSAGE", "comment": "feedChannel: see UI_FEED_CLEAR_CHANNEL\nReturns feedMessage", "params": [ { "type": "int", "name": "feedChannel" } ], "return_type": "int", "build": "1207" }, "0xB7223B91CD6B7E07": { "name": "_0xB7223B91CD6B7E07", "comment": "", "params": [ { "type": "int", "name": "feedChannel" } ], "return_type": "BOOL", "build": "1207" } }, "UILOG": { "0xB8188CCF52202475": { "name": "_UILOG_IS_ENTRY_REGISTERED", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0x69D5479982355D8F": { "name": "_UILOG_ADD_ENTRY_HASH", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Hash", "name": "p5" }, { "type": "Hash", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x49C63FDF69744A27": { "name": "_UILOG_ADD_ITEM_TO_TASK_LIST", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" } ], "return_type": "void", "build": "1207" }, "0x6965469934958D8F": { "name": "_UILOG_SET_ENTRY_ICON_TEXTURE", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "icon" }, { "type": "Hash", "name": "iconDictionary" } ], "return_type": "void", "build": "1207" }, "0x69684D9936958D8F": { "name": "_UILOG_SET_ENTRY_BRIEF_TEXTURE", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "texture" }, { "type": "Hash", "name": "textureDictionary" } ], "return_type": "void", "build": "1207" }, "0x80D6524190258C3E": { "name": "_UILOG_UPDATE_ENTRY_SUBHEADER", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x72A5CD214B342568": { "name": "_UILOG_SET_ENTRY_PINNED", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xDE31D66D1E54C471": { "name": "_UILOG_MARK_MISSION_COMPLETED", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x13E8D7DD08543482": { "name": "_UILOG_MARK_ENTRY_AVAILABILITY", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "const char*", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x3920574CF0A2B7B6": { "name": "_UILOG_MARK_ALL_ENTRIES_AVAILABILITY", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD594A19BE09A75C6": { "name": "_UILOG_REMOVE_ENTRY", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA31013798FADCADC": { "name": "_UILOG_SET_DISPLAY_COMPLETION_RATING", "comment": "", "params": [ { "type": "int", "name": "logEntryType" }, { "type": "Hash", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xA49D6D503E3EA847": { "name": "_0xA49D6D503E3EA847", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x763637F9B838B0A7": { "name": "_0x763637F9B838B0A7", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "const char*", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB95B4EA6B1EDF035": { "name": "_UILOG_CLEAR_ALL_ENTRIES", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB43163388484CC87": { "name": "_UILOG_ADD_OR_UPDATE_OBJECTIVE", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "Hash", "name": "p2" }, { "type": "const char*", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0xA20398536B7F1134": { "name": "_0xA20398536B7F1134", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xFA233F8FE190514C": { "name": "_UILOG_SET_CACHED_OBJECTIVE", "comment": "", "params": [ { "type": "const char*", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDFF0D417277B41F8": { "name": "_UILOG_CLEAR_CACHED_OBJECTIVE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xCC48FFBB45B54F71": { "name": "_UILOG_HAS_DISPLAYED_CACHED_OBJECTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xA3108D6981A5CADB": { "name": "_UILOG_CLEAR_HAS_DISPLAYED_CACHED_OBJECTIVE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xA3108D6981A5CADC": { "name": "_UILOG_SET_HAS_DISPLAYED_CACHED_OBJECTIVE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x15A4461BEB788096": { "name": "_UILOG_GET_CACHED_OBJECTIVE", "comment": "", "params": [], "return_type": "const char*", "build": "1207" }, "0xE9990552DEC71600": { "name": "_UILOG_PRINT_CACHED_OBJECTIVE", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x136A027CF37B0A4F": { "name": "_UILOG_SET_PENDING_DETAILS_ID", "comment": "", "params": [ { "type": "int", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x2A4765812202E671": { "name": "_0x2A4765812202E671", "comment": "", "params": [], "return_type": "Any", "build": "1207" }, "0x60C59968E8E87E6B": { "name": "_UILOG_ADD_TOTAL_TAKE_ENTRY", "comment": "", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" }, { "type": "const char*", "name": "p2" }, { "type": "const char*", "name": "p3" }, { "type": "Hash", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xD106B211EF1B8F04": { "name": "_UILOG_SET_TOTAL_TAKE_SUMMARY", "comment": "", "params": [ { "type": "const char*", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x49E58FE6EF40B987": { "name": "_UILOG_POST_NOTIFICATION", "comment": "", "params": [ { "type": "Any*", "name": "data" } ], "return_type": "int", "build": "1207" }, "0xDA0A30153FCC0FFD": { "name": "_0xDA0A30153FCC0FFD", "comment": "", "params": [], "return_type": "void", "build": "1207" } }, "UIPINNING": { "0x3138582E0A13BFAB": { "name": "_UIPINNING_GET_TOOLTIP_TEXT", "comment": "", "params": [ { "type": "Hash", "name": "hash" } ], "return_type": "const char*", "build": "1207" } }, "UITUTORIAL": { "0x2CC24A2A7A1489C4": { "name": "_UITUTORIAL_GET_IS_THREAT_INDICATOR_CAPABLE_RADAR_SHOWN", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xFC2E0A5E9ED4E1B4": { "name": "_UITUTORIAL_GET_IS_THREAT_INDICATOR_ON", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0xC116E6DF68DCE667": { "name": "_UITUTORIAL_SET_RPG_ICON_VISIBILITY", "comment": "enum eRpgIcons\n{\n\tICON_STAMINA,\n\tICON_STAMINA_CORE,\n\tICON_DEADEYE,\n\tICON_DEADEYE_CORE,\n\tICON_HEALTH,\n\tICON_HEALTH_CORE,\n\tICON_HORSE_HEALTH,\n\tICON_HORSE_HEALTH_CORE,\n\tICON_HORSE_STAMINA,\n\tICON_HORSE_STAMINA_CORE,\n\tICON_HORSE_COURAGE,\n\tICON_HORSE_COURAGE_CORE\n};\n\nenum eRpgIconVisibility\n{\n\tICON_VISIBILITY_WAIT_TO_HIDE,\n\tICON_VISIBILITY_ALWAYS_SHOW,\n\tICON_VISIBILITY_ALWAYS_HIDE,\n\tICON_VISIBILITY_ALWAYS_BLINK\n};", "params": [ { "type": "int", "name": "rpgIcon" }, { "type": "int", "name": "visibility" } ], "return_type": "void", "build": "1207" } }, "UISTATEMACHINE": { "0xC0081B34E395CE48": { "name": "_UIFLOWBLOCK_REQUEST", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xF320A77DD5F781DF": { "name": "_UIFLOWBLOCK_RELEASE", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x10A93C057B6BD944": { "name": "_UIFLOWBLOCK_IS_LOADED", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x3B7519720C9DCB45": { "name": "_UIFLOWBLOCK_ENTER", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x5D15569C0FEBF757": { "name": "UI_STATE_MACHINE_EXISTS", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x4C6F2C4B7A03A266": { "name": "UI_STATE_MACHINE_CREATE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xF7C180F57F85D0B8": { "name": "UI_STATE_MACHINE_CAN_REQUEST_TRANSITION", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7EA9C3547E80350E": { "name": "UI_STATE_MACHINE_REQUEST_TRANSITION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x6B9FE4F0BA521A19": { "name": "UI_STATE_MACHINE_REQUEST_EXIT", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x11E73195E735B25B": { "name": "_UI_STATE_MACHINE_IS_EXITED", "comment": "", "params": [ { "type": "Hash", "name": "p0" } ], "return_type": "BOOL", "build": "1207" }, "0x4EB122210A90E2D8": { "name": "UI_STATE_MACHINE_DESTROY", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x2738D68D2B4E09E7": { "name": "UI_STATE_MACHINE_DESTROY_AND_CLEAR", "comment": "", "params": [ { "type": "Any*", "name": "p0" } ], "return_type": "void", "build": "1207" } }, "UISTICKYFEED": { "0x9F2CC2439A04E7BA": { "name": "_UI_STICKY_FEED_CREATE_ERROR_MESSAGE", "comment": "Example: https://pastebin.com/EJD7ytnz", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x815C4065AE6E6071": { "name": "_UI_STICKY_FEED_CREATE_DEATH_FAIL_MESSAGE", "comment": "Example: https://pastebin.com/JygJShNU", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0x339E16B41780FC35": { "name": "_UI_STICKY_FEED_CREATE_WARNING_MESSAGE", "comment": "Example: https://pastebin.com/6mLtee2S", "params": [ { "type": "Any*", "name": "p0" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207" }, "0xBC6F454E310124DA": { "name": "_UI_STICKY_FEED_UPDATE_MESSAGE", "comment": "Seems to only update _UI_STICKY_FEED_CREATE_ERROR_MESSAGE(0x9F2CC2439A04E7BA) and _UI_STICKY_FEED_CREATE_DEATH_FAIL_MESSAGE(0x815C4065AE6E6071) message.\nExample: https://pastebin.com/nDrJyWq2", "params": [ { "type": "int", "name": "msgId" }, { "type": "Any*", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x00A15B94CBA4F76F": { "name": "_UI_STICKY_FEED_CLEAR_MESSAGE", "comment": "", "params": [ { "type": "int", "name": "msgId" } ], "return_type": "void", "build": "1207" }, "0xC5C395C60B542A3C": { "name": "_UI_STICKY_FEED_IS_CHANNEL_ACTIVE", "comment": "stickyFeedChannel: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIStickyFeedChannel", "params": [ { "type": "int", "name": "stickyFeedChannel" } ], "return_type": "BOOL", "build": "1207" }, "0xF8806EC3FF840FDC": { "name": "_UI_STICKY_FEED_IS_ALERT_SCREEN_ACTIVE", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x07954320D77F6A3D": { "name": "_UI_STICKY_FEED_GET_MESSAGE_STATE", "comment": "Returns state of sticky feed message, see 0x59FA676177DBE4C9", "params": [ { "type": "int", "name": "msgId" } ], "return_type": "int", "build": "1207" } }, "UNLOCK": { "0x6B6369647F26F09F": { "name": "_UNLOCK_IS_UNLOCK_FLAG_SET", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "int", "name": "flag" } ], "return_type": "BOOL", "build": "1207" }, "0xC4B660C7B6040E75": { "name": "UNLOCK_IS_UNLOCKED", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" } ], "return_type": "BOOL", "build": "1207" }, "0x1B7C5ADA8A6910A0": { "name": "UNLOCK_SET_UNLOCKED", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x8588A14B75AF096B": { "name": "UNLOCK_IS_VISIBLE", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" } ], "return_type": "BOOL", "build": "1207" }, "0x46B901A8ECDB5A61": { "name": "UNLOCK_SET_VISIBLE", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x644166BA7AA49DEA": { "name": "_UNLOCK_IS_NEW", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" } ], "return_type": "BOOL", "build": "1207" }, "0xA6D79C7AEF870A99": { "name": "_UNLOCK_SET_NEW", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x66BF197E066050DE": { "name": "_UNLOCK_IS_LOOTABLE", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" } ], "return_type": "BOOL", "build": "1207" }, "0x7C1C2062CFAD06FE": { "name": "_UNLOCK_GET_ITEM_ROLE_UNLOCK_INFO", "comment": "", "params": [ { "type": "Hash", "name": "unlockHash" }, { "type": "Any*", "name": "outData" } ], "return_type": "void", "build": "1207" } }, "VEHICLE": { "0x6355602C02EDC6DF": { "name": "_0x6355602C02EDC6DF", "comment": "Only used in R* Script beat_train_holdup: p1 = 1", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCE1531927AD6C9F8": { "name": "_SET_VEHICLE_IS_IN_HURRY", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0xAF35D0D2583051B0": { "name": "CREATE_VEHICLE", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "BOOL", "name": "bScriptHostVeh" }, { "type": "BOOL", "name": "bDontAutoCreateDraftAnimals" }, { "type": "BOOL", "name": "p8" } ], "return_type": "Vehicle", "build": "1207", "gta_hash": "0xAF35D0D2583051B0", "gta_jhash": "0xDD75460A" }, "0x214651FB1DFEBA89": { "name": "_CREATE_DRAFT_VEHICLE", "comment": "Identical to CREATE_VEHICLE but allows to set draftAnimalPopGroup (see popgroups.#mt for DRAFT_HORSES_*)", "params": [ { "type": "Hash", "name": "modelHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "isNetwork" }, { "type": "BOOL", "name": "bScriptHostVeh" }, { "type": "BOOL", "name": "bDontAutoCreateDraftAnimals" }, { "type": "Hash", "name": "draftAnimalPopGroup" }, { "type": "BOOL", "name": "p9" } ], "return_type": "Vehicle", "build": "1207" }, "0xE20A909D8C4A70F8": { "name": "DELETE_VEHICLE", "comment": "Deletes a vehicle.\nThe vehicle must be a mission entity to delete, so call this before deleting: SET_ENTITY_AS_MISSION_ENTITY(vehicle, true, true);\n\neg how to use:\nSET_ENTITY_AS_MISSION_ENTITY(vehicle, true, true);\nDELETE_VEHICLE(&vehicle);\n\nDeletes the specified vehicle, then sets the handle pointed to by the pointer to NULL.", "params": [ { "type": "Vehicle*", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEA386986E786A54F", "gta_jhash": "0x9803AF60" }, "0x35DC1877312FBA0F": { "name": "_FADE_AND_DESTROY_VEHICLE", "comment": "", "params": [ { "type": "Vehicle*", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0x5136B284B67B35C7": { "name": "_IS_VEHICLE_FADING_OUT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x1240E8596A8308B9": { "name": "SET_VEHICLE_ALLOW_HOMING_MISSLE_LOCKON", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7D6F9A3EF26136A0", "gta_jhash": "0xBB54ECCA" }, "0xECB9E9BC887E8060": { "name": "SET_VEHICLE_ALLOW_NO_PASSENGERS_LOCKON", "comment": "Makes the vehicle accept no passengers.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5D14D4154BFE7B2C", "gta_jhash": "0x8BAAC437" }, "0x0045A54EC7A22455": { "name": "IS_VEHICLE_MODEL", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x423E8DE37D934D89", "gta_jhash": "0x013B10B6" }, "0x424FFCB9F0D2D4B5": { "name": "_SET_ALL_VEHICLE_GENERATORS_DISABLED_FOR_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xBBB134FB9D50C0CC": { "name": "SET_ALL_VEHICLE_GENERATORS_ACTIVE_IN_AREA", "comment": "", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "p7" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC12321827687FE4D", "gta_jhash": "0xB4E0E69A" }, "0x3D596E6E88A02C24": { "name": "SET_ALL_VEHICLE_GENERATORS_ACTIVE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x34AD89078831A4BC", "gta_jhash": "0xAB1FDD76" }, "0x7263332501E07F52": { "name": "SET_VEHICLE_ON_GROUND_PROPERLY", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x49733E92263139D1", "gta_jhash": "0xE14FDBA6" }, "0x78C3311A73135241": { "name": "IS_VEHICLE_STOPPED", "comment": "Returns true if the vehicle's current speed is less than, or equal to 0.0025f.\n\nFor some vehicles it returns true if the current speed is <= 0.00039999999.", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x5721B434AD84D57A", "gta_jhash": "0x655F072C" }, "0x59F3F16577CD79B2": { "name": "GET_VEHICLE_NUMBER_OF_PASSENGERS", "comment": "Gets the number of passengers, NOT including the driver. Use IS_VEHICLE_SEAT_FREE(Vehicle, -1) to also check for the driver", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207", "gta_hash": "0x24CB2137731FFE89", "gta_jhash": "0x1EF20849" }, "0xA9C55F1C15E62E06": { "name": "GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207", "gta_hash": "0xA7C4F2C6E744A550", "gta_jhash": "0x0A2FC08C" }, "0x9A578736FF3A17C3": { "name": "GET_VEHICLE_MODEL_NUMBER_OF_SEATS", "comment": "", "params": [ { "type": "Hash", "name": "modelHash" } ], "return_type": "int", "build": "1207", "gta_hash": "0x2AD93716F184EDA4", "gta_jhash": "0x838F7BF7" }, "0x7892685BF6D9775E": { "name": "IS_SEAT_WARP_ONLY", "comment": "seatIndex: see CREATE_PED_INSIDE_VEHICLE", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF7F203E31F96F6A1", "gta_jhash": "0x769E5CF2" }, "0xFF5791B7639C2A46": { "name": "_GET_VEHICLE_TURRET_SEAT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int*", "name": "seatIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xA9E185D498B9AC67": { "name": "_0xA9E185D498B9AC67", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x606374EBFC27B133": { "name": "SET_VEHICLE_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x245A6883D966D537", "gta_jhash": "0xF4187E51" }, "0x1F91D44490E1EA0C": { "name": "SET_RANDOM_VEHICLE_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB3B3359379FE77D3", "gta_jhash": "0x543F712B" }, "0xFEDFA97638D61D4A": { "name": "SET_PARKED_VEHICLE_DENSITY_MULTIPLIER_THIS_FRAME", "comment": "", "params": [ { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEAE6DCC7EEE3DB1D", "gta_jhash": "0xDD46CEBE" }, "0xD4288603E8766FF7": { "name": "SET_DISABLE_RANDOM_TRAINS_THIS_FRAME", "comment": "nullsub, doesn't do anything", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD4B8E3D1917BC86B", "gta_jhash": "0x09462665" }, "0x96F78A6A075D55D9": { "name": "SET_VEHICLE_DOORS_LOCKED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorLockStatus" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB664292EAECF7FA6", "gta_jhash": "0x4CDD35D0" }, "0xA9F1D75195CC40F6": { "name": "SET_VEHICLE_INDIVIDUAL_DOORS_LOCKED", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" }, { "type": "int", "name": "doorLockStatus" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBE70724027F85BCD", "gta_jhash": "0xD61D182D" }, "0x359A8EA1FB8D6F0F": { "name": "SET_VEHICLE_DOORS_LOCKED_FOR_PLAYER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x517AAF684BB50CD1", "gta_jhash": "0x49829236" }, "0xFA2CDDFEB8BC898B": { "name": "GET_VEHICLE_DOORS_LOCKED_FOR_PLAYER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF6AF6CB341349015", "gta_jhash": "0x1DC50247" }, "0x2381977DA948F8DC": { "name": "SET_VEHICLE_DOORS_LOCKED_FOR_ALL_PLAYERS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA2F80B8D040727CC", "gta_jhash": "0x891BA8A4" }, "0xE712BC978770F105": { "name": "SET_VEHICLE_DOORS_LOCKED_FOR_TEAM", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "team" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB81F6D4A8F5EEBA8", "gta_jhash": "0x4F85E783" }, "0xDD1E1393D966D39A": { "name": "_GET_VEHICLE_DOORS_LOCKED_FOR_TEAM", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "team" } ], "return_type": "BOOL", "build": "1207" }, "0x75DCED9EEC5769D7": { "name": "EXPLODE_VEHICLE", "comment": "Explodes a selected vehicle.\n\nVehicle vehicle = Vehicle you want to explode.\nBOOL isAudible = If explosion makes a sound.\nBOOL isInvisible = If the explosion is invisible or not.\n\nFirst BOOL does not give any visual explosion, the vehicle just falls apart completely but slowly and starts to burn.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "isAudible" }, { "type": "BOOL", "name": "isInvisible" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBA71116ADF5B514C", "gta_jhash": "0xBEDEACEB" }, "0x750D42C013F64AE7": { "name": "_0x750D42C013F64AE7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE78993FF9022C064": { "name": "_0xE78993FF9022C064", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x9868C0D0134855F7": { "name": "_0x9868C0D0134855F7", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x201B8ED4FF7FE9F5": { "name": "_HIDE_HORSE_REINS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0x41CDA90EE3450921": { "name": "_SHOW_HORSE_REINS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0xD21A3D421E7F09F7": { "name": "_0xD21A3D421E7F09F7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA13028E22564A1BD": { "name": "_0xA13028E22564A1BD", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x485B05EF05B9AEE9": { "name": "_0x485B05EF05B9AEE9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAEAB044F05B92659": { "name": "SET_BOAT_ANCHOR", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x75DBEC174AEEAD10", "gta_jhash": "0xA3906284" }, "0x6B53F4B811E583D2": { "name": "_0x6B53F4B811E583D2", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xC075176CFB8B4128": { "name": "CAN_ANCHOR_BOAT_HERE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x26C10ECBDA5D043B", "gta_jhash": "0xE97A4F5E" }, "0x286771F3059A37A7": { "name": "SET_BOAT_REMAINS_ANCHORED_WHILE_PLAYER_IS_DRIVER", "comment": "Old name: _SET_BOAT_FROZEN_WHEN_ANCHORED", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE3EBAAE484798530", "gta_jhash": "0x0ED84792" }, "0x75B49ACD73617437": { "name": "SET_FORCE_LOW_LOD_ANCHOR_MODE", "comment": "Sets boat to be anchored on spawn, called together with SET_BOAT_ANCHOR and _SET_BOAT_ANCHOR_BUOYANCY_COEFFICIENT", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB28B1FE5BFADD7F5", "gta_jhash": "0xA739012A" }, "0xE3261532550D6A9F": { "name": "SET_BOAT_LOW_LOD_ANCHOR_DISTANCE", "comment": "Value: mostly 99999.9f\n\nOld name: _SET_BOAT_MOVEMENT_RESISTANCE", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE842A9398079BD82", "gta_jhash": "0x66FA450C" }, "0x62A6D317A011EA1D": { "name": "SET_BOAT_SINKS_WHEN_WRECKED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8F719973E1445BA2", "gta_jhash": "0x35614622" }, "0x1098CDA477890165": { "name": "_SET_FORCE_HIGH_LOD_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x98A7598C579EE871": { "name": "_0x98A7598C579EE871", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x9E8711C81AA17876": { "name": "_0x9E8711C81AA17876", "comment": "Forcing high LOD buoyancy for vehicle: p1 = false\n_SET_A*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAB315515C9F8803D": { "name": "SET_VEHICLE_STRONG", "comment": "If set to true, vehicle will not take crash damage, but is still susceptible to damage from bullets and explosives", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3E8C8727991A8A0B", "gta_jhash": "0xC758D19F" }, "0xE052C1B1CAA4ECE4": { "name": "IS_VEHICLE_SEAT_FREE", "comment": "seatIndex: see CREATE_PED_INSIDE_VEHICLE\nUse GET_VEHICLE_MAX_NUMBER_OF_PASSENGERS(vehicle) - 1 for last seat index.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x22AC59A870E6A669", "gta_jhash": "0xDAF42B02" }, "0xBB40DD2270B65366": { "name": "GET_PED_IN_VEHICLE_SEAT", "comment": "seatIndex: see CREATE_PED_INSIDE_VEHICLE", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0xBB40DD2270B65366", "gta_jhash": "0x388FDE9A" }, "0x74583B19FEEAFDA7": { "name": "GET_LAST_PED_IN_VEHICLE_SEAT", "comment": "seatIndex: see CREATE_PED_INSIDE_VEHICLE", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" } ], "return_type": "Ped", "build": "1207", "gta_hash": "0x83F969AA1EE2A664", "gta_jhash": "0xF7C6792D" }, "0xEA44E97849E9F3DD": { "name": "IS_DRAFT_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0xA8BA0BAE0173457B": { "name": "_GET_PED_IN_DRAFT_HARNESS", "comment": "enum eDraftHarness\n{\n\tDRAFT_HARNESS_LR,\n\tDRAFT_HARNESS_RR,\n\tDRAFT_HARNESS_LM,\n\tDRAFT_HARNESS_RM,\n\tDRAFT_HARNESS_LF,\n\tDRAFT_HARNESS_RF,\n\tDRAFT_HARNESS_COUNT\n};", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "harnessId" } ], "return_type": "Ped", "build": "1207" }, "0xF9F92AF49F12F6E7": { "name": "SET_VEHICLE_FORWARD_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAB54A438726D25D5", "gta_jhash": "0x69880D14" }, "0x260BE8F09E326A20": { "name": "BRING_VEHICLE_TO_HALT", "comment": "This native makes the vehicle stop immediately\n\ndistance defines how far it will travel until stopping.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "distance" }, { "type": "int", "name": "duration" }, { "type": "BOOL", "name": "unknown" } ], "return_type": "void", "build": "1207", "gta_hash": "0x260BE8F09E326A20", "gta_jhash": "0xCBC7D3C8" }, "0x404527BC03DA0E6C": { "name": "_IS_VEHICLE_BROUGHT_TO_HALT", "comment": "Only returns true if BRING_VEHICLE_TO_HALT is called on vehicle beforehand", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x7C06330BFDDA182E": { "name": "STOP_BRINGING_VEHICLE_TO_HALT", "comment": "Old name: _STOP_BRING_VEHICLE_TO_HALT", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7C06330BFDDA182E", "gta_jhash": "" }, "0xE12F5ED49F44D40D": { "name": "_0xE12F5ED49F44D40D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF6E3D38869D0F7AD": { "name": "_0xF6E3D38869D0F7AD", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xA4FFCD645B11F25A": { "name": "SET_VEHICLE_DOORS_SHUT", "comment": "Closes all doors of a vehicle:", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "closeInstantly" } ], "return_type": "void", "build": "1207", "gta_hash": "0x781B3D62BB013EF5", "gta_jhash": "0xBB1FF6E7" }, "0xEBD0A4E935106FE5": { "name": "SET_VEHICLE_TYRES_CAN_BURST", "comment": "Allows you to toggle bulletproof tires.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xEB9DC3C7D8596C46", "gta_jhash": "0xA198DB54" }, "0x839137C40275FB77": { "name": "SET_VEHICLE_WHEELS_CAN_BREAK", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207", "gta_hash": "0x29B18B4FD460CA8F", "gta_jhash": "0x829ED654" }, "0x362CEDD2A41E0747": { "name": "SET_VEHICLE_DOORS_TO_OPEN_AT_ANY_DISTANCE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1232" }, "0x550CE392A4672412": { "name": "SET_VEHICLE_DOOR_OPEN", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT\nCan also be used on trains and its wagons", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" }, { "type": "BOOL", "name": "loose" }, { "type": "BOOL", "name": "openInstantly" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7C65DAC73C35C862", "gta_jhash": "0xBB75D38B" }, "0x745F15A215F2DDF1": { "name": "REMOVE_VEHICLE_WINDOW", "comment": "windowIndex:\n0 = Front Right Window\n1 = Front Left Window\n2 = Back Right Window\n3 = Back Left Window", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "windowIndex" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA711568EEDB43069", "gta_jhash": "0xBB8104A3" }, "0x8878FF3EEE2868A9": { "name": "_0x8878FF3EEE2868A9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBAE0EEDF93F05EAA": { "name": "_SET_VEHICLE_DIRT_LEVEL_2", "comment": "dirtLevel: 0.0 - 1.0", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "dirtLevel" } ], "return_type": "void", "build": "1207" }, "0x4D15E49764CB328A": { "name": "_SET_VEHICLE_MUD_LEVEL", "comment": "mudLevel: 0.0 - 1.0", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "mudLevel" } ], "return_type": "void", "build": "1207" }, "0x629F0A0E952CAE7D": { "name": "SET_VEHICLE_LIGHTS", "comment": "Sets the vehicle's lights state.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "state" } ], "return_type": "void", "build": "1207", "gta_hash": "0x34E710FF01247C5A", "gta_jhash": "0xE8930226" }, "0x1156C6EE7E82A98A": { "name": "SET_RANDOM_TRAINS", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x80D9F74197EA47D9", "gta_jhash": "0xD461CA7F" }, "0x331CBD247FC5DAA8": { "name": "_0x331CBD247FC5DAA8", "comment": "Returns trackIndex", "params": [ { "type": "Hash", "name": "configHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "direction" }, { "type": "BOOL", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x0516FAE561276EFC": { "name": "_0x0516FAE561276EFC", "comment": "Takes value returned from 0x45853F4E17D847D5", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x45853F4E17D847D5": { "name": "_GET_TRAIN_TRACK_FROM_TRAIN_VEHICLE", "comment": "Returns trackIndex", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "int", "build": "1207" }, "0x6E585A616ABB8401": { "name": "_GET_TRAIN_VEHICLE_FROM_TRACK_INDEX", "comment": "Returns train", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "Vehicle", "build": "1207" }, "0x15206E88FF7617DF": { "name": "_0x15206E88FF7617DF", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA7966807953A18EE": { "name": "_0xA7966807953A18EE", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6B34BE961F639E21": { "name": "_0x6B34BE961F639E21", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE6BD7DD3FD474415": { "name": "_0xE6BD7DD3FD474415", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x615B3B8E73634509": { "name": "_0x615B3B8E73634509", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x38E7DD70A242D5CB": { "name": "_0x38E7DD70A242D5CB", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x63509DDF102E08E8": { "name": "_0x63509DDF102E08E8", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7408B5C66BA31ADB": { "name": "_0x7408B5C66BA31ADB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "void", "build": "1207" }, "0x41365DB586CD9E8E": { "name": "_0x41365DB586CD9E8E", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD0AABE5B9F8FA589": { "name": "_0xD0AABE5B9F8FA589", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x427C919E9809E370": { "name": "_0x427C919E9809E370", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC29996A337BDD099": { "name": "_DOES_TRAIN_EXIST_ON_TRACK", "comment": "", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x1E8A921112891651": { "name": "_GET_TRAIN_POSITION_ON_TRACK", "comment": "", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "Vector3", "build": "1207" }, "0xB4241AD8F5AEE9ED": { "name": "_0xB4241AD8F5AEE9ED", "comment": "", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xA230A5DDE12ED374": { "name": "_0xA230A5DDE12ED374", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x0D5FDF0D36FA10CD": { "name": "_0x0D5FDF0D36FA10CD", "comment": "", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "void", "build": "1207" }, "0xE682002DB1F30669": { "name": "_0xE682002DB1F30669", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x718EB706B6E998A0": { "name": "_0x718EB706B6E998A0", "comment": "", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "void", "build": "1207" }, "0xF05DFAF1ADFEF2CD": { "name": "_0xF05DFAF1ADFEF2CD", "comment": "_IS_* (related to CREATE_MISSION_TRAIN)", "params": [ { "type": "Hash", "name": "trainConfig" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "direction" }, { "type": "BOOL", "name": "p5" } ], "return_type": "BOOL", "build": "1207" }, "0xD1DF5E54F4ACBE1A": { "name": "_0xD1DF5E54F4ACBE1A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x0FDDEE66E3465726": { "name": "_0x0FDDEE66E3465726", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x4C05B42A8D937796": { "name": "_0x4C05B42A8D937796", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB961DD799A837BD7": { "name": "_0xB961DD799A837BD7", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x16B86A49E072AA85": { "name": "_0x16B86A49E072AA85", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x2A7413168F6CD5A8": { "name": "_0x2A7413168F6CD5A8", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFFFE15B433300B8C": { "name": "_0xFFFE15B433300B8C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6EA1273D525427F4": { "name": "_0x6EA1273D525427F4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x7BE0746539DEF0C8": { "name": "_0x7BE0746539DEF0C8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x3137EDC899E6DAE4": { "name": "_0x3137EDC899E6DAE4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1355" }, "0x6C87F49BFA181DB5": { "name": "_0x6C87F49BFA181DB5", "comment": "Returns trackIndex", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "int", "build": "1207" }, "0x85D39F5E3B6D7EB0": { "name": "_GET_TRACK_INDEX_FROM_COORDS", "comment": "Returns trackIndex\n_E* - _F*", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "int", "build": "1207" }, "0x6DE03BCC15E81710": { "name": "_GET_NEAREST_TRAIN_TRACK_POSITION", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "Vector3", "build": "1207" }, "0xA3120A1385F17FF7": { "name": "DELETE_ALL_TRAINS", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x736A718577F39C7D", "gta_jhash": "0x83DE7ABF" }, "0x0E558D3A49D759D6": { "name": "_0x0E558D3A49D759D6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD4907EF4334C7602": { "name": "_0xD4907EF4334C7602", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x68830738A6BFB370": { "name": "_0x68830738A6BFB370", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xDFBA6BBFF7CCAFBB": { "name": "SET_TRAIN_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAA0BC91BE0B796E3", "gta_jhash": "0xDFC35E4D" }, "0x9F29999DFDF2AEB8": { "name": "_SET_TRAIN_MAX_SPEED", "comment": "Maximum possible speed is 30.0 (108 km/h)", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207" }, "0x01021EB2E96B793C": { "name": "SET_TRAIN_CRUISE_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x16469284DB8C62B5", "gta_jhash": "0xB507F51D" }, "0x60B7D1DCC312697D": { "name": "_GET_TRAIN_CARRIAGE_TRAILER_NUMBER", "comment": "Returns iNumCars - to be used with GET_TRAIN_CARRIAGE (trailerNumber)\n_C* (O, P, Q, R)", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "int", "build": "1207" }, "0x8DF5F6A19F99F0D5": { "name": "_GET_TRAIN_MODEL_FROM_TRAIN_CONFIG_BY_CAR_INDEX", "comment": "Returns modelHash", "params": [ { "type": "Hash", "name": "trainConfig" }, { "type": "int", "name": "trainCarIndex" } ], "return_type": "Hash", "build": "1207" }, "0x635423D55CA84FC8": { "name": "_GET_NUM_CARS_FROM_TRAIN_CONFIG", "comment": "Returns amount for CAN_REGISTER_MISSION_VEHICLES", "params": [ { "type": "Hash", "name": "trainConfig" } ], "return_type": "int", "build": "1207" }, "0x671A07C9A1CD50A5": { "name": "_GET_TRAIN_CAR", "comment": "Returns train car, use GET_TRAIN_CARRIAGE when trailerNumber is bigger than 0", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "Entity", "build": "1207" }, "0x4182C037AA1F0091": { "name": "_SET_TRAIN_STOPS_FOR_STATIONS", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xDD100CE1EBBF37E3": { "name": "_0xDD100CE1EBBF37E3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x160C1B5AB48AB87C": { "name": "_0x160C1B5AB48AB87C", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE887BD31D97793F6": { "name": "IS_TRAIN_WAITING_AT_STATION", "comment": "", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "BOOL", "build": "1207" }, "0x3660BCAB3A6BB734": { "name": "_SET_TRAIN_HALT", "comment": "", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "void", "build": "1207" }, "0x787E43477746876F": { "name": "_SET_TRAIN_LEAVE_STATION", "comment": "Restarts the train", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "void", "build": "1207" }, "0xF44D446D4E36DB87": { "name": "SET_RANDOM_BOATS", "comment": "", "params": [ { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x84436EC293B1415F", "gta_jhash": "0xB505BD89" }, "0xC474CF16EDA45DC9": { "name": "REQUEST_VEHICLE_RECORDING", "comment": "Request the vehicle recording defined by the lowercase format string \"%s%03d.yvr\". For example, REQUEST_VEHICLE_RECORDING(1, \"FBIs1UBER\") corresponds to fbis1uber001.yvr.\nFor all vehicle recording/playback natives, \"script\" is a common prefix that usually corresponds to the script/mission the recording is used in, \"recording\" is its int suffix, and \"id\" corresponds to a unique identifier within the recording streaming module.\n(GTA) Note that only 24 recordings (hardcoded in multiple places) can ever active at a given time before clobbering begins.", "params": [ { "type": "int", "name": "recording" }, { "type": "const char*", "name": "script" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAF514CABE74CBF15", "gta_jhash": "0x91AFEFD9" }, "0xBA9325BE372AB6EA": { "name": "HAS_VEHICLE_RECORDING_BEEN_LOADED", "comment": "See REQUEST_VEHICLE_RECORDING", "params": [ { "type": "int", "name": "recording" }, { "type": "const char*", "name": "script" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x300D614A4C785FC4", "gta_jhash": "0xF52CD7F5" }, "0x139E35755418F6AA": { "name": "REMOVE_VEHICLE_RECORDING", "comment": "See REQUEST_VEHICLE_RECORDING", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any*", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF1160ACCF98A3FC8", "gta_jhash": "0xD3C05B00" }, "0x1A00961A1BE94E5E": { "name": "GET_POSITION_OF_VEHICLE_RECORDING_AT_TIME", "comment": "This native does no interpolation between pathpoints. The same position will be returned for all times up to the next pathpoint in the recording.\n\nSee REQUEST_VEHICLE_RECORDING", "params": [ { "type": "int", "name": "recording" }, { "type": "float", "name": "time" }, { "type": "const char*", "name": "script" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0xD242728AA6F0FBA2", "gta_jhash": "0x7178558D" }, "0x61787DD28B8CC0D5": { "name": "GET_ROTATION_OF_VEHICLE_RECORDING_AT_TIME", "comment": "This native does no interpolation between pathpoints. The same rotation will be returned for all times up to the next pathpoint in the recording.\n\nSee REQUEST_VEHICLE_RECORDING", "params": [ { "type": "int", "name": "recording" }, { "type": "float", "name": "time" }, { "type": "const char*", "name": "script" } ], "return_type": "Vector3", "build": "1207", "gta_hash": "0x2058206FBE79A8AD", "gta_jhash": "0xD96DEC68" }, "0x233B51C7913FA031": { "name": "GET_TIME_POSITION_IN_RECORDING", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "float", "build": "1207", "gta_hash": "0x5746F3A7AB7FE544", "gta_jhash": "0xF8C3E4A2" }, "0x4932B84E3276508E": { "name": "START_PLAYBACK_RECORDED_VEHICLE", "comment": "p3 is some flag related to 'trailers' (invokes CVehicle::GetTrailer).\n\nSee REQUEST_VEHICLE_RECORDING", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "recording" }, { "type": "const char*", "name": "script" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3F878F92B3A7A071", "gta_jhash": "0xCF614CA8" }, "0x59ECA796021B0539": { "name": "FORCE_PLAYBACK_RECORDED_VEHICLE_UPDATE", "comment": "Often called after START_PLAYBACK_RECORDED_VEHICLE and SKIP_TIME_IN_PLAYBACK_RECORDED_VEHICLE; similar in use to FORCE_ENTITY_AI_AND_ANIMATION_UPDATE.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1F2E4E06DEA8992B", "gta_jhash": "0x01B91CD0" }, "0xBF9B4D6267E8C26D": { "name": "STOP_PLAYBACK_RECORDED_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x54833611C17ABDEA", "gta_jhash": "0xAE99C57C" }, "0x02774B3A9034278F": { "name": "IS_PLAYBACK_GOING_ON_FOR_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1C8A4C2C19E68EEC", "gta_jhash": "0x61F7650D" }, "0x5A7472606EC5B7C1": { "name": "IS_PLAYBACK_USING_AI_GOING_ON_FOR_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAEA8FD591FAD4106", "gta_jhash": "0x63022C58" }, "0xD78084EED4CD94C6": { "name": "SET_PLAYBACK_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6683AB880E427778", "gta_jhash": "0x684E26E4" }, "0x5F5E6379C59EFC56": { "name": "SKIP_TIME_IN_PLAYBACK_RECORDED_VEHICLE", "comment": "SET_TIME_POSITION_IN_RECORDING can be emulated by: desired_time - GET_TIME_POSITION_IN_RECORDING(vehicle)", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "time" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9438F7AD68771A20", "gta_jhash": "0xCF3EFA4B" }, "0x52F45D033645181B": { "name": "GET_CLOSEST_VEHICLE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "Hash", "name": "modelHash" }, { "type": "int", "name": "flags" } ], "return_type": "Vehicle", "build": "1207", "gta_hash": "0xF73EB622C4F1689B", "gta_jhash": "0xD7E26B2C" }, "0xD0FB093A4CDB932C": { "name": "GET_TRAIN_CARRIAGE", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "int", "name": "trailerNumber" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0x08AAFD0814722BC3", "gta_jhash": "0x2544E7A6" }, "0x0D3630FB07E8B570": { "name": "DELETE_MISSION_TRAIN", "comment": "", "params": [ { "type": "Vehicle*", "name": "train" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5B76B14AE875C795", "gta_jhash": "0x86C9497D" }, "0xBBE7648349B49BE8": { "name": "SET_MISSION_TRAIN_AS_NO_LONGER_NEEDED", "comment": "flags = 0: DEFAULT; 1: KEEP_OLD_SPEED", "params": [ { "type": "Vehicle*", "name": "train" }, { "type": "int", "name": "flags" } ], "return_type": "void", "build": "1207", "gta_hash": "0xBBE7648349B49BE8", "gta_jhash": "0x19808560" }, "0x7632755962AB9922": { "name": "SET_MISSION_TRAIN_COORDS", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207", "gta_hash": "0x591CA673AA6AB736", "gta_jhash": "0xD6D70803" }, "0xC9EA26893C9E4024": { "name": "_SET_MISSION_TRAIN_WARP_TO_COORDS", "comment": "Notice: BOOL p4 was wrongly named takePassengers (?)\nCan be used to rotate the train by setting the BOOL direction", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "direction" } ], "return_type": "void", "build": "1207" }, "0xA72B1BF3857B94D7": { "name": "_0xA72B1BF3857B94D7", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB9D5BDDA88E1BB66": { "name": "_IS_THIS_MODEL_A_DRAFT_VEHICLE", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207" }, "0x799CFC7C5B743B15": { "name": "IS_THIS_MODEL_A_BOAT", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x45A9187928F4B9E3", "gta_jhash": "0x10F6085C" }, "0xFC08C8F8C1EDF174": { "name": "IS_THIS_MODEL_A_TRAIN", "comment": "", "params": [ { "type": "Hash", "name": "model" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAB935175B22E822B", "gta_jhash": "0xF87DCFFD" }, "0x05254BA0B44ADC16": { "name": "SET_VEHICLE_CAN_BE_TARGETTED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "state" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3750146A28097A82", "gta_jhash": "0x64B70B1D" }, "0x63DC1F22C903B709": { "name": "SET_DONT_ALLOW_PLAYER_TO_ENTER_VEHICLE_IF_LOCKED_FOR_PLAYER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xDBC631F109350B8C", "gta_jhash": "0x486C1280" }, "0x4BF8131AE811541C": { "name": "SET_VEHICLE_CAN_BE_VISIBLY_DAMAGED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "state" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4C7028F78FFD3681", "gta_jhash": "0xC5D94017" }, "0xC903855E028A05F2": { "name": "SET_VEHICLE_HAS_UNBREAKABLE_LIGHTS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1AA8A837D2169D94", "gta_jhash": "0x009AB49E" }, "0x33992A808DF1C1BA": { "name": "SET_VEHICLE_RESPECTS_LOCKS_WHEN_HAS_DRIVER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2311DD7159F00582", "gta_jhash": "0x758C5E2E" }, "0x065D03A9D6B2C6B5": { "name": "SET_VEHICLE_CAN_EJECT_PASSENGERS_IF_LOCKED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x065D03A9D6B2C6B5", "gta_jhash": "" }, "0x758C3460EE915D0A": { "name": "SET_VEHICLE_DIRT_LEVEL", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "dirtLevel" } ], "return_type": "void", "build": "1207", "gta_hash": "0x79D3B596FE44EE8B", "gta_jhash": "0x2B39128B" }, "0x7AE191143C7A9107": { "name": "IS_VEHICLE_DOOR_FULLY_OPEN", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3E933CFF7B111C22", "gta_jhash": "0xC2385B6F" }, "0xB64CFA14CB9A2E78": { "name": "SET_VEHICLE_ENGINE_ON", "comment": "Starts or stops the engine on the specified vehicle.\n\nvehicle: The vehicle to start or stop the engine on.\nvalue: true to turn the vehicle on; false to turn it off.\ninstantly: if true, the vehicle will be set to the state immediately; otherwise, the current driver will physically turn on or off the engine.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "value" }, { "type": "BOOL", "name": "instantly" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2497C4717C8B881E", "gta_jhash": "0x7FBC86F1" }, "0x6E884BAB713A2A94": { "name": "SET_VEHICLE_UNDRIVEABLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x8ABA6AF54B942B95", "gta_jhash": "0x48D02A4E" }, "0x652712478F1721F4": { "name": "SET_VEHICLE_PROVIDES_COVER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5AFEEDD9BB2899D7", "gta_jhash": "0xEFC01CA9" }, "0x3053064F909B5F42": { "name": "_0x3053064F909B5F42", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD57F10EBBA814ECF": { "name": "SET_VEHICLE_DOOR_CONTROL", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" }, { "type": "int", "name": "speed" }, { "type": "float", "name": "angle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF2BFA0430F0A0FCB", "gta_jhash": "0x572DD360" }, "0x06F8A202EB312A3C": { "name": "SET_VEHICLE_DOOR_LATCHED", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA5A9653A8D2CAF48", "gta_jhash": "0x4EB7BBFC" }, "0x6A3C24B91FD0EA09": { "name": "SET_VEHICLE_DOOR_SHUT", "comment": "doorId: enum eDoorId\n{\n\tVEH_EXT_DOOR_INVALID_ID = -1,\n\tVEH_EXT_DOOR_DSIDE_F,\n\tVEH_EXT_DOOR_DSIDE_M,\n\tVEH_EXT_DOOR_DSIDE_M1,\n\tVEH_EXT_DOOR_DSIDE_M2,\n\tVEH_EXT_DOOR_DSIDE_R,\n\tVEH_EXT_DOOR_PSIDE_F,\n\tVEH_EXT_DOOR_PSIDE_M,\n\tVEH_EXT_DOOR_PSIDE_M1,\n\tVEH_EXT_DOOR_PSIDE_M2,\n\tVEH_EXT_DOOR_PSIDE_R,\n\tVEH_EXT_BONNET,\n\tVEH_EXT_BOOT\n};", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" }, { "type": "BOOL", "name": "closeInstantly" } ], "return_type": "void", "build": "1207", "gta_hash": "0x93D9BD300D7789E5", "gta_jhash": "0x142606BD" }, "0x9666CF20A1C6D780": { "name": "SET_VEHICLE_DOOR_BROKEN", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" }, { "type": "BOOL", "name": "deleteDoor" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD4D4F6A4AB575A33", "gta_jhash": "0x8147FEA7" }, "0xC5ED9D59B4646611": { "name": "SET_VEHICLE_CAN_BREAK", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x59BF8C3D52C92F66", "gta_jhash": "0x90A810D1" }, "0x54800D386C5825E5": { "name": "SET_VEHICLE_IS_CONSIDERED_BY_PLAYER", "comment": "Setting this to false, makes the specified vehicle to where if you press Y your character doesn't even attempt the animation to enter the vehicle. Hence it's not considered aka ignored.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x31B927BBC44156CD", "gta_jhash": "0x14413319" }, "0x7549B9E841940695": { "name": "SET_VEHICLE_MAY_BE_USED_BY_GOTO_POINT_ANY_MEANS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE851E480B814D4BA", "gta_jhash": "0x2F98B4B7" }, "0xC867FD144F2469D3": { "name": "GET_VEHICLE_DOOR_LOCK_STATUS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207", "gta_hash": "0x25BC98A59C2EA962", "gta_jhash": "0x0D72CEF2" }, "0x081FB9D6422F804C": { "name": "SET_DOOR_ALLOWED_TO_BE_BROKEN_OFF", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT\n\nOld name: _SET_VEHICLE_DOOR_CAN_BREAK", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" }, { "type": "BOOL", "name": "isBreakable" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2FA133A4A9D37ED8", "gta_jhash": "0x065B92B3" }, "0x0D5D119529654EE0": { "name": "IS_VEHICLE_ON_ALL_WHEELS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB104CD1BABF302E2", "gta_jhash": "0x10089F8E" }, "0x3C9628A811CBD724": { "name": "_GET_TRAIN_DIRECTION", "comment": "", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "BOOL", "build": "1207" }, "0x67995318F5FAA496": { "name": "_GET_TRAIN_DIRECTION_FROM_INDEX", "comment": "https://i.imgur.com/1rHibjW.jpg", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x09034479E6E3E269": { "name": "_0x09034479E6E3E269", "comment": "_RESET_VEHICLE_*", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "Hash*", "name": "trainTrack" }, { "type": "int*", "name": "junctionIndex" } ], "return_type": "Any", "build": "1207" }, "0x86AFC343CF7F0B34": { "name": "_GET_TRAIN_TRACK_JUNCTION_AT_COORDS", "comment": "Outputs junctionIndex, to be used with 0xE6C5E2125EB210C1", "params": [ { "type": "Hash", "name": "trainTrack" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int*", "name": "junctionIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xD9BF3ED8EFB67EA3": { "name": "_0xD9BF3ED8EFB67EA3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0x785639D89F8451AB": { "name": "_0x785639D89F8451AB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Vector3", "build": "1207" }, "0xE6C5E2125EB210C1": { "name": "_SET_TRAIN_TRACK_JUNCTION_SWITCH", "comment": "trainTrack: FREIGHT_GROUP, TRAINS3, BRAITHWAITES2_TRACK_CONFIG, TRAINS_OLD_WEST01, TRAINS_OLD_WEST03, TRAINS_NB1, TRAINS_INTERSECTION1_ANN", "params": [ { "type": "Hash", "name": "trainTrack" }, { "type": "int", "name": "junctionIndex" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0x3ABFA128F5BF5A70": { "name": "_0x3ABFA128F5BF5A70", "comment": "Called together with 0xE6C5E2125EB210C1 in R* Script medium_update", "params": [ { "type": "Hash", "name": "trainTrack" }, { "type": "int", "name": "junctionIndex" }, { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0x2C46D2A591D8C322": { "name": "_0x2C46D2A591D8C322", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xCAFF2C9747103C02": { "name": "_0xCAFF2C9747103C02", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x138398153824E332": { "name": "_SET_ALL_JUNCTIONS_CLEARED", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0x34BCF6209B9668A7": { "name": "_0x34BCF6209B9668A7", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD0BA1853D76683C8": { "name": "_0xD0BA1853D76683C8", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0x8EC47DD4300BF063": { "name": "SET_TRAIN_OFFSET_FROM_STATION", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "float", "name": "offset" } ], "return_type": "void", "build": "1207" }, "0xDC69F6913CCA0B99": { "name": "_0xDC69F6913CCA0B99", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7840576C50A13DBA": { "name": "_0x7840576C50A13DBA", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD0116DF21E6C7B36": { "name": "_0xD0116DF21E6C7B36", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x54CBDD6E1B4CB4DF": { "name": "_DETACH_WAGON_ENTITY_FROM_TRAIN", "comment": "Only used in train_robbery4 R* Script\n_C* - _DEL*", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0x1180A2974D251B7B": { "name": "_0x1180A2974D251B7B", "comment": "Returns p1 for 0xBA958F68031DDBFC (stationIndex)\n_GET_N* (NEAREST_STATION_FOR_TRAIN?)", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "int", "build": "1207" }, "0x86FA6D8B48667D75": { "name": "GET_CURRENT_STATION_FOR_TRAIN", "comment": "Returns p1 for 0xBA958F68031DDBFC (stationIndex)", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "int", "build": "1207" }, "0x9CC94A948EAF5372": { "name": "_0x9CC94A948EAF5372", "comment": "_GET_P - _GET_T*", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "int", "name": "stationIndex" } ], "return_type": "Hash", "build": "1207" }, "0xDE8C5B9F65017FA1": { "name": "_0xDE8C5B9F65017FA1", "comment": "", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "Any", "build": "1207" }, "0xAF787E081AC4A8EE": { "name": "_GET_CURRENT_TRACK_FOR_TRAIN", "comment": "Returns p0 for 0xBA958F68031DDBFC (trackIndex)", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "int", "build": "1207" }, "0xBA958F68031DDBFC": { "name": "_GET_STATION_COORDS_FROM_TRAIN_STATION_DATA", "comment": "Returns Coords of vStation\np0 - NET_TRAIN_MANAGER_GET_TRAIN_STATION_DATA\n_GET_P* - _GET_T*", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "int", "name": "stationIndex" } ], "return_type": "Vector3", "build": "1207" }, "0x865FEC2FA899F29C": { "name": "GET_TRACK_INDEX_OF_TRAIN", "comment": "", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "int", "build": "1207" }, "0x1A861F899EBBE17C": { "name": "_0x1A861F899EBBE17C", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF8F7DA13CFBD4532": { "name": "_0xF8F7DA13CFBD4532", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCFE122EC635CC2B2": { "name": "_TRIGGER_TRAIN_WHISTLE", "comment": "whistleSequence: ACKNOWLEDGE, BACKING_UP, CROSSING, DANGER, MOVING, NEXT_STATION, PASSING, STOPPED\np2 = true seems to mute the sound", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "const char*", "name": "whistleSequence" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x2BB2B5BCF0DF8008": { "name": "_0x2BB2B5BCF0DF8008", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x6703872EC09BC158": { "name": "_0x6703872EC09BC158", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x1BFBAFCC6760FF02": { "name": "_0x1BFBAFCC6760FF02", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF5EA41C1408695FB": { "name": "_0xF5EA41C1408695FB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Any", "build": "1207" }, "0x79811282A9D1AE56": { "name": "SET_VEHICLE_FIXED", "comment": "This fixes a vehicle.\nIf the vehicle's engine's broken then you cannot fix it with this native.", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x115722B1B9C14C1C", "gta_jhash": "0x17469AA1" }, "0xB70986AB19B04AFF": { "name": "SET_DISABLE_VEHICLE_PETROL_TANK_FIRES", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x465BF26AB9684352", "gta_jhash": "0xC40192B5" }, "0x5795FBE7A2001C14": { "name": "SET_DISABLE_VEHICLE_PETROL_TANK_DAMAGE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x37C8252A7C92D017", "gta_jhash": "0xAD3E05F2" }, "0xD146EE5F2B06B95E": { "name": "SET_DISABLE_VEHICLE_ENGINE_FIRES", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x91A0BD635321F145", "gta_jhash": "0x1784BA1A" }, "0x8F75941C86EEBFCA": { "name": "SET_VEHICLE_LIMIT_SPEED_WHEN_PLAYER_INACTIVE", "comment": "_SET_VEHICLE_LI*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC50CE861B55EAB8B", "gta_jhash": "0x40C323AE" }, "0xC84E138448507567": { "name": "SET_VEHICLE_STOP_INSTANTLY_WHEN_PLAYER_INACTIVE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6EBFB22D646FFC18", "gta_jhash": "0x847F1304" }, "0xC619A44639BC0CB4": { "name": "REMOVE_VEHICLES_FROM_GENERATORS_IN_AREA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x46A1E1A299EC4BBA", "gta_jhash": "0x42CC15E0" }, "0x84DAAE11E9EE4FC3": { "name": "SET_VEHICLE_STEER_BIAS", "comment": "Locks the vehicle's steering to the desired angle, explained below.\n\nRequires to be called onTick. Steering is unlocked the moment the function stops being called on the vehicle.\n\nSteer bias:\n-1.0 = full right\n0.0 = centered steering\n1.0 = full left", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x42A8EC77D5150CBE", "gta_jhash": "0x7357C1EB" }, "0xFA9A55D9C4351625": { "name": "IS_VEHICLE_EXTRA_TURNED_ON", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "extraId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xD2E6822DBFD6C8BD", "gta_jhash": "0x042098B5" }, "0xBB6F89150BC9D16B": { "name": "SET_VEHICLE_EXTRA", "comment": "Note: only some vehicle have extras\nhttps://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_extras.lua", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "extraId" }, { "type": "BOOL", "name": "disable" } ], "return_type": "void", "build": "1207", "gta_hash": "0x7EE3A3C5E4A40CC9", "gta_jhash": "0x642D065C" }, "0xAF5E7E9A7620FFB5": { "name": "DOES_EXTRA_EXIST", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "extraId" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1262D55792428154", "gta_jhash": "0x409411CC" }, "0x1D7678F81452BB41": { "name": "SET_VEHICLE_DAMAGE", "comment": "Apply damage to vehicle at a location. Location is relative to vehicle model (not world).\n\nRadius of effect damage applied in a sphere at impact location", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "float", "name": "damage" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p6" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA1DD317EA8FD4F29", "gta_jhash": "0x21B458B2" }, "0x90DBFFAC43B22081": { "name": "GET_VEHICLE_ENGINE_HEALTH", "comment": "Returns 1000.0 if the function is unable to get the address of the specified vehicle or if it's not a vehicle.\n\nMinimum: -4000\nMaximum: 1000\n\n-4000: Engine is destroyed\n0 and below: Engine catches fire and health rapidly declines\n300: Engine is smoking and losing functionality\n1000: Engine is perfect", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "float", "build": "1207", "gta_hash": "0xC45D23BAF168AAB8", "gta_jhash": "0x8880038A" }, "0x8BDC5B998B4654EF": { "name": "SET_VEHICLE_ENGINE_HEALTH", "comment": "1000 is max health\nBegins leaking gas at around 650 health\n-999.90002441406 appears to be minimum health, although nothing special occurs <- false statement\n\n-------------------------\nMinimum: -4000\nMaximum: 1000\n\n-4000: Engine is destroyed\n0 and below: Engine catches fire and health rapidly declines\n300: Engine is smoking and losing functionality\n1000: Engine is perfect", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "health" } ], "return_type": "void", "build": "1207", "gta_hash": "0x45F6D8EEF34ABEF1", "gta_jhash": "0x1B760FB5" }, "0x1E5A9B356D5098BE": { "name": "GET_VEHICLE_PETROL_TANK_HEALTH", "comment": "1000 is max health", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "float", "build": "1207", "gta_hash": "0x7D5DABE888D2D074", "gta_jhash": "0xE41595CE" }, "0x6AB2918EE3BEC94C": { "name": "SET_VEHICLE_PETROL_TANK_HEALTH", "comment": "1000 is max health", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "health" } ], "return_type": "void", "build": "1207", "gta_hash": "0x70DB57649FA8D0D8", "gta_jhash": "0x660A3692" }, "0x1ABA9753939503C5": { "name": "IS_VEHICLE_STUCK_TIMER_UP", "comment": "VEH_STUCK_ON_ROOF = 0,\nVEH_STUCK_ON_SIDE,\nVEH_STUCK_HUNG_UP,\nVEH_STUCK_JAMMED", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "stuckType" }, { "type": "int", "name": "ms" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x679BE1DAF71DA874", "gta_jhash": "0x2FCF58C1" }, "0x23298B468F7D88B6": { "name": "RESET_VEHICLE_STUCK_TIMER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "nullAttributes" } ], "return_type": "void", "build": "1207", "gta_hash": "0xD7591B0065AFAA7A", "gta_jhash": "0xEF2A6016" }, "0xB86D29B10F627379": { "name": "IS_VEHICLE_DRIVEABLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x4C241E39B23DF959", "gta_jhash": "0x41A7267A" }, "0xDDBEA5506C848227": { "name": "IS_VEHICLE_WRECKED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x0E3BF7ED4169EC43": { "name": "_IS_VEHICLE_ON_FIRE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0xBB5A3FA8ED3979C5": { "name": "SET_VEHICLE_HAS_BEEN_OWNED_BY_PLAYER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "owned" } ], "return_type": "void", "build": "1207", "gta_hash": "0x2B5F9D2AF1F1722D", "gta_jhash": "0xB4D3DBFB" }, "0xB4E3BFC39CA16057": { "name": "START_VEHICLE_HORN", "comment": "Sounds the horn for the specified vehicle.\n\nvehicle: The vehicle to activate the horn for.\nmode: The hash of \"NORMAL\" or \"HELDDOWN\". Can be 0.\nduration: The duration to sound the horn, in milliseconds.\n\nNote: If a player is in the vehicle, it will only sound briefly.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "duration" }, { "type": "Hash", "name": "mode" }, { "type": "BOOL", "name": "forever" } ], "return_type": "void", "build": "1207", "gta_hash": "0x9C8C6504B5B63D2C", "gta_jhash": "0x0DF5ADB3" }, "0x252253C8A45AA1FC": { "name": "SET_VEHICLE_HAS_STRONG_AXLES", "comment": "if true, axles won't bend.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x92F0CF722BC4202F", "gta_jhash": "0x0D1CBC65" }, "0x6F73EFAB11651D7F": { "name": "_SET_VEHICLE_SNOW_LEVEL", "comment": "snowLevel: 0.0 - 1.0", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "snowLevel" } ], "return_type": "void", "build": "1207" }, "0x5AABB09F6FBD1F87": { "name": "_SET_VEHICLE_WET_LEVEL", "comment": "wetLevel: 0.0 - 1.0", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "wetLevel" } ], "return_type": "void", "build": "1207" }, "0x8268B098F6FCA4E2": { "name": "_SET_VEHICLE_TINT", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_tints.lua", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "tintId" } ], "return_type": "void", "build": "1207" }, "0xF89D82A0582E46ED": { "name": "_SET_VEHICLE_LIVERY", "comment": "https://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_liveries.lua", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "liveryIndex" } ], "return_type": "void", "build": "1207" }, "0xA44D65E6C624526F": { "name": "_GET_VEHICLE_TINT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207" }, "0xBB765B8FD49A796C": { "name": "_GET_VEHICLE_LIVERY", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207" }, "0x0E7910A63E05B12C": { "name": "IS_VEHICLE_WINDOW_INTACT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "windowIndex" } ], "return_type": "BOOL", "build": "1436", "gta_hash": "0x46E571A0E20D01F1", "gta_jhash": "0xAC4EF23D" }, "0xA0A424505A1B6429": { "name": "ARE_ANY_VEHICLE_SEATS_FREE", "comment": "Returns false if every seat is occupied.", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2D34FC3BC4ADB780", "gta_jhash": "0x648E685A" }, "0xA402939C6761E1A3": { "name": "SET_VEHICLE_EXPLODES_ON_HIGH_EXPLOSION_DAMAGE", "comment": "Sets a vehicle to be strongly resistant to explosions. p0 is the vehicle; set p1 to false to toggle the effect on/off.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x71B0892EC081D60A", "gta_jhash": "0x38CC692B" }, "0x8D3230A0ED7DE39F": { "name": "SET_ALLOW_VEHICLE_EXPLODES_ON_CONTACT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3441CAD2F2231923", "gta_jhash": "0xC306A9A3" }, "0x5698BA4FD04D39C4": { "name": "IS_ANY_VEHICLE_NEAR_POINT", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x61E1DD6125A3EEE6", "gta_jhash": "0x2867A834" }, "0x84B81EF78BD22357": { "name": "REQUEST_VEHICLE_HIGH_DETAIL_MODEL", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA6E9FDCB2C76785E", "gta_jhash": "0x9DA21956" }, "0x81A15811460FAB3A": { "name": "REQUEST_VEHICLE_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "vehicleHash" }, { "type": "int", "name": "vehicleAsset" } ], "return_type": "void", "build": "1207", "gta_hash": "0x81A15811460FAB3A", "gta_jhash": "0x902B4F06" }, "0xCF9DA72002FC16BF": { "name": "_0xCF9DA72002FC16BF", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xB935F3154BC913C8": { "name": "HAS_VEHICLE_ASSET_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "vehicleAsset" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1BBE0523B8DB9A21", "gta_jhash": "0x8DAAC3CB" }, "0x888A4E675B38F5AD": { "name": "REMOVE_VEHICLE_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "vehicleAsset" } ], "return_type": "void", "build": "1207", "gta_hash": "0xACE699C71AB9DEB5", "gta_jhash": "0x9620E9C6" }, "0x501354951CD942DE": { "name": "SET_VEHICLE_AUTOMATICALLY_ATTACHES", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207", "gta_hash": "0x8BA6F76BC53A1493", "gta_jhash": "0x4273A8D3" }, "0x104D9A7B1C0D0783": { "name": "_0x104D9A7B1C0D0783", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3F5029A8FC060C48": { "name": "IS_VEHICLE_IN_BURNOUT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1297A88E081430EB", "gta_jhash": "0x6632BC12" }, "0x91BE51AEC4E99710": { "name": "SET_VEHICLE_HANDBRAKE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x684785568EF26A22", "gta_jhash": "0xBA729A25" }, "0x1FF00DB43026B12F": { "name": "INSTANTLY_FILL_VEHICLE_POPULATION", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0x48ADC8A773564670", "gta_jhash": "0x37BC6ACB" }, "0x2701D01D5E18FC31": { "name": "HAS_INSTANT_FILL_VEHICLE_POPULATION_FINISHED", "comment": "", "params": [], "return_type": "BOOL", "build": "1207", "gta_hash": "0x91D6DD290888CBAB", "gta_jhash": "0x71D898EF" }, "0xCF867A239EC30741": { "name": "GET_VEHICLE_TRAILER_VEHICLE", "comment": "Gets the trailer of a vehicle and puts it into the trailer parameter.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Vehicle*", "name": "trailer" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1CDD6BADC297830D", "gta_jhash": "0xAE84D758" }, "0xFE52F34491529F0B": { "name": "GET_VEHICLE_ESTIMATED_MAX_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "float", "build": "1207", "gta_hash": "0x53AF99BAA671CA47", "gta_jhash": "0x7D1A0616" }, "0x4C221BAC54D735C3": { "name": "ADD_ROAD_NODE_SPEED_ZONE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" } ], "return_type": "int", "build": "1207", "gta_hash": "0x2CE544C68FB812A0", "gta_jhash": "0xD6685803" }, "0xFE9AB3354ACE6C9C": { "name": "REMOVE_ROAD_NODE_SPEED_ZONE", "comment": "", "params": [ { "type": "int", "name": "speedzone" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1033371FC8E842A7", "gta_jhash": "0x0C0332A6" }, "0x80DDCCB2F4A3EB57": { "name": "IS_ENTRY_POINT_FOR_SEAT_CLEAR", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" }, { "type": "BOOL", "name": "side" }, { "type": "BOOL", "name": "onEnter" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x639431E895B9AA57", "gta_jhash": "0xAB0E79EB" }, "0xF8B2D32A2231FD24": { "name": "CAN_SHUFFLE_SEAT", "comment": "seatIndex: see CREATE_PED_INSIDE_VEHICLE", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x30785D90C956BF35", "gta_jhash": "0xB3EB01ED" }, "0x35AD938C74CACD6A": { "name": "MODIFY_VEHICLE_TOP_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0x93A3996368C94158", "gta_jhash": "0xE943B09C" }, "0x23A3AB86E0807721": { "name": "SET_VEHICLE_STAYS_FROZEN_WHEN_CLEANED_UP", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x1CF38D529D7441D9", "gta_jhash": "0xDF594D8D" }, "0xC1842F40FD501DA2": { "name": "SET_VEHICLE_INFLUENCES_WANTED_LEVEL", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0AD9E8F87FF7C16F", "gta_jhash": "0x04F5546C" }, "0x30D86B2B7622D0EB": { "name": "_IS_BOAT_GROUNDED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x09C970AE59ABF6B2": { "name": "SET_VEHICLE_NOT_STEALABLE_AMBIENTLY", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xAB04325045427AAE", "gta_jhash": "0x1984F88D" }, "0x1EF36558FBDE2DAA": { "name": "LOCK_DOORS_WHEN_NO_LONGER_NEEDED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xCFD778E7904C255E", "gta_jhash": "0x3FBE904F" }, "0xA94F3E0AB9695E19": { "name": "GET_LAST_DRIVEN_VEHICLE", "comment": "", "params": [], "return_type": "Vehicle", "build": "1207", "gta_hash": "0xB2D06FAEDE65B577", "gta_jhash": "0xFEB0C0C8" }, "0x0EFC5DC62E67609B": { "name": "CLEAR_LAST_DRIVEN_VEHICLE", "comment": "", "params": [], "return_type": "void", "build": "1207", "gta_hash": "0xE01903C47C7AC89E", "gta_jhash": "0x07186AD9" }, "0x838C216C2B05A009": { "name": "SET_PED_OWNS_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0xB729679356A889AE": { "name": "_GET_VEHICLE_OWNER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "Entity", "build": "1207" }, "0x5F5E2B1B9EAECC0F": { "name": "SET_VEHICLE_LOD_MULTIPLIER", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "multiplier" } ], "return_type": "void", "build": "1207", "gta_hash": "0x93AE6A61BE015BF1", "gta_jhash": "0x569E5AE3" }, "0x3FA7D7D1E0EA809E": { "name": "_SET_VEHICLE_LOD_LEVEL", "comment": "Ranges from -1 to 2? (internal type is int8)\nhttps://imgur.com/a/bPzHcft", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "lodLevel" } ], "return_type": "void", "build": "1207" }, "0x7F8E2B131E1DCA6C": { "name": "SET_FORCE_VEHICLE_ENGINE_DAMAGE_BY_BULLET", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4D9D109F63FEE1D4", "gta_jhash": "0x900C878C" }, "0xDBC28A8C683CD80B": { "name": "COPY_VEHICLE_DAMAGES", "comment": "Copies sourceVehicle's damage (broken bumpers, broken lights, etc.) to targetVehicle.", "params": [ { "type": "Vehicle", "name": "sourceVehicle" }, { "type": "Vehicle", "name": "targetVehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE44A982368A4AF23", "gta_jhash": "0xBAE491C7" }, "0xB79BE78C665B3E6D": { "name": "SET_VEHICLE_SHOOT_AT_TARGET", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0x74CD9A9327A282EA", "gta_jhash": "0x2343FFDF" }, "0x373CB1283308BD7B": { "name": "SET_FORCE_HD_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x97CE68CB032583F0", "gta_jhash": "0xE0FC6A32" }, "0x1F3969B140DEE157": { "name": "TRACK_VEHICLE_VISIBILITY", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x64473AEFDCF47DCA", "gta_jhash": "0x78122DC1" }, "0x424910CD5DE8C246": { "name": "IS_VEHICLE_VISIBLE", "comment": "Requires a visibility tracker on the vehicle (TRACK_VEHICLE_VISIBILITY)", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xAA0A52D24FB98293", "gta_jhash": "0x7E0D6056" }, "0x13C190302369308B": { "name": "_0x13C190302369308B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x73F1E4F6DF26FE30": { "name": "SET_ENABLE_VEHICLE_SLIPSTREAMING", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207", "gta_hash": "0xE6C0C80B8C867537", "gta_jhash": "0xD2B8ACBD" }, "0x4EA71B4C9DB3C3F1": { "name": "SET_VEHICLE_INACTIVE_DURING_PLAYBACK", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x06582AFF74894C75", "gta_jhash": "0x50F89338" }, "0x48E4C137A71C2688": { "name": "SET_VEHICLE_ENGINE_CAN_DEGRADE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x983765856F2564F9", "gta_jhash": "0x081DAC12" }, "0x6C32FC81DFF25C9A": { "name": "SET_VEHICLE_IS_STOLEN", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "isStolen" } ], "return_type": "void", "build": "1207", "gta_hash": "0x67B2C79AA7FF5738", "gta_jhash": "0x70912E42" }, "0xCBF88256E44D5D39": { "name": "_0xCBF88256E44D5D39", "comment": "Used in Script Function MC_LOCAL_SETUP_VEH - enabling transitions", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC325A6BAA62CF8A2": { "name": "_0xC325A6BAA62CF8A2", "comment": "Used in Script Function MC_LOCAL_SETUP_VEH - enabling transitions", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0CD7914D17A970AB": { "name": "_0x0CD7914D17A970AB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x23F66C36F8E5EAAB": { "name": "_0x23F66C36F8E5EAAB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x697DF68F3A761A50": { "name": "_0x697DF68F3A761A50", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x27E3F2B57209FA54": { "name": "_0x27E3F2B57209FA54", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x94B1E71B144356A5": { "name": "DISABLE_VEHICLE_WEAPON", "comment": "", "params": [ { "type": "BOOL", "name": "disabled" }, { "type": "Hash", "name": "weaponHash" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "Ped", "name": "owner" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF4FC6A6F67D8D856", "gta_jhash": "0xA688B7D1" }, "0xE42952510F84AFDB": { "name": "SET_VEHICLE_CAN_BE_USED_BY_FLEEING_PEDS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x300504B23BD3B711", "gta_jhash": "0x5130DB1E" }, "0x1549BA7FE83A2383": { "name": "SET_VEHICLE_KEEP_ENGINE_ON_WHEN_ABANDONED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB8FBC8B1330CA9B4", "gta_jhash": "0x51E0064F" }, "0xC462C79379ABBCB1": { "name": "SET_VEHICLE_WHEELS_CAN_BREAK_OFF_WHEN_BLOW_UP", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA37B9A517B133349", "gta_jhash": "0x670913A4" }, "0x15CC8C33D7FFCC4A": { "name": "_0x15CC8C33D7FFCC4A", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1436" }, "0x0893DAFBFA67110E": { "name": "SET_VEHICLE_AI_CAN_USE_EXCLUSIVE_SEATS", "comment": "Used to be incorrectly named SET_VEHICLE_EXCLUSIVE_DRIVER", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x41062318F23ED854", "gta_jhash": "" }, "0xC6B9BF123B9463B6": { "name": "SET_VEHICLE_EXCLUSIVE_DRIVER", "comment": "index: 0 - 1\n\nUsed to be incorrectly named _SET_VEHICLE_EXCLUSIVE_DRIVER_2", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Ped", "name": "ped" }, { "type": "int", "name": "index" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB5C51B5502E85E83", "gta_jhash": "0xAA8BD440" }, "0xB213D2A560B2E48B": { "name": "_IS_PED_EXCLUSIVE_DRIVER_OF_VEHICLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vehicle", "name": "vehicle" }, { "type": "int*", "name": "outIndex" } ], "return_type": "BOOL", "build": "1207" }, "0xDC0556D0F484ECAA": { "name": "_0xDC0556D0F484ECAA", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x1716D787D9B94202": { "name": "SET_DISABLE_SUPERDUMMY", "comment": "Old name: _SET_DISABLE_SUPERDUMMY_MODE", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "disable" } ], "return_type": "void", "build": "1232", "gta_hash": "0xB088E9A47AE6EDD5", "gta_jhash": "" }, "0x42113B857E33C16E": { "name": "GET_VEHICLE_BODY_HEALTH", "comment": "Seems related to vehicle health, like the one in IV.\nMax 1000, min 0.\nVehicle does not necessarily explode or become undrivable at 0.", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "float", "build": "1207", "gta_hash": "0xF271147EB7B40F12", "gta_jhash": "0x2B2FCC28" }, "0x55CCAAE4F28C67A0": { "name": "SET_VEHICLE_BODY_HEALTH", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "value" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB77D05AC8C78AADB", "gta_jhash": "0x920C2517" }, "0xE777DDF3E78397E8": { "name": "_0xE777DDF3E78397E8", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCEC4CA2CAB8FA98C": { "name": "SET_VEHICLE_BROKEN_PARTS_DONT_AFFECT_AI_HANDLING", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207", "gta_hash": "0xC361AA040D6637A8", "gta_jhash": "0x819CD954" }, "0x012701ED938B85DE": { "name": "_0x012701ED938B85DE", "comment": "Only used in SP Scripts.\nRelated to Vehicle Speed.", "params": [ { "type": "float", "name": "p0" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8379E05871AD24E0": { "name": "_0x8379E05871AD24E0", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xF5FFB08976911B50": { "name": "_SET_HORSE_TRAFFIC_GROUPING_DISTRIBUTION", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x316CDB5B6E8F4110": { "name": "_ATTACH_DRAFT_VEHICLE_HARNESS_PED", "comment": "", "params": [ { "type": "Ped", "name": "mount" }, { "type": "Vehicle", "name": "draft" }, { "type": "int", "name": "harnessId" } ], "return_type": "BOOL", "build": "1207" }, "0x4402960666000E62": { "name": "_DETACH_DRAFT_VEHICLE_HARNESS_FROM_INDEX", "comment": "", "params": [ { "type": "Vehicle", "name": "draft" }, { "type": "int", "name": "harnessId" } ], "return_type": "BOOL", "build": "1207" }, "0xB36D3EC70963BE60": { "name": "_DETACH_DRAFT_VEHICLE_HARNESS_PED", "comment": "", "params": [ { "type": "Vehicle", "name": "draft" }, { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x0F7F603BDE08C4D3": { "name": "_0x0F7F603BDE08C4D3", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x5B1A26BB18E7D451": { "name": "_GET_NUM_DRAFT_VEHICLE_HARNESS_PED", "comment": "Returns number of horses a wagon can have", "params": [ { "type": "Hash", "name": "modelHash" } ], "return_type": "int", "build": "1207" }, "0x35D302397E524939": { "name": "_GET_CHECKPOINT_TRAIN_SPAWN_LOCATION", "comment": "", "params": [ { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "distance" }, { "type": "BOOL", "name": "direction" } ], "return_type": "Vector3", "build": "1207" }, "0xC399CC89FBA05DA0": { "name": "_0xC399CC89FBA05DA0", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xA6E210FB4283B767": { "name": "_GET_ROWING_OARS", "comment": "Returns handles of boat paddles entities.", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Entity*", "name": "left" }, { "type": "Entity*", "name": "right" } ], "return_type": "void", "build": "1207" }, "0x2963B5C1637E8A27": { "name": "GET_DRIVER_OF_VEHICLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "Ped", "build": "1207" }, "0xF489F94BFEE12BB0": { "name": "_SET_FORCE_COACH_ROBBERY_LOOT", "comment": "Hashes: COACH2_BOOT_LOOT_ITEMS_COACHROB_RSC, COACH2_BOOT_LOOT_ITEMS_COACHROB, COACH2_MARY3", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "coachrobberyLoot" } ], "return_type": "void", "build": "1207" }, "0x0BA4250D20007C2E": { "name": "_0x0BA4250D20007C2E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x2200AB13CBD10F4E": { "name": "_0x2200AB13CBD10F4E", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "p4" }, { "type": "float", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xB42C87521D1BDD2F": { "name": "_0xB42C87521D1BDD2F", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0xC351394B932A6A50": { "name": "_0xC351394B932A6A50", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x172E9DD35858DCD7": { "name": "_0x172E9DD35858DCD7", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xE015CF1F2C0959D8": { "name": "_GET_BREAKABLE_VEHICLE_LOCKS_STATE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207" }, "0x877EA24EB1614495": { "name": "_0x877EA24EB1614495", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x58F2244C1286D09A": { "name": "_GET_BREAKABLE_VEHICLE_LOCK_OBJECT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "index" } ], "return_type": "Object", "build": "1207" }, "0x2FA86833E3617E2D": { "name": "_GET_NUM_BREAKABLE_VEHICLE_LOCK_OBJECTS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "int", "build": "1207" }, "0xBC4735F48CD983EF": { "name": "SET_BREAKABLE_VEHICLE_LOCKS_UNBREAKABLE", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x9D12796EF4BF9EA9": { "name": "_0x9D12796EF4BF9EA9", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x850CE59DEC2028F3": { "name": "_0x850CE59DEC2028F3", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0355FE37240E2C77": { "name": "_0x0355FE37240E2C77", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x3D86997A86FEEF0D": { "name": "_0x3D86997A86FEEF0D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD826690B5CF3BEFF": { "name": "_0xD826690B5CF3BEFF", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC372B6A88F6E4AD8": { "name": "_BREAK_OFF_DRAFT_WHEEL", "comment": "Params: destroyingForce is usually 100f in R* Scripts\nSimilar to 0xD4F5EFB55769D272, _A*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "wheelIndex" }, { "type": "float", "name": "destroyingForce" } ], "return_type": "void", "build": "1207" }, "0xA19447D83294E29F": { "name": "GET_DRAFT_ANIMAL_COUNT", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int*", "name": "expected" }, { "type": "int*", "name": "actual" } ], "return_type": "BOOL", "build": "1207" }, "0x165BE2001E5E4B75": { "name": "_0x165BE2001E5E4B75", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x6090A031C69F384E": { "name": "_SET_DRAFT_VEHICLE_ANIMALS_CAN_DETACH", "comment": "", "params": [ { "type": "Vehicle", "name": "draft" }, { "type": "BOOL", "name": "canDetach" } ], "return_type": "void", "build": "1207" }, "0x226C6A4E3346D288": { "name": "_SET_DRAFT_VEHICLE_YOKE_CAN_BREAK", "comment": "", "params": [ { "type": "Vehicle", "name": "draft" }, { "type": "BOOL", "name": "canBreak" } ], "return_type": "void", "build": "1207" }, "0x41503629D1139ABC": { "name": "_ADD_TRAIN_TEMPORARY_STOP", "comment": "", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "int", "name": "trackIndex" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x0794199B25E499E1": { "name": "_0x0794199B25E499E1", "comment": "_SET_VEHICLE_S*", "params": [ { "type": "Vehicle", "name": "wagon" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x73118A3EE9C9B6DB": { "name": "_0x73118A3EE9C9B6DB", "comment": "_SET_VEHICLE_WHEELS_*", "params": [ { "type": "Vehicle", "name": "wagon" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE1C0F8781BF130C2": { "name": "_0xE1C0F8781BF130C2", "comment": "Only used in R* SP Script rcm_abigail31: p1 = 5\n_GET_VEHICLE_T* - _GET_VO*", "params": [ { "type": "Vehicle", "name": "wagon" }, { "type": "int", "name": "p1" } ], "return_type": "BOOL", "build": "1207" }, "0xCB2CA620C48BC875": { "name": "_IS_VEHICLE_WHEEL_DESTROYED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "wheel" } ], "return_type": "BOOL", "build": "1207" }, "0x18714953CCED17D3": { "name": "_0x18714953CCED17D3", "comment": "_ARE_ANY_VEHICLE_(WHEELS_DESTROYED?)*", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x41F0B254DDF71473": { "name": "_0x41F0B254DDF71473", "comment": "_H*", "params": [ { "type": "Vehicle", "name": "wagon" } ], "return_type": "void", "build": "1207" }, "0x8E5DA070BAD3279E": { "name": "_SET_VEHICLE_DETERIORATION", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "amount" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xE979BB5602AD3402": { "name": "_IS_VEHICLE_DOOR_BROKEN", "comment": "doorId: see SET_VEHICLE_DOOR_SHUT", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "doorId" } ], "return_type": "BOOL", "build": "1207" }, "0xD4F5EFB55769D272": { "name": "_BREAK_OFF_VEHICLE_WHEEL", "comment": "wheelIndex 0: left, wheelIndex 1: right, 4 & 5: unknown", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "wheelIndex" } ], "return_type": "Entity", "build": "1207" }, "0xE1A83D4A3B5D7938": { "name": "_DELETE_VEHICLE_LANTERNS", "comment": "Spawn without lanterns set", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x6DE072AC8A95FFC1": { "name": "_0x6DE072AC8A95FFC1", "comment": "_SET_INSTANTLY_* - _SET_MISSION_TRAIN*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x0C3F0F7F92CA847C": { "name": "_SET_DRAFT_VEHICLE_DESIRED_SPEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "speed" } ], "return_type": "void", "build": "1207" }, "0xC6D7DDC843176701": { "name": "_GET_DRAFT_VEHICLE_DESIRED_SPEED", "comment": "Returns rage::NumericLimits::kMax (3.402823466e+38) if vehicle is not a valid vehicle of type VEHICLE_TYPE_DRAFT.", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "float", "build": "1207" }, "0xC4A2C11FC0D41916": { "name": "_0xC4A2C11FC0D41916", "comment": "_SET_DRAFT_VEHICLE_(STOP?)*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFC4F15A7DDDC47B1": { "name": "_0xFC4F15A7DDDC47B1", "comment": "_SET_DRAFT_VEHICLE_*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x4C60C333F9CCA2B6": { "name": "_0x4C60C333F9CCA2B6", "comment": "Params: p1 usually true in R* Scripts\n_SET_DRAFT_VEHICLE_*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCF342503CA4C8DF1": { "name": "_0xCF342503CA4C8DF1", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x06A09A6E0C6D2A84": { "name": "_0x06A09A6E0C6D2A84", "comment": "_SET_TRAIN_*", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAE7E66A61E7C17A5": { "name": "_0xAE7E66A61E7C17A5", "comment": "_SET_TRAIN_*", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEF28A614B4B264B8": { "name": "_0xEF28A614B4B264B8", "comment": "_SET_TRAIN_*", "params": [ { "type": "Vehicle", "name": "train" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x04F0579DBDD32F34": { "name": "_0x04F0579DBDD32F34", "comment": "_SET_VEHICLE_*", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "void", "build": "1207" }, "0x12F6C6ED3EFF42DE": { "name": "_0x12F6C6ED3EFF42DE", "comment": "Params: coords = GET_ENTITY_VELOCITY\n_SET_VELOCITY*", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x87B974E54C71BA7B": { "name": "_0x87B974E54C71BA7B", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xBD3C4A2ED509205E": { "name": "_HAS_TRAIN_LOADED", "comment": "", "params": [ { "type": "Vehicle", "name": "train" } ], "return_type": "BOOL", "build": "1207" }, "0xC239DBD9A57D2A71": { "name": "_CREATE_MISSION_TRAIN", "comment": "configHash: https://alloc8or.re/rdr3/doc/enums/eTrainConfig.txt\nFor more information, see trainconfigs.ymt\nTo make the train AI controlled, set conductor to true and set the speed once.", "params": [ { "type": "Hash", "name": "configHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "direction" }, { "type": "BOOL", "name": "passengers" }, { "type": "BOOL", "name": "p6" }, { "type": "BOOL", "name": "conductor" } ], "return_type": "Vehicle", "build": "1207" }, "0xD1EFA8D68BF5D63D": { "name": "_0xD1EFA8D68BF5D63D", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x1121B07088ED3013": { "name": "_0x1121B07088ED3013", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x42404D57D621601A": { "name": "_0x42404D57D621601A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x288CBB414C3C2FBB": { "name": "_0x288CBB414C3C2FBB", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x6FD7BDF10304363A": { "name": "_0x6FD7BDF10304363A", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCEB1F1EED484A5B4": { "name": "_0xCEB1F1EED484A5B4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xF57DB8E83DCD8349": { "name": "_0xF57DB8E83DCD8349", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7C9E45A4CED2E8DA": { "name": "_SET_BALLOON_HOVER_STATE", "comment": "Params: 1.0f will make balloon hover", "params": [ { "type": "Vehicle", "name": "balloon" }, { "type": "float", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x87344305778E5415": { "name": "_SET_DRAFT_VEHICLE_ALLOW_DRAFT_ANIMAL_AUTO_CREATION", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "allow" } ], "return_type": "void", "build": "1207" }, "0x6835AFEA10E186F4": { "name": "_0x6835AFEA10E186F4", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x8C6D9A399126C194": { "name": "_SET_DRAFT_ANIMAL_RANDOM_SEED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seed" } ], "return_type": "void", "build": "1207" }, "0x14DA8C4BC2CCD90A": { "name": "_0x14DA8C4BC2CCD90A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xCACAB2B123BBDBD6": { "name": "_0xCACAB2B123BBDBD6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xFF2B1F59FB892F14": { "name": "_0xFF2B1F59FB892F14", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x5AADC7BBBB1BCEEB": { "name": "_0x5AADC7BBBB1BCEEB", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "void", "build": "1207" }, "0xD798DF5DB67B1659": { "name": "_GET_VEHICLE_IS_PROP_SET_APPLIED", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" } ], "return_type": "BOOL", "build": "1207" }, "0x31F343383F19C987": { "name": "_SET_BATCH_TARP_HEIGHT", "comment": "Total height is calculated using: cargo ratio + pelt ratio (by pelt count)\nScreenshot: https://imgur.com/a/nsomtiv", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "float", "name": "height" }, { "type": "BOOL", "name": "immediately" } ], "return_type": "void", "build": "1207" }, "0x07E2E21E799080A0": { "name": "_0x07E2E21E799080A0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xC2E62678D602853C": { "name": "_0xC2E62678D602853C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "void", "build": "1207" }, "0x873AAF600CC36DAC": { "name": "_0x873AAF600CC36DAC", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x51C7694E140FAE43": { "name": "_0x51C7694E140FAE43", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8DECD262602548B9": { "name": "_0x8DECD262602548B9", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xCBC7B6F9A56B79F6": { "name": "_0xCBC7B6F9A56B79F6", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x37D238BE69F7378A": { "name": "_0x37D238BE69F7378A", "comment": "", "params": [ { "type": "int", "name": "trackIndex" } ], "return_type": "BOOL", "build": "1207" }, "0x703D4FB366DA4452": { "name": "_0x703D4FB366DA4452", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x762FDC4C19E5A981": { "name": "_0x762FDC4C19E5A981", "comment": "Seems to be related while setting a (door) state of specific trains (midlandboxcar05x, privateboxcar01x, privateboxcar02x, midlandrefrigeratorCar, privateArmoured, armoredCar01x)", "params": [ { "type": "Entity", "name": "trainCarriage" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x2045429505158D1A": { "name": "_0x2045429505158D1A", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x13EB275BF81636D1": { "name": "_0x13EB275BF81636D1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" } }, "VOICE": { "0xCCF71FCFA0070B1A": { "name": "_0xCCF71FCFA0070B1A", "comment": "", "params": [], "return_type": "BOOL", "build": "1207" }, "0x79F478FF5F9F4F05": { "name": "_0x79F478FF5F9F4F05", "comment": "", "params": [ { "type": "BOOL", "name": "enabled" } ], "return_type": "void", "build": "1207" }, "0xAA35FD9ABAB490A3": { "name": "_0xAA35FD9ABAB490A3", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x356135B9B10A2A82": { "name": "_0x356135B9B10A2A82", "comment": "", "params": [ { "type": "Any*", "name": "gamerHandle" } ], "return_type": "BOOL", "build": "1207" }, "0xEF6F2A35FAAF2ED7": { "name": "_0xEF6F2A35FAAF2ED7", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x49623BCFC3A3D829": { "name": "_0x49623BCFC3A3D829", "comment": "", "params": [ { "type": "Player", "name": "player" }, { "type": "BOOL", "name": "muted" } ], "return_type": "BOOL", "build": "1207" }, "0x919AF2D93E9AA89D": { "name": "_0x919AF2D93E9AA89D", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x0DED260A1958A82E": { "name": "_0x0DED260A1958A82E", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x8E462DB1EAA9C47C": { "name": "_0x8E462DB1EAA9C47C", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "BOOL", "build": "1207" }, "0x5CA7FB7D6DE49DCC": { "name": "_0x5CA7FB7D6DE49DCC", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207", "unused": true }, "0x58125B691F6827D5": { "name": "_0x58125B691F6827D5", "comment": "", "params": [ { "type": "float", "name": "proximity" } ], "return_type": "void", "build": "1207" }, "0x2F82CAB262C8AE26": { "name": "_0x2F82CAB262C8AE26", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "float", "build": "1207" }, "0x08797A8C03868CB8": { "name": "_0x08797A8C03868CB8", "comment": "", "params": [ { "type": "float", "name": "threshold" } ], "return_type": "void", "build": "1207" }, "0xB779F4FA19269AEC": { "name": "_0xB779F4FA19269AEC", "comment": "", "params": [ { "type": "BOOL", "name": "flag" } ], "return_type": "void", "build": "1207" }, "0x1FBF7F5BA7E4BE3A": { "name": "_0x1FBF7F5BA7E4BE3A", "comment": "", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xDC9B361CB7776673": { "name": "_0xDC9B361CB7776673", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0xEC8703E4536A9952": { "name": "_0xEC8703E4536A9952", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xDB622ECD3DCBE078": { "name": "_0xDB622ECD3DCBE078", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "Any", "build": "1207", "unused": true }, "0xB6E79850B759A30E": { "name": "_0xB6E79850B759A30E", "comment": "", "params": [ { "type": "int", "name": "teamId" }, { "type": "BOOL", "name": "allow" } ], "return_type": "void", "build": "1207" }, "0x4791899615D70FA2": { "name": "_0x4791899615D70FA2", "comment": "Params: p1 = 2; p2 = 3 in R* Script net_main_offline", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF8938CF3984092A5": { "name": "_0xF8938CF3984092A5", "comment": "", "params": [ { "type": "Player", "name": "player" } ], "return_type": "void", "build": "1207" }, "0x767931C727DF2ED7": { "name": "_0x767931C727DF2ED7", "comment": "Returns p2 value of 0x4791899615D70FA2", "params": [ { "type": "Player", "name": "player" }, { "type": "int", "name": "p1" } ], "return_type": "int", "build": "1207" }, "0x1C38C3577901AF1F": { "name": "_0x1C38C3577901AF1F", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xB3E8841F6BDAF83E": { "name": "_0xB3E8841F6BDAF83E", "comment": "", "params": [], "return_type": "void", "build": "1207" } }, "VOLUME": { "0x502022FA1AF9DC86": { "name": "_CREATE_VOLUME_BY_HASH", "comment": "", "params": [ { "type": "Hash", "name": "volumeType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "Volume", "build": "1207" }, "0xDF85637F22706891": { "name": "CREATE_VOLUME_BOX", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "Volume", "build": "1207" }, "0x0522D4774B82E3E6": { "name": "CREATE_VOLUME_CYLINDER", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "Volume", "build": "1207" }, "0xB3FB80A32BAE3065": { "name": "CREATE_VOLUME_SPHERE", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "Volume", "build": "1207" }, "0x59F6F5C1D129F106": { "name": "CREATE_VOLUME_AGGREGATE", "comment": "", "params": [], "return_type": "Volume", "build": "1207" }, "0x1F85E4AC774A201E": { "name": "_CREATE_VOLUME_BY_HASH_WITH_CUSTOM_NAME", "comment": "", "params": [ { "type": "Hash", "name": "volumeType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" }, { "type": "const char*", "name": "name" } ], "return_type": "Volume", "build": "1207" }, "0x0EB78C2B156635B1": { "name": "_CREATE_ANTI_GRIEF_VOLUME", "comment": "", "params": [ { "type": "Hash", "name": "volumeType" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "Volume", "build": "1207" }, "0xBE551C2CC421185D": { "name": "_SET_ANTI_GRIEF_VOLUME_BLOCKS_HORSE", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x5B23DFF8E0948BB2": { "name": "_SET_ANTI_GRIEF_VOLUME_BLOCKS_PLAYER", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xFD0E389CD44434B6": { "name": "_CREATE_WALK_AND_TALK_VOLUME", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" } ], "return_type": "Volume", "build": "1207" }, "0xBBE768E3AE76E07C": { "name": "_CREATE_SPEED_VOLUME", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" }, { "type": "Any", "name": "p7" }, { "type": "Any", "name": "p8" }, { "type": "Any", "name": "p9" }, { "type": "Any", "name": "p10" }, { "type": "Any", "name": "p11" }, { "type": "Any", "name": "p12" }, { "type": "Any", "name": "p13" }, { "type": "Any", "name": "p14" } ], "return_type": "Volume", "build": "1207" }, "0xF68485C7495D848E": { "name": "_CREATE_VOLUME_BOX_WITH_CUSTOM_NAME", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" }, { "type": "const char*", "name": "name" } ], "return_type": "Volume", "build": "1207" }, "0xDF1E350EDDF06E59": { "name": "_CREATE_VOLUME_CYLINDER_WITH_CUSTOM_NAME", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" }, { "type": "const char*", "name": "name" } ], "return_type": "Volume", "build": "1207" }, "0x10157BC3247FF3BA": { "name": "_CREATE_VOLUME_SPHERE_WITH_CUSTOM_NAME", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" }, { "type": "const char*", "name": "name" } ], "return_type": "Volume", "build": "1207" }, "0x5D580DE6398BB162": { "name": "_CREATE_VOLUME_AGGREGATE_WITH_CUSTOM_NAME", "comment": "", "params": [ { "type": "const char*", "name": "name" } ], "return_type": "Volume", "build": "1207" }, "0x6E0D3C3F828DA773": { "name": "_ADD_BOUNDS_TO_AGGREGATE_VOLUME", "comment": "_ADD_R* - _ADD_V(OLUME?)*", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Volume", "name": "aggregate" } ], "return_type": "void", "build": "1207" }, "0xF92FA8890DECECF6": { "name": "_REMOVE_BOUNDS_FROM_AGGREGATE_VOLUME", "comment": "_REMOVE_E* - _REMOVE_R*", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Volume", "name": "aggregate" } ], "return_type": "void", "build": "1207" }, "0x12FCAA23F2320422": { "name": "_ADD_VOLUME_TO_VOLUME_AGGREGATE", "comment": "", "params": [ { "type": "Volume", "name": "aggregate" }, { "type": "Hash", "name": "typeHash" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "void", "build": "1207" }, "0x39816F6F94F385AD": { "name": "_ADD_BOX_VOLUME_TO_VOLUME_AGGREGATE", "comment": "", "params": [ { "type": "Volume", "name": "aggregate" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0xBCE668AAF83608BE": { "name": "_ADD_CYLINDER_VOLUME_TO_VOLUME_AGGREGATE", "comment": "", "params": [ { "type": "Volume", "name": "aggregate" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x5B7D7BF36D2DE18B": { "name": "_ADD_SPHERE_VOLUME_TO_VOLUME_AGGREGATE", "comment": "", "params": [ { "type": "Volume", "name": "aggregate" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "float", "name": "p9" } ], "return_type": "void", "build": "1207" }, "0x43F867EF5C463A53": { "name": "DELETE_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "void", "build": "1207" }, "0x92A78D0BEDB332A3": { "name": "DOES_VOLUME_EXIST", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0xF256A75210C5C0EB": { "name": "IS_POINT_IN_VOLUME", "comment": "Old name: _IS_POSITION_INSIDE_VOLUME", "params": [ { "type": "Volume", "name": "volume" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "BOOL", "build": "1207" }, "0xF70F00013A62F866": { "name": "GET_VOLUME_COORDS", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "Vector3", "build": "1207" }, "0x541B8576615C33DE": { "name": "SET_VOLUME_COORDS", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "float", "name": "posX" }, { "type": "float", "name": "posY" }, { "type": "float", "name": "posZ" } ], "return_type": "BOOL", "build": "1207" }, "0x18675BC914891122": { "name": "GET_VOLUME_ROTATION", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "Vector3", "build": "1207" }, "0xA07CF1B21B56F041": { "name": "SET_VOLUME_ROTATION", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "float", "name": "rotX" }, { "type": "float", "name": "rotY" }, { "type": "float", "name": "rotZ" } ], "return_type": "BOOL", "build": "1207" }, "0x3E2A25B2416DD67E": { "name": "GET_VOLUME_SCALE", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "Vector3", "build": "1207" }, "0xA46E98BDC407E23D": { "name": "SET_VOLUME_SCALE", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "float", "name": "scaleX" }, { "type": "float", "name": "scaleY" }, { "type": "float", "name": "scaleZ" } ], "return_type": "BOOL", "build": "1207" }, "0x5737199AF2DC609F": { "name": "_GET_VOLUME_BOUNDS", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Vector3*", "name": "min" }, { "type": "Vector3*", "name": "max" } ], "return_type": "void", "build": "1207" }, "0x748C5F51A18CB8F0": { "name": "_0x748C5F51A18CB8F0", "comment": "nullsub, doesn't do anything", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x2B32B11520626229": { "name": "_0x2B32B11520626229", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Any", "build": "1207" }, "0x40F769D31A00D5A0": { "name": "_0x40F769D31A00D5A0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD882C5B3991575B7": { "name": "_0xD882C5B3991575B7", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" } ], "return_type": "Vector3", "build": "1207" }, "0xB469CFD9E065EB99": { "name": "_0xB469CFD9E065EB99", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7FD78DFD0C5D7B9B": { "name": "_0x7FD78DFD0C5D7B9B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xEE1D6FF54CAF7714": { "name": "_0xEE1D6FF54CAF7714", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD52DF30355EA7C8E": { "name": "_0xD52DF30355EA7C8E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xE2BE6FFA4A13CBB0": { "name": "SET_VOLUME_OWNER_PERSISTENT_CHARACTER", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "PersChar", "name": "persChar" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x6D5F9E69BA1BE783": { "name": "_0x6D5F9E69BA1BE783", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x998202B206872672": { "name": "_0x998202B206872672", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x4A8FEFC43FD8AC9B": { "name": "_0x4A8FEFC43FD8AC9B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xF3A2FBA5985C8CD5": { "name": "_0xF3A2FBA5985C8CD5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x53D05D60E5F5B40C": { "name": "_0x53D05D60E5F5B40C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xCA5C90D40665D5CE": { "name": "_0xCA5C90D40665D5CE", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x3EFABB21E14A6BD1": { "name": "_0x3EFABB21E14A6BD1", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFEFF01B5725BCD22": { "name": "_IS_AGGREGATE_VOLUME", "comment": "", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "BOOL", "build": "1207" }, "0x00BBF7CEAE8C666A": { "name": "_CREATE_VOLUME_LOCK", "comment": "Params: p5 is always 0", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flag" }, { "type": "Any", "name": "p5" } ], "return_type": "Volume", "build": "1207" }, "0xF383E96C4904DF0C": { "name": "_CREATE_VOLUME_LOCK_ATTACHED_TO_ENTITY", "comment": "Params: p3 is always 0", "params": [ { "type": "Entity", "name": "entity" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "flag" }, { "type": "Any", "name": "p3" } ], "return_type": "Volume", "build": "1207" }, "0xF6A8A652A6B186CD": { "name": "_IS_VOLUME_LOCK_REQUEST_VALID_2", "comment": "", "params": [ { "type": "int", "name": "volLockRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xC4019CF9AE8E931A": { "name": "_0xC4019CF9AE8E931A", "comment": "", "params": [ { "type": "int", "name": "volLockRequestId" } ], "return_type": "Vector3", "build": "1207" }, "0xF6CE6F9C3897804E": { "name": "_0xF6CE6F9C3897804E", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xF6F5447D418DAA82": { "name": "_0xF6F5447D418DAA82", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD4FA73FE628FEC63": { "name": "_0xD4FA73FE628FEC63", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xB440F4E35393FC39": { "name": "_0xB440F4E35393FC39", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD460135C98940274": { "name": "_0xD460135C98940274", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEBA87B9273835CF3": { "name": "_0xEBA87B9273835CF3", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xAA9EE2AAFC717623": { "name": "_0xAA9EE2AAFC717623", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0x870E9981ED27C815": { "name": "_0x870E9981ED27C815", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" } ], "return_type": "Any", "build": "1207" }, "0x397769175A7DBB30": { "name": "DOES_VOLUME_COLLIDE_WITH_ANY_VOLUME_LOCK", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "BOOL", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "p6" } ], "return_type": "BOOL", "build": "1207" }, "0x769BB7626B8CDB06": { "name": "_IS_POINT_NEAR_VOLUME_LOCK_CENTER", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" }, { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0x51E52C9687FCDEEC": { "name": "_0x51E52C9687FCDEEC", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" }, { "type": "Any", "name": "p3" }, { "type": "Any", "name": "p4" }, { "type": "Any", "name": "p5" }, { "type": "Any", "name": "p6" } ], "return_type": "Any", "build": "1207" }, "0x77A6E4AD0C496F81": { "name": "_FIND_VOLUME_LOCK_REQUEST_ID_WITH_ARGS", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "int", "build": "1207" }, "0xEC43C2FFB70E3F30": { "name": "_MODIFY_VOLUME_LOCK_LOCATION", "comment": "", "params": [ { "type": "int", "name": "volLock" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "void", "build": "1207" }, "0x695DAC2DB928F308": { "name": "_0x695DAC2DB928F308", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xFDFECC6EE4491E11": { "name": "_RELEASE_LOCK_VOLUME", "comment": "", "params": [ { "type": "int", "name": "volLockRequestId" } ], "return_type": "void", "build": "1207" }, "0xAC355980681A7F89": { "name": "_0xAC355980681A7F89", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x58D3803FA639A3BB": { "name": "_ADD_ENTRY_VOLUME_LOCK", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "BOOL", "build": "1311" }, "0xC61E2FD926DBB406": { "name": "_0xC61E2FD926DBB406", "comment": "", "params": [], "return_type": "void", "build": "1311" }, "0xF14BCEF290F869E1": { "name": "REQUEST_VOLUME_LOCK", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float", "name": "radius" }, { "type": "int", "name": "p4" }, { "type": "int", "name": "p5" } ], "return_type": "int", "build": "1207" }, "0x183C0B6CFEFFCAE4": { "name": "REQUEST_VOLUME_LOCK_WITH_ARGS", "comment": "", "params": [ { "type": "Any*", "name": "args" } ], "return_type": "int", "build": "1207" }, "0xA4A4359320345B34": { "name": "IS_VOLUME_LOCK_REQUEST_VALID", "comment": "", "params": [ { "type": "int", "name": "volLockRequestId" } ], "return_type": "BOOL", "build": "1207" }, "0xB33A604345F58202": { "name": "GET_VOLUME_LOCK_REQUEST_STATUS", "comment": "enum eVolumeLockRequestStatus\n{\n\tVOLUME_LOCK_REQUEST_STATUS_INVALID,\n\tVOLUME_LOCK_REQUEST_STATUS_READY,\n\tVOLUME_LOCK_REQUEST_STATUS_IN_PROGRESS,\n\tVOLUME_LOCK_REQUEST_STATUS_SUCCEEDED,\n\tVOLUME_LOCK_REQUEST_STATUS_FAILED\n};", "params": [ { "type": "int", "name": "volLockRequestId" } ], "return_type": "int", "build": "1207" }, "0x351D71B8B72B858B": { "name": "_0x351D71B8B72B858B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xFA15C9A320E707B0": { "name": "_0xFA15C9A320E707B0", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" }, "0x52572B331E693AED": { "name": "_0x52572B331E693AED", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x128FC3A893BF853A": { "name": "_0x128FC3A893BF853A", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xFD010A2154B40676": { "name": "_SET_VOLUME_RELATIONSHIP", "comment": "", "params": [ { "type": "Volume", "name": "volume" }, { "type": "Hash", "name": "relationshipGroup" } ], "return_type": "void", "build": "1207" }, "0x666C2F53ABEFC952": { "name": "_GET_VOLUME_RELATIONSHIP", "comment": "Returns relationshipGroup Hash", "params": [ { "type": "Volume", "name": "volume" } ], "return_type": "Hash", "build": "1207" } }, "WATER": { "0x754616EC6965D1FB": { "name": "DISABLE_WATER_LOOKUP", "comment": "Must be called every frame to take full effect.", "params": [], "return_type": "void", "build": "1207" }, "0x754616EC6965D1BF": { "name": "ENABLE_WATER_LOOKUP", "comment": "", "params": [], "return_type": "void", "build": "1207" }, "0xFCA8B23F28813F69": { "name": "GET_WATER_HEIGHT", "comment": "Checks against a global variable that is set by _SET_WORLD_WATER_TYPE. If that is set to one it will fail. Likely not the only issue but part of it.", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float*", "name": "height" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xF6829842C06AE524", "gta_jhash": "0xD864E17C" }, "0xDCF3690AA262C03F": { "name": "GET_WATER_HEIGHT_NO_WAVES", "comment": "", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "float*", "name": "height" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8EE6B53CE13A9794", "gta_jhash": "0x262017F8" }, "0x8974647ED222EA5F": { "name": "TEST_PROBE_AGAINST_ALL_WATER", "comment": "enum eScriptWaterTestResult\n{\n\tSCRIPT_WATER_TEST_RESULT_NONE,\n\tSCRIPT_WATER_TEST_RESULT_WATER,\n\tSCRIPT_WATER_TEST_RESULT_BLOCKED,\n};", "params": [ { "type": "float", "name": "x1" }, { "type": "float", "name": "y1" }, { "type": "float", "name": "z1" }, { "type": "float", "name": "x2" }, { "type": "float", "name": "y2" }, { "type": "float", "name": "z2" }, { "type": "int", "name": "flags" }, { "type": "Vector3*", "name": "intersectionPos" } ], "return_type": "int", "build": "1207", "gta_hash": "0x8974647ED222EA5F", "gta_jhash": "0x4A962D55" }, "0x2B3451FA1E3142E2": { "name": "TEST_VERTICAL_PROBE_AGAINST_ALL_WATER", "comment": "Checks against a global variable that is set by _SET_WORLD_WATER_TYPE. If it's set to 1 (Guarma) it will fail.\n\nSee TEST_PROBE_AGAINST_ALL_WATER.", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "flags" }, { "type": "float*", "name": "waterHeight" } ], "return_type": "int", "build": "1207", "gta_hash": "0x2B3451FA1E3142E2", "gta_jhash": "0x4C71D143" }, "0x4BEF8DD75AF6C71C": { "name": "REMOVE_EXTRA_CALMING_QUAD", "comment": "Only used in rcm_crackpot1 R* Script: p0 = 0", "params": [ { "type": "int", "name": "index" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB1252E3E59A82AAF", "gta_jhash": "0x45268B6F" }, "0x09A1C7DFDCE54FBC": { "name": "_0x09A1C7DFDCE54FBC", "comment": "Called together with REMOVE_EXTRA_CALMING_QUAD in rcm_crackpot1 R* Script: p0 = 0\n_REMOVE_*", "params": [ { "type": "int", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xF0FBF193F1F5C0EA": { "name": "_0xF0FBF193F1F5C0EA", "comment": "Only used in fishing_core R* Script", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xA33F5069B0CB89B8": { "name": "_0xA33F5069B0CB89B8", "comment": "Only used in fishing_core R* Script", "params": [], "return_type": "void", "build": "1207" }, "0xB34A6009A0DB80B8": { "name": "_0xB34A6009A0DB80B8", "comment": "Used in bounty1, fanale3, sean1 R* Scripts", "params": [ { "type": "Entity", "name": "entity" } ], "return_type": "void", "build": "1207" }, "0xC63540AEF8384732": { "name": "_SET_OCEAN_GUARMA_WATER_QUADRANT", "comment": "Only used in R* Script guama1", "params": [ { "type": "float", "name": "wavesHeight" }, { "type": "float", "name": "p1" }, { "type": "int", "name": "p2" }, { "type": "float", "name": "p3" }, { "type": "float", "name": "p4" }, { "type": "float", "name": "p5" }, { "type": "float", "name": "p6" }, { "type": "float", "name": "wavesStrength" }, { "type": "int", "name": "p8" } ], "return_type": "void", "build": "1207" }, "0xC63540AEF8384769": { "name": "_RESET_GUARMA_WATER_STATE", "comment": "Only used in guama1 / guama3 R* Script\n_REQUEST_* or _RESET_*", "params": [], "return_type": "void", "build": "1207" }, "0xE8770EE02AEE45C2": { "name": "_SET_WORLD_WATER_TYPE", "comment": "0 = World\n1 = Guarma", "params": [ { "type": "int", "name": "waterType" } ], "return_type": "void", "build": "1207" }, "0x189739A7631C1867": { "name": "_GET_WORLD_WATER_TYPE", "comment": "", "params": [], "return_type": "int", "build": "1207" }, "0x0DCEC6A92E497E17": { "name": "_0x0DCEC6A92E497E17", "comment": "Only used in native_son1 R* Script: p1 = 1", "params": [ { "type": "Entity", "name": "entity" }, { "type": "int", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xE8126623008372AA": { "name": "_0xE8126623008372AA", "comment": "Only used in fussar1 / train_robbery2 R* Script", "params": [], "return_type": "void", "build": "1207" } }, "WEAPON": { "0x865F36299079FB75": { "name": "_GET_WEAPON_UNLOCK", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "Hash", "build": "1207" }, "0xB190BCA3F4042F95": { "name": "_ADD_AMMO_TO_PED", "comment": "addReason:\nenum eAddItemReason : Hash\n{\n\tADD_REASON_AWARDS = 0xB784AD1E,\n\tADD_REASON_CREATE_CHARACTER = 0xE2C4FF71,\n\tADD_REASON_DEBUG = 0x5C05C64D,\n\tADD_REASON_DEFAULT = 0x2CD419DC,\n\tADD_REASON_GET_INVENTORY = 0xD8188685,\n\tADD_REASON_INCENTIVE = 0x8ADC2E95,\n\tADD_REASON_LOADOUT = 0xCA3454E6,\n\tADD_REASON_LOAD_SAVEGAME = 0x56212906,\n\tADD_REASON_LOOTED = 0xCA806A55,\n\tADD_REASON_MELEE = 0x7B9BDCE7,\n\tADD_REASON_MP_MISSION = 0xEC0E0194,\n\tADD_REASON_NOTIFICATION = 0xC56292D2,\n\tADD_REASON_PICKUP = 0x1A770E22,\n\tADD_REASON_PURCHASED = 0x4A6726C9,\n\tADD_REASON_SET_AMOUNT = 0x4504731E,\n\tADD_REASON_SYNCING = 0x8D4B4FF4,\n\tADD_REASON_USE_FAILED = 0xD385B670\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "amount" }, { "type": "Hash", "name": "addReason" } ], "return_type": "void", "build": "1207" }, "0x106A811C6D3035F3": { "name": "_ADD_AMMO_TO_PED_BY_TYPE", "comment": "addReason: see _ADD_AMMO_TO_PED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "ammoType" }, { "type": "int", "name": "amount" }, { "type": "Hash", "name": "addReason" } ], "return_type": "void", "build": "1207" }, "0xF4823C813CB8277D": { "name": "_REMOVE_AMMO_FROM_PED", "comment": "removeReason must be REMOVE_REASON_USED, REMOVE_REASON_GIVEN, REMOVE_REASON_DROPPED or REMOVE_REASON_DEBUG, unless amount is -1\n\nremoveReason: see REMOVE_WEAPON_FROM_PED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "amount" }, { "type": "Hash", "name": "removeReason" } ], "return_type": "void", "build": "1207" }, "0xB6CFEC32E3742779": { "name": "_REMOVE_AMMO_FROM_PED_BY_TYPE", "comment": "removeReason must be REMOVE_REASON_USED, REMOVE_REASON_GIVEN, REMOVE_REASON_DROPPED or REMOVE_REASON_DEBUG, unless amount is -1\n\nremoveReason: see REMOVE_WEAPON_FROM_PED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "ammoHash" }, { "type": "int", "name": "amount" }, { "type": "Hash", "name": "removeReason" } ], "return_type": "void", "build": "1207" }, "0x1B83C0DEEBCBB214": { "name": "_REMOVE_ALL_PED_AMMO", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0x14E56BC5B5DB6A19": { "name": "SET_PED_AMMO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "ammo" } ], "return_type": "void", "build": "1207", "gta_hash": "0x14E56BC5B5DB6A19", "gta_jhash": "0xBF90DF1A" }, "0x8A779706DA5CA3DD": { "name": "_0x8A779706DA5CA3DD", "comment": "Only used in R* SP Scripts native_son2, native_son3 and smuggler2\nParams: p2 = -1", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x9409C62504A8F9E9": { "name": "_0x9409C62504A8F9E9", "comment": "Only used in R* SP Script guama3", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x56CB3B4305A4F7CE": { "name": "_SET_VEHICLE_WEAPON_HEADING_LIMITS", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "minHeading" }, { "type": "float", "name": "maxHeading" } ], "return_type": "void", "build": "1207" }, "0xBF5987E1CDE63501": { "name": "_SET_VEHICLE_WEAPON_HEADING_LIMITS_2", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "p1" }, { "type": "float", "name": "minHeading" }, { "type": "float", "name": "maxHeading" } ], "return_type": "Any", "build": "1207" }, "0x194D877FC5597B7D": { "name": "SET_VEHICLE_WEAPON_HEADING", "comment": "", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "int", "name": "seatIndex" }, { "type": "float", "name": "heading" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x3EDCB0505123623B": { "name": "SET_PED_INFINITE_AMMO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "void", "build": "1207", "gta_hash": "0x3EDCB0505123623B", "gta_jhash": "0x9CB8D278" }, "0xFBAA1E06B6BCA741": { "name": "_SET_PED_INFINITE_AMMO_CLIP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x015A522136D7F951": { "name": "GET_AMMO_IN_PED_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "int", "build": "1207", "gta_hash": "0x015A522136D7F951", "gta_jhash": "0x0C755733" }, "0xA38DCFFCEA8962FA": { "name": "GET_MAX_AMMO_IN_CLIP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "BOOL", "name": "p2" } ], "return_type": "int", "build": "1207", "gta_hash": "0xA38DCFFCEA8962FA", "gta_jhash": "0x6961E2A4" }, "0x2E1202248937775C": { "name": "GET_AMMO_IN_CLIP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int*", "name": "ammo" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x2E1202248937775C", "gta_jhash": "0x73C100C3" }, "0x678F00858980F516": { "name": "_GET_AMMO_IN_CLIP_BY_INVENTORY_UID", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int*", "name": "ammo" }, { "type": "Any*", "name": "inventoryUid" } ], "return_type": "BOOL", "build": "1207" }, "0xDCD2A934D65CB497": { "name": "SET_AMMO_IN_CLIP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "ammo" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDCD2A934D65CB497", "gta_jhash": "0xA54B0B10" }, "0xDF4A3404D022ADDE": { "name": "_REFILL_AMMO_IN_CLIP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "clipInventoryUid" }, { "type": "int", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0xDC16122C7A20C933": { "name": "GET_MAX_AMMO", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int*", "name": "ammo" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xDC16122C7A20C933", "gta_jhash": "0x0B294796" }, "0x5FD1E1F011E76D7E": { "name": "SET_PED_AMMO_BY_TYPE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "ammoType" }, { "type": "int", "name": "ammo" } ], "return_type": "void", "build": "1207", "gta_hash": "0x5FD1E1F011E76D7E", "gta_jhash": "0x311C52BB" }, "0x39D22031557946C1": { "name": "GET_PED_AMMO_BY_TYPE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "ammoType" } ], "return_type": "int", "build": "1207", "gta_hash": "0x39D22031557946C1", "gta_jhash": "0x54077C4D" }, "0xA4EFEF9440A5B0EF": { "name": "SET_PED_AMMO_TO_DROP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p1" }, { "type": "int", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xA4EFEF9440A5B0EF", "gta_jhash": "0x2386A307" }, "0x5C2EA6C44F515F34": { "name": "_GET_AMMO_TYPE_FOR_WEAPON", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "Hash", "build": "1207" }, "0x7FEAD38B326B9F74": { "name": "GET_PED_AMMO_TYPE_FROM_WEAPON", "comment": "Returns the current ammo type of the specified ped's specified weapon.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x7FEAD38B326B9F74", "gta_jhash": "0x09337863" }, "0x7AA043F6C41D151E": { "name": "_GET_WEAPON_TYPE_FROM_AMMO_TYPE", "comment": "", "params": [ { "type": "Hash", "name": "ammoType" } ], "return_type": "Hash", "build": "1207" }, "0x59DE03442B6C9598": { "name": "_GET_WEAPON_COMPONENT_TYPE_MODEL", "comment": "", "params": [ { "type": "Hash", "name": "componentHash" } ], "return_type": "Hash", "build": "1207" }, "0xF70825EB340E7D15": { "name": "_GET_WEAPONTYPE_MODEL", "comment": "Gets the model hash from the weapon hash.", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "Hash", "build": "1207" }, "0x46F032B8DDF46CDE": { "name": "_GET_WEAPONTYPE_SLOT", "comment": "Returns hash where WEAPON_ is replaced with SLOT_", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "Hash", "build": "1207" }, "0xEDCA14CA5199FF25": { "name": "GET_WEAPONTYPE_GROUP", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0xC3287EE3050FB74C", "gta_jhash": "0x5F2DE833" }, "0xF8204EF17410BF43": { "name": "_0xF8204EF17410BF43", "comment": "Returns weaponHash", "params": [ { "type": "Hash", "name": "weaponGroupHash" }, { "type": "float", "name": "p1" }, { "type": "float", "name": "p2" }, { "type": "Any", "name": "p3" } ], "return_type": "Hash", "build": "1207" }, "0x6ABAD7B0A854F8FB": { "name": "_IS_WEAPON_KIT", "comment": "Returns true when the weapon passed is either a lasso, the camera or the binoculars\n_IS_WEAPON_M* - _IS_WEAPON_P*", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x49E40483948AF062": { "name": "_IS_WEAPON_KIT_2", "comment": "Returns true when the weapon passed is either the fishingrod, a lasso, the camera or the binoculars\n_IS_WEAPON_M* - _IS_WEAPON_P*", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xC4DEC3CA8C365A5D": { "name": "IS_WEAPON_BOW", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x79407D33328286C6": { "name": "_IS_WEAPON_LANTERN", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x506F1DE1BFC75304": { "name": "_IS_WEAPON_TORCH", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xBE7E42B07FD317AC": { "name": "GIVE_WEAPON_TO_PED_WITH_OPTIONS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "data" }, { "type": "Any*", "name": "outData" } ], "return_type": "BOOL", "build": "1207" }, "0x5E3BDDBCB83F3D84": { "name": "GIVE_WEAPON_TO_PED", "comment": "Gives the ped the weapon.\nList: https://github.com/femga/rdr3_discoveries/blob/master/weapons/weapons.lua\n\nParams: p7 is 0.5f, and p8 is 1.0f. p11 and p12 are both 0 in R* Scripts\nattachPoint: see SET_CURRENT_PED_WEAPON\naddReason: see _ADD_AMMO_TO_PED\npermanentDegradation: default 0.5, any higher than 0 it will automatically make the weapon worn, you can also adjust the value to change the weapons maximum cleanliness", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "ammoCount" }, { "type": "BOOL", "name": "bForceInHand" }, { "type": "BOOL", "name": "bForceInHolster" }, { "type": "int", "name": "attachPoint" }, { "type": "BOOL", "name": "bAllowMultipleCopies" }, { "type": "float", "name": "p7" }, { "type": "float", "name": "p8" }, { "type": "Hash", "name": "addReason" }, { "type": "BOOL", "name": "bIgnoreUnlocks" }, { "type": "float", "name": "permanentDegradation" }, { "type": "BOOL", "name": "p12" } ], "return_type": "Hash", "build": "1207" }, "0x5230D3F6EE56CFE6": { "name": "_SET_FORCE_CURRENT_WEAPON_INTO_COCKED_STATE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attachPoint" } ], "return_type": "void", "build": "1207" }, "0x9F0E1892C7F228A8": { "name": "_0x9F0E1892C7F228A8", "comment": "", "params": [ { "type": "BOOL", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x94A3C1B804D291EC": { "name": "_HOLSTER_PED_WEAPONS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "immediately" } ], "return_type": "void", "build": "1207" }, "0xFCCC886EDE3C63EC": { "name": "_HIDE_PED_WEAPONS", "comment": "Unequip current weapon and set current weapon to WEAPON_UNARMED.\np0 usually 2 in R* scripts. Doesn't seem to have any effect if changed....\nimmediately: if true it will instantly switch to unarmed", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "p0" }, { "type": "BOOL", "name": "immediately" } ], "return_type": "void", "build": "1207" }, "0x4820A6939D7CEF28": { "name": "_0x4820A6939D7CEF28", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xADF692B254977C0C": { "name": "SET_CURRENT_PED_WEAPON", "comment": "attachPoint:\nenum eWeaponAttachPoint\n{\n\tWEAPON_ATTACH_POINT_INVALID = -1,\n\tWEAPON_ATTACH_POINT_HAND_PRIMARY = 0,\n\tWEAPON_ATTACH_POINT_HAND_SECONDARY = 1,\n\tWEAPON_ATTACH_POINT_PISTOL_R = 2,\n\tMAX_HAND_WEAPON_ATTACH_POINTS = 2,\n\tWEAPON_ATTACH_POINT_PISTOL_L = 3,\n\tWEAPON_ATTACH_POINT_KNIFE = 4,\n\tWEAPON_ATTACH_POINT_LASSO = 5,\n\tWEAPON_ATTACH_POINT_THROWER = 6,\n\tWEAPON_ATTACH_POINT_BOW = 7,\n\tWEAPON_ATTACH_POINT_BOW_ALTERNATE = 8,\n\tWEAPON_ATTACH_POINT_RIFLE = 9,\n\tWEAPON_ATTACH_POINT_RIFLE_ALTERNATE = 10,\n\tWEAPON_ATTACH_POINT_LANTERN = 11,\n\tWEAPON_ATTACH_POINT_TEMP_LANTERN = 12,\n\tWEAPON_ATTACH_POINT_MELEE = 13,\n\tMAX_SYNCED_WEAPON_ATTACH_POINTS = 13,\n\tWEAPON_ATTACH_POINT_HIP = 14,\n\tWEAPON_ATTACH_POINT_BOOT = 15,\n\tWEAPON_ATTACH_POINT_BACK = 16,\n\tWEAPON_ATTACH_POINT_FRONT = 17,\n\tWEAPON_ATTACH_POINT_SHOULDERSLING = 18,\n\tWEAPON_ATTACH_POINT_LEFTBREAST = 19,\n\tWEAPON_ATTACH_POINT_RIGHTBREAST = 20,\n\tWEAPON_ATTACH_POINT_LEFTARMPIT = 21,\n\tWEAPON_ATTACH_POINT_RIGHTARMPIT = 22,\n\tWEAPON_ATTACH_POINT_LEFTARMPIT_RIFLE = 23,\n\tWEAPON_ATTACH_POINT_SATCHEL = 24,\n\tWEAPON_ATTACH_POINT_LEFTARMPIT_BOW = 25,\n\tWEAPON_ATTACH_POINT_RIGHT_HAND_EXTRA = 26,\n\tWEAPON_ATTACH_POINT_LEFT_HAND_EXTRA = 27,\n\tWEAPON_ATTACH_POINT_RIGHT_HAND_AUX = 28,\n\tMAX_WEAPON_ATTACH_POINTS = 29\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "BOOL", "name": "equipNow" }, { "type": "int", "name": "attachPoint" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207", "gta_hash": "0xADF692B254977C0C", "gta_jhash": "0xB8278882" }, "0x3A87E44BB9A01D54": { "name": "GET_CURRENT_PED_WEAPON", "comment": "attachPoint: see SET_CURRENT_PED_WEAPON", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash*", "name": "weaponHash" }, { "type": "BOOL", "name": "p2" }, { "type": "int", "name": "attachPoint" }, { "type": "BOOL", "name": "p4" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x3A87E44BB9A01D54", "gta_jhash": "0xB0237302" }, "0x3B390A939AF0B5FC": { "name": "GET_CURRENT_PED_WEAPON_ENTITY_INDEX", "comment": "Returns weaponObject, attachPoint: see SET_CURRENT_PED_WEAPON", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attachPoint" } ], "return_type": "Entity", "build": "1207", "gta_hash": "0x3B390A939AF0B5FC", "gta_jhash": "0x5D73CD20" }, "0xC395355843BE134B": { "name": "_ENABLE_WEAPON_RESTORE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xC71FE230A513C30F": { "name": "GET_PED_BACKUP_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Hash", "build": "1207" }, "0x486C96A0DCD2BC92": { "name": "_0x486C96A0DCD2BC92", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1232" }, "0xDA37A053C1522F5D": { "name": "_GET_PED_WORST_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "Hash", "build": "1207" }, "0x8483E98E8B888AE2": { "name": "GET_BEST_PED_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "Hash", "build": "1207", "gta_hash": "0x8483E98E8B888AE2", "gta_jhash": "0xB998D444" }, "0x7B98500614C8E8B8": { "name": "_GET_BEST_PED_WEAPON_IN_INVENTORY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any", "name": "p1" }, { "type": "Any*", "name": "guidPrimary" } ], "return_type": "Any", "build": "1232" }, "0xF52BD94B47CCF736": { "name": "GET_BEST_PED_SHORTARM_GUID", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "outGUID" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x6929E22158E52265": { "name": "GET_PED_WEAPON_GUID_AT_ATTACH_POINT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attachPoint" }, { "type": "Any*", "name": "weaponGuid" } ], "return_type": "BOOL", "build": "1207" }, "0x9F67929D98E7C6E8": { "name": "_GET_BEST_PED_WEAPON_IN_GROUP", "comment": "If near your horse when called, weapons stored on your horse will be considered\nReturns weaponHash", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponGroup" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "Hash", "build": "1207" }, "0x08FF1099ED2E6E21": { "name": "_GET_DEFAULT_UNARMED_WEAPON_HASH", "comment": "Returns the ped's default unarmed weapon hash as defined in CPedModelInfo (DefaultUnarmedWeapon).\nFalls back to WEAPON_UNARMED if the ped doesn't have a valid model info pointer, or 0 if the ped doesn't exist.", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0xBDDA0C290C228159": { "name": "_SET_AMMO_IN_TURRET", "comment": "turretHash: WEAPON_TURRET_MAXIUM, WEAPON_TURRET_GATLING, WEAPON_TURRET_CANNON, WEAPON_TURRET_REVOLVING_CANNON", "params": [ { "type": "Vehicle", "name": "vehicle" }, { "type": "Hash", "name": "turretHash" }, { "type": "int", "name": "ammo" } ], "return_type": "void", "build": "1207" }, "0x75C55983C2C39DAA": { "name": "SET_CURRENT_PED_VEHICLE_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x75C55983C2C39DAA", "gta_jhash": "0x8E6F2AF1" }, "0x1017582BCD3832DC": { "name": "GET_CURRENT_PED_VEHICLE_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash*", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x1017582BCD3832DC", "gta_jhash": "0xF26C5D65" }, "0xCB690F680A3EA971": { "name": "IS_PED_ARMED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "flags" } ], "return_type": "BOOL", "build": "1207" }, "0xA2091482ED42EF85": { "name": "_0xA2091482ED42EF85", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x2387D6E9C6B478AA": { "name": "_IS_WEAPON_HOLSTER_STATE_CHANGING", "comment": "Returns true if the ped is currently holstering or unholstering a weapon", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x937C71165CF334B3": { "name": "IS_WEAPON_VALID", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x937C71165CF334B3", "gta_jhash": "0x38CA2954" }, "0x1F7977C9101F807F": { "name": "_IS_AMMO_VALID", "comment": "", "params": [ { "type": "Hash", "name": "ammoHash" } ], "return_type": "BOOL", "build": "1207" }, "0x23BF601A42F329A0": { "name": "_0x23BF601A42F329A0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xF29A186ED428B552": { "name": "IS_PED_CARRYING_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x8DECB02F88F428BC": { "name": "HAS_PED_GOT_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "p2" }, { "type": "BOOL", "name": "p3" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x8DECB02F88F428BC", "gta_jhash": "0x43D2FA82" }, "0x07E1C35F0078C3F9": { "name": "_0x07E1C35F0078C3F9", "comment": "Seems to return true if the passed weapon is some sort of non-lethal melee weapon.\nWeapon must currently be held/equipped by the ped.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weapon" } ], "return_type": "BOOL", "build": "1207" }, "0xB80CA294F2F26749": { "name": "IS_PED_WEAPON_READY_TO_SHOOT", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0xB80CA294F2F26749", "gta_jhash": "0x02A32CB0" }, "0xDBC4B552B2AE9A83": { "name": "_GET_PED_WEAPON_IN_SLOT", "comment": "slotHash is usually just the weaponHash name, but WEAPON_* is replaced with SLOT_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "slotHash" } ], "return_type": "Hash", "build": "1207" }, "0xB282DC6EBD803C75": { "name": "GIVE_DELAYED_WEAPON_TO_PED", "comment": "addReason: see _ADD_AMMO_TO_PED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "ammoCount" }, { "type": "BOOL", "name": "p3" }, { "type": "Hash", "name": "addReason" } ], "return_type": "void", "build": "1207", "gta_hash": "0xB282DC6EBD803C75", "gta_jhash": "0x5868D20D" }, "0xF25DF915FA38C5F3": { "name": "REMOVE_ALL_PED_WEAPONS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF25DF915FA38C5F3", "gta_jhash": "0xA44CE817" }, "0x4899CB088EDF59B8": { "name": "REMOVE_WEAPON_FROM_PED", "comment": "removeReason:\nenum eRemoveItemReason : Hash\n{\n\tREMOVE_REASON_CLIENT_PURGED = 0x4A4E94DC,\n\tREMOVE_REASON_COALESCE = 0x2ABE393E,\n\tREMOVE_REASON_DEBUG = 0xA07362E6,\n\tREMOVE_REASON_DEFAULT = 0xF77DE93D,\n\tREMOVE_REASON_DELETE_CHARACTER = 0x20AFBDE9,\n\tREMOVE_REASON_DROPPED = 0xEC7FB5D5,\n\tREMOVE_REASON_DUPLICATE = 0x19047132,\n\tREMOVE_REASON_GIFTED_INCORRECTLY = 0x9C4E3829,\n\tREMOVE_REASON_GIVEN = 0xAD5377D4,\n\tREMOVE_REASON_INSUFFICIENT_INVENTORY = 0x518D1AAE,\n\tREMOVE_REASON_ITEM_DOES_NOT_EXIST = 0xEAD5D889,\n\tREMOVE_REASON_LOADOUT = 0x1B94E3BA,\n\tREMOVE_REASON_SET_AMOUNT = 0x19D5CFA5,\n\tREMOVE_REASON_SOLD = 0x76C4B482,\n\tREMOVE_REASON_USED = 0x2188E0A3,\n\tREMOVE_REASON_USE_FAILED = 0x671F9EAD\n};", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "BOOL", "name": "p2" }, { "type": "Hash", "name": "removeReason" } ], "return_type": "void", "build": "1207", "gta_hash": "0x4899CB088EDF59B8", "gta_jhash": "0x9C37F220" }, "0x51C3B71591811485": { "name": "_REMOVE_WEAPON_FROM_PED_BY_GUID", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "weaponGuid" }, { "type": "Hash", "name": "removeReason" } ], "return_type": "void", "build": "1311" }, "0x6F6981D2253C208F": { "name": "HIDE_PED_WEAPON_FOR_SCRIPTED_CUTSCENE", "comment": "Hides the ped's weapon during a cutscene.", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x6F6981D2253C208F", "gta_jhash": "0x00CFD6E9" }, "0x0725A4CCFDED9A70": { "name": "SET_PED_CURRENT_WEAPON_VISIBLE", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "visible" }, { "type": "BOOL", "name": "deselectWeapon" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "void", "build": "1207", "gta_hash": "0x0725A4CCFDED9A70", "gta_jhash": "0x00BECD77" }, "0x67E21ACC5C0C970C": { "name": "_SET_PED_WEAPON_ATTACH_POINT_VISIBILITY", "comment": "attachPoint: see SET_CURRENT_PED_WEAPON", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attachPoint" }, { "type": "BOOL", "name": "visible" } ], "return_type": "void", "build": "1207" }, "0x4F806A6CFED89468": { "name": "_SET_PED_ALL_WEAPONS_VISIBILITY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "visible" } ], "return_type": "void", "build": "1207" }, "0x476AE72C1D19D1A8": { "name": "SET_PED_DROPS_WEAPONS_WHEN_DEAD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207", "gta_hash": "0x476AE72C1D19D1A8", "gta_jhash": "0x8A444056" }, "0x431240A58484D5D0": { "name": "_0x431240A58484D5D0", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x45E57FDD531C9477": { "name": "_0x45E57FDD531C9477", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xF08D8FEB455F2C8C": { "name": "_0xF08D8FEB455F2C8C", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x16D9841A85FA627E": { "name": "_0x16D9841A85FA627E", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0x6C4D0409BA1A2BC2": { "name": "GET_PED_LAST_WEAPON_IMPACT_COORD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Vector3*", "name": "coords" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x6C4D0409BA1A2BC2", "gta_jhash": "0x9B266079" }, "0x087D8F4BC65F68E4": { "name": "_CLEAR_PED_LAST_WEAPON_DAMAGE", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xDCF06D0CDFF68424": { "name": "_HAS_ENTITY_BEEN_DAMAGED_BY_WEAPON", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "weaponName" }, { "type": "int", "name": "weaponType" } ], "return_type": "BOOL", "build": "1207" }, "0x208A1888007FC0E6": { "name": "SET_PED_DROPS_INVENTORY_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "float", "name": "xOffset" }, { "type": "float", "name": "yOffset" }, { "type": "float", "name": "zOffset" }, { "type": "int", "name": "ammoCount" } ], "return_type": "void", "build": "1207", "gta_hash": "0x208A1888007FC0E6", "gta_jhash": "0x81FFB874" }, "0xB0FB9B196A3D13F0": { "name": "_0xB0FB9B196A3D13F0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x2EBF70E1D8C06683": { "name": "_0x2EBF70E1D8C06683", "comment": "_SET_A* - _SET_B*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x63B83A526329AFBC": { "name": "_0x63B83A526329AFBC", "comment": "Only used in R* Script fme_escaped_convicts, p0 = 0", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x79E1E511FF7EFB13": { "name": "_MAKE_PED_RELOAD", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1207" }, "0x0A2AB7B7ABC055F4": { "name": "_REFILL_AMMO_IN_CURRENT_PED_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1207" }, "0xCEF4C65DE502D367": { "name": "MAKE_PED_DROP_WEAPON", "comment": "Old name: _DROP_CURRENT_PED_WEAPON", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" }, { "type": "int", "name": "attachPoint" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" } ], "return_type": "Entity", "build": "1207" }, "0x8425C5F057012DAB": { "name": "_GET_PED_CURRENT_HELD_WEAPON", "comment": "Returns eCurrentHeldWeapon\n_GET_R* - _GET_T*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x78030C7867D8B9B6": { "name": "SET_ALLOW_ANY_WEAPON_DROP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xA3716A77DCF17424": { "name": "_0xA3716A77DCF17424", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x457B16951AD77C1B": { "name": "_0x457B16951AD77C1B", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1436" }, "0x3799EFCC3C8CD5E1": { "name": "_0x3799EFCC3C8CD5E1", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x79B1A6E780266DB0": { "name": "_GET_MAX_LOCKON_DISTANCE_OF_CURRENT_PED_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "float", "build": "1207" }, "0x19F70C4D80494FF8": { "name": "_REMOVE_WEAPON_COMPONENT_FROM_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentHash" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "void", "build": "1207" }, "0xBBC67A6F965C688A": { "name": "_HAS_PED_GOT_WEAPON_COMPONENT", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentHash" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xBDD9C235D8D1052E": { "name": "_IS_PED_CURRENT_WEAPON_HOLSTERED", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0xD2209866B0CB72EA": { "name": "_0xD2209866B0CB72EA", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x72D4CB5DB927009C": { "name": "_REQUEST_WEAPON_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "p1" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xFF07CF465F48B830": { "name": "_HAS_WEAPON_ASSET_LOADED", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xC3896D03E2852236": { "name": "_REMOVE_WEAPON_ASSET", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "void", "build": "1207" }, "0xE9B3FEC825668291": { "name": "_0xE9B3FEC825668291", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x9CCA3131E6B53C68": { "name": "_0x9CCA3131E6B53C68", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "Any", "build": "1207" }, "0x6D3AC61694A791C5": { "name": "_GET_WEAPON_NAME_2", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "const char*", "build": "1207" }, "0x89CF5FF3D363311E": { "name": "_GET_WEAPON_NAME", "comment": "Returns \"WNS_INVALID\" if the weapon is invalid/doesn't exist.", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "const char*", "build": "1207" }, "0x7A56D66C78D8EF8E": { "name": "_GET_WEAPON_NAME_WITH_PERMANENT_DEGRADATION", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" }, { "type": "float", "name": "permanentDegradationLevel" } ], "return_type": "const char*", "build": "1207" }, "0xB832F1A686B9B810": { "name": "_0xB832F1A686B9B810", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x5A695BD328586B44": { "name": "_0x5A695BD328586B44", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x641351E9AD103890": { "name": "_0x641351E9AD103890", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x739B9C6D0E7F7F93": { "name": "SET_INSTANTLY_EQUIP_WEAPON_PICKUPS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xBE711B14A159E84F": { "name": "_SET_FORCE_AUTO_EQUIP", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "toggle" } ], "return_type": "void", "build": "1207" }, "0xE9BD19F8121ADE3E": { "name": "_SEND_WEAPON_TO_INVENTORY", "comment": "Appears to just send specified weapon to your horse holster without having to be close\nHowever, the weapon is not visible on the horse holster, but you can reach the weapon on the weapon wheel", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "void", "build": "1207" }, "0x14FF0C2545527F9B": { "name": "_0x14FF0C2545527F9B", "comment": "Puts the gun visibly in your horse's holster without having to be close to the horse. Use 0xE9BD19F8121ADE3E before using this native\n_A* or _B*", "params": [ { "type": "Ped", "name": "horse" }, { "type": "Hash", "name": "weaponHash" }, { "type": "Ped", "name": "ped" } ], "return_type": "void", "build": "1207" }, "0xD4C6E24D955FF061": { "name": "_0xD4C6E24D955FF061", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1311" }, "0xAFFD0CCF31F469B8": { "name": "_0xAFFD0CCF31F469B8", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x8EC44AE8DECFF841": { "name": "_GET_WEAPON_STAT_ID", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "Hash", "build": "1207" }, "0x9E2D5D6BC97A5F1E": { "name": "_HAS_ENTITY_BEEN_DAMAGED_BY_WEAPON_RECENTLY", "comment": "", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "ms" } ], "return_type": "BOOL", "build": "1207" }, "0x90EB1CB189923587": { "name": "_GET_PED_HOGTIE_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1207" }, "0x9888652B8BA77F73": { "name": "_CREATE_WEAPON_OBJECT", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" }, { "type": "int", "name": "ammoCount" }, { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "BOOL", "name": "showWorldModel" }, { "type": "float", "name": "scale" } ], "return_type": "Object", "build": "1207" }, "0xF7D82B0D66777611": { "name": "REMOVE_WEAPON_COMPONENT_FROM_WEAPON_OBJECT", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" }, { "type": "Hash", "name": "component" } ], "return_type": "void", "build": "1207", "gta_hash": "0xF7D82B0D66777611", "gta_jhash": "0xA6E7ED3C" }, "0x76A18844E743BF91": { "name": "HAS_WEAPON_GOT_WEAPON_COMPONENT", "comment": "", "params": [ { "type": "Object", "name": "weapon" }, { "type": "Hash", "name": "addonHash" } ], "return_type": "BOOL", "build": "1207", "gta_hash": "0x76A18844E743BF91", "gta_jhash": "0x1D368510" }, "0x1A47699E8D533E8F": { "name": "_GIVE_WEAPON_COMPONENT_TO_WEAPON_OBJECT", "comment": "", "params": [ { "type": "Object*", "name": "weaponObject" }, { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "componentHash" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0xC6A6789BB405D11C": { "name": "_GET_WEAPON_OBJECT_FROM_PED", "comment": "Detaches the weapon from the ped and actually removes the ped's weapon", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Object", "build": "1207" }, "0x6CA484C9A7377E4F": { "name": "_GET_PED_WEAPON_OBJECT", "comment": "_GET_M* - _GET_PED_A*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "p1" } ], "return_type": "Object", "build": "1207" }, "0x74C9090FDD1BB48E": { "name": "_GIVE_WEAPON_COMPONENT_TO_ENTITY", "comment": "entity can be a ped or weapon object.", "params": [ { "type": "Entity", "name": "entity" }, { "type": "Hash", "name": "componentHash" }, { "type": "Hash", "name": "weaponHash" }, { "type": "BOOL", "name": "p3" } ], "return_type": "void", "build": "1207" }, "0x74C9080FDD1BB48E": { "name": "_0x74C9080FDD1BB48E", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x74C9080FDD1BB48F": { "name": "_0x74C9080FDD1BB48F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x74C2365FDD1BB48F": { "name": "_0x74C2365FDD1BB48F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x74C90AAACC1DD48F": { "name": "_0x74C90AAACC1DD48F", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x74C8000FDD1BB111": { "name": "_0x74C8000FDD1BB111", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x74C8000FDD1BB222": { "name": "_0x74C8000FDD1BB222", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xF4601C1203B1A78D": { "name": "_GET_WEAPON_GUN_SPINNING_WEAPON_EMOTE_TRICK_TYPE_HASH", "comment": "Returns iSpinHash", "params": [ { "type": "Hash", "name": "emote" }, { "type": "int", "name": "weaponEmoteTrickType" } ], "return_type": "Hash", "build": "1207" }, "0xCBCFFF805F1B4596": { "name": "_SET_ACTIVE_GUN_SPINNING_EQUIP_KIT_EMOTE_TWIRL", "comment": "emote hashes: KIT_EMOTE_TWIRL_GUN, KIT_EMOTE_TWIRL_GUN_LEFT_HOLSTER, KIT_EMOTE_TWIRL_GUN_DUAL, 0 (to unequip)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "emote" } ], "return_type": "void", "build": "1311" }, "0x2C4FEC3D0EFA9FC0": { "name": "_GET_PED_GUN_SPINNING_EQUIPPED_KIT_EMOTE_TWIRL", "comment": "Returns emote Hash", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Hash", "build": "1355" }, "0x01F661BB9C71B465": { "name": "_SET_ACTIVE_GUN_SPINNING_KIT_EMOTE_TWIRL", "comment": "spinHash can be -1, 0 to disable", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "weaponEmoteTrickType" }, { "type": "Hash", "name": "spin" } ], "return_type": "void", "build": "1207" }, "0xF3B1620B920D1708": { "name": "_GET_PED_GUN_SPINNING_HASH_FROM_WEAPON_EMOTE_VARIATION", "comment": "Returns iSpinHash / iVariationSpin", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "weaponEmoteVariation" } ], "return_type": "Hash", "build": "1355" }, "0x86147D05FA831D3A": { "name": "_GET_WEAPON_EMOTE_VARIATION", "comment": "Returns weaponEmoteVariation\n\nWEAPON_EMOTE_VARIATION_INVALID = -2,\nWEAPON_EMOTE_VARIATION_BASE,\nWEAPON_EMOTE_VARIATION_A,\nWEAPON_EMOTE_VARIATION_B,\nWEAPON_EMOTE_VARIATION_C,\nWEAPON_EMOTE_VARIATION_D,\nWEAPON_EMOTE_VARIATION_PREVIEW,\nWEAPON_EMOTE_NUM_VARIATIONS", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "variation" } ], "return_type": "int", "build": "1355" }, "0x408CF580C5E96D49": { "name": "_SET_GUN_SPINNING_INVENTORY_SLOT_ID_ACTIVATE", "comment": "_STOP_* - _TEST_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "emoteType" } ], "return_type": "void", "build": "1355" }, "0x6554ECCE226F2A2A": { "name": "_GET_CAN_TWIRL_WEAPON", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xCD356B42C57BFE01": { "name": "_GET_CORRECT_KIT_EMOTE_TWIRL_GUN", "comment": "_GET_BEST_* - _GET_CLOSEST_*", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "weaponGuid" } ], "return_type": "BOOL", "build": "1355" }, "0xBC9444F2FF94A9C0": { "name": "_0xBC9444F2FF94A9C0", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1355" }, "0xD42514C182121C23": { "name": "_GET_DEFAULT_PED_WEAPON_COLLECTION", "comment": "Returns weaponCollection Hash\nExample: RE_POLICECHASE_MALES_01: Carbine Repeater + Knife, LO_AGRO_PED", "params": [ { "type": "Hash", "name": "pedModel" } ], "return_type": "Hash", "build": "1207" }, "0x899A04AFCC725D04": { "name": "_GIVE_WEAPON_COLLECTION_TO_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponCollection" } ], "return_type": "void", "build": "1207" }, "0xF252A85B8F3F8C58": { "name": "_0xF252A85B8F3F8C58", "comment": "", "params": [ { "type": "Hash", "name": "weaponCollection" }, { "type": "Hash", "name": "dualwieldVariant" } ], "return_type": "BOOL", "build": "1207" }, "0x9EEFD670F10656D7": { "name": "_0x9EEFD670F10656D7", "comment": "Returns weaponHash", "params": [ { "type": "Hash", "name": "weaponCollection" }, { "type": "Hash", "name": "weaponGroup" } ], "return_type": "Hash", "build": "1207" }, "0xF2F585411E748B9C": { "name": "_0xF2F585411E748B9C", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xD3750CCC00635FC2": { "name": "GET_WEAPON_CLIP_SIZE", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "int", "build": "1207" }, "0xA769D753922B031B": { "name": "_0xA769D753922B031B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xC5899C4CD2E2495D": { "name": "_0xC5899C4CD2E2495D", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0x918990BD9CE08582": { "name": "GET_ALLOW_DUAL_WIELD", "comment": "", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1207" }, "0x83B8D50EB9446BBA": { "name": "_SET_ALLOW_DUAL_WIELD", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "BOOL", "name": "allow" } ], "return_type": "void", "build": "1207" }, "0x44C8F4908F1B2622": { "name": "_0x44C8F4908F1B2622", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "ammoHash" } ], "return_type": "BOOL", "build": "1207" }, "0x792E3EF76C911959": { "name": "_IS_WEAPON_KNIFE", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xC212F1D05A8232BB": { "name": "IS_WEAPON_REVOLVER", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xDDC64F5E31EEDAB6": { "name": "IS_WEAPON_PISTOL", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xDDB2578E95EF7138": { "name": "IS_WEAPON_REPEATER", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x0A82317B7EBFC420": { "name": "IS_WEAPON_RIFLE", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xC75386174ECE95D5": { "name": "IS_WEAPON_SHOTGUN", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x6AD66548840472E5": { "name": "_IS_WEAPON_SNIPER", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x959383DCD42040DA": { "name": "IS_WEAPON_MELEE_WEAPON", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x30E7C16B12DA8211": { "name": "_IS_WEAPON_THROWABLE", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x6E4E1A82081EABED": { "name": "_IS_WEAPON_LASSO", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xC853230E76A152DF": { "name": "_IS_WEAPON_BINOCULARS", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x705BE297EEBDB95D": { "name": "IS_WEAPON_A_GUN", "comment": "Returns true if CWeaponInfoFlags::Flags::Gun is set.", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x0556E9D2ECF39D01": { "name": "_IS_WEAPON_TWO_HANDED", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xD955FEE4B87AFA07": { "name": "_IS_WEAPON_ONE_HANDED", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x5809DBCA0A37C82B": { "name": "_IS_WEAPON_SILENT", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0xEA522F991E120D45": { "name": "_0xEA522F991E120D45", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xD2866CBA797E872E": { "name": "_IS_AMMO_SILENT", "comment": "", "params": [ { "type": "Hash", "name": "ammoHash" } ], "return_type": "BOOL", "build": "1232" }, "0x7EFACC589B98C488": { "name": "_IS_AMMO_SILENT_2", "comment": "", "params": [ { "type": "Hash", "name": "ammoHash" } ], "return_type": "BOOL", "build": "1207" }, "0x2C83212A7AA51D3D": { "name": "SHOULD_WEAPON_BE_DISCARDED_WHEN_SWAPPED", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "BOOL", "build": "1207" }, "0x5B235F24472F2C3B": { "name": "_0x5B235F24472F2C3B", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xBFCA7AFABF9D7967": { "name": "_0xBFCA7AFABF9D7967", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x495A04CAEC263AF8": { "name": "_0x495A04CAEC263AF8", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x95CA12E2C68043E5": { "name": "_0x95CA12E2C68043E5", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0xABC18A28BAD4B46F": { "name": "_0xABC18A28BAD4B46F", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x80BB243789008A82": { "name": "_0x80BB243789008A82", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x904103D5D2333977": { "name": "_GET_WEAPON_DAMAGE", "comment": "Related to weapon visual damage, not actual damage.", "params": [ { "type": "Object", "name": "weaponObject" } ], "return_type": "float", "build": "1207" }, "0xE22060121602493B": { "name": "_SET_WEAPON_DAMAGE", "comment": "Related to weapon visual damage, not actual damage.", "params": [ { "type": "Object", "name": "weaponObject" }, { "type": "float", "name": "level" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x810E8AE9AFEA7E54": { "name": "_GET_WEAPON_DIRT", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" } ], "return_type": "float", "build": "1207" }, "0x812CE61DEBCAB948": { "name": "_SET_WEAPON_DIRT", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" }, { "type": "float", "name": "level" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x4BF66F8878F67663": { "name": "_GET_WEAPON_SOOT", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" } ], "return_type": "float", "build": "1207" }, "0xA9EF4AD10BDDDB57": { "name": "_SET_WEAPON_SOOT", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" }, { "type": "float", "name": "level" }, { "type": "BOOL", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0xD4071EFC83794B2F": { "name": "_SET_WEAPON_LEVEL_THRESHOLD", "comment": "every other level will have the max value of (brokeLevel - threshold)", "params": [ { "type": "Object", "name": "weaponObject" }, { "type": "float", "name": "threshold" } ], "return_type": "void", "build": "1207" }, "0x0D78E1097F89E637": { "name": "GET_WEAPON_DEGRADATION", "comment": "0.0: good condition, 1.0: poor condition", "params": [ { "type": "Object", "name": "weaponObject" } ], "return_type": "float", "build": "1207" }, "0xD56E5F336C675EFA": { "name": "GET_WEAPON_PERMANENT_DEGRADATION", "comment": "Related to rust of weapons", "params": [ { "type": "Object", "name": "weaponObject" } ], "return_type": "float", "build": "1207" }, "0xA7A57E89E965D839": { "name": "_SET_WEAPON_DEGRADATION", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" }, { "type": "float", "name": "level" } ], "return_type": "void", "build": "1207" }, "0xDA5D3F2C6DD5B5D4": { "name": "_LISTEN_PROJECTILE_HIT_EVENTS", "comment": "", "params": [ { "type": "BOOL", "name": "listen" } ], "return_type": "void", "build": "1207" }, "0x22084CA699219624": { "name": "_GET_WEAPON_SCALE", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" } ], "return_type": "float", "build": "1207" }, "0xC3544AD0522E69B4": { "name": "_SET_WEAPON_SCALE", "comment": "", "params": [ { "type": "Object", "name": "weaponObject" }, { "type": "float", "name": "scale" } ], "return_type": "void", "build": "1207" }, "0x58425FCA3D3A2D15": { "name": "_0x58425FCA3D3A2D15", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0xEC97101A8F311282": { "name": "_0xEC97101A8F311282", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "Any", "build": "1207" }, "0x7E7B19A4355FEE13": { "name": "_GET_CURRENT_PED_WEAPON_AMMO_TYPE", "comment": "Returns ammoHash from weaponObject (Returned by 0x6CA484C9A7377E4F)", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Object", "name": "weaponObject" } ], "return_type": "Hash", "build": "1207" }, "0xAF9D167A5656D6A6": { "name": "_GET_CURRENT_AMMO_TYPE_FROM_GUID", "comment": "Returns ammoHash", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "weaponGuid" } ], "return_type": "Hash", "build": "1207" }, "0xC570B881754DF609": { "name": "_IS_AMMO_TYPE_VALID_FOR_WEAPON", "comment": "", "params": [ { "type": "Hash", "name": "weaponHash" }, { "type": "Hash", "name": "ammoHash" } ], "return_type": "BOOL", "build": "1207" }, "0xCC9C4393523833E2": { "name": "_SET_AMMO_TYPE_FOR_PED_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "Hash", "name": "ammoHash" } ], "return_type": "void", "build": "1207" }, "0x183CE355115B6E75": { "name": "_0x183CE355115B6E75", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xEBE46B501BC3FBCF": { "name": "_SET_AMMO_TYPE_FOR_PED_WEAPON_INVENTORY", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "weaponInventoryUid" }, { "type": "Hash", "name": "ammoHash" } ], "return_type": "void", "build": "1207" }, "0xF0D728EEA3C99775": { "name": "_DISABLE_AMMO_TYPE_FOR_PED_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "Hash", "name": "ammoHash" } ], "return_type": "void", "build": "1207" }, "0xAA5A52204E077883": { "name": "_DISABLE_AMMO_TYPE_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "ammoHash" } ], "return_type": "void", "build": "1207" }, "0xD63B4BA3A02A99E0": { "name": "_0xD63B4BA3A02A99E0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x23FB9FACA28779C1": { "name": "_ENABLE_AMMO_TYPE_FOR_PED_WEAPON", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" }, { "type": "Hash", "name": "ammoHash" } ], "return_type": "void", "build": "1207" }, "0x3B7B7908B7ADFB4B": { "name": "_ENABLE_AMMO_TYPE_FOR_PED", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Hash", "name": "weaponHash" } ], "return_type": "void", "build": "1207" }, "0x404514D231DB27A0": { "name": "_0x404514D231DB27A0", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0xD53846B9C931C181": { "name": "_0xD53846B9C931C181", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" }, { "type": "Any", "name": "p2" } ], "return_type": "void", "build": "1207" }, "0x000FA7A4A8443AF7": { "name": "_0x000FA7A4A8443AF7", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xECBB26529A737EF6": { "name": "_0xECBB26529A737EF6", "comment": "", "params": [ { "type": "Any", "name": "p0" } ], "return_type": "void", "build": "1207" }, "0xCAD4FE9398820D24": { "name": "_GET_WEAPON_ATTACH_POINT", "comment": "Returns WeaponAttachPoint", "params": [ { "type": "Ped", "name": "ped" }, { "type": "int", "name": "attachPoint" } ], "return_type": "int", "build": "1207" }, "0x4823F13A21F51964": { "name": "_0x4823F13A21F51964", "comment": "", "params": [ { "type": "Any", "name": "p0" }, { "type": "Any", "name": "p1" } ], "return_type": "Any", "build": "1207" }, "0x12FB95FE3D579238": { "name": "SET_CURRENT_PED_WEAPON_BY_GUID", "comment": "Equips a weapon from a weaponItem, similar to GIVE_WEAPON_TO_PED", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "weaponUid" }, { "type": "BOOL", "name": "p2" }, { "type": "BOOL", "name": "p3" }, { "type": "BOOL", "name": "p4" }, { "type": "BOOL", "name": "p5" } ], "return_type": "void", "build": "1207" }, "0xEC1F85DA51D3D6C4": { "name": "SET_PLAYER_PED_QUICK_SWAP_WEAPON_BY_GUID", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "guidPrimary" }, { "type": "Any*", "name": "guidSecondary" } ], "return_type": "void", "build": "1232" }, "0xB7E52A058B07C7E2": { "name": "_GET_PLAYER_PED_QUICK_SWAP_WEAPON_BY_GUID", "comment": "Outputs cached guids", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Any*", "name": "guidPrimary" }, { "type": "Any*", "name": "guidSecondary" } ], "return_type": "void", "build": "1232" }, "0x0DE0944ECCB3DF5D": { "name": "_0x0DE0944ECCB3DF5D", "comment": "_GET_D* - _GET_L*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "BOOL", "build": "1232" }, "0x46D42883E873C1D7": { "name": "_0x46D42883E873C1D7", "comment": "_GET_NUM_*", "params": [ { "type": "Ped", "name": "ped" } ], "return_type": "Any", "build": "1232" }, "0x8D50F43298AB9545": { "name": "_IS_TARGET_PED_CONSTRAINED_BY_PED_USING_BOLAS", "comment": "", "params": [ { "type": "Ped", "name": "ped" }, { "type": "Ped", "name": "targetPed" } ], "return_type": "BOOL", "build": "1232" }, "0x65DC4AC5B96614CB": { "name": "_0x65DC4AC5B96614CB", "comment": "Returns attachPoint", "params": [ { "type": "Hash", "name": "weaponHash" } ], "return_type": "int", "build": "1311" } }, "ZONE": { "0x43AD8FC02B429D33": { "name": "_GET_MAP_ZONE_AT_COORDS", "comment": "Returns name hash, see common:/data/levels/rdr3/mapzones.meta\n\ntype (-1 matches any type):\nclass CMapZone\n{\npublic:\n\tenum class Type\n\t{\n\t\tSTATE,\n\t\tTOWN,\n\t\tLAKE,\n\t\tRIVER,\n\t\tOIL_SPILL,\n\t\tSWAMP,\n\t\tOCEAN,\n\t\tCREEK,\n\t\tPOND,\n\t\tGLACIER,\n\t\tDISTRICT,\n\t\tTEXT_PRINTED,\n\t\tTEXT_WRITTEN\n\t};\n};\n\nhttps://github.com/femga/rdr3_discoveries/tree/master/zones & https://alloc8or.re/rdr3/doc/enums/CMapZone__Type.txt", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" }, { "type": "int", "name": "type" } ], "return_type": "Hash", "build": "1207" }, "0x5BA7A68A346A5A91": { "name": "_GET_WATER_MAP_ZONE_AT_COORDS", "comment": "Returns the zone's name hash if its type matches one of the following:\n- LAKE\n- RIVER\n- OIL_SPILL\n- SWAMP\n- OCEAN\n- CREEK\n- POND\n- GLACIER", "params": [ { "type": "float", "name": "x" }, { "type": "float", "name": "y" }, { "type": "float", "name": "z" } ], "return_type": "Hash", "build": "1207" } }, "COMPAPP": { "0xB6FD96420C0126A1": { "name": "_0xB6FD96420C0126A1", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Hash", "name": "p0" }, { "type": "BOOL", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x74BCCEB233AD95B2": { "name": "_0x74BCCEB233AD95B2", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Hash", "name": "p0" }, { "type": "Hash", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x29C733459A9011EB": { "name": "_0x29C733459A9011EB", "comment": "nullsub, doesn't do anything", "params": [ { "type": "Hash", "name": "p0" }, { "type": "const char*", "name": "p1" } ], "return_type": "void", "build": "1207" }, "0x7AF1BB4504EA5ED9": { "name": "_0x7AF1BB4504EA5ED9", "comment": "Hardcoded to return false.", "params": [], "return_type": "BOOL", "build": "1207" }, "0xCCB4635A071FB62D": { "name": "_0xCCB4635A071FB62D", "comment": "nullsub, doesn't do anything", "params": [], "return_type": "void", "build": "1207" } } }