From d924f9ca81c550dca914cc3b9f98b47ea677a734 Mon Sep 17 00:00:00 2001 From: PliskinDev <36959936+PliskinDev@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:20:02 +0300 Subject: [PATCH] update and add console support (#20) * update gtav natives * update rdr2 natives * update crossmap to 1.68 * add console support * update entities * update entities --- GTA V Script Decompiler/MainForm.cs | 44 +- .../Resources/Entities.dat | 698 ++ .../Resources/crossmap.txt | 3 +- .../Resources/natives.json | 4509 ++++++-- .../Resources/natives_rdr.json | 9192 ++++++++--------- 5 files changed, 8777 insertions(+), 5669 deletions(-) diff --git a/GTA V Script Decompiler/MainForm.cs b/GTA V Script Decompiler/MainForm.cs index 33dcd69..33f0443 100644 --- a/GTA V Script Decompiler/MainForm.cs +++ b/GTA V Script Decompiler/MainForm.cs @@ -113,7 +113,7 @@ private async void openToolStripMenuItem_Click(object sender, EventArgs e) { OpenFileDialog ofd = new() { - Filter = "GTA V Script Files|*.ysc;*.ysc.full" + Filter = "GTA V Script Files|*.ysc;*.osc;*.dsc;*.psc;*.ssc;*.ysc.full;*.osc.full;*.dsc.full;*.psc.full;*.ssc.full" }; if (ofd.ShowDialog() == DialogResult.OK) @@ -200,11 +200,51 @@ private async Task BatchDecompile(string dirPath) CompileList.Enqueue(file); } + foreach (var file in Directory.GetFiles(dirPath, "*.osc")) + { + CompileList.Enqueue(file); + } + + foreach (var file in Directory.GetFiles(dirPath, "*.dsc")) + { + CompileList.Enqueue(file); + } + + foreach (var file in Directory.GetFiles(dirPath, "*.psc")) + { + CompileList.Enqueue(file); + } + + foreach (var file in Directory.GetFiles(dirPath, "*.ssc")) + { + CompileList.Enqueue(file); + } + foreach (var file in Directory.GetFiles(dirPath, "*.ysc.full")) { CompileList.Enqueue(file); } + foreach (var file in Directory.GetFiles(dirPath, "*.osc.full")) + { + CompileList.Enqueue(file); + } + + foreach (var file in Directory.GetFiles(dirPath, "*.dsc.full")) + { + CompileList.Enqueue(file); + } + + foreach (var file in Directory.GetFiles(dirPath, "*.psc.full")) + { + CompileList.Enqueue(file); + } + + foreach (var file in Directory.GetFiles(dirPath, "*.ssc.full")) + { + CompileList.Enqueue(file); + } + Enabled = false; var progressBar = new ProgressBar("Export Directory", 1, CompileList.Count + 1); @@ -266,7 +306,7 @@ private async void fileToolStripMenuItem1_Click(object sender, EventArgs e) { OpenFileDialog ofd = new() { - Filter = "GTA V Script Files|*.ysc;*.ysc.full" + Filter = "GTA V Script Files|*.ysc;*.osc;*.dsc;*.psc;*.ssc;*.ysc.full;*.osc.full;*.dsc.full;*.psc.full;*.ssc.full" }; if (ofd.ShowDialog() == DialogResult.OK) diff --git a/GTA V Script Decompiler/Resources/Entities.dat b/GTA V Script Decompiler/Resources/Entities.dat index 4def9aa..54f407d 100644 --- a/GTA V Script Decompiler/Resources/Entities.dat +++ b/GTA V Script Decompiler/Resources/Entities.dat @@ -110018,13 +110018,377 @@ BLIP_MILITARY_TRUCK BLIP_MINIGAME BLIP_MINI_SUB BLIP_MISSION +BLIP_MODIFIER_AREA +BLIP_MODIFIER_AREA_ACCURATE +BLIP_MODIFIER_AREA_CLAMPED_PULSE +BLIP_MODIFIER_AREA_CONTESTED +BLIP_MODIFIER_AREA_DIRECTIONAL +BLIP_MODIFIER_AREA_HIDE_ON_INSIDE +BLIP_MODIFIER_AREA_HIDE_ON_OUTSIDE +BLIP_MODIFIER_AREA_NO_BLIP +BLIP_MODIFIER_AREA_OUT_OF_BOUNDS +BLIP_MODIFIER_AREA_PULSE +BLIP_MODIFIER_AREA_TAKEOVER +BLIP_MODIFIER_ATTENTION BLIP_MODIFIER_ANIMAL_SKINNED +BLIP_MODIFIER_BOUNTY_TARGET_INCAPACITATED +BLIP_MODIFIER_CAMP_NOT_READY +BLIP_MODIFIER_CHASE +BLIP_MODIFIER_COLLECTIBLE_FULL +BLIP_MODIFIER_COMPANION_ACTIVITY +BLIP_MODIFIER_COMPANION_CONVERSATION +BLIP_MODIFIER_COMPANION_DOG +BLIP_MODIFIER_COMPANION_OBJECTIVE +BLIP_MODIFIER_COMPANION_WOUNDED +BLIP_MODIFIER_COMPASS_OBJECTIVE +BLIP_MODIFIER_CREATOR_FOCUS +BLIP_MODIFIER_CULL_ON_DEATH +BLIP_MODIFIER_DEBUG_BLUE +BLIP_MODIFIER_DEBUG_GREEN +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_50 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_60 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_70 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_80 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_90 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_100 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_120 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_130 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_140 +BLIP_MODIFIER_DEBUG_MP_PLAYER_RANGE_150 +BLIP_MODIFIER_DEBUG_PINK +BLIP_MODIFIER_DEBUG_RED +BLIP_MODIFIER_DEBUG_YELLOW +BLIP_MODIFIER_DIRECTION_ONLY +BLIP_MODIFIER_DISTANCE_FADE_LONG +BLIP_MODIFIER_DISTANCE_FADE_MEDIUM +BLIP_MODIFIER_DISTANCE_FADE_SHORT +BLIP_MODIFIER_EAGLE_EYE +BLIP_MODIFIER_ENEMY +BLIP_MODIFIER_ENEMY_AQUATIC +BLIP_MODIFIER_ENEMY_CONFRONTING BLIP_MODIFIER_ENEMY_DISAPPEARING +BLIP_MODIFIER_ENEMY_DISAPPEARING_NO_FLEE_CHECKS +BLIP_MODIFIER_ENEMY_DISAPPEARING_NO_SCREEN_CHECKS +BLIP_MODIFIER_ENEMY_FLEEING +BLIP_MODIFIER_ENEMY_GUNSHOTS_FADE_ON_START +BLIP_MODIFIER_ENEMY_GUNSHOTS_ONLY +BLIP_MODIFIER_ENEMY_GUNSHOTS_ONLY_DONT_SHOW_LAST +BLIP_MODIFIER_ENEMY_IMPORTANT +BLIP_MODIFIER_ENEMY_IS_ALERTED +BLIP_MODIFIER_ENEMY_LOWER_AWARENESS +BLIP_MODIFIER_ENEMY_MUST_AGGRO +BLIP_MODIFIER_ENEMY_OBJECTIVE +BLIP_MODIFIER_ENEMY_ON_GUARD +BLIP_MODIFIER_ENEMY_ON_GUARD_DISAPPEARING +BLIP_MODIFIER_ENEMY_ON_GUARD_NO_CONE +BLIP_MODIFIER_ENEMY_STEALTH_KILL +BLIP_MODIFIER_ENEMY_TARGETED_ONLY +BLIP_MODIFIER_FADE +BLIP_MODIFIER_FADE_IN +BLIP_MODIFIER_FADE_OUT_AND_DIE +BLIP_MODIFIER_FADE_OUT_SLOW +BLIP_MODIFIER_FETCH_ESCAPING +BLIP_MODIFIER_FETCH_VIP +BLIP_MODIFIER_FISHING_SPOT_LEGENDARY +BLIP_MODIFIER_FISHING_SPOT_NORMAL +BLIP_MODIFIER_FLASH_FOREVER +BLIP_MODIFIER_FLASH_LONG +BLIP_MODIFIER_FLASH_MEDIUM +BLIP_MODIFIER_FLASH_SHORT +BLIP_MODIFIER_FORCE_GPS +BLIP_MODIFIER_FORCE_GPS_HORSE_ONLY +BLIP_MODIFIER_FOR_SALE +BLIP_MODIFIER_FRIENDLY BLIP_MODIFIER_FRIENDLY_OBJECTIVE +BLIP_MODIFIER_GROUPING_ANNESBURG_FOLLOWER +BLIP_MODIFIER_GROUPING_ANNESBURG_LEADER +BLIP_MODIFIER_GROUPING_ARMADILLO_FOLLOWER +BLIP_MODIFIER_GROUPING_ARMADILLO_LEADER +BLIP_MODIFIER_GROUPING_BLACKWATER_FOLLOWER +BLIP_MODIFIER_GROUPING_BLACKWATER_LEADER +BLIP_MODIFIER_GROUPING_CAMP_GROUP_FOLLOWER +BLIP_MODIFIER_GROUPING_CAMP_GROUP_LEADER +BLIP_MODIFIER_GROUPING_EMERALD_RANCH_FOLLOWER +BLIP_MODIFIER_GROUPING_EMERALD_RANCH_LEADER +BLIP_MODIFIER_GROUPING_LAGRAS_FOLLOWER +BLIP_MODIFIER_GROUPING_LAGRAS_LEADER +BLIP_MODIFIER_GROUPING_RHODES_FOLLOWER +BLIP_MODIFIER_GROUPING_RHODES_LEADER +BLIP_MODIFIER_GROUPING_SAINT_DENIS_FOLLOWER +BLIP_MODIFIER_GROUPING_SAINT_DENIS_LEADER +BLIP_MODIFIER_GROUPING_STRAWBERRY_FOLLOWER +BLIP_MODIFIER_GROUPING_STRAWBERRY_LEADER +BLIP_MODIFIER_GROUPING_THIEVES_LANDING_FOLLOWER +BLIP_MODIFIER_GROUPING_THIEVES_LANDING_LEADER +BLIP_MODIFIER_GROUPING_TUMBLEWEED_FOLLOWER +BLIP_MODIFIER_GROUPING_TUMBLEWEED_LEADER +BLIP_MODIFIER_GROUPING_VALENTINE_FOLLOWER +BLIP_MODIFIER_GROUPING_VALENTINE_LEADER +BLIP_MODIFIER_GROUPING_VAN_HORN_FOLLOWER +BLIP_MODIFIER_GROUPING_VAN_HORN_LEADER +BLIP_MODIFIER_HERB_NORMAL +BLIP_MODIFIER_HERB_SHORT_RANGE +BLIP_MODIFIER_HERB_SURVIVALIST +BLIP_MODIFIER_HIDDEN +BLIP_MODIFIER_HIDEOUT_ABANDONED +BLIP_MODIFIER_HIDE_HEIGHT_MARKER +BLIP_MODIFIER_HIGH_CATEGORY +BLIP_MODIFIER_HORSE_REVIVE +BLIP_MODIFIER_HORSE_REVIVE_2 +BLIP_MODIFIER_HORSE_REVIVE_3 +BLIP_MODIFIER_HORSE_REVIVE_4 +BLIP_MODIFIER_HORSE_STOLEN +BLIP_MODIFIER_HOSTILITY_COLOR_1 +BLIP_MODIFIER_HOSTILITY_COLOR_2 +BLIP_MODIFIER_HOSTILITY_COLOR_3 +BLIP_MODIFIER_HOSTILITY_VISIBILITY_1 +BLIP_MODIFIER_HOSTILITY_VISIBILITY_2 +BLIP_MODIFIER_HOSTILITY_VISIBILITY_3 +BLIP_MODIFIER_HOSTILITY_VISIBILITY_4 +BLIP_MODIFIER_JOB +BLIP_MODIFIER_JOB_BILL +BLIP_MODIFIER_JOB_CHARLES +BLIP_MODIFIER_JOB_HOSEA +BLIP_MODIFIER_JOB_JAVIER +BLIP_MODIFIER_JOB_JOHN +BLIP_MODIFIER_JOB_KAREN +BLIP_MODIFIER_JOB_KIERAN +BLIP_MODIFIER_JOB_LENNY +BLIP_MODIFIER_JOB_LOANSHARK +BLIP_MODIFIER_JOB_MICAH +BLIP_MODIFIER_JOB_PEARSON +BLIP_MODIFIER_JOB_SEAN +BLIP_MODIFIER_JOB_STRAUSS +BLIP_MODIFIER_JOB_TILLY +BLIP_MODIFIER_JOB_UNCLE +BLIP_MODIFIER_KEY_JOB +BLIP_MODIFIER_KEY_MISSION +BLIP_MODIFIER_KEY_MISSION_OBJECT +BLIP_MODIFIER_LAW_ORDER BLIP_MODIFIER_LEGENDARY +BLIP_MODIFIER_LOCAL_PLAYER_FOLLOWING_OBJECTIV +BLIP_MODIFIER_LOCAL_PLAYER_HOSTILITY_HIGH +BLIP_MODIFIER_LOCAL_PLAYER_HOSTILITY_MEDIUM +BLIP_MODIFIER_LOCAL_PLAYER_MADE_VISIBLE +BLIP_MODIFIER_LOCAL_PLAYER_OWNED +BLIP_MODIFIER_LOCKED BLIP_MODIFIER_LOOTED +BLIP_MODIFIER_LOS_DISAPPEARING +BLIP_MODIFIER_MC_STEALTH_LENIENT +BLIP_MODIFIER_MC_STEALTH_MEDIUM +BLIP_MODIFIER_MC_STEALTH_STRICT +BLIP_MODIFIER_MC_STEALTH_VERY_LENIENT +BLIP_MODIFIER_MC_STEALTH_VERY_STRICT +BLIP_MODIFIER_MISSION_UNAVAILABLE +BLIP_MODIFIER_MP_COLOR_1 +BLIP_MODIFIER_MP_COLOR_2 +BLIP_MODIFIER_MP_COLOR_3 +BLIP_MODIFIER_MP_COLOR_4 +BLIP_MODIFIER_MP_COLOR_5 +BLIP_MODIFIER_MP_COLOR_6 +BLIP_MODIFIER_MP_COLOR_7 +BLIP_MODIFIER_MP_COLOR_8 +BLIP_MODIFIER_MP_COLOR_9 +BLIP_MODIFIER_MP_COLOR_10 +BLIP_MODIFIER_MP_COLOR_11 +BLIP_MODIFIER_MP_COLOR_12 +BLIP_MODIFIER_MP_COLOR_13 +BLIP_MODIFIER_MP_COLOR_14 +BLIP_MODIFIER_MP_COLOR_15 +BLIP_MODIFIER_MP_COLOR_16 +BLIP_MODIFIER_MP_COLOR_17 +BLIP_MODIFIER_MP_COLOR_18 +BLIP_MODIFIER_MP_COLOR_19 +BLIP_MODIFIER_MP_COLOR_20 +BLIP_MODIFIER_MP_COLOR_21 +BLIP_MODIFIER_MP_COLOR_22 +BLIP_MODIFIER_MP_COLOR_23 +BLIP_MODIFIER_MP_COLOR_24 +BLIP_MODIFIER_MP_COLOR_25 +BLIP_MODIFIER_MP_COLOR_26 +BLIP_MODIFIER_MP_COLOR_27 +BLIP_MODIFIER_MP_COLOR_28 +BLIP_MODIFIER_MP_COLOR_29 +BLIP_MODIFIER_MP_COLOR_30 +BLIP_MODIFIER_MP_COLOR_31 +BLIP_MODIFIER_MP_COLOR_32 +BLIP_MODIFIER_MP_DEADEYE +BLIP_MODIFIER_MP_DOWNED +BLIP_MODIFIER_MP_ENEMY_HOLDING +BLIP_MODIFIER_MP_FREE_ROAM_EE_PLAYER_DISAPPEARING +BLIP_MODIFIER_MP_FREE_ROAM_MISSION_PLAYER_DISAPPEARING +BLIP_MODIFIER_MP_FREE_ROAM_PLAYER_DISAPPEARING +BLIP_MODIFIER_MP_FRIENDLY_HOLDING +BLIP_MODIFIER_MP_HOT_BLIP +BLIP_MODIFIER_MP_HUNTER +BLIP_MODIFIER_MP_JOB_PLAYER_FADE +BLIP_MODIFIER_MP_JOB_PLAYER_FADE_THREAT +BLIP_MODIFIER_MP_MARKED_FOR_DEATH +BLIP_MODIFIER_MP_NEUTRAL +BLIP_MODIFIER_MP_OBJECTIVE +BLIP_MODIFIER_MP_OBJECTIVE_ENEMY +BLIP_MODIFIER_MP_OBJECTIVE_FRIENDLY +BLIP_MODIFIER_MP_OBJECTIVE_NEUTRAL +BLIP_MODIFIER_MP_OVERLAY_ANIMAL +BLIP_MODIFIER_MP_OVERLAY_SEDATED +BLIP_MODIFIER_MP_PLAYER +BLIP_MODIFIER_MP_PLAYER_AGGRESSION +BLIP_MODIFIER_MP_PLAYER_ALLY +BLIP_MODIFIER_MP_PLAYER_ALLY_WOUNDED +BLIP_MODIFIER_MP_PLAYER_BAG +BLIP_MODIFIER_MP_PLAYER_CONTROL +BLIP_MODIFIER_MP_PLAYER_COOP +BLIP_MODIFIER_MP_PLAYER_DISAPPEARING +BLIP_MODIFIER_MP_PLAYER_ENEMY +BLIP_MODIFIER_MP_PLAYER_FORCE_BLIPPED +BLIP_MODIFIER_MP_PLAYER_KING +BLIP_MODIFIER_MP_PLAYER_LOS_ONLY +BLIP_MODIFIER_MP_PLAYER_NEUTRAL +BLIP_MODIFIER_MP_PLAYER_SOCIAL +BLIP_MODIFIER_MP_PLAYER_UNAVAILABLE +BLIP_MODIFIER_MP_PLAYER_WINNING +BLIP_MODIFIER_MP_PLAYER_WITH_BOUNTY +BLIP_MODIFIER_MP_REVIVE +BLIP_MODIFIER_MP_RIVAL_RACER +BLIP_MODIFIER_MP_SUPPLIES_BASE_1 +BLIP_MODIFIER_MP_SUPPLIES_BASE_2 +BLIP_MODIFIER_MP_SUPPLIES_BASE_3 +BLIP_MODIFIER_MP_SUPPLIES_BASE_4 +BLIP_MODIFIER_MP_SUPPLIES_BASE_5 +BLIP_MODIFIER_MP_SUPPLIES_BASE_6 +BLIP_MODIFIER_MP_SUPPLIES_BASE_7 +BLIP_MODIFIER_MP_SUPPLIES_BASE_8 +BLIP_MODIFIER_MP_SUPPLIES_BASE_9 +BLIP_MODIFIER_MP_SUPPLIES_BASE_10 +BLIP_MODIFIER_MP_SUPPLIES_BASE_11 +BLIP_MODIFIER_MP_SUPPLIES_BASE_12 +BLIP_MODIFIER_MP_SUPPLIES_BASE_13 +BLIP_MODIFIER_MP_SUPPLIES_BASE_14 +BLIP_MODIFIER_MP_SUPPLIES_BASE_15 +BLIP_MODIFIER_MP_SUPPLIES_BASE_16 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_1 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_2 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_3 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_4 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_5 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_6 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_7 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_8 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_9 +BLIP_MODIFIER_MP_SUPPLIES_OUTLINE_COLOR_10 +BLIP_MODIFIER_MP_TEAM_COLOR_1 +BLIP_MODIFIER_MP_TEAM_COLOR_2 +BLIP_MODIFIER_MP_TEAM_COLOR_3 +BLIP_MODIFIER_MP_TEAM_COLOR_4 +BLIP_MODIFIER_MP_TEAM_COLOR_5 +BLIP_MODIFIER_MP_TEAM_COLOR_6 +BLIP_MODIFIER_MP_TEAM_COLOR_7 +BLIP_MODIFIER_MP_TEAM_COLOR_8 +BLIP_MODIFIER_MP_WHITE_FLAG +BLIP_MODIFIER_NEUTRAL_AREA_ON_SNOW +BLIP_MODIFIER_NEUTRAL_ON_GUARD +BLIP_MODIFIER_OBJECTIVE +BLIP_MODIFIER_OBJECTIVE_GET_CLOSE +BLIP_MODIFIER_OBJECTIVE_LOW_CATEGORY +BLIP_MODIFIER_OPEN_RACE_CHECKPOINT +BLIP_MODIFIER_OUTSIDE_TOD +BLIP_MODIFIER_OVERLAY_1 +BLIP_MODIFIER_OVERLAY_2 +BLIP_MODIFIER_OVERLAY_3 +BLIP_MODIFIER_OVERLAY_4 +BLIP_MODIFIER_OVERLAY_5 +BLIP_MODIFIER_OVERLAY_6 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_1 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_2 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_3 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_4 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_5 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_6 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_7 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_8 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_9 +BLIP_MODIFIER_OVERLAY_RING_MP_COLOR_10 +BLIP_MODIFIER_OVERLAY_SADDLE +BLIP_MODIFIER_OVERLAY_SADDLE_STOLEN +BLIP_MODIFIER_OVERLAY_WHITE_1 +BLIP_MODIFIER_OVERLAY_WHITE_2 +BLIP_MODIFIER_OVERLAY_WHITE_3 +BLIP_MODIFIER_OVERLAY_WHITE_4 +BLIP_MODIFIER_OVERLAY_WHITE_5 +BLIP_MODIFIER_OVERLAY_WHITE_6 +BLIP_MODIFIER_OVERLAY_WHITE_7 +BLIP_MODIFIER_OVERLAY_WHITE_8 +BLIP_MODIFIER_OVERLAY_WHITE_9 +BLIP_MODIFIER_OVERLAY_WHITE_10 +BLIP_MODIFIER_OVERLAY_WHITE_11 +BLIP_MODIFIER_OVERLAY_WHITE_12 +BLIP_MODIFIER_OVERLAY_WHITE_13 +BLIP_MODIFIER_OVERLAY_WHITE_14 +BLIP_MODIFIER_OVERLAY_WHITE_15 +BLIP_MODIFIER_OVERLAY_WHITE_16 +BLIP_MODIFIER_PARTY +BLIP_MODIFIER_PICKUP_NEW +BLIP_MODIFIER_PICKUP_PLACEMENT +BLIP_MODIFIER_PICKUP_SURVIVAL_MODES +BLIP_MODIFIER_PICKUP_UNAVAILABLE +BLIP_MODIFIER_PICKUP_WEAPON_LEGENDARY +BLIP_MODIFIER_PICKUP_WEAPON_NEW +BLIP_MODIFIER_PICKUP_WEAPON_OF_CHOICE +BLIP_MODIFIER_PICKUP_WEAPON_OWNED +BLIP_MODIFIER_PICKUP_WEAPON_RARE +BLIP_MODIFIER_PING_GUNSHOT +BLIP_MODIFIER_PLAYER_HORSE_HITCHED +BLIP_MODIFIER_PLAYER_HORSE_INACTIVE +BLIP_MODIFIER_PLAYER_HORSE_IN_RANGE +BLIP_MODIFIER_PLAYER_HORSE_IN_RANGE_WHISTLE +BLIP_MODIFIER_PLAYER_HORSE_OUT_OF_RANGE +BLIP_MODIFIER_PLAYER_HORSE_OUT_OF_RANGE_WHISTLE +BLIP_MODIFIER_POSSE_ALLY +BLIP_MODIFIER_POSSE_ALLY_OWNED +BLIP_MODIFIER_POSSE_ENEMY +BLIP_MODIFIER_POSSE_ENEMY_OWNED +BLIP_MODIFIER_POSSE_NEUTRAL_OWNED +BLIP_MODIFIER_PREDATOR +BLIP_MODIFIER_PREDATOR_5 +BLIP_MODIFIER_PREDATOR_10 +BLIP_MODIFIER_PULSE_FOREVER +BLIP_MODIFIER_PULSE_THREE_TIMES +BLIP_MODIFIER_PVP_TARGET +BLIP_MODIFIER_PVP_TARGET_TRACKED +BLIP_MODIFIER_RACE_CHECKPOINT_ALT +BLIP_MODIFIER_RADAR_EDGE_ALWAYS +BLIP_MODIFIER_RADAR_EDGE_NEVER +BLIP_MODIFIER_RADAR_EDGE_PAUSE_MAP_NEVER +BLIP_MODIFIER_SCALE_1 +BLIP_MODIFIER_SCALE_2 +BLIP_MODIFIER_SELECTED_UP_SCALE +BLIP_MODIFIER_SHOP_UNAVAILABLE +BLIP_MODIFIER_SHOW_HEIGHT +BLIP_MODIFIER_SHRINK_WARNING_1 +BLIP_MODIFIER_SHRINK_WARNING_2 BLIP_MODIFIER_SP_DOWNED +BLIP_MODIFIER_TEMP_HORSE_HITCHED +BLIP_MODIFIER_TEST_GPS_MODULE +BLIP_MODIFIER_TEXT_ONLY +BLIP_MODIFIER_TOD_DAYTIME_ONLY +BLIP_MODIFIER_TOD_NIGHTTIME_ONLY +BLIP_MODIFIER_TOWN_POSSE_MEMBER +BLIP_MODIFIER_TRACKING BLIP_MODIFIER_TRAIN_MISSION +BLIP_MODIFIER_UNDISCOVERED +BLIP_MODIFIER_URGENT +BLIP_MODIFIER_URGENT_ALERT +BLIP_MODIFIER_URGENT_ALERT_INTERNAL +BLIP_MODIFIER_VERYHIGH_CATEGORY +BLIP_MODIFIER_WANTED_PULSE_1 +BLIP_MODIFIER_WANTED_PULSE_2 +BLIP_MODIFIER_WANTED_PULSE_3 +BLIP_MODIFIER_WANTED_PULSE_4 +BLIP_MODIFIER_WANTED_PULSE_5 +BLIP_MODIFIER_WILDERNESS_CHEST_LONG +BLIP_MODIFIER_WITNESS_IDENTIFIED +BLIP_MODIFIER_WITNESS_INVESTIGATING +BLIP_MODIFIER_WITNESS_UNIDENTIFIED BLIP_MOLOTOV BLIP_MOVIE_COLLECTIBLES BLIP_MP_HEIST @@ -110196,27 +110560,180 @@ BLIP_STRIPCLUB BLIP_STRIP_CLUB BLIP_STUNT BLIP_STUNT_PREMIUM +BLIP_STYLE_ACCURATE_AREA_BOUNDS_OVERLAY +BLIP_STYLE_AREA_BOUNDS_OVERLAY +BLIP_STYLE_AREA_BOUNDS_OVERLAY_BR_GRID +BLIP_STYLE_ACCURATE_AREA_BOUNDS_OVERLAY_WARNING +BLIP_STYLE_ADVERSARY BLIP_STYLE_AMBIENT_CANOE +BLIP_STYLE_AMBIENT_COACH +BLIP_STYLE_AREA +BLIP_STYLE_AREA_BOUNDS +BLIP_STYLE_AREA_BOUNDS_OVERLAY_BR_GRID_WARNING +BLIP_STYLE_AREA_BOUNDS_OVERLAY_WARNING +BLIP_STYLE_AREA_BURN +BLIP_STYLE_AREA_DIRECTIONAL +BLIP_STYLE_AREA_DIRECTIONAL_HEIGHT +BLIP_STYLE_AREA_FOW +BLIP_STYLE_AREA_NO_DIM +BLIP_STYLE_AREA_TERRITORY_TRAIN +BLIP_STYLE_AVOID_AREA +BLIP_STYLE_AVOID_RADIUS BLIP_STYLE_BOUNTY_HUNTER +BLIP_STYLE_BOUNTY_HUNTER +BLIP_STYLE_BOUNTY_HUNTER_BASE +BLIP_STYLE_BOUNTY_HUNTER_RADIUS +BLIP_STYLE_BOUNTY_TARGET +BLIP_STYLE_BOUNTY_TARGET_INCAPACITATED +BLIP_STYLE_CAMP +BLIP_STYLE_CAMP_CHORE +BLIP_STYLE_CAMP_ENEMY +BLIP_STYLE_CAMP_HIDDEN +BLIP_STYLE_CAMP_REQUEST +BLIP_STYLE_CAMPFIRE +BLIP_STYLE_CAR BLIP_STYLE_CENTER +BLIP_STYLE_CHALLENGE_OBJECTIVE +BLIP_STYLE_CHECKPOINT_CHALLENGE BLIP_STYLE_COMPANION BLIP_STYLE_COP +BLIP_STYLE_COP_BASE BLIP_STYLE_COP_DOG +BLIP_STYLE_COP_DOG_BASE +BLIP_STYLE_COP_PERSISTENT +BLIP_STYLE_COP_SCRIPT +BLIP_STYLE_CREATOR_CURSOR +BLIP_STYLE_CREATOR_DEFAULT +BLIP_STYLE_CREATOR_PROP +BLIP_STYLE_DEBUG_BLUE +BLIP_STYLE_DEBUG_GREEN +BLIP_STYLE_DEBUG_PINK +BLIP_STYLE_DEBUG_RED +BLIP_STYLE_DEBUG_YELLOW +BLIP_STYLE_DEPUTY_RESIDENT +BLIP_STYLE_DEPUTY_RESIDENT_BASE +BLIP_STYLE_DISTRICT_HEARTLANDS BLIP_STYLE_ENEMY +BLIP_STYLE_ENEMY_NO_THREAT +BLIP_STYLE_ENEMY_PASSIVE_THREAT +BLIP_STYLE_ENEMY_SEVERE +BLIP_STYLE_EVADE_AREA +BLIP_STYLE_EVENT_AREA BLIP_STYLE_EYEWITNESS +BLIP_STYLE_EYEWITNESS_NO_CONDITION BLIP_STYLE_FIREWOOD_BLIP +BLIP_STYLE_FISHING_SPOT +BLIP_STYLE_FM_EVENT +BLIP_STYLE_FM_EVENT_AREA +BLIP_STYLE_FM_EVENT_COACH +BLIP_STYLE_FM_EVENT_RADIUS BLIP_STYLE_FREE_CAMERA +BLIP_STYLE_FRIENDLY +BLIP_STYLE_FRIENDLY_FADE +BLIP_STYLE_FRIENDLY_ON_RADAR +BLIP_STYLE_FAKE_WANTED_RADIUS +BLIP_STYLE_FETCH_TRAIN +BLIP_STYLE_GANG_BOUNTY_RADIUS +BLIP_STYLE_GANG_CAMP +BLIP_STYLE_GOLDEN_HAT +BLIP_STYLE_HERDING_ANIMAL +BLIP_STYLE_HERDING_DOG +BLIP_STYLE_HERDING_MAIN +BLIP_STYLE_HERDING_STRAGGLER +BLIP_STYLE_HITCHING_POST +BLIP_STYLE_LEGENDARY_ANIMAL_AREA +BLIP_STYLE_LEGENDARY_ANIMAL_CLUE BLIP_STYLE_LOOT BLIP_STYLE_LOOT_OBJECTIVE +BLIP_STYLE_MINIGAME +BLIP_STYLE_MISSION +BLIP_STYLE_MISSION_HIDDEN +BLIP_STYLE_MISSION_RADAR_ONLY +BLIP_STYLE_MISSION_RADIUS +BLIP_STYLE_MISSION_RADIUS_HIDDEN +BLIP_STYLE_MP_BAG +BLIP_STYLE_MP_CAMP_FOLLOWER +BLIP_STYLE_MP_CORPSE_FADE +BLIP_STYLE_MP_CORPSE_FADE_LOCAL +BLIP_STYLE_MP_DOWNED +BLIP_STYLE_MP_HIDEOUT +BLIP_STYLE_MP_JOB_PLAYER_ALLY +BLIP_STYLE_MP_JOB_PLAYER_ENEMY +BLIP_STYLE_MP_JOB_PLAYER_ENEMY_ANIMATE_ON_ATTACK +BLIP_STYLE_MP_JOB_PLAYER_ENEMY_ANIMATE_ON_ATTACK_FTB +BLIP_STYLE_MP_JOB_PLAYER_ENEMY_NO_FADE +BLIP_STYLE_MP_JOB_PLAYER_ENEMY_NO_THREAT BLIP_STYLE_MP_MISSION_GIVER +BLIP_STYLE_MP_PLAYER +BLIP_STYLE_MP_PLAYER_POSSE_LEADER +BLIP_STYLE_MP_PLAYLIST_CORONA +BLIP_STYLE_MP_SCHEDULE_SERIES +BLIP_STYLE_MP_SERIES +BLIP_STYLE_NEUTRAL +BLIP_STYLE_NEUTRAL_OBJECTIVE +BLIP_STYLE_OBJECTIVE +BLIP_STYLE_OBJECTIVE_MINOR +BLIP_STYLE_OBJECTIVE_VOL_BOX +BLIP_STYLE_OBJECTIVE_VOL_ROUND BLIP_STYLE_OTHER_SESSION_PLAYER BLIP_STYLE_PICKUP +BLIP_STYLE_PICKUP_AMMO BLIP_STYLE_PICKUP_ANIMAL +BLIP_STYLE_PICKUP_ANIMAL_DOWNED +BLIP_STYLE_PICKUP_ANIMAL_DOWNED_ENEMY BLIP_STYLE_PICKUP_ANIMAL_SKIN +BLIP_STYLE_PICKUP_COLLECTABLE +BLIP_STYLE_PICKUP_HERB +BLIP_STYLE_PICKUP_HERB_NEW +BLIP_STYLE_PICKUP_HORSE +BLIP_STYLE_PICKUP_OBJECT +BLIP_STYLE_PICKUP_VEHICLE +BLIP_STYLE_PICKUP_WEAPON +BLIP_STYLE_PICKUP_WEAPON_DIRECTIONAL +BLIP_STYLE_PICKUP_WEAPON_NEW +BLIP_STYLE_PICKUP_WILDERNESS_CHEST +BLIP_STYLE_PLANT_DYNAMITE BLIP_STYLE_PLAYER_COACH BLIP_STYLE_PLAYER_HAT_BLIP BLIP_STYLE_PLAYER_HORSE +BLIP_STYLE_PLAYER_HORSE_SADDLE +BLIP_STYLE_POSSE_FORMATION_AREA +BLIP_STYLE_PROC_HOME_ROBBERY +BLIP_STYLE_PROC_HOME_ROBBERY_ENEMY +BLIP_STYLE_PROC_MISSION +BLIP_STYLE_PROC_MISSION_INSTANCED +BLIP_STYLE_PROC_MISSION_RADIUS +BLIP_STYLE_PROPERTY +BLIP_STYLE_PROPERTY_OWNER +BLIP_STYLE_RADIUS +BLIP_STYLE_RANDOM_EVENT +BLIP_STYLE_RANDOM_EVENT_PULSE +BLIP_STYLE_RCM +BLIP_STYLE_RCM_AREA +BLIP_STYLE_RCM_BOUNTY +BLIP_STYLE_RCM_BOUNTY_HIDDEN +BLIP_STYLE_RCM_HIDDEN +BLIP_STYLE_RCM_TRACKED +BLIP_STYLE_RCM_TRACKED_HIDDEN +BLIP_STYLE_REGION_LOCKDOWN +BLIP_STYLE_SELECTED_REGION BLIP_STYLE_SHOP +BLIP_STYLE_SP_CORPSE +BLIP_STYLE_SP_CORPSE_FADE +BLIP_STYLE_TEAM_WAYPOINT +BLIP_STYLE_TEMPORARY_HORSE +BLIP_STYLE_TOWN +BLIP_STYLE_TRACKING +BLIP_STYLE_TRACKING_DOT +BLIP_STYLE_TRAIN +BLIP_STYLE_TRAIN_BOOKMARK +BLIP_STYLE_TURRET_WEAPON +BLIP_STYLE_UNDISCOVERED +BLIP_STYLE_UPCOMING_OBJECTIVE +BLIP_STYLE_WANTED_RADIUS +BLIP_STYLE_WANTED_REGION +BLIP_STYLE_WANTED_STATE +BLIP_STYLE_WAYPOINT BLIP_STYLE_WANTED_RADIUS BLIP_STYLE_WANTED_STATE BLIP_SUB2 @@ -169168,6 +169685,10 @@ CIVIL_WAR_FORT CIVMALE CI_CATEGORY_COACH CI_CATEGORY_HORSE +CI_CATEGORY_WARDROBE +CI_CATEGORY_EMOTE_DANCES +CI_CATEGORY_EMOTE_GREETS +CI_CATEGORY_EMOTE_TAUNTS CI_PP CI_TAG_FOLDER_BIG_GAME CI_TAG_FOLDER_BIG_GAME_DESC @@ -210195,6 +210716,18 @@ COMPONENT_BULLPUPRIFLE_MK2_CLIP_INCENDIARY COMPONENT_BULLPUPRIFLE_MK2_CLIP_TRACER COMPONENT_BULLPUPRIFLE_VARMOD_LOW COMPONENT_BULLPUPSHOTGUN_CLIP_01 +COMPONENT_BATTLERIFLE_CLIP_01 +COMPONENT_BATTLERIFLE_CLIP_02 +COMPONENT_BAT_VARMOD_XM3 +COMPONENT_BAT_VARMOD_XM3_01 +COMPONENT_BAT_VARMOD_XM3_02 +COMPONENT_BAT_VARMOD_XM3_03 +COMPONENT_BAT_VARMOD_XM3_04 +COMPONENT_BAT_VARMOD_XM3_05 +COMPONENT_BAT_VARMOD_XM3_06 +COMPONENT_BAT_VARMOD_XM3_07 +COMPONENT_BAT_VARMOD_XM3_08 +COMPONENT_BAT_VARMOD_XM3_09 COMPONENT_CARBINERIFLE_CLIP_01 COMPONENT_CARBINERIFLE_CLIP_02 COMPONENT_CARBINERIFLE_CLIP_03 @@ -210216,6 +210749,7 @@ COMPONENT_CARBINERIFLE_MK2_CLIP_FMJ COMPONENT_CARBINERIFLE_MK2_CLIP_INCENDIARY COMPONENT_CARBINERIFLE_MK2_CLIP_TRACER COMPONENT_CARBINERIFLE_VARMOD_LUXE +COMPONENT_CARBINERIFLE_VARMOD_MICH COMPONENT_CERAMICPISTOL_CLIP_01 COMPONENT_CERAMICPISTOL_CLIP_02 COMPONENT_CERAMICPISTOL_SUPP @@ -210245,6 +210779,7 @@ COMPONENT_COMBATPDW_CLIP_03 COMPONENT_COMBATPISTOL_CLIP_01 COMPONENT_COMBATPISTOL_CLIP_02 COMPONENT_COMBATPISTOL_VARMOD_LOWRIDER +COMPONENT_COMBATPISTOL_VARMOD_XMAS23 COMPONENT_COMBATSHOTGUN_CLIP_01 COMPONENT_COMPACTLAUNCHER_CLIP_01 COMPONENT_COMPACTRIFLE_CLIP_01 @@ -210289,7 +210824,18 @@ COMPONENT_HEAVYSNIPER_MK2_CLIP_ARMORPIERCING COMPONENT_HEAVYSNIPER_MK2_CLIP_EXPLOSIVE COMPONENT_HEAVYSNIPER_MK2_CLIP_FMJ COMPONENT_HEAVYSNIPER_MK2_CLIP_INCENDIARY +COMPONENT_HEAVYSNIPER_VARMOD_XMAS23 COMPONENT_HOMINGLAUNCHER_CLIP_01 +COMPONENT_KNIFE_VARMOD_XM3 +COMPONENT_KNIFE_VARMOD_XM3_01 +COMPONENT_KNIFE_VARMOD_XM3_02 +COMPONENT_KNIFE_VARMOD_XM3_03 +COMPONENT_KNIFE_VARMOD_XM3_04 +COMPONENT_KNIFE_VARMOD_XM3_05 +COMPONENT_KNIFE_VARMOD_XM3_06 +COMPONENT_KNIFE_VARMOD_XM3_07 +COMPONENT_KNIFE_VARMOD_XM3_08 +COMPONENT_KNIFE_VARMOD_XM3_09 COMPONENT_KNUCKLE_VARMOD_BALLAS COMPONENT_KNUCKLE_VARMOD_BASE COMPONENT_KNUCKLE_VARMOD_DIAMOND @@ -210331,6 +210877,8 @@ COMPONENT_MICROSMG_CLIP_01 COMPONENT_MICROSMG_CLIP_02 COMPONENT_MICROSMG_VARMOD_LUXE COMPONENT_MICROSMG_VARMOD_SECURITY +COMPONENT_MICROSMG_VARMOD_XM3 +COMPONENT_MICROSMG_VARMOD_FRN COMPONENT_MILITARYRIFLE_CLIP_01 COMPONENT_MILITARYRIFLE_CLIP_02 COMPONENT_MILITARYRIFLE_SIGHT_01 @@ -210372,6 +210920,7 @@ COMPONENT_PISTOL_MK2_CLIP_FMJ COMPONENT_PISTOL_MK2_CLIP_HOLLOWPOINT COMPONENT_PISTOL_MK2_CLIP_INCENDIARY COMPONENT_PISTOL_MK2_CLIP_TRACER +COMPONENT_PISTOL_MK2_VARMOD_XM3 COMPONENT_PISTOL_VARMOD_LUXE COMPONENT_PRECISIONRIFLE_CLIP_01 COMPONENT_PROGRAMMABLEAR_CLIP_01 @@ -210393,6 +210942,7 @@ COMPONENT_PUMPSHOTGUN_MK2_CLIP_ARMORPIERCING COMPONENT_PUMPSHOTGUN_MK2_CLIP_EXPLOSIVE COMPONENT_PUMPSHOTGUN_MK2_CLIP_HOLLOWPOINT COMPONENT_PUMPSHOTGUN_MK2_CLIP_INCENDIARY +COMPONENT_PUMPSHOTGUN_VARMOD_XM3 COMPONENT_PUMPSHOTGUN_VARMOD_LOWRIDER COMPONENT_PUMPSHOTGUN_VARMOD_SECURITY COMPONENT_RAILGUN_CLIP_01 @@ -210417,6 +210967,7 @@ COMPONENT_REVOLVER_MK2_CLIP_TRACER COMPONENT_REVOLVER_VARMOD_BOSS COMPONENT_REVOLVER_VARMOD_GOON COMPONENT_RPG_CLIP_01 +COMPONENT_RPG_VARMOD_TVR COMPONENT_SAWNOFFSHOTGUN_CLIP_01 COMPONENT_SAWNOFFSHOTGUN_VARMOD_LUXE COMPONENT_SMG_CLIP_01 @@ -210493,6 +211044,7 @@ COMPONENT_SPECIALCARBINE_MK2_CLIP_ARMORPIERCING COMPONENT_SPECIALCARBINE_MK2_CLIP_FMJ COMPONENT_SPECIALCARBINE_MK2_CLIP_INCENDIARY COMPONENT_SPECIALCARBINE_MK2_CLIP_TRACER +COMPONENT_SPECIALCARBINE_VARMOD_XMAS23 COMPONENT_SPECIALCARBINE_VARMOD_LOWRIDER COMPONENT_SWITCHBLADE_VARMOD_BASE COMPONENT_SWITCHBLADE_VARMOD_VAR1 @@ -648968,18 +649520,72 @@ MAP_DOG_1 MAP_Destination MAP_ENTITY MAP_EVENTS +MAP_EVENTAREA_APPLESEED_TIMBER_COMPANY +MAP_EVENTAREA_FORT_RIGGS MAP_FIRE MAP_FIRE_INTERIOR MAP_FIRE_START MAP_FIXED_ROTATION MAP_Golf MAP_HEIGHT +MAP_HIDEOUT_BEAVER_HOLLOW +MAP_HIDEOUT_COLTER +MAP_HIDEOUT_CLEMENS_POINT +MAP_HIDEOUT_GAPTOOTH_BREACH +MAP_HIDEOUT_HORSESHOE_OVERLOOK +MAP_HIDEOUT_SIX_POINT_CABIN +MAP_HIDEOUT_SHADY_BELLE +MAP_HIDEOUT_HANGING_DOG_RANCH +MAP_HOMESTEAD_ADLER_RANCH +MAP_HOMESTEAD_ABERDEEN_PIG_FARM +MAP_HOMESTEAD_CHEZ_PORTER +MAP_HOMESTEAD_CARMODY_DELL +MAP_HOMESTEAD_CATFISH_JACKSONS +MAP_HOMESTEAD_LARNED_SOD +MAP_HOMESTEAD_LONNIES_SHACK +MAP_HOMESTEAD_MACLEANS_HOUSE +MAP_HOMESTEAD_PAINTED_SKY +MAP_HOMESTEAD_WATSONS_CABIN +MAP_HOMESTEAD_WILLARDS_REST +MAP_HOMESTEAD_RIDGEWOOD_FARM MAP_INFO MAP_INNER_CIRCLE_MAP MAP_INNER_RING MAP_INNER_RING_DETAIL MAP_Interior MAP_LEGEND +MAP_LANDMARK_BERYLS_DREAM +MAP_LANDMARK_BLACK_BALSAM_RISE +MAP_LANDMARK_CANEBREAK_MANOR +MAP_LANDMARK_COPPERHEAD_LANDING +MAP_LANDMARK_COMPSONS_STEAD +MAP_LANDMARK_COCHINAY +MAP_LANDMARK_DOWNES_RANCH +MAP_LANDMARK_DOVERHILL +MAP_LANDMARK_FISHING_SPOT +MAP_LANDMARK_FIRWOOD_RISE +MAP_LANDMARK_GUTHRIE_FARM +MAP_LANDMARK_HILL_HAVEN_RANCH +MAP_LANDMARK_HAGEN_ORCHARDS +MAP_LANDMARK_LONE_MULE_STEAD +MAP_LANDMARK_LUCKYS_CABIN +MAP_LANDMARK_LAKE_DON_JULIO_HOUSE +MAP_LANDMARK_MILLESANI_CLAIM +MAP_LANDMARK_MOSSY_FLATS +MAP_LANDMARK_MACOMBS_END +MAP_LANDMARK_MERKINS_WALLER +MAP_LANDMARK_OLD_GREENBANK_MILL +MAP_LANDMARK_RILEYS_CHARGE +MAP_LANDMARK_RADLEYS_PASTURE +MAP_LANDMARK_RADLEYS_HOUSE +MAP_LANDMARK_STILT_SHACK +MAP_LANDMARK_SILTWATER_STRAND +MAP_LANDMARK_TAXIDERMIST_HOUSE +MAP_LANDMARK_TANNERS_REACH +MAP_LANDMARK_THE_LOFT +MAP_LANDMARK_VALLEY_VIEW +MAP_LANDMARK_VETERANS_HOMESTEAD +MAP_LANDMARK_WALLACE_OVERLOOK MAP_MENU_DIVIDER MAP_MOVE_SPEED MAP_OFFSET_X @@ -649000,6 +649606,26 @@ MAP_SHOPKEEPER MAP_START_SCALE MAP_START_X MAP_START_Y +MAP_SHACK_29 +MAP_SHACK_AURORA_BASIN +MAP_SHACK_ANGRY_ISOLATIONIST +MAP_SHACK_FROZEN_EXPLORERS +MAP_SHACK_CRAWDAD_WILLIES +MAP_SHACK_IDENTICAL_TWINS_01 +MAP_SHACK_IDENTICAL_TWINS_02 +MAP_SHACK_POISON_LEAK +MAP_SHACK_SERIAL_KILLER +MAP_SHACK_SLAVE_PEN +MAP_SPECIAL_SETTLEMENT_PRONGHORN_RANCH +MAP_SPECIAL_SHACK_SHEPHERDS_RISE +MAP_SPECIAL_SHACK_BEECHERS_C + +MAP_SETTLEMENT_BUTCHER_CREEK +MAP_SETTLEMENT_BEECHERS_HOPE +MAP_SETTLEMENT_CORNWALL_KEROSENE_TAR +MAP_SETTLEMENT_COOTS_CHAPEL +MAP_SETTLEMENT_EWING_BASIN + MAP_VIEW MAP_VisHigh MAP_VisLow @@ -803198,6 +803824,10 @@ NET_RANK_DEFS_RQID_NODE_NET_TRADE_RANK_DEFS_INFO_ITER NET_RICH_MAN NET_ROCKFORD_HILLS_RESIDENTIAL NET_ROCKFORD_HILLS_SHOPPING +NET_SHOP_TTYPE_INVALID +NET_SHOP_TTYPE_SERVICE +NET_SHOP_ACTION_INVALID +NET_SHOP_ACTION_SPEND NET_SANDY_SHORES NET_SESSION_INV_ACCEPT_HEADER NET_SLAB @@ -867228,6 +867858,7 @@ PICKUP_WEAPON_AUTOSHOTGUN PICKUP_WEAPON_BALL PICKUP_WEAPON_BAT PICKUP_WEAPON_BATTLEAXE +PICKUP_WEAPON_BATTLERIFLE PICKUP_WEAPON_BOTTLE PICKUP_WEAPON_BULLPUPRIFLE PICKUP_WEAPON_BULLPUPRIFLE_MK2 @@ -867243,6 +867874,7 @@ PICKUP_WEAPON_COMBATSHOTGUN PICKUP_WEAPON_COMPACTLAUNCHER PICKUP_WEAPON_COMPACTRIFLE PICKUP_WEAPON_CROWBAR +PICKUP_WEAPON_CANDYCANE PICKUP_WEAPON_DAGGER PICKUP_WEAPON_DBSHOTGUN PICKUP_WEAPON_DOUBLEACTION @@ -867300,6 +867932,7 @@ PICKUP_WEAPON_PISTOL50 PICKUP_WEAPON_PISTOL_M1899 PICKUP_WEAPON_PISTOL_M1899_MP PICKUP_WEAPON_PISTOL_MK2 +PICKUP_WEAPON_PISTOLXM3 PICKUP_WEAPON_POLICERIFLE PICKUP_WEAPON_POOLCUE PICKUP_WEAPON_PRECISIONRIFLE @@ -867308,6 +867941,7 @@ PICKUP_WEAPON_PROXMINE PICKUP_WEAPON_PUMPSHOTGUN PICKUP_WEAPON_PUMPSHOTGUN_MK2 PICKUP_WEAPON_RAILGUN +PICKUP_WEAPON_RAILGUNXM3 PICKUP_WEAPON_RAYCARBINE PICKUP_WEAPON_RAYMINIGUN PICKUP_WEAPON_RAYPISTOL @@ -1006941,13 +1007575,18 @@ SERVE_STRAP SERVICE SERVICEFEMALES SERVICEMALES +SERVICE_INVALID SERVICE_EARN_AGENCY_PAYPHONE_HIT SERVICE_EARN_AGENCY_SECURITY_CONTRACT SERVICE_EARN_AGENCY_STORY_FINALE SERVICE_EARN_AGENCY_STORY_PREP +SERVICE_EARN_AVENGER_OPERATIONS +SERVICE_EARN_AVENGER_OPS_BONUS SERVICE_EARN_AMBIENT_JOB_AMMUNATION_DELIVERY +SERVICE_EARN_AMBIENT_JOB_ARMORED_TRUCK SERVICE_EARN_AMBIENT_JOB_BEAST SERVICE_EARN_AMBIENT_JOB_BLAST +SERVICE_EARN_AMBIENT_JOB_BICYCLE_TIME_TRIAL SERVICE_EARN_AMBIENT_JOB_CHALLENGES SERVICE_EARN_AMBIENT_JOB_CHECKPOINT_COLLECTION SERVICE_EARN_AMBIENT_JOB_CLUBHOUSE_CONTRACT @@ -1006956,6 +1007595,7 @@ SERVICE_EARN_AMBIENT_JOB_DEAD_DROP SERVICE_EARN_AMBIENT_JOB_DESTROY_VEH SERVICE_EARN_AMBIENT_JOB_DISTRACT_COPS SERVICE_EARN_AMBIENT_JOB_GOLDEN_GUN +SERVICE_EARN_AMBIENT_JOB_GANG_CONVOY SERVICE_EARN_AMBIENT_JOB_HELI_HOT_TARGET SERVICE_EARN_AMBIENT_JOB_HOT_PROPERTY SERVICE_EARN_AMBIENT_JOB_HOT_TARGET_DELIVER @@ -1006969,11 +1007609,17 @@ SERVICE_EARN_AMBIENT_JOB_RC_TIME_TRIAL SERVICE_EARN_AMBIENT_JOB_SMUGGLER_PLANE SERVICE_EARN_AMBIENT_JOB_SMUGGLER_TRAIL SERVICE_EARN_AMBIENT_JOB_SOURCE_RESEARCH +SERVICE_EARN_AMBIENT_JOB_SHOP_ROBBERY SERVICE_EARN_AMBIENT_JOB_TIME_TRIAL +SERVICE_EARN_AMBIENT_JOB_TOW_TRUCK_WORK SERVICE_EARN_AMBIENT_JOB_UNDERWATER_CARGO SERVICE_EARN_AMBIENT_JOB_URBAN_WARFARE +SERVICE_EARN_AMBIENT_JOB_XMAS_MUGGER +SERVICE_EARN_AMBIENT_JOB_XMAS_TRUCK +SERVICE_EARN_AMBIENT_JOB_MAZE_BANK SERVICE_EARN_AMBIENT_MUGGING SERVICE_EARN_AMBIENT_PICKUP +SERVICE_EARN_AMBIENT_JOB_DRUG_VEHICLE SERVICE_EARN_ARENA_CAREER_TIER_PROGRESSION_1 SERVICE_EARN_ARENA_CAREER_TIER_PROGRESSION_2 SERVICE_EARN_ARENA_CAREER_TIER_PROGRESSION_3 @@ -1006983,6 +1007629,9 @@ SERVICE_EARN_ARENA_WAR SERVICE_EARN_ARMORED_TRUCKS SERVICE_EARN_ASSASSINATE_TARGET_KILLED SERVICE_EARN_AUTO_SHOP_DELIVERY_AWARD +SERVICE_EARN_ACID_LAB_SETUP_PARTICIPATION +SERVICE_EARN_ACID_LAB_SOURCE_PARTICIPATION +SERVICE_EARN_ACID_LAB_SELL_PARTICIPATION SERVICE_EARN_BANK_INTEREST SERVICE_EARN_BB_EVENT_BONUS SERVICE_EARN_BEND_JOB @@ -1007031,8 +1007680,13 @@ SERVICE_EARN_COLLECTABLES_SIGNAL_JAMMERS_COMPLETE SERVICE_EARN_COLLECTABLE_COMPLETED_COLLECTION SERVICE_EARN_COLLECTABLE_ITEM SERVICE_EARN_CRATE_DROP +SERVICE_EARN_CAYO_ATTRITION_BONUS_OBJECTIVE +SERVICE_EARN_CHICKEN_FACTORY_RAID_PREP +SERVICE_EARN_CHICKEN_FACTORY_RAID_FINALE SERVICE_EARN_DAILY_OBJECTIVES SERVICE_EARN_DAILY_OBJECTIVE_EVENT +SERVICE_EARN_DAILY_STASH_HOUSE_PARTICIPATION +SERVICE_EARN_DAILY_STASH_HOUSE_COMPLETED SERVICE_EARN_DEATHMATCH_BOUNTY SERVICE_EARN_DEBUG SERVICE_EARN_DOOMSDAY_FINALE_BONUS @@ -1007097,6 +1007751,10 @@ SERVICE_EARN_JOB_BONUS SERVICE_EARN_JOB_BONUS_CRIMINAL_MASTERMIND SERVICE_EARN_JOB_BONUS_FIRST_TIME_BONUS SERVICE_EARN_JOB_BONUS_HEIST_AWARD +SERVICE_EARN_JUGGALO_STORY_MISSION +SERVICE_EARN_JUGGALO_STORY_MISSION_PARTICIPATION +SERVICE_EARN_JUGGALO_PHONE_MISSION +SERVICE_EARN_JUGGALO_PHONE_MISSION_PARTICIPATION SERVICE_EARN_LESTER_TARGET_KILL SERVICE_EARN_LOTTERY SERVICE_EARN_MUSIC_STUDIO_SHORT_TRIP @@ -1007128,9 +1007786,15 @@ SERVICE_EARN_REFUND_ORBITAL_MANUAL SERVICE_EARN_REFUND_SHARE_LAST_JOB SERVICE_EARN_ROCKSTAR SERVICE_EARN_SALVAGE_CHECKPOINT_COLLECTION +SERVICE_EARN_SALVAGE_YARD_ROBBERY_PREP +SERVICE_EARN_SALVAGE_YARD_ROBBERY_FINALE +SERVICE_EARN_SALVAGE_YARD_SELL_VEH +SERVICE_EARN_SALVAGE_VEHICLE SERVICE_EARN_SIGHTSEEING_REWARD SERVICE_EARN_SMUGGLER_AGENCY +SERVICE_EARN_SMUGGLER_OPS SERVICE_EARN_SPIN_THE_WHEEL_CASH +SERVICE_EARN_TAXI_JOB SERVICE_EARN_TEXTFAIL SERVICE_EARN_TUNER_AWARD_BOLINGBROKE_ASS SERVICE_EARN_TUNER_AWARD_BUNKER_RAID @@ -1007148,6 +1007812,15 @@ SERVICE_EARN_TUNER_ROBBERY_PREP SERVICE_EARN_VEHICLE_SALES SERVICE_EARN_WAGE_PAYMENT SERVICE_EARN_WAGE_PAYMENT_BONUS +SERVICE_EARN_WINTER_22_AWARD_JUGGALO_STORY +SERVICE_EARN_WINTER_22_AWARD_ACID_LAB +SERVICE_EARN_WINTER_22_AWARD_DAILY_STASH +SERVICE_EARN_WINTER_22_AWARD_DEAD_DROP +SERVICE_EARN_WINTER_22_AWARD_RANDOM_EVENT +SERVICE_EARN_WINTER_22_AWARD_TAXI +SERVICE_EARN_WINTER_23_AWARD_CHICKEN_FACTORY_RAID +SERVICE_EARN_WINTER_23_AWARD_SALVAGE_YARD +SERVICE_EARN_WEEKLY_OBJECTIVE_COMPLETED SERVICE_EARN_YOHAN_SOURCE_GOODS SERVICE_MENU_CHOOSE SERVICE_SPEND_AGENT_14_VEHICLE_REQUEST @@ -1007274,6 +1007947,9 @@ SERVICE_SPEND_VEHICLE_EXPORT_MODS SERVICE_SPEND_VEHICLE_INSURANCE SERVICE_SPEND_VEHICLE_INSURANCE_PREMIUM SERVICE_SPEND_WAGER +SERVICE_SPEND_NIGHTCLUB_TOILET_ATTENDANT +SERVICE_SPEND_JUGALLO_BOSS_VEHICLE_REQUEST +SERVICE_SPEND_SALVAGE_YARD_CLAIM_VEH SERVING SESQ SESSANTA_VEH_AR @@ -1018500,6 +1019176,7 @@ SLOPE_Y_DELTA SLOSSANTOS SLOT1 SLOT2 +SLOTID_CURRENCY SLOTID_HORSE_BEDROLL SLOTID_HORSE_BLANKET SLOTID_HORSE_CANTLE @@ -1018515,7 +1019192,13 @@ SLOTID_HORSE_SEX SLOTID_HORSE_SKIRT SLOTID_HORSE_STIRRUP SLOTID_HORSE_TAIL +SLOTID_NONE SLOTID_PROGRESSION +SLOTID_SATCHEL +SLOTID_UPGRADE +SLOTID_WARDROBE +SLOTID_WEAPON_0 +SLOTID_WEAPON_1 SLOTS SLOTS_ACC SLOTS_BET @@ -1066801,6 +1067484,7 @@ TAG_4_BACKGROUND TAG_5_BACKGROUND TAG_6_BACKGROUND TAG_FADE_IMAGE +TAG_ITEM_PROPERTY TAG_SYNC_OUT TAH TAHIR_PVG @@ -1152098,6 +1152782,7 @@ WEAPON_BASE_TITLE WEAPON_BAT WEAPON_BATTLEAXE WEAPON_BATTLE_AXE +WEAPON_BATTLERIFLE WEAPON_BG_ALPHA_SELECT WEAPON_BG_ALPHA_UNSELECT WEAPON_BIRD_CRAP @@ -1233179,6 +1233864,8 @@ aveh avenger avenger2 avenger2_hi +avenger3 +avenger4 avengerRotorSpeed avenger_banking_loop avenger_engine_loop @@ -1238826,6 +1239513,7 @@ baller7_wing_3 baller7_wing_4 baller7_wing_5 baller7_wing_6 +baller8 baller_ba baller_badge baller_badge_n @@ -1338105,6 +1338793,7 @@ courtwesrec courtwrpmusic courtwrprec courtxxyyxx +coureur courtyard advance a courtyard advance b courtyard advance c @@ -1437650,6 +1438339,11 @@ dyx dyzf dzR dzkqbog8huueo1ar7avnia_00 +driftremus +drifteuros +driftfuto +driftjester +driftzr350 e e.I e00491e3 @@ -1697761,6 +1698455,7 @@ monster_horn monster_horn_mt monster_npc monster_start_revs +monstrociti montez monthTF month_streaks @@ -1999390,6 +2000085,7 @@ speedo4_rrdoor1 speedo4_rrdoor2 speedo4_rrdoor3 speedo4_scanner_params +speedo5 speedoTXT speedo_ba speedo_badges @@ -2008639,6 +2009335,7 @@ streams\walla_interior_stems streams\walla_office streams\walla_stadium streams_as +streamer216 street alley street sidewalk street1 @@ -2032341,6 +2033038,7 @@ turismor_granular_engine turismor_hi turismor_mods turismor_scanner_params +turismo3 turkey_02_generic_skin_data turkey_02_pickup_from_mount_left_scene turkey_02_pickup_from_mount_right_scene diff --git a/GTA V Script Decompiler/Resources/crossmap.txt b/GTA V Script Decompiler/Resources/crossmap.txt index 94f4819..23d8313 100644 --- a/GTA V Script Decompiler/Resources/crossmap.txt +++ b/GTA V Script Decompiler/Resources/crossmap.txt @@ -6491,5 +6491,4 @@ E5E9746A66359F9D:8615C476E6BA23D8 690B76BD2763E068:340CF8A9750C3D1A 40EB1EFD921822BC:FAF127E6FF05E72E 340A36A700E99699:A759D3AD1579CBCB -8E580AB902917360:3AABE0CD8115D72E -D69CE161FE614531:D69CE161FE614531 \ No newline at end of file +8E580AB902917360:3AABE0CD8115D72E \ No newline at end of file diff --git a/GTA V Script Decompiler/Resources/natives.json b/GTA V Script Decompiler/Resources/natives.json index f6c3932..7765d89 100644 --- a/GTA V Script Decompiler/Resources/natives.json +++ b/GTA V Script Decompiler/Resources/natives.json @@ -700,6 +700,14 @@ "return_type": "BOOL", "build": "323" }, + "0xDD3AA743AB7D4D75": { + "name": "GET_CURRENT_TV_SHOW_PLAY_TIME", + "jhash": "", + "comment": "", + "params": [], + "return_type": "int", + "build": "3095" + }, "0xD2C91A0B572AAE56": { "name": "CREATE_NEW_SCRIPTED_CONVERSATION", "jhash": "0xB2BC25F8", @@ -711,7 +719,7 @@ "0xC5EF963405593646": { "name": "ADD_LINE_TO_CONVERSATION", "jhash": "0x96CD0513", - "comment": "NOTE: ones that are -1, 0 - 35 are determined by a function where it gets a TextLabel from a global then runs,\n_GET_TEXT_SUBSTRING and depending on what the result is it goes in check order of 0 - 9 then A - Z then z (lowercase). So it will then return 0 - 35 or -1 if it's 'z'. The func to handle that ^^ is func_67 in dialog_handler.c atleast in TU27 Xbox360 scripts.\n\np0 is -1, 0 - 35\np1 is a char or string (whatever you wanna call it)\np2 is Global 10597 + i * 6. 'i' is a while(i < 70) loop\np3 is again -1, 0 - 35 \np4 is again -1, 0 - 35 \np5 is either 0 or 1 (bool ?)\np6 is either 0 or 1 (The func to determine this is bool)\np7 is either 0 or 1 (The func to determine this is bool)\np8 is either 0 or 1 (The func to determine this is bool)\np9 is 0 - 3 (Determined by func_60 in dialogue_handler.c)\np10 is either 0 or 1 (The func to determine this is bool)\np11 is either 0 or 1 (The func to determine this is bool)\np12 is unknown as in TU27 X360 scripts it only goes to p11.", + "comment": "NOTE: ones that are -1, 0 - 35 are determined by a function where it gets a TextLabel from a global then runs,\nGET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME and depending on what the result is it goes in check order of 0 - 9 then A - Z then z (lowercase). So it will then return 0 - 35 or -1 if it's 'z'. The func to handle that ^^ is func_67 in dialog_handler.c atleast in TU27 Xbox360 scripts.\n\np0 is -1, 0 - 35\np1 is a char or string (whatever you wanna call it)\np2 is Global 10597 + i * 6. 'i' is a while(i < 70) loop\np3 is again -1, 0 - 35 \np4 is again -1, 0 - 35 \np5 is either 0 or 1 (bool ?)\np6 is either 0 or 1 (The func to determine this is bool)\np7 is either 0 or 1 (The func to determine this is bool)\np8 is either 0 or 1 (The func to determine this is bool)\np9 is 0 - 3 (Determined by func_60 in dialogue_handler.c)\np10 is either 0 or 1 (The func to determine this is bool)\np11 is either 0 or 1 (The func to determine this is bool)\np12 is unknown as in TU27 X360 scripts it only goes to p11.", "params": [ { "type": "int", @@ -1165,11 +1173,11 @@ "0x7345BDD95E62E0F2": { "name": "REQUEST_MISSION_AUDIO_BANK", "jhash": "0x916E37CA", - "comment": "All occurrences and usages found in b617d: https://pastebin.com/NzZZ2Tmm\nFull list of mission audio bank names by DurtyFree https://github.com/DurtyFree/gta-v-data-dumps/blob/master/missionAudioBankNames.json", + "comment": "All occurrences and usages found in b617d: https://pastebin.com/NzZZ2Tmm\nFull list of mission audio bank names by DurtyFree https://github.com/DurtyFree/gta-v-data-dumps/blob/master/missionAudioBankNames.json\np2 is always -1", "params": [ { "type": "const char*", - "name": "p0" + "name": "audioBank" }, { "type": "BOOL", @@ -1186,11 +1194,11 @@ "0xFE02FFBED8CA9D99": { "name": "REQUEST_AMBIENT_AUDIO_BANK", "jhash": "0x23C88BC7", - "comment": "All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: https://pastebin.com/XZ1tmGEz\nFull list of ambient audio bank names by DurtyFree https://github.com/DurtyFree/gta-v-data-dumps/blob/master/ambientAudioBankNames.json", + "comment": "All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: https://pastebin.com/XZ1tmGEz\nFull list of ambient audio bank names by DurtyFree https://github.com/DurtyFree/gta-v-data-dumps/blob/master/ambientAudioBankNames.json\np2 is always -1", "params": [ { "type": "const char*", - "name": "p0" + "name": "audioBank" }, { "type": "BOOL", @@ -1207,18 +1215,18 @@ "0x2F844A8B08D76685": { "name": "REQUEST_SCRIPT_AUDIO_BANK", "jhash": "0x21322887", - "comment": "All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: https://pastebin.com/AkmDAVn6\nFull list of script audio bank names by DurtyFree https://github.com/DurtyFree/gta-v-data-dumps/blob/master/scriptAudioBankNames.json", + "comment": "All occurrences and usages found in b617d, sorted alphabetically and identical lines removed: https://pastebin.com/AkmDAVn6\nFull list of script audio bank names by DurtyFree https://github.com/DurtyFree/gta-v-data-dumps/blob/master/scriptAudioBankNames.json\np2 is always -1", "params": [ { "type": "const char*", - "name": "p0" + "name": "audioBank" }, { "type": "BOOL", "name": "p1" }, { - "type": "int", + "type": "Any", "name": "p2" } ], @@ -1228,14 +1236,14 @@ "0x40763EA7B9B783E7": { "name": "HINT_MISSION_AUDIO_BANK", "jhash": "", - "comment": "", + "comment": "p2 is always -1", "params": [ { - "type": "Any", - "name": "p0" + "type": "const char*", + "name": "audioBank" }, { - "type": "Any", + "type": "BOOL", "name": "p1" }, { @@ -1249,14 +1257,14 @@ "0x8F8C0E370AE62F5C": { "name": "HINT_AMBIENT_AUDIO_BANK", "jhash": "0xF1850DDC", - "comment": "", + "comment": "p2 is always -1", "params": [ { - "type": "Any", - "name": "p0" + "type": "const char*", + "name": "audioBank" }, { - "type": "Any", + "type": "BOOL", "name": "p1" }, { @@ -1270,14 +1278,14 @@ "0xFB380A29641EC31A": { "name": "HINT_SCRIPT_AUDIO_BANK", "jhash": "0x41FA0E51", - "comment": "", + "comment": "p2 is always -1", "params": [ { - "type": "Any", - "name": "p0" + "type": "const char*", + "name": "audioBank" }, { - "type": "Any", + "type": "BOOL", "name": "p1" }, { @@ -1347,8 +1355,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "const char*", + "name": "audioBank" } ], "return_type": "void", @@ -1486,23 +1494,23 @@ "0x5B9853296731E88D": { "name": "PLAY_SOUND_FROM_ENTITY_HASH", "jhash": "", - "comment": "", + "comment": "Only used with \"formation_flying_blips_soundset\" and \"biker_formation_blips_soundset\".\np1 is always the model of p2", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "soundId" }, { - "type": "Any", - "name": "p1" + "type": "Hash", + "name": "model" }, { - "type": "Any", - "name": "p2" + "type": "Entity", + "name": "entity" }, { - "type": "Any", - "name": "p3" + "type": "Hash", + "name": "soundSetHash" }, { "type": "Any", @@ -1567,20 +1575,20 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "soundId" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "y" }, { - "type": "Any", - "name": "p3" + "type": "float", + "name": "z" } ], "return_type": "void", @@ -1635,8 +1643,8 @@ "name": "soundId" }, { - "type": "Any*", - "name": "p1" + "type": "const char*", + "name": "variable" }, { "type": "float", @@ -1653,7 +1661,7 @@ "params": [ { "type": "const char*", - "name": "p0" + "name": "variable" }, { "type": "float", @@ -1669,7 +1677,7 @@ "comment": "", "params": [ { - "type": "Any*", + "type": "const char*", "name": "p0" }, { @@ -1908,11 +1916,11 @@ "0xD01005D2BA2EB778": { "name": "ACTIVATE_AUDIO_SLOWMO_MODE", "jhash": "0x59A3A17D", - "comment": "", + "comment": "mode can be any of these: \nSLOWMO_T1_TRAILER_SMASH\nSLOWMO_T1_RAYFIRE_EXPLOSION\nSLOWMO_PROLOGUE_VAULT\nNIGEL_02_SLOWMO_SETTING\nJSH_EXIT_TUNNEL_SLOWMO\nSLOWMO_BIG_SCORE_JUMP\nSLOWMO_FIB4_TRUCK_SMASH\nSLOWMO_EXTREME_04\nSLOW_MO_METH_HOUSE_RAYFIRE\nBARRY_02_SLOWMO\nBARRY_01_SLOWMO", "params": [ { "type": "const char*", - "name": "p0" + "name": "mode" } ], "return_type": "void", @@ -1921,11 +1929,11 @@ "0xDDC635D5B3262C56": { "name": "DEACTIVATE_AUDIO_SLOWMO_MODE", "jhash": "0x0E387BFE", - "comment": "", + "comment": "see ACTIVATE_AUDIO_SLOWMO_MODE for modes", "params": [ { "type": "const char*", - "name": "p0" + "name": "mode" } ], "return_type": "void", @@ -2010,12 +2018,12 @@ "name": "ped" }, { - "type": "Any", + "type": "int", "name": "p1" }, { - "type": "Any", - "name": "p2" + "type": "Hash", + "name": "voiceGroup" } ], "return_type": "void", @@ -2024,7 +2032,7 @@ "0x7CDC8C3B89F661B3": { "name": "SET_PED_VOICE_GROUP", "jhash": "", - "comment": "From the scripts:\n\nAUDIO::_SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"PAIGE_PVG\"));\nAUDIO::_SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"TALINA_PVG\"));\nAUDIO::_SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"FEMALE_LOST_BLACK_PVG\"));\nAUDIO::_SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"FEMALE_LOST_WHITE_PVG\"));", + "comment": "From the scripts:\n\nAUDIO::SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"PAIGE_PVG\"));\nAUDIO::SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"TALINA_PVG\"));\nAUDIO::SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"FEMALE_LOST_BLACK_PVG\"));\nAUDIO::SET_PED_VOICE_GROUP(PLAYER::PLAYER_PED_ID(), MISC::GET_HASH_KEY(\"FEMALE_LOST_WHITE_PVG\"));", "params": [ { "type": "Ped", @@ -2129,7 +2137,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "Ped", "name": "p0" } ], @@ -2160,7 +2168,7 @@ "0x49B99BF3FDA89A7A": { "name": "DOES_CONTEXT_EXIST_FOR_THIS_PED", "jhash": "0x8BD5F11E", - "comment": "Checks if the ped can play the speech or has the speech file, last parameter is usually false.", + "comment": "Checks if the ped can play the speech or has the speech file, p2 is usually false.", "params": [ { "type": "Ped", @@ -2172,7 +2180,7 @@ }, { "type": "BOOL", - "name": "unk" + "name": "p2" } ], "return_type": "BOOL", @@ -2302,7 +2310,7 @@ "0xB28ECA15046CA8B9": { "name": "GET_RADIO_STATION_NAME", "jhash": "0x3DF493BC", - "comment": "Converts radio station index to string. Use HUD::_GET_LABEL_TEXT to get the user-readable text.", + "comment": "Converts radio station index to string. Use HUD::GET_FILENAME_FOR_AUDIO_CONVERSATION to get the user-readable text.", "params": [ { "type": "int", @@ -2439,6 +2447,10 @@ { "type": "const char*", "name": "radioStation" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -2677,19 +2689,19 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "const char*", + "name": "radioName" }, { - "type": "Any", - "name": "p1" + "type": "const char*", + "name": "radioTrack" }, { - "type": "Any", + "type": "const char*", "name": "p2" }, { - "type": "Any", + "type": "const char*", "name": "p3" } ], @@ -2996,15 +3008,15 @@ "params": [ { "type": "float*", - "name": "p0" + "name": "out1" }, { "type": "float*", - "name": "p1" + "name": "out2" }, { "type": "int*", - "name": "p2" + "name": "out3" } ], "return_type": "BOOL", @@ -3127,8 +3139,8 @@ "comment": "", "params": [ { - "type": "Any*", - "name": "p0" + "type": "const char*", + "name": "ambientZone" }, { "type": "BOOL", @@ -3148,8 +3160,8 @@ "comment": "", "params": [ { - "type": "Any*", - "name": "p0" + "type": "const char*", + "name": "ambientZone" }, { "type": "BOOL", @@ -3381,15 +3393,15 @@ "comment": "", "params": [ { - "type": "Any", + "type": "BOOL", "name": "p0" }, { - "type": "Any", + "type": "BOOL", "name": "p1" }, { - "type": "Any", + "type": "BOOL", "name": "p2" } ], @@ -3573,11 +3585,11 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { - "type": "Any", + "type": "BOOL", "name": "p1" } ], @@ -4055,6 +4067,23 @@ "return_type": "void", "build": "323" }, + "0xBEFB80290414FD4F": { + "name": "_ENABLE_DRAG_RACE_STATIONARY_WARNING_SOUNDS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "BOOL", + "name": "enable" + } + ], + "return_type": "void", + "build": "3095" + }, "0x6D28DC1671E334FD": { "name": "IS_GAME_IN_CONTROL_OF_MUSIC", "jhash": "0x7643170D", @@ -4704,11 +4733,11 @@ "0xC7ABCACA4985A766": { "name": "PREPARE_SYNCHRONIZED_AUDIO_EVENT", "jhash": "0xE1D91FD0", - "comment": "", + "comment": "p1 is always 0 in the scripts", "params": [ { "type": "const char*", - "name": "p0" + "name": "audioEvent" }, { "type": "Any", @@ -4724,12 +4753,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "sceneID" }, { - "type": "Any*", - "name": "p1" + "type": "const char*", + "name": "audioEvent" } ], "return_type": "BOOL", @@ -4741,8 +4770,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "sceneID" } ], "return_type": "BOOL", @@ -4754,8 +4783,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "sceneID" } ], "return_type": "BOOL", @@ -4767,8 +4796,8 @@ "comment": "", "params": [ { - "type": "Any*", - "name": "p0" + "type": "const char*", + "name": "audioEvent" }, { "type": "float", @@ -4793,11 +4822,11 @@ "params": [ { "type": "const char*", - "name": "p0" + "name": "audioEvent" }, { "type": "Entity", - "name": "p1" + "name": "entity" } ], "return_type": "void", @@ -5712,11 +5741,11 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Cam", + "name": "cam" }, { - "type": "Any", + "type": "float", "name": "p1" } ], @@ -5990,6 +6019,23 @@ "_SET_CAM_DOF_MAX_NEAR_IN_FOCUS_DISTANCE_BLEND_LEVEL" ] }, + "0x7CF3AF51DCFE4108": { + "name": "SET_CAM_DOF_SHOULD_KEEP_LOOK_AT_TARGET_IN_FOCUS", + "jhash": "", + "comment": "This native has a name defined inside its code", + "params": [ + { + "type": "Cam", + "name": "camera" + }, + { + "type": "BOOL", + "name": "state" + } + ], + "return_type": "void", + "build": "2944" + }, "0xFEDB7D269E8C60E3": { "name": "ATTACH_CAM_TO_ENTITY", "jhash": "0xAD7C45F6", @@ -7857,7 +7903,7 @@ "0xDF2E1F7742402E81": { "name": "SET_THIRD_PERSON_CAM_ORBIT_DISTANCE_LIMITS_THIS_UPDATE", "jhash": "0x77340650", - "comment": "Seems to animate the gameplay camera zoom.\n\nEg. SET_THIRD_PERSON_CAM_ORBIT_DISTANCE_LIMITS_THIS_UPDATE(1f, 1000f);\nwill animate the camera zooming in from 1000 meters away.\n\nGame scripts use it like this:\n\n// Setting this to 1 prevents V key from changing zoom\nPLAYER::SET_PLAYER_FORCED_ZOOM(PLAYER::PLAYER_ID(), 1);\n\n// These restrict how far you can move cam up/down left/right\nCAM::SET_THIRD_PERSON_CAM_RELATIVE_HEADING_LIMITS_THIS_UPDATE(-20f, 50f);\nCAM::_CLAMP_GAMEPLAY_CAM_PITCH(-60f, 0f);\n\nCAM::_ANIMATE_GAMEPLAY_CAM_ZOOM(1f, 1f);", + "comment": "Seems to animate the gameplay camera zoom.\n\nEg. SET_THIRD_PERSON_CAM_ORBIT_DISTANCE_LIMITS_THIS_UPDATE(1f, 1000f);\nwill animate the camera zooming in from 1000 meters away.\n\nGame scripts use it like this:\n\n// Setting this to 1 prevents V key from changing zoom\nPLAYER::SET_PLAYER_FORCED_ZOOM(PLAYER::PLAYER_ID(), 1);\n\n// These restrict how far you can move cam up/down left/right\nCAM::SET_THIRD_PERSON_CAM_RELATIVE_HEADING_LIMITS_THIS_UPDATE(-20f, 50f);\nCAM::SET_THIRD_PERSON_CAM_RELATIVE_PITCH_LIMITS_THIS_UPDATE(-60f, 0f);\n\nCAM::SET_THIRD_PERSON_CAM_ORBIT_DISTANCE_LIMITS_THIS_UPDATE(1f, 1f);", "params": [ { "type": "float", @@ -7874,6 +7920,22 @@ "_ANIMATE_GAMEPLAY_CAM_ZOOM" ] }, + "0xBC456FB703431785": { + "name": "_GET_THIRD_PERSON_CAM_MIN_ORBIT_DISTANCE_SPRING", + "jhash": "", + "comment": "", + "params": [], + "return_type": "float", + "build": "3095" + }, + "0xD4592A16D36673ED": { + "name": "_GET_THIRD_PERSON_CAM_MAX_ORBIT_DISTANCE_SPRING", + "jhash": "", + "comment": "", + "params": [], + "return_type": "float", + "build": "3095" + }, "0xE9EA16D6E54CDCA4": { "name": "SET_IN_VEHICLE_CAM_STATE_THIS_UPDATE", "jhash": "0x4B22C5CB", @@ -7929,7 +7991,7 @@ "0x8D4D46230B2C353A": { "name": "GET_FOLLOW_PED_CAM_VIEW_MODE", "jhash": "0xA65FF946", - "comment": "Returns\n0 - Third Person Close\n1 - Third Person Mid\n2 - Third Person Far\n4 - First Person", + "comment": "See viewmode enum in CAM.GET_FOLLOW_VEHICLE_CAM_VIEW_MODE for return value", "params": [], "return_type": "int", "build": "323" @@ -8025,7 +8087,7 @@ "0xA4FF579AC0E3AAAE": { "name": "GET_FOLLOW_VEHICLE_CAM_VIEW_MODE", "jhash": "0xA4B4DB03", - "comment": "Returns the type of camera:\n\n0 - Third Person Close\n1 - Third Person Mid\n2 - Third Person Far\n4 - First Person", + "comment": "Returns the type of camera:\n\nenum _viewmode //0xA11D7CA8\n{\n\tTHIRD_PERSON_NEAR = 0,\n\tTHIRD_PERSON_MEDIUM = 1,\n\tTHIRD_PERSON_FAR = 2,\n\tCINEMATIC = 3,\n\tFIRST_PERSON = 4\n};", "params": [], "return_type": "int", "build": "323" @@ -8033,7 +8095,7 @@ "0xAC253D7842768F48": { "name": "SET_FOLLOW_VEHICLE_CAM_VIEW_MODE", "jhash": "0xC4FBBBD3", - "comment": "Sets the type of Player camera in vehicles:\n\n0 - Third Person Close\n1 - Third Person Mid\n2 - Third Person Far\n4 - First Person", + "comment": "Sets the type of Player camera in vehicles:\nviewmode: see CAM.GET_FOLLOW_VEHICLE_CAM_VIEW_MODE", "params": [ { "type": "int", @@ -8059,7 +8121,7 @@ "0x2A2173E46DAECD12": { "name": "SET_CAM_VIEW_MODE_FOR_CONTEXT", "jhash": "0x1DEBCB45", - "comment": "context: see _GET_CAM_ACTIVE_VIEW_MODE_CONTEXT", + "comment": "context: see _GET_CAM_ACTIVE_VIEW_MODE_CONTEXT, viewmode: see CAM.GET_FOLLOW_VEHICLE_CAM_VIEW_MODE", "params": [ { "type": "int", @@ -8458,7 +8520,7 @@ }, { "type": "int", - "name": "unk" + "name": "p6" } ], "return_type": "void", @@ -8809,11 +8871,11 @@ "params": [ { "type": "const char*", - "name": "p0" + "name": "shakeType" }, { "type": "float", - "name": "p1" + "name": "amount" } ], "return_type": "void", @@ -8913,18 +8975,18 @@ "0x741B0129D4560F31": { "name": "CREATE_CINEMATIC_SHOT", "jhash": "0xAC494E35", - "comment": "", + "comment": "hash is always JOAAT(\"CAMERA_MAN_SHOT\") in decompiled scripts", "params": [ { - "type": "Any", + "type": "Hash", "name": "p0" }, { "type": "int", - "name": "p1" + "name": "time" }, { - "type": "Any", + "type": "BOOL", "name": "p2" }, { @@ -8938,10 +9000,10 @@ "0xCC9F3371A7C28BC9": { "name": "IS_CINEMATIC_SHOT_ACTIVE", "jhash": "0xA4049042", - "comment": "", + "comment": "Hash is always JOAAT(\"CAMERA_MAN_SHOT\") in decompiled scripts", "params": [ { - "type": "Any", + "type": "Hash", "name": "p0" } ], @@ -8968,7 +9030,7 @@ "params": [ { "type": "BOOL", - "name": "p0" + "name": "toggle" } ], "return_type": "void", @@ -9813,6 +9875,14 @@ "return_type": "int", "build": "1734" }, + "0x5D583F71C901F2A3": { + "name": "GET_CUTSCENE_PLAY_DURATION", + "jhash": "", + "comment": "", + "params": [], + "return_type": "int", + "build": "2802" + }, "0x40C8656EDAEDD569": { "name": "WAS_CUTSCENE_SKIPPED", "jhash": "0xC9B6949D", @@ -9897,8 +9967,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "cutsceneHandle" } ], "return_type": "int", @@ -10196,15 +10266,15 @@ }, { "type": "int", - "name": "p1" + "name": "componentId" }, { "type": "int", - "name": "p2" + "name": "drawableId" }, { "type": "int", - "name": "p3" + "name": "textureId" }, { "type": "Hash", @@ -10263,15 +10333,15 @@ }, { "type": "int", - "name": "p1" + "name": "componentId" }, { "type": "int", - "name": "p2" + "name": "drawableId" }, { "type": "int", - "name": "p3" + "name": "textureId" }, { "type": "Hash", @@ -10297,11 +10367,11 @@ "0xAD6875BBC0FC899C": { "name": "DATAFILE_WATCH_REQUEST_ID", "jhash": "0x621388FF", - "comment": "Adds the given request ID to the watch list.", + "comment": "Adds the given requestID to the watch list.", "params": [ { "type": "int", - "name": "id" + "name": "requestId" } ], "return_type": "void", @@ -10334,8 +10404,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "requestId" } ], "return_type": "BOOL", @@ -10347,8 +10417,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "requestId" } ], "return_type": "BOOL", @@ -10360,8 +10430,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "requestId" }, { "type": "Any", @@ -10377,8 +10447,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "requestId" } ], "return_type": "BOOL", @@ -11983,6 +12053,19 @@ "return_type": "BOOL", "build": "323" }, + "0xA75EE4F689B85391": { + "name": "_GET_LAST_ENTITY_HIT_BY_ENTITY", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Entity", + "name": "entity" + } + ], + "return_type": "Entity", + "build": "2802" + }, "0x5C3D0A935F535C4C": { "name": "GET_LAST_MATERIAL_HIT_BY_ENTITY", "jhash": "0xC0E3AA47", @@ -12607,6 +12690,19 @@ "return_type": "Player", "build": "323" }, + "0xFFBD7052D65BE0FF": { + "name": "GET_NEAREST_PARTICIPANT_TO_ENTITY", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Entity", + "name": "entity" + } + ], + "return_type": "int", + "build": "2944" + }, "0x8ACD366038D14505": { "name": "GET_ENTITY_TYPE", "jhash": "0x0B1BD08D", @@ -13585,6 +13681,99 @@ "return_type": "void", "build": "323" }, + "0x168A09D1B25B0BA4": { + "name": "ATTACH_ENTITY_TO_ENTITY_PHYSICALLY_OVERRIDE_INVERSE_MASS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Entity", + "name": "firstEntityIndex" + }, + { + "type": "Entity", + "name": "secondEntityIndex" + }, + { + "type": "int", + "name": "firstEntityBoneIndex" + }, + { + "type": "int", + "name": "secondEntityBoneIndex" + }, + { + "type": "float", + "name": "secondEntityOffsetX" + }, + { + "type": "float", + "name": "secondEntityOffsetY" + }, + { + "type": "float", + "name": "secondEntityOffsetZ" + }, + { + "type": "float", + "name": "firstEntityOffsetX" + }, + { + "type": "float", + "name": "firstEntityOffsetY" + }, + { + "type": "float", + "name": "firstEntityOffsetZ" + }, + { + "type": "float", + "name": "vecRotationX" + }, + { + "type": "float", + "name": "vecRotationY" + }, + { + "type": "float", + "name": "vecRotationZ" + }, + { + "type": "float", + "name": "physicalStrength" + }, + { + "type": "BOOL", + "name": "constrainRotation" + }, + { + "type": "BOOL", + "name": "doInitialWarp" + }, + { + "type": "BOOL", + "name": "collideWithEntity" + }, + { + "type": "BOOL", + "name": "addInitialSeperation" + }, + { + "type": "int", + "name": "rotOrder" + }, + { + "type": "float", + "name": "invMassScaleA" + }, + { + "type": "float", + "name": "invMassScaleB" + } + ], + "return_type": "void", + "build": "2944" + }, "0xF4080490ADC51C6F": { "name": "PROCESS_ENTITY_ATTACHMENTS", "jhash": "0x6909BA59", @@ -13790,38 +13979,38 @@ "0xB9C54555ED30FBC4": { "name": "PLAY_SYNCHRONIZED_MAP_ENTITY_ANIM", "jhash": "0xEB4CBA74", - "comment": "Full list of animation dictionaries and anims by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/animDictsCompact.json", + "comment": "p6,p7 probably animname and animdict\n\nFull list of animation dictionaries and anims by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/animDictsCompact.json", "params": [ { "type": "float", - "name": "p0" + "name": "x1" }, { "type": "float", - "name": "p1" + "name": "y1" }, { "type": "float", - "name": "p2" + "name": "z1" }, { "type": "float", - "name": "p3" + "name": "x2" }, { "type": "Any", - "name": "p4" + "name": "y2" }, { - "type": "Any", - "name": "p5" + "type": "float", + "name": "z2" }, { - "type": "Any*", + "type": "const char*", "name": "p6" }, { - "type": "Any*", + "type": "const char*", "name": "p7" }, { @@ -13851,27 +14040,27 @@ "params": [ { "type": "float", - "name": "p0" + "name": "x1" }, { "type": "float", - "name": "p1" + "name": "y1" }, { "type": "float", - "name": "p2" + "name": "z1" }, { "type": "float", - "name": "p3" + "name": "x2" }, { "type": "Any", - "name": "p4" + "name": "y2" }, { "type": "float", - "name": "p5" + "name": "z2" } ], "return_type": "BOOL", @@ -14152,12 +14341,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Entity", + "name": "entity" }, { - "type": "Any", - "name": "p1" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -14411,8 +14600,12 @@ "name": "health" }, { - "type": "int", - "name": "p2" + "type": "Entity", + "name": "instigator" + }, + { + "type": "Hash", + "name": "weaponType" } ], "return_type": "void", @@ -14565,7 +14758,7 @@ "0xFAEE099C6F890BB8": { "name": "SET_ENTITY_PROOFS", "jhash": "0x7E9EAB66", - "comment": "Enable / disable each type of damage.\n\nCan't get drownProof to work.\n--------------\np7 is to to '1' in am_mp_property_ext/int: entity::set_entity_proofs(uParam0->f_19, true, true, true, true, true, true, 1, true);\n", + "comment": "Enable / disable each type of damage.\n\nwaterProof is damage related to water not drowning\n--------------\np7 is to to '1' in am_mp_property_ext/int: ENTITY::SET_ENTITY_PROOFS(uParam0->f_19, true, true, true, true, true, true, 1, true);\n", "params": [ { "type": "Entity", @@ -14593,7 +14786,7 @@ }, { "type": "BOOL", - "name": "p6" + "name": "steamProof" }, { "type": "BOOL", @@ -14601,7 +14794,7 @@ }, { "type": "BOOL", - "name": "drownProof" + "name": "waterProof" } ], "return_type": "void", @@ -14737,7 +14930,7 @@ "0xEA1C610A04DB6BBB": { "name": "SET_ENTITY_VISIBLE", "jhash": "0xD043E8E1", - "comment": "unk was always 0.", + "comment": "p2 is always 0.", "params": [ { "type": "Entity", @@ -14749,7 +14942,7 @@ }, { "type": "BOOL", - "name": "unk" + "name": "p2" } ], "return_type": "void", @@ -15470,6 +15663,23 @@ "_GET_ENTITY_BONE_ROTATION_LOCAL" ] }, + "0xCF1247CC86961FD6": { + "name": "GET_ENTITY_BONE_OBJECT_POSTION", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Entity", + "name": "entity" + }, + { + "type": "int", + "name": "boneIndex" + } + ], + "return_type": "Vector3", + "build": "2802" + }, "0xB328DCC3A3AA401B": { "name": "GET_ENTITY_BONE_COUNT", "jhash": "", @@ -16524,7 +16734,7 @@ "0x79923CD21BECE14E": { "name": "GET_DLC_WEAPON_DATA", "jhash": "0xD88EC8EA", - "comment": "\ndlcWeaponIndex takes a number from 0 - GET_NUM_DLC_WEAPONS() - 1.\nstruct DlcWeaponData\n{\nint emptyCheck; //use DLC1::_IS_DLC_DATA_EMPTY on this\nint padding1;\nint weaponHash;\nint padding2;\nint unk;\nint padding3;\nint weaponCost;\nint padding4;\nint ammoCost;\nint padding5;\nint ammoType;\nint padding6;\nint defaultClipSize;\nint padding7;\nchar nameLabel[64];\nchar descLabel[64];\nchar desc2Label[64]; // usually \"the\" + name\nchar upperCaseNameLabel[64];\n};", + "comment": "\ndlcWeaponIndex takes a number from 0 - GET_NUM_DLC_WEAPONS() - 1.\nstruct DlcWeaponData\n{\nint emptyCheck; //use DLC1::IS_CONTENT_ITEM_LOCKED on this\nint padding1;\nint weaponHash;\nint padding2;\nint unk;\nint padding3;\nint weaponCost;\nint padding4;\nint ammoCost;\nint padding5;\nint ammoType;\nint padding6;\nint defaultClipSize;\nint padding7;\nchar nameLabel[64];\nchar descLabel[64];\nchar desc2Label[64]; // usually \"the\" + name\nchar upperCaseNameLabel[64];\n};", "params": [ { "type": "int", @@ -16678,7 +16888,7 @@ "0x6BEDF5769AC2DC07": { "name": "EXECUTE_CONTENT_CHANGESET_GROUP_FOR_ALL", "jhash": "", - "comment": "From fm_deathmatch_creator and fm_race_creator:\n\nFILES::_UNLOAD_CONTENT_CHANGE_SET_GROUP(joaat(\"GROUP_MAP_SP\"));\nFILES::_LOAD_CONTENT_CHANGE_SET_GROUP(joaat(\"GROUP_MAP\"));", + "comment": "From fm_deathmatch_creator and fm_race_creator:\n\nFILES::REVERT_CONTENT_CHANGESET_GROUP_FOR_ALL(joaat(\"GROUP_MAP_SP\"));\nFILES::EXECUTE_CONTENT_CHANGESET_GROUP_FOR_ALL(joaat(\"GROUP_MAP\"));", "params": [ { "type": "Hash", @@ -16694,7 +16904,7 @@ "0x3C1978285B036B25": { "name": "REVERT_CONTENT_CHANGESET_GROUP_FOR_ALL", "jhash": "", - "comment": "From fm_deathmatch_creator and fm_race_creator:\n\nFILES::_UNLOAD_CONTENT_CHANGE_SET_GROUP(joaat(\"GROUP_MAP_SP\"));\nFILES::_LOAD_CONTENT_CHANGE_SET_GROUP(joaat(\"GROUP_MAP\"));", + "comment": "From fm_deathmatch_creator and fm_race_creator:\n\nFILES::REVERT_CONTENT_CHANGESET_GROUP_FOR_ALL(joaat(\"GROUP_MAP_SP\"));\nFILES::EXECUTE_CONTENT_CHANGESET_GROUP_FOR_ALL(joaat(\"GROUP_MAP\"));", "params": [ { "type": "Hash", @@ -17261,44 +17471,44 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "x1" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "y1" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "z1" }, { - "type": "Any", - "name": "p3" + "type": "float", + "name": "x2" }, { - "type": "Any", - "name": "p4" + "type": "float", + "name": "y2" }, { - "type": "Any", - "name": "p5" + "type": "float", + "name": "z2" }, { - "type": "Any", - "name": "p6" + "type": "int", + "name": "r" }, { - "type": "Any", - "name": "p7" + "type": "int", + "name": "g" }, { - "type": "Any", - "name": "p8" + "type": "int", + "name": "b" }, { - "type": "Any", - "name": "p9" + "type": "int", + "name": "alpha" } ], "return_type": "void", @@ -17416,81 +17626,40 @@ "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": "float", + "name": "x1" }, { - "type": "Any", - "name": "p8" + "type": "float", + "name": "y1" }, - { - "type": "Any", - "name": "p9" - } - ], - "return_type": "void", - "build": "323" - }, - "0x73B1189623049839": { - "name": "DRAW_DEBUG_CROSS", - "jhash": "0xB6DF3709", - "comment": "NOTE: Debugging functions are not present in the retail version of the game.", - "params": [ { "type": "float", - "name": "x" + "name": "z1" }, { "type": "float", - "name": "y" + "name": "x2" }, { "type": "float", - "name": "z" + "name": "y2" }, { "type": "float", - "name": "size" + "name": "z2" }, { "type": "int", - "name": "red" + "name": "r" }, { "type": "int", - "name": "green" + "name": "g" }, { "type": "int", - "name": "blue" + "name": "b" }, { "type": "int", @@ -17500,15 +17669,56 @@ "return_type": "void", "build": "323" }, - "0x3903E216620488E8": { - "name": "DRAW_DEBUG_TEXT", - "jhash": "0x269B006F", + "0x73B1189623049839": { + "name": "DRAW_DEBUG_CROSS", + "jhash": "0xB6DF3709", "comment": "NOTE: Debugging functions are not present in the retail version of the game.", "params": [ - { - "type": "const char*", - "name": "text" - }, + { + "type": "float", + "name": "x" + }, + { + "type": "float", + "name": "y" + }, + { + "type": "float", + "name": "z" + }, + { + "type": "float", + "name": "size" + }, + { + "type": "int", + "name": "red" + }, + { + "type": "int", + "name": "green" + }, + { + "type": "int", + "name": "blue" + }, + { + "type": "int", + "name": "alpha" + } + ], + "return_type": "void", + "build": "323" + }, + "0x3903E216620488E8": { + "name": "DRAW_DEBUG_TEXT", + "jhash": "0x269B006F", + "comment": "NOTE: Debugging functions are not present in the retail version of the game.", + "params": [ + { + "type": "const char*", + "name": "text" + }, { "type": "float", "name": "x" @@ -18008,8 +18218,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -18132,7 +18342,7 @@ "params": [ { "type": "BOOL", - "name": "p0" + "name": "toggle" } ], "return_type": "void", @@ -18148,7 +18358,7 @@ "name": "p0" }, { - "type": "Any", + "type": "int", "name": "p1" } ], @@ -18851,7 +19061,7 @@ "0x799017F9E3B10112": { "name": "DRAW_MARKER_SPHERE", "jhash": "", - "comment": "Draws a 3D sphere, typically seen in the GTA:O freemode event \"Penned In\".\nExample https://imgur.com/nCbtS4H", + "comment": "Draws a 3D sphere, typically seen in the GTA:O freemode event \"Penned In\".\nExample https://imgur.com/nCbtS4H\n\nalpha - The alpha for the sphere. Goes from 0.0 to 1.0.", "params": [ { "type": "float", @@ -18964,7 +19174,7 @@ }, { "type": "float", - "name": "p0" + "name": "scale" } ], "return_type": "void", @@ -19772,7 +19982,7 @@ "name": "z" }, { - "type": "Any", + "type": "BOOL", "name": "p3" } ], @@ -20194,7 +20404,7 @@ "params": [ { "type": "BOOL", - "name": "p0" + "name": "toggle" } ], "return_type": "void", @@ -20206,8 +20416,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -20219,7 +20429,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "float", "name": "p0" } ], @@ -20484,19 +20694,19 @@ "comment": "This function is hard-coded to always return 0.", "params": [ { - "type": "Any", + "type": "float", "name": "p0" }, { - "type": "Any", + "type": "float", "name": "p1" }, { - "type": "Any", + "type": "float", "name": "p2" }, { - "type": "Any", + "type": "float", "name": "p3" } ], @@ -20509,8 +20719,8 @@ "comment": "This native does absolutely nothing, just a nullsub", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "handle" } ], "return_type": "void", @@ -20523,23 +20733,23 @@ "params": [ { "type": "int", - "name": "p0" + "name": "handle" }, { "type": "float", - "name": "p1" + "name": "x" }, { "type": "float", - "name": "p2" + "name": "y" }, { "type": "float", - "name": "p3" + "name": "z" }, { "type": "float", - "name": "p4" + "name": "scale" } ], "return_type": "void", @@ -20551,8 +20761,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "handle" } ], "return_type": "void", @@ -20564,8 +20774,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "handle" } ], "return_type": "BOOL", @@ -20609,36 +20819,36 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "y" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "z" }, { "type": "Any", "name": "p3" }, { - "type": "Any", + "type": "float", "name": "p4" }, { - "type": "Any", + "type": "float", "name": "p5" }, { - "type": "Any", + "type": "float", "name": "p6" }, { - "type": "Any", - "name": "p7" + "type": "float", + "name": "scale" } ], "return_type": "void", @@ -21437,11 +21647,11 @@ "0xE3E2C1B4C59DBC77": { "name": "RESET_ADAPTATION", "jhash": "0xD8CC7221", - "comment": "Sets an unknown value related to timecycles.", + "comment": "Sets an value related to timecycles.", "params": [ { "type": "int", - "name": "unk" + "name": "p0" } ], "return_type": "void", @@ -21553,7 +21763,7 @@ "0xBA3D65906822BED5": { "name": "SET_HIDOF_OVERRIDE", "jhash": "0x513D444B", - "comment": "Every p2 - p5 occurrence was 0f.", + "comment": "", "params": [ { "type": "BOOL", @@ -21592,7 +21802,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "BOOL", "name": "p0" } ], @@ -21878,7 +22088,7 @@ "0x0D53A3B8DA0809D2": { "name": "START_PARTICLE_FX_NON_LOOPED_ON_ENTITY", "jhash": "0x9604DAD4", - "comment": "Starts a particle effect on an entity for example your player.\n\nFull list of particle effect dictionaries and effects by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/particleEffectsCompact.json\n\nExample:\nC#:\nFunction.Call(Hash.REQUEST_NAMED_PTFX_ASSET, \"scr_rcbarry2\"); Function.Call(Hash._SET_PTFX_ASSET_NEXT_CALL, \"scr_rcbarry2\"); Function.Call(Hash.START_PARTICLE_FX_NON_LOOPED_ON_ENTITY, \"scr_clown_appears\", Game.Player.Character, 0.0, 0.0, -0.5, 0.0, 0.0, 0.0, 1.0, false, false, false);\n\nInternally this calls the same function as GRAPHICS::START_PARTICLE_FX_NON_LOOPED_ON_PED_BONE\nhowever it uses -1 for the specified bone index, so it should be possible to start a non looped fx on an entity bone using that native\n\n-can confirm START_PARTICLE_FX_NON_LOOPED_ON_PED_BONE does NOT work on vehicle bones.", + "comment": "Starts a particle effect on an entity for example your player.\n\nFull list of particle effect dictionaries and effects by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/particleEffectsCompact.json\n\nExample:\nC#:\nFunction.Call(Hash.REQUEST_NAMED_PTFX_ASSET, \"scr_rcbarry2\"); Function.Call(Hash.USE_PARTICLE_FX_ASSET, \"scr_rcbarry2\"); Function.Call(Hash.START_PARTICLE_FX_NON_LOOPED_ON_ENTITY, \"scr_clown_appears\", Game.Player.Character, 0.0, 0.0, -0.5, 0.0, 0.0, 0.0, 1.0, false, false, false);\n\nInternally this calls the same function as GRAPHICS::START_PARTICLE_FX_NON_LOOPED_ON_PED_BONE\nhowever it uses -1 for the specified bone index, so it should be possible to start a non looped fx on an entity bone using that native\n\n-can confirm START_PARTICLE_FX_NON_LOOPED_ON_PED_BONE does NOT work on vehicle bones.", "params": [ { "type": "const char*", @@ -22090,6 +22300,19 @@ "return_type": "void", "build": "323" }, + "0xB7EF5850C39FABCA": { + "name": "SET_PARTICLE_FX_NON_LOOPED_SCALE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "float", + "name": "scale" + } + ], + "return_type": "void", + "build": "2802" + }, "0x1E2E01C00837D26E": { "name": "SET_PARTICLE_FX_NON_LOOPED_EMITTER_SIZE", "jhash": "", @@ -22766,6 +22989,23 @@ "_SET_PARTICLE_FX_LOOPED_RANGE" ] }, + "0x4100BF0346A8D2C3": { + "name": "_SET_PARTICLE_FX_LOOPED_CAMERA_BIAS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "ptfxHandle" + }, + { + "type": "float", + "name": "p1" + } + ], + "return_type": "void", + "build": "3095" + }, "0xEEC4047028426510": { "name": "SET_PARTICLE_FX_CAM_INSIDE_VEHICLE", "jhash": "0x19EC0001", @@ -22865,8 +23105,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "scale" } ], "return_type": "void", @@ -23005,6 +23245,31 @@ "return_type": "void", "build": "2545" }, + "0x170911F37F646F29": { + "name": "REGISTER_POSTFX_BULLET_IMPACT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "float", + "name": "weaponWorldPosX" + }, + { + "type": "float", + "name": "weaponWorldPosY" + }, + { + "type": "float", + "name": "weaponWorldPosZ" + }, + { + "type": "float", + "name": "intensity" + } + ], + "return_type": "void", + "build": "2802" + }, "0x9B079E5221D984D3": { "name": "FORCE_POSTFX_BULLET_IMPACTS_AFTER_HUD", "jhash": "", @@ -23021,7 +23286,7 @@ "0x6C38AF3693A69A91": { "name": "USE_PARTICLE_FX_ASSET", "jhash": "0x9C720B61", - "comment": "From the b678d decompiled scripts:\n\n GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(\"FM_Mission_Controler\");\n GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(\"scr_apartment_mp\");\n GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(\"scr_indep_fireworks\");\n GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(\"scr_mp_cig_plane\");\n GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(\"scr_mp_creator\");\n GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(\"scr_ornate_heist\");\n GRAPHICS::_SET_PTFX_ASSET_NEXT_CALL(\"scr_prison_break_heist_station\");\n\nFull list of particle effect dictionaries and effects by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/particleEffectsCompact.json", + "comment": "From the b678d decompiled scripts:\n\n GRAPHICS::USE_PARTICLE_FX_ASSET(\"FM_Mission_Controler\");\n GRAPHICS::USE_PARTICLE_FX_ASSET(\"scr_apartment_mp\");\n GRAPHICS::USE_PARTICLE_FX_ASSET(\"scr_indep_fireworks\");\n GRAPHICS::USE_PARTICLE_FX_ASSET(\"scr_mp_cig_plane\");\n GRAPHICS::USE_PARTICLE_FX_ASSET(\"scr_mp_creator\");\n GRAPHICS::USE_PARTICLE_FX_ASSET(\"scr_ornate_heist\");\n GRAPHICS::USE_PARTICLE_FX_ASSET(\"scr_prison_break_heist_station\");\n\nFull list of particle effect dictionaries and effects by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/particleEffectsCompact.json", "params": [ { "type": "const char*", @@ -23072,6 +23337,35 @@ "_RESET_PARTICLE_FX_ASSET_OLD_TO_NEW" ] }, + "0xDF269BE2909E181A": { + "name": "_START_VEHICLE_PARTICLE_FX_LOOPED", + "jhash": "", + "comment": "Returns ptfxHandle\neffectName: scr_sv_drag_burnout", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "const char*", + "name": "effectName" + }, + { + "type": "BOOL", + "name": "frontBack" + }, + { + "type": "BOOL", + "name": "leftRight" + }, + { + "type": "BOOL", + "name": "localOnly" + } + ], + "return_type": "int", + "build": "3095" + }, "0xA46B73FAA3460AE1": { "name": "SET_WEATHER_PTFX_USE_OVERRIDE_SETTINGS", "jhash": "", @@ -23104,23 +23398,23 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "y" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "z" }, { - "type": "Any", - "name": "p3" + "type": "float", + "name": "range" }, { - "type": "Any", + "type": "float", "name": "p4" } ], @@ -23150,23 +23444,23 @@ "comment": "Fades nearby decals within the range specified", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "y" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "z" }, { - "type": "Any", + "type": "float", "name": "p3" }, { - "type": "Any", + "type": "float", "name": "p4" } ], @@ -23678,7 +23972,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int*", "name": "p0" } ], @@ -23874,6 +24168,19 @@ "_SET_FORCE_PED_FOOTSTEPS_TRACKS" ] }, + "0xA342A3763B3AFB6C": { + "name": "_FORCE_ALLOW_SNOW_FOOT_VFX_ON_ICE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "3095" + }, "0x4CC7F0FEA5283FE0": { "name": "USE_SNOW_WHEEL_VFX_WHEN_UNSHELTERED", "jhash": "0x7158B1EA", @@ -23906,6 +24213,19 @@ "_DISABLE_SCRIPT_AMBIENT_EFFECTS" ] }, + "0x6E9EF3A33C8899F8": { + "name": "_FORCE_GROUND_SNOW_PASS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "3095" + }, "0xD7021272EB0A451E": { "name": "PRESET_INTERIOR_AMBIENT_CACHE", "jhash": "0x137E3E24", @@ -24330,12 +24650,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "scaleformHandle" }, { - "type": "Any", - "name": "p1" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -24404,7 +24724,7 @@ }, { "type": "int", - "name": "unk" + "name": "p9" } ], "return_type": "void", @@ -24437,7 +24757,7 @@ }, { "type": "int", - "name": "unk" + "name": "p5" } ], "return_type": "void", @@ -24712,7 +25032,7 @@ "0xEF662D8D57E290B1": { "name": "CALL_SCALEFORM_MOVIE_METHOD_WITH_NUMBER_AND_STRING", "jhash": "0x6EAF56DE", - "comment": "Calls the Scaleform function and passes both float and string parameters (in their respective order).\n\nThe number of parameters passed to the function varies, so the end of the float parameters is represented by -1.0, and the end of the string parameters is represented by 0 (NULL).\n\nNOTE: The order of parameters in the function prototype is important! All float parameters must come first, followed by the string parameters.\n\nExamples:\n// function MY_FUNCTION(floatParam1, floatParam2, stringParam)\nGRAPHICS::_CALL_SCALEFORM_MOVIE_FUNCTION_MIXED_PARAMS(scaleform, \"MY_FUNCTION\", 10.0, 20.0, -1.0, -1.0, -1.0, \"String param\", 0, 0, 0, 0);\n\n// function MY_FUNCTION_2(floatParam, stringParam1, stringParam2)\nGRAPHICS::_CALL_SCALEFORM_MOVIE_FUNCTION_MIXED_PARAMS(scaleform, \"MY_FUNCTION_2\", 10.0, -1.0, -1.0, -1.0, -1.0, \"String param #1\", \"String param #2\", 0, 0, 0);", + "comment": "Calls the Scaleform function and passes both float and string parameters (in their respective order).\n\nThe number of parameters passed to the function varies, so the end of the float parameters is represented by -1.0, and the end of the string parameters is represented by 0 (NULL).\n\nNOTE: The order of parameters in the function prototype is important! All float parameters must come first, followed by the string parameters.\n\nExamples:\n// function MY_FUNCTION(floatParam1, floatParam2, stringParam)\nGRAPHICS::CALL_SCALEFORM_MOVIE_METHOD_WITH_NUMBER_AND_STRING(scaleform, \"MY_FUNCTION\", 10.0, 20.0, -1.0, -1.0, -1.0, \"String param\", 0, 0, 0, 0);\n\n// function MY_FUNCTION_2(floatParam, stringParam1, stringParam2)\nGRAPHICS::CALL_SCALEFORM_MOVIE_METHOD_WITH_NUMBER_AND_STRING(scaleform, \"MY_FUNCTION_2\", 10.0, -1.0, -1.0, -1.0, -1.0, \"String param #1\", \"String param #2\", 0, 0, 0);", "params": [ { "type": "int", @@ -25289,6 +25609,23 @@ "return_type": "void", "build": "323" }, + "0xEE831F15A8D0D94A": { + "name": "_SET_TV_CHANNEL_PLAYLIST_DIRTY", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "tvChannel" + }, + { + "type": "BOOL", + "name": "p1" + } + ], + "return_type": "void", + "build": "3095" + }, "0xBEB3D46BB7F043C0": { "name": "CLEAR_TV_CHANNEL_PLAYLIST", "jhash": "0xCBE7068F", @@ -25422,7 +25759,7 @@ }, { "type": "int", - "name": "p2" + "name": "slot" }, { "type": "float", @@ -26684,16 +27021,16 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "const char*", + "name": "gxtLabel1" }, { - "type": "Any", + "type": "int", "name": "p1" }, { - "type": "Any", - "name": "p2" + "type": "const char*", + "name": "gxtLabel2" } ], "return_type": "int", @@ -26705,19 +27042,19 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "const char*", + "name": "gxtLabel1" }, { - "type": "Any", + "type": "int", "name": "p1" }, { - "type": "Any", - "name": "p2" + "type": "const char*", + "name": "gxtLabel2" }, { - "type": "Any", + "type": "int", "name": "p3" } ], @@ -27446,7 +27783,7 @@ "0x169BD9382084C8C0": { "name": "GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME", "jhash": "0x34A396EE", - "comment": "Returns a substring of a specified length starting at a specified position.\n\nExample:\n// Get \"STRING\" text from \"MY_STRING\"\nsubStr = HUD::_GET_TEXT_SUBSTRING(\"MY_STRING\", 3, 6);", + "comment": "Returns a substring of a specified length starting at a specified position.\n\nExample:\n// Get \"STRING\" text from \"MY_STRING\"\nsubStr = HUD::GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME(\"MY_STRING\", 3, 6);", "params": [ { "type": "const char*", @@ -27470,7 +27807,7 @@ "0xB2798643312205C5": { "name": "GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME_WITH_BYTE_LIMIT", "jhash": "0x0183A66C", - "comment": "Returns a substring of a specified length starting at a specified position. The result is guaranteed not to exceed the specified max length.\n\nNOTE: The 'maxLength' parameter might actually be the size of the buffer that is returned. More research is needed. -CL69\n\nExample:\n// Condensed example of how Rockstar uses this function\nstrLen = HUD::GET_LENGTH_OF_LITERAL_STRING(MISC::GET_ONSCREEN_KEYBOARD_RESULT());\nsubStr = HUD::_GET_TEXT_SUBSTRING_SAFE(MISC::GET_ONSCREEN_KEYBOARD_RESULT(), 0, strLen, 63);\n\n--\n\n\"fm_race_creator.ysc\", line 85115:\n// parameters modified for clarity\nBOOL sub_8e5aa(char *text, int length) {\n for (i = 0; i <= (length - 2); i += 1) {\n if (!MISC::ARE_STRINGS_EQUAL(HUD::_GET_TEXT_SUBSTRING_SAFE(text, i, i + 1, 1), \" \")) {\n return FALSE;\n }\n }\n return TRUE;\n}", + "comment": "Returns a substring of a specified length starting at a specified position. The result is guaranteed not to exceed the specified max length.\n\nNOTE: The 'maxLength' parameter might actually be the size of the buffer that is returned. More research is needed. -CL69\n\nExample:\n// Condensed example of how Rockstar uses this function\nstrLen = HUD::GET_LENGTH_OF_LITERAL_STRING(MISC::GET_ONSCREEN_KEYBOARD_RESULT());\nsubStr = HUD::GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME_WITH_BYTE_LIMIT(MISC::GET_ONSCREEN_KEYBOARD_RESULT(), 0, strLen, 63);\n\n--\n\n\"fm_race_creator.ysc\", line 85115:\n// parameters modified for clarity\nBOOL sub_8e5aa(char *text, int length) {\n for (i = 0; i <= (length - 2); i += 1) {\n if (!MISC::ARE_STRINGS_EQUAL(HUD::GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME_WITH_BYTE_LIMIT(text, i, i + 1, 1), \" \")) {\n return FALSE;\n }\n }\n return TRUE;\n}", "params": [ { "type": "const char*", @@ -27498,7 +27835,7 @@ "0xCE94AEBA5D82908A": { "name": "GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME_BYTES", "jhash": "0xFA6373BB", - "comment": "Returns a substring that is between two specified positions. The length of the string will be calculated using (endPosition - startPosition).\n\nExample:\n// Get \"STRING\" text from \"MY_STRING\"\nsubStr = HUD::_GET_TEXT_SUBSTRING_SLICE(\"MY_STRING\", 3, 9);\n// Overflows are possibly replaced with underscores (needs verification)\nsubStr = HUD::_GET_TEXT_SUBSTRING_SLICE(\"MY_STRING\", 3, 10); // \"STRING_\"?", + "comment": "Returns a substring that is between two specified positions. The length of the string will be calculated using (endPosition - startPosition).\n\nExample:\n// Get \"STRING\" text from \"MY_STRING\"\nsubStr = HUD::GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME_BYTES(\"MY_STRING\", 3, 9);\n// Overflows are possibly replaced with underscores (needs verification)\nsubStr = HUD::GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME_BYTES(\"MY_STRING\", 3, 10); // \"STRING_\"?", "params": [ { "type": "const char*", @@ -27522,7 +27859,7 @@ "0x7B5280EBA9840C72": { "name": "GET_FILENAME_FOR_AUDIO_CONVERSATION", "jhash": "0x95C4B5AD", - "comment": "Gets a string literal from a label name.", + "comment": "Gets a localized string literal from a label name. Can be used for output of e.g. VEHICLE::GET_LIVERY_NAME. To check if a GXT label can be localized with this, HUD::DOES_TEXT_LABEL_EXIST can be used.", "params": [ { "type": "const char*", @@ -27913,6 +28250,19 @@ "return_type": "void", "build": "1180" }, + "0x1BC0EA2912708625": { + "name": "_USE_VEHICLE_TARGETING_RETICULE_ON_VEHICLES", + "jhash": "", + "comment": "", + "params": [ + { + "type": "BOOL", + "name": "enable" + } + ], + "return_type": "void", + "build": "3095" + }, "0xE4C3B169876D33D7": { "name": "ADD_VALID_VEHICLE_HIT_HASH", "jhash": "", @@ -28459,6 +28809,19 @@ "return_type": "void", "build": "323" }, + "0x9F4624F76E6953D1": { + "name": "SET_TEXT_LINE_HEIGHT_MULT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "float", + "name": "lineHeightMult" + } + ], + "return_type": "void", + "build": "3095" + }, "0x63145D9C883A1A70": { "name": "SET_TEXT_WRAP", "jhash": "0x6F60AB54", @@ -29366,7 +29729,7 @@ "0x14892474891E09EB": { "name": "SET_BLIP_SECONDARY_COLOUR", "jhash": "0xC6384D32", - "comment": "", + "comment": "Can be used to give blips any RGB colour with SET_BLIP_COLOUR(blip, 84).", "params": [ { "type": "Blip", @@ -29877,6 +30240,23 @@ "_SHOW_HAS_COMPLETED_INDICATOR_ON_BLIP" ] }, + "0x19BD6E3C0E16A8FA": { + "name": "SHOW_FOR_SALE_ICON_ON_BLIP", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Blip", + "name": "blip" + }, + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "2802" + }, "0x5FBCA48327B914DF": { "name": "SHOW_HEADING_INDICATOR_ON_BLIP", "jhash": "0xD1C3D71B", @@ -30167,31 +30547,31 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Blip", + "name": "blip" }, { - "type": "Any", + "type": "float", "name": "p1" }, { - "type": "Any", + "type": "float", "name": "p2" }, { - "type": "Any", + "type": "float", "name": "p3" }, { - "type": "Any", + "type": "float", "name": "p4" }, { - "type": "Any", + "type": "float", "name": "p5" }, { - "type": "Any", + "type": "float", "name": "p6" }, { @@ -30199,7 +30579,7 @@ "name": "p7" }, { - "type": "Any", + "type": "int", "name": "p8" } ], @@ -30227,6 +30607,27 @@ "return_type": "void", "build": "1290" }, + "0x25D984CFB64ED6DE": { + "name": "_SET_BLIP_GPS_ROUTE_DISPLAY_DISTANCE", + "jhash": "", + "comment": "Applies to new eBlipParams _BLIP_CHANGE_46* and _BLIP_CHANGE_47*", + "params": [ + { + "type": "Blip", + "name": "blip" + }, + { + "type": "int", + "name": "blipChangeParam46" + }, + { + "type": "BOOL", + "name": "blipChangeParam47" + } + ], + "return_type": "void", + "build": "3095" + }, "0x75A9A10948D1DEA6": { "name": "SET_MINIMAP_COMPONENT", "jhash": "0x419DCDC4", @@ -30396,15 +30797,15 @@ "0xA17784FCA9548D15": { "name": "SET_FAKE_GPS_PLAYER_POSITION_THIS_FRAME", "jhash": "", - "comment": "", + "comment": "p2 maybe z float?", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "y" }, { "type": "Any", @@ -30460,6 +30861,14 @@ "_SET_TOGGLE_MINIMAP_HEIST_ISLAND" ] }, + "0x35CCE12EAECB4A51": { + "name": "_SET_PAUSE_EXTERIOR_RENDERING_WHILE_IN_INTERIOR", + "jhash": "", + "comment": "", + "params": [], + "return_type": "void", + "build": "2944" + }, "0x6D14BFDC33B34F55": { "name": "DONT_TILT_MINIMAP_THIS_FRAME", "jhash": "0x334EFD46", @@ -30471,6 +30880,14 @@ "_CENTER_PLAYER_ON_RADAR_THIS_FRAME" ] }, + "0x89DA85D949CE57A0": { + "name": "DONT_ZOOM_MINIMAP_WHEN_RUNNING_THIS_FRAME", + "jhash": "", + "comment": "", + "params": [], + "return_type": "void", + "build": "2802" + }, "0x55F5A5F07134DE60": { "name": "DONT_ZOOM_MINIMAP_WHEN_SNIPING_THIS_FRAME", "jhash": "0x7A569F78", @@ -30521,7 +30938,7 @@ "0x170F541E1CADD1DE": { "name": "USE_FAKE_MP_CASH", "jhash": "0x6253B9D7", - "comment": "Related to displaying cash on the HUD\nAlways called before HUD::_SET_SINGLEPLAYER_HUD_CASH in decompiled scripts", + "comment": "Related to displaying cash on the HUD\nAlways called before HUD::CHANGE_FAKE_MP_CASH in decompiled scripts", "params": [ { "type": "BOOL", @@ -30638,7 +31055,7 @@ "name": "p0" }, { - "type": "int", + "type": "BOOL", "name": "p1" } ], @@ -33238,18 +33655,18 @@ "params": [ { "type": "Hash", - "name": "p0" + "name": "statHash" }, { - "type": "Any*", - "name": "p1" + "type": "int*", + "name": "outValue" }, { - "type": "Any", - "name": "p2" + "type": "int", + "name": "mask" }, { - "type": "int", + "type": "BOOL", "name": "p3" } ], @@ -33262,23 +33679,23 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Hash", + "name": "statHash" }, { "type": "Any*", - "name": "p1" + "name": "outValue" }, { - "type": "Any", + "type": "int", "name": "p2" }, { - "type": "Any", - "name": "p3" + "type": "int", + "name": "mask" }, { - "type": "Any", + "type": "BOOL", "name": "p4" } ], @@ -33291,12 +33708,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Hash", + "name": "statHash" }, { "type": "float*", - "name": "p1" + "name": "outValue" } ], "return_type": "BOOL", @@ -33308,15 +33725,15 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "statHash" }, { - "type": "Any*", - "name": "p1" + "type": "float*", + "name": "outValue" }, { - "type": "Any", + "type": "BOOL", "name": "p2" } ], @@ -33330,11 +33747,11 @@ "params": [ { "type": "Hash", - "name": "p0" + "name": "statHash" }, { - "type": "Any*", - "name": "p1" + "type": "BOOL*", + "name": "outValue" } ], "return_type": "BOOL", @@ -33421,8 +33838,13 @@ "0x75D3691713C3B05A": { "name": "OPEN_SOCIAL_CLUB_MENU", "jhash": "0x57218529", - "comment": "Uses the `SOCIAL_CLUB2` scaleform.", - "params": [], + "comment": "Uses the `SOCIAL_CLUB2` scaleform.\nmenu: GALLERY, MISSIONS, CREWS, MIGRATE, PLAYLISTS, JOBS", + "params": [ + { + "type": "Hash", + "name": "menu" + } + ], "return_type": "void", "build": "323" }, @@ -33893,7 +34315,7 @@ "0xE4A84ABF135EF91A": { "name": "GET_INTERIOR_GROUP_ID", "jhash": "0x09D6376F", - "comment": "Returns the group ID of the specified interior. For example, regular interiors have group 0, subway interiors have group 1. There are a few other groups too.", + "comment": "Returns the group ID of the specified interior.\n0 = default\n1 = subway station, subway tracks, sewers\n3 = train tunnel under mirror park\n5 = tunnel near del perro\n6 = train tunnel near chilliad\n7 = train tunnel near josiah\n8 = train tunnel in sandy shores\n9 = braddock tunnel (near chilliad)\n12 = tunnel under fort zancudo\n14 = train tunnel under cypress flats\n18 = rockford plaza parking garage\n19 = arcadius parking garage\n20 = union depository parking garage\n21 = fib parking garage", "params": [ { "type": "Interior", @@ -34350,8 +34772,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -37052,6 +37474,14 @@ "return_type": "BOOL", "build": "323" }, + "0xD19C0826DC20CF1C": { + "name": "ARE_CREDITS_RUNNING", + "jhash": "", + "comment": "", + "params": [], + "return_type": "BOOL", + "build": "2802" + }, "0x9DC711BC69C548DF": { "name": "TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME", "jhash": "0x9F861FD4", @@ -37290,26 +37720,26 @@ "0xC0714D0A7EEECA54": { "name": "REGISTER_SAVE_HOUSE", "jhash": "0x39C1849A", - "comment": "", + "comment": "returns savehouseHandle", "params": [ { "type": "float", - "name": "p0" + "name": "x" }, { "type": "float", - "name": "p1" + "name": "y" }, { "type": "float", - "name": "p2" + "name": "z" }, { "type": "float", "name": "p3" }, { - "type": "Any*", + "type": "const char*", "name": "p4" }, { @@ -37330,8 +37760,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "savehouseHandle" }, { "type": "BOOL", @@ -38248,6 +38678,55 @@ "_GET_IS_PROJECTILE_TYPE_IN_AREA" ] }, + "0x3DA8C28346B62CED": { + "name": "GET_COORDS_OF_PROJECTILE_TYPE_IN_ANGLED_AREA", + "jhash": "", + "comment": "", + "params": [ + { + "type": "float", + "name": "vecAngledAreaPoint1X" + }, + { + "type": "float", + "name": "vecAngledAreaPoint1Y" + }, + { + "type": "float", + "name": "vecAngledAreaPoint1Z" + }, + { + "type": "float", + "name": "vecAngledAreaPoint2X" + }, + { + "type": "float", + "name": "vecAngledAreaPoint2Y" + }, + { + "type": "float", + "name": "vecAngledAreaPoint2Z" + }, + { + "type": "float", + "name": "distanceOfOppositeFace" + }, + { + "type": "Hash", + "name": "weaponType" + }, + { + "type": "Vector3*", + "name": "positionOut" + }, + { + "type": "BOOL", + "name": "bIsPlayer" + } + ], + "return_type": "BOOL", + "build": "2802" + }, "0xDFB4138EEFED7B81": { "name": "GET_COORDS_OF_PROJECTILE_TYPE_WITHIN_DISTANCE", "jhash": "0x6BDE5CE4", @@ -40039,7 +40518,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "distance" } ], "return_type": "void", @@ -40573,11 +41052,11 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { - "type": "Any", + "type": "int", "name": "p1" }, { @@ -40606,8 +41085,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Player", + "name": "player" }, { "type": "Any", @@ -40911,6 +41390,36 @@ "old_names": [ "_GET_CONTENT_MAP_INDEX" ] + }, + "0xBA4583AF4C678A9B": { + "name": "_SET_CONTENT_PROP_TYPE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Hash", + "name": "model" + }, + { + "type": "int", + "name": "type" + } + ], + "return_type": "void", + "build": "3095" + }, + "0x8BAF8AD59F47AAFC": { + "name": "_GET_CONTENT_PROP_TYPE", + "jhash": "", + "comment": "Returns prop type for given model hash", + "params": [ + { + "type": "Hash", + "name": "model" + } + ], + "return_type": "int", + "build": "3095" } }, "MOBILE": { @@ -41162,7 +41671,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "horizontalPan" } ], "return_type": "void", @@ -41175,7 +41684,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "vertPan" } ], "return_type": "void", @@ -41188,7 +41697,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "roll" } ], "return_type": "void", @@ -41201,7 +41710,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "distanceScaling" } ], "return_type": "void", @@ -41214,7 +41723,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "yaw" } ], "return_type": "void", @@ -41227,7 +41736,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "roll" } ], "return_type": "void", @@ -41240,7 +41749,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "pitch" } ], "return_type": "void", @@ -41414,7 +41923,7 @@ }, { "type": "BOOL", - "name": "unk" + "name": "p3" } ], "return_type": "void", @@ -41930,19 +42439,6 @@ "return_type": "void", "build": "323" }, - "0x02CE1D6AC0FC73EA": { - "name": "NETWORK_EARN_FROM_ROCKSTAR", - "jhash": "0x5A3733CC", - "comment": "", - "params": [ - { - "type": "int", - "name": "amount" - } - ], - "return_type": "void", - "build": "323" - }, "0xB539BD8A4C1EECF8": { "name": "NETWORK_EARN_FROM_VEHICLE", "jhash": "0xF803589D", @@ -42032,19 +42528,19 @@ "0x6EA318C91C1A8786": { "name": "NETWORK_EARN_FROM_DAILY_OBJECTIVES", "jhash": "0xAB6BD72F", - "comment": "", + "comment": "type either Monthly,Weekly,Daily", "params": [ { "type": "int", - "name": "p0" + "name": "amount" }, { "type": "const char*", - "name": "p1" + "name": "type" }, { "type": "int", - "name": "p2" + "name": "characterSlot" } ], "return_type": "void", @@ -42295,6 +42791,14 @@ { "type": "Any", "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -42327,6 +42831,10 @@ { "type": "Any", "name": "p4" + }, + { + "type": "Any", + "name": "p5" } ], "return_type": "void", @@ -42721,6 +43229,10 @@ { "type": "Any", "name": "p3" + }, + { + "type": "Any", + "name": "p4" } ], "return_type": "void", @@ -42916,6 +43428,10 @@ { "type": "BOOL", "name": "p3" + }, + { + "type": "int", + "name": "npcProvider" } ], "return_type": "void", @@ -43960,6 +44476,10 @@ { "type": "Any", "name": "p2" + }, + { + "type": "Any", + "name": "p3" } ], "return_type": "void", @@ -44184,6 +44704,10 @@ { "type": "Any", "name": "p3" + }, + { + "type": "Any", + "name": "p4" } ], "return_type": "void", @@ -44212,6 +44736,10 @@ { "type": "Any", "name": "p3" + }, + { + "type": "Any", + "name": "p4" } ], "return_type": "void", @@ -45465,7 +45993,7 @@ }, { "type": "const char*", - "name": "unk" + "name": "p1" }, { "type": "Any", @@ -45489,7 +46017,7 @@ }, { "type": "const char*", - "name": "unk" + "name": "p1" }, { "type": "int", @@ -45599,7 +46127,7 @@ }, { "type": "const char*", - "name": "unk" + "name": "p1" } ], "return_type": "void", @@ -45619,7 +46147,7 @@ }, { "type": "const char*", - "name": "unk" + "name": "p1" } ], "return_type": "void", @@ -45901,14 +46429,6 @@ { "type": "Any", "name": "p3" - }, - { - "type": "Any", - "name": "p4" - }, - { - "type": "Any", - "name": "p5" } ], "return_type": "void", @@ -46206,15 +46726,15 @@ "0x7049BF858601DC0F": { "name": "NETWORK_SPEND_ARENA_SPECTATOR_BOX", "jhash": "", - "comment": "", + "comment": "type either, 1 for cam spectate, 2 for drone", "params": [ { "type": "int", "name": "amount" }, { - "type": "Any", - "name": "p1" + "type": "int", + "name": "type" }, { "type": "BOOL", @@ -46369,6 +46889,7 @@ ], "return_type": "void", "build": "1734", + "unused": true, "old_names": [ "_NETWORK_EARN_FROM_RC_TIME_TRIAL" ] @@ -47174,15 +47695,15 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "amount1" }, { "type": "Any", "name": "p1" }, { - "type": "Any", + "type": "BOOL", "name": "p2" }, { @@ -47190,20 +47711,20 @@ "name": "p3" }, { - "type": "Any", + "type": "int", "name": "p4" }, { - "type": "Any", + "type": "int", "name": "p5" }, { - "type": "Any", + "type": "int", "name": "p6" }, { - "type": "Any", - "name": "p7" + "type": "int", + "name": "amount2" }, { "type": "Any", @@ -47306,8 +47827,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "amount1" }, { "type": "Any", @@ -47322,11 +47843,11 @@ "name": "p3" }, { - "type": "Any", - "name": "p4" + "type": "int", + "name": "amount2" }, { - "type": "Any", + "type": "int", "name": "p5" } ], @@ -47387,8 +47908,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "amount1" }, { "type": "Any", @@ -47399,8 +47920,8 @@ "name": "p2" }, { - "type": "Any", - "name": "p3" + "type": "int", + "name": "amount2" }, { "type": "Any", @@ -47570,6 +48091,10 @@ { "type": "Any", "name": "p1" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -48050,13 +48575,715 @@ } ], "return_type": "void", - "build": "2699", - "old_names": [ - "_NETWORK_SPENT_BIKE_SHOP_MODIFY" - ] + "build": "2699", + "old_names": [ + "_NETWORK_SPENT_BIKE_SHOP_MODIFY" + ] + }, + "0x02D24A35A9CC3503": { + "name": "NETWORK_SPEND_VEHICLE_REQUESTED", + "jhash": "", + "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": "2699", + "old_names": [ + "_NETWORK_SPENT_VEHICLE_REQUESTED" + ] + }, + "0x2CEB0E0BC2A77C05": { + "name": "NETWORK_SPEND_GUNRUNNING", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2699", + "old_names": [ + "_NETWORK_SPENT_GUNRUNNING_CONTACT_SERVICE" + ] + }, + "0x663B4B9D11742A12": { + "name": "NETWORK_EARN_AGENCY_SAFE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AGENCY_INCOME" + ] + }, + "0x146D4EB6D22A403F": { + "name": "NETWORK_EARN_AWARD_CONTRACT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AWARD_SECURITY_CONTRACT" + ] + }, + "0x38482AD49CB905C7": { + "name": "NETWORK_EARN_AGENCY_CONTRACT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AGENCY_SECURITY_CONTRACT" + ] + }, + "0x7397A115030F1BE3": { + "name": "NETWORK_EARN_AWARD_PHONE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AWARD_PHONE_HIT" + ] + }, + "0xE29F3D5FA63B1B82": { + "name": "NETWORK_EARN_AGENCY_PHONE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AGENCY_PHONE_HIT" + ] + }, + "0x88D6C327D6C57C45": { + "name": "NETWORK_EARN_AWARD_FIXER_MISSION", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AWARD_AGENCY_STORY" + ] + }, + "0x6283E5DE4C4460C6": { + "name": "NETWORK_EARN_FIXER_PREP", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AGENCY_STORY_PREP" + ] + }, + "0xBA154373C5FE51E8": { + "name": "NETWORK_EARN_FIXER_FINALE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AGENCY_STORY_FINALE" + ] + }, + "0xF4A8E57460BF2037": { + "name": "NETWORK_EARN_FIXER_AGENCY_SHORT_TRIP", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AGENCY_SHORT_TRIP" + ] + }, + "0x5B4DBDED84D6A420": { + "name": "NETWORK_EARN_AWARD_SHORT_TRIP", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_AWARD_SHORT_TRIP" + ] + }, + "0x235D41210B3A1A5E": { + "name": "NETWORK_EARN_FIXER_RIVAL_DELIVERY", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_RIVAL_DELIVERY_SECURITY_CONTRACT" + ] + }, + "0xD07C7C3F1995108C": { + "name": "NETWORK_EARN_UPGRADE_AGENCY", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_EARN_FROM_UPGRADE_AGENCY_LOCATION" + ] + }, + "0x1254B5B3925EFD3D": { + "name": "NETWORK_SPEND_APARTMENT_UTILITIES", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "amount" + }, + { + "type": "BOOL", + "name": "p1" + }, + { + "type": "BOOL", + "name": "p2" + }, + { + "type": "Any*", + "name": "data" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_SPENT_AGGREGATED_UTILITY_BILLS" + ] + }, + "0x92D1CFDA1227FF1C": { + "name": "NETWORK_SPEND_BUSINESS_PROPERTY_FEES", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2545", + "old_names": [ + "_NETWORK_SPENT_BUSINESS_EXPENSES" + ] + }, + "0x45087AE480B233AC": { + "name": "NETWORK_EARN_SIGHTSEEING_REWARD", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2699", + "old_names": [ + "_NETWORK_EARN_FROM_SIGHTSEEING" + ] + }, + "0x2C5809EB9DF57257": { + "name": "NETWORK_EARN_BIKER_SHOP", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + } + ], + "return_type": "void", + "build": "2699", + "old_names": [ + "_NETWORK_EARN_FROM_BIKE_SHOP_BUSINESS" + ] + }, + "0x71BEC32FA466E105": { + "name": "NETWORK_EARN_BIKER", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + } + ], + "return_type": "void", + "build": "2699", + "old_names": [ + "_NETWORK_EARN_FROM_BIKER_INCOME" + ] + }, + "0x59498BC8B1C8B15C": { + "name": "NETWORK_YOHAN_SOURCE_GOODS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2699", + "old_names": [ + "_NETWORK_EARN_FROM_BUSINESS_HUB_SOURCE" + ] + }, + "0xA2ED36DCF0FCA413": { + "name": "_NETWORK_SPEND_BUY_MFGARAGE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802" + }, + "0xCF8F346DDDC66643": { + "name": "_NETWORK_SPEND_UPGRADE_MFGARAGE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802" + }, + "0xB48185C0CA67B16B": { + "name": "_NETWORK_SPEND_BUY_SUPPLIES", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "p0" + }, + { + "type": "BOOL", + "name": "p1" + }, + { + "type": "BOOL", + "name": "p2" + }, + { + "type": "int", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802", + "unused": true + }, + "0xF1E26A7924327152": { + "name": "_NETWORK_SPEND_BUY_ACID_LAB", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802" + }, + "0x110EE9D486C23126": { + "name": "_NETWORK_SPEND_UPGRADE_ACID_LAB_EQUIPMENT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802" + }, + "0xA7D541C9ACD63133": { + "name": "_NETWORK_SPEND_UPGRADE_ACID_LAB_ARMOR", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "p0" + }, + { + "type": "BOOL", + "name": "p1" + }, + { + "type": "BOOL", + "name": "p2" + }, + { + "type": "int", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802", + "unused": true + }, + "0x2940558E05BCC2EC": { + "name": "_NETWORK_SPEND_UPGRADE_ACID_LAB_SCOOP", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "p0" + }, + { + "type": "BOOL", + "name": "p1" + }, + { + "type": "BOOL", + "name": "p2" + }, + { + "type": "int", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802", + "unused": true + }, + "0x4B99AB08C92C54E4": { + "name": "_NETWORK_SPEND_UPGRADE_ACID_LAB_MINES", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "p0" + }, + { + "type": "BOOL", + "name": "p1" + }, + { + "type": "BOOL", + "name": "p2" + }, + { + "type": "int", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802", + "unused": true + }, + "0x842B1C5AF61ACDE9": { + "name": "_NETWORK_SPEND_RENAME_ACID_LAB", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802" + }, + "0x446798F7495DD7D8": { + "name": "_NETWORK_SPEND_RENAME_ACID_PRODUCT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802" }, - "0x02D24A35A9CC3503": { - "name": "NETWORK_SPEND_VEHICLE_REQUESTED", + "0xDDF047577F1A02A7": { + "name": "_NETWORK_EARN_AWARD_JUGGALO_MISSION", "jhash": "", "comment": "", "params": [ @@ -48067,28 +49294,47 @@ { "type": "Any", "name": "p1" - }, + } + ], + "return_type": "void", + "build": "2802" + }, + "0xD1A8165767AD2D23": { + "name": "_NETWORK_EARN_AWARD_ACID_LAB", + "jhash": "", + "comment": "", + "params": [ { "type": "Any", - "name": "p2" + "name": "p0" }, { "type": "Any", - "name": "p3" + "name": "p1" + } + ], + "return_type": "void", + "build": "2802" + }, + "0xC30650FA74A19D02": { + "name": "_NETWORK_EARN_AWARD_DAILY_STASH", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" }, { "type": "Any", - "name": "p4" + "name": "p1" } ], "return_type": "void", - "build": "2699", - "old_names": [ - "_NETWORK_SPENT_VEHICLE_REQUESTED" - ] + "build": "2802" }, - "0x2CEB0E0BC2A77C05": { - "name": "NETWORK_SPEND_GUNRUNNING", + "0xD01EBAEA1F905EF6": { + "name": "_NETWORK_EARN_AWARD_DEAD_DROP", "jhash": "", "comment": "", "params": [ @@ -48099,40 +49345,47 @@ { "type": "Any", "name": "p1" - }, + } + ], + "return_type": "void", + "build": "2802" + }, + "0xBEAFBB1B98B7EF55": { + "name": "_NETWORK_EARN_AWARD_RANDOM_EVENT", + "jhash": "", + "comment": "", + "params": [ { "type": "Any", - "name": "p2" + "name": "p0" }, { "type": "Any", - "name": "p3" + "name": "p1" } ], "return_type": "void", - "build": "2699", - "old_names": [ - "_NETWORK_SPENT_GUNRUNNING_CONTACT_SERVICE" - ] + "build": "2802" }, - "0x663B4B9D11742A12": { - "name": "NETWORK_EARN_AGENCY_SAFE", + "0xA914768AD35CD3A5": { + "name": "_NETWORK_EARN_AWARD_TAXI", "jhash": "", "comment": "", "params": [ { "type": "Any", "name": "p0" + }, + { + "type": "Any", + "name": "p1" } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AGENCY_INCOME" - ] + "build": "2802" }, - "0x146D4EB6D22A403F": { - "name": "NETWORK_EARN_AWARD_CONTRACT", + "0xA81017EE1324FDFE": { + "name": "_NETWORK_EARN_STREET_DEALER", "jhash": "", "comment": "", "params": [ @@ -48146,13 +49399,10 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AWARD_SECURITY_CONTRACT" - ] + "build": "2802" }, - "0x38482AD49CB905C7": { - "name": "NETWORK_EARN_AGENCY_CONTRACT", + "0x79B656937DF6DF5D": { + "name": "_NETWORK_EARN_SELL_ACID", "jhash": "", "comment": "", "params": [ @@ -48166,13 +49416,10 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AGENCY_SECURITY_CONTRACT" - ] + "build": "2802" }, - "0x7397A115030F1BE3": { - "name": "NETWORK_EARN_AWARD_PHONE", + "0xE3942D59E8A7F70D": { + "name": "_NETWORK_EARN_SETUP_PARTICIPATION_ACID_LAB", "jhash": "", "comment": "", "params": [ @@ -48186,13 +49433,10 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AWARD_PHONE_HIT" - ] + "build": "2802" }, - "0xE29F3D5FA63B1B82": { - "name": "NETWORK_EARN_AGENCY_PHONE", + "0x136F11B5DF1B304D": { + "name": "_NETWORK_EARN_SOURCE_PARTICIPATION_ACID_LAB", "jhash": "", "comment": "", "params": [ @@ -48203,20 +49447,30 @@ { "type": "Any", "name": "p1" + } + ], + "return_type": "void", + "build": "2802" + }, + "0xCA3EF9B09A8D76B4": { + "name": "_NETWORK_EARN_SELL_PARTICIPATION_ACID_LAB", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" }, { "type": "Any", - "name": "p2" + "name": "p1" } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AGENCY_PHONE_HIT" - ] + "build": "2802" }, - "0x88D6C327D6C57C45": { - "name": "NETWORK_EARN_AWARD_FIXER_MISSION", + "0xE01D10BA8CD53621": { + "name": "_NETWORK_EARN_JUGGALO_STORY_MISSION", "jhash": "", "comment": "", "params": [ @@ -48230,13 +49484,10 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AWARD_AGENCY_STORY" - ] + "build": "2802" }, - "0x6283E5DE4C4460C6": { - "name": "NETWORK_EARN_FIXER_PREP", + "0x40FF6CCCC476185C": { + "name": "_NETWORK_EARN_JUGGALO_STORY_MISSION_PARTICIPATION", "jhash": "", "comment": "", "params": [ @@ -48250,15 +49501,12 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AGENCY_STORY_PREP" - ] + "build": "2802" }, - "0xBA154373C5FE51E8": { - "name": "NETWORK_EARN_FIXER_FINALE", + "0xCE4452AE85F5E252": { + "name": "_NETWORK_EARN_FOOLIGAN_JOB", "jhash": "", - "comment": "", + "comment": "JUGGALO_PHONE_MISSION...", "params": [ { "type": "Any", @@ -48270,15 +49518,12 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AGENCY_STORY_FINALE" - ] + "build": "2802" }, - "0xF4A8E57460BF2037": { - "name": "NETWORK_EARN_FIXER_AGENCY_SHORT_TRIP", + "0xC376B92D0E060970": { + "name": "_NETWORK_EARN_FOOLIGAN_JOB_PARTICIPATION", "jhash": "", - "comment": "", + "comment": "JUGGALO_PHONE_MISSION_PARTICIPATION...", "params": [ { "type": "Any", @@ -48290,13 +49535,10 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AGENCY_SHORT_TRIP" - ] + "build": "2802" }, - "0x5B4DBDED84D6A420": { - "name": "NETWORK_EARN_AWARD_SHORT_TRIP", + "0x991E1588FAD9019D": { + "name": "_NETWORK_EARN_TAXI_JOB", "jhash": "", "comment": "", "params": [ @@ -48310,13 +49552,10 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_AWARD_SHORT_TRIP" - ] + "build": "2802" }, - "0x235D41210B3A1A5E": { - "name": "NETWORK_EARN_FIXER_RIVAL_DELIVERY", + "0xCABC9874AFA70D6D": { + "name": "_NETWORK_EARN_DAILY_STASH_HOUSE_COMPLETED", "jhash": "", "comment": "", "params": [ @@ -48330,13 +49569,10 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_RIVAL_DELIVERY_SECURITY_CONTRACT" - ] + "build": "2802" }, - "0xD07C7C3F1995108C": { - "name": "NETWORK_EARN_UPGRADE_AGENCY", + "0x9C0C6BD0F94CE391": { + "name": "_NETWORK_EARN_DAILY_STASH_HOUSE_PARTICIPATION", "jhash": "", "comment": "", "params": [ @@ -48350,41 +49586,27 @@ } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_EARN_FROM_UPGRADE_AGENCY_LOCATION" - ] + "build": "2802" }, - "0x1254B5B3925EFD3D": { - "name": "NETWORK_SPEND_APARTMENT_UTILITIES", + "0x55F006B9D4A46C1D": { + "name": "_NETWORK_EARN_AVENGER", "jhash": "", - "comment": "", + "comment": "Used for SERVICE_EARN_AVENGER_OPERATIONS & SERVICE_EARN_AVENGER_OPS_BONUS", "params": [ { "type": "int", "name": "amount" }, { - "type": "BOOL", + "type": "int", "name": "p1" - }, - { - "type": "BOOL", - "name": "p2" - }, - { - "type": "Any*", - "name": "data" } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_SPENT_AGGREGATED_UTILITY_BILLS" - ] + "build": "2944" }, - "0x92D1CFDA1227FF1C": { - "name": "NETWORK_SPEND_BUSINESS_PROPERTY_FEES", + "0xDEA273D5F8A9661A": { + "name": "_NETWORK_EARN_SMUGGLER_OPS", "jhash": "", "comment": "", "params": [ @@ -48399,26 +49621,19 @@ { "type": "Any", "name": "p2" - }, - { - "type": "Any", - "name": "p3" } ], "return_type": "void", - "build": "2545", - "old_names": [ - "_NETWORK_SPENT_BUSINESS_EXPENSES" - ] + "build": "2944" }, - "0x45087AE480B233AC": { - "name": "NETWORK_EARN_SIGHTSEEING_REWARD", + "0xDCEF983C24191997": { + "name": "_NETWORK_EARN_BONUS_OBJECTIVE", "jhash": "", "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "amount" }, { "type": "Any", @@ -48427,20 +49642,13 @@ { "type": "Any", "name": "p2" - }, - { - "type": "Any", - "name": "p3" } ], "return_type": "void", - "build": "2699", - "old_names": [ - "_NETWORK_EARN_FROM_SIGHTSEEING" - ] + "build": "2944" }, - "0x2C5809EB9DF57257": { - "name": "NETWORK_EARN_BIKER_SHOP", + "0xF8332B06F0EECC9C": { + "name": "_NETWORK_EARN_PROGRESS_HUB", "jhash": "", "comment": "", "params": [ @@ -48454,54 +49662,194 @@ } ], "return_type": "void", - "build": "2699", - "old_names": [ - "_NETWORK_EARN_FROM_BIKE_SHOP_BUSINESS" - ] + "build": "2944", + "unused": true }, - "0x71BEC32FA466E105": { - "name": "NETWORK_EARN_BIKER", + "0x8C7E8D6F96C9E948": { + "name": "_NETWORK_SPENT_AIR_FREIGHT", "jhash": "", "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "hangarCargoSourcingPrice" + }, + { + "type": "BOOL", + "name": "fromBank" + }, + { + "type": "BOOL", + "name": "fromBankAndWallet" + }, + { + "type": "int", + "name": "cost" + }, + { + "type": "int", + "name": "warehouseId" + }, + { + "type": "int", + "name": "warehouseSlot" } ], "return_type": "void", - "build": "2699", - "old_names": [ - "_NETWORK_EARN_FROM_BIKER_INCOME" - ] + "build": "2944" }, - "0x59498BC8B1C8B15C": { - "name": "NETWORK_YOHAN_SOURCE_GOODS", + "0xED1B407BADA42CEC": { + "name": "_NETWORK_SPENT_SKIP_CARGO_SOURCE_SETUP", "jhash": "", "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "amount" }, { - "type": "Any", + "type": "BOOL", + "name": "fromBank" + }, + { + "type": "BOOL", + "name": "fromBankAndWallet" + }, + { + "type": "int", + "name": "cost" + } + ], + "return_type": "void", + "build": "2944" + }, + "0x95CE79A6939C537A": { + "name": "_NETWORK_SPENT_STEALTH_MODULE", + "jhash": "", + "comment": "Hash p3 = STEALTH_MODULE", + "params": [ + { + "type": "int", + "name": "amount" + }, + { + "type": "BOOL", + "name": "fromBank" + }, + { + "type": "BOOL", + "name": "fromBankAndWallet" + }, + { + "type": "Hash", + "name": "p3" + } + ], + "return_type": "void", + "build": "2944" + }, + "0xD687100F616163F4": { + "name": "_NETWORK_SPENT_MISSILE_JAMMER", + "jhash": "", + "comment": "Hash p3 = MISSILE_JAMMER", + "params": [ + { + "type": "int", + "name": "amount" + }, + { + "type": "BOOL", + "name": "fromBank" + }, + { + "type": "BOOL", + "name": "fromBankAndWallet" + }, + { + "type": "Hash", + "name": "p3" + } + ], + "return_type": "void", + "build": "2944" + }, + "0x2803B027479FB640": { + "name": "_NETWORK_SPENT_GENERIC", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "price" + }, + { + "type": "BOOL", "name": "p1" }, { - "type": "Any", + "type": "BOOL", "name": "p2" }, { - "type": "Any", + "type": "Hash", + "name": "stat" + }, + { + "type": "Hash", + "name": "spent" + }, + { + "type": "const char*", + "name": "p5" + }, + { + "type": "const char*", + "name": "p6" + }, + { + "type": "Any*", + "name": "data" + } + ], + "return_type": "void", + "build": "3095" + }, + "0xBF7B5BB7ED890380": { + "name": "_NETWORK_EARN_GENERIC", + "jhash": "", + "comment": "_NETWORK_EARN_G*", + "params": [ + { + "type": "int", + "name": "amount" + }, + { + "type": "Hash", + "name": "earn" + }, + { + "type": "const char*", + "name": "p2" + }, + { + "type": "const char*", "name": "p3" + }, + { + "type": "Any*", + "name": "data" } ], "return_type": "void", - "build": "2699", - "old_names": [ - "_NETWORK_EARN_FROM_BUSINESS_HUB_SOURCE" - ] + "build": "3095" + }, + "0xE03B9F95556E48E9": { + "name": "_NETWORK_CLEAR_TRANSACTION_TELEMETRY_NONCE", + "jhash": "", + "comment": "", + "params": [], + "return_type": "void", + "build": "3095" }, "0x76EF28DA05EA395A": { "name": "NETWORK_GET_VC_BANK_BALANCE", @@ -48578,7 +49926,12 @@ "name": "NETWORK_GET_STRING_BANK_WALLET_BALANCE", "jhash": "0x7D4FD28C", "comment": "", - "params": [], + "params": [ + { + "type": "int", + "name": "character" + } + ], "return_type": "const char*", "build": "323", "unused": true @@ -49561,6 +50914,14 @@ "return_type": "BOOL", "build": "323" }, + "0xE1E02509169C124E": { + "name": "_NETWORK_HAVE_PLATFORM_COMMUNICATION_PRIVILEGES", + "jhash": "", + "comment": "Appears to be PlayStation-specific. Always returns true on other platforms if signed in with the primary user profile", + "params": [], + "return_type": "BOOL", + "build": "3095" + }, "0x78321BEA235FD8CD": { "name": "NETWORK_CHECK_ONLINE_PRIVILEGES", "jhash": "", @@ -49908,7 +51269,7 @@ "0x330ED4D05491934F": { "name": "NETWORK_SESSION_DO_FREEROAM_QUICKMATCH", "jhash": "", - "comment": "unknown params\n\np0 = 0, 2, or 999 (The global is 999 by default.)\np1 = 0 (Always in every script it's found in atleast.)\np2 = 0, 3, or 4 (Based on a var that is determined by a function.)\np3 = maxPlayers (It's obvious in x360 scripts it's always 18)\np4 = 0 (Always in every script it's found in atleast.)\np5 = 0 or 1. (1 if network_can_enter_multiplayer, but set to 0 if other checks after that are passed.)\np5 is reset to 0 if,\nGlobal_1315318 = 0 or Global_1315323 = 9 or 12 or (Global_1312629 = 0 && Global_1312631 = true/1) those are passed.", + "comment": "", "params": [ { "type": "Any", @@ -49921,25 +51282,10 @@ { "type": "Any", "name": "p2" - }, - { - "type": "int", - "name": "maxPlayers" - }, - { - "type": "Any", - "name": "p4" - }, - { - "type": "Any", - "name": "p5" } ], "return_type": "BOOL", - "build": "323", - "old_names": [ - "NETWORK_SESSION_ENTER" - ] + "build": "323" }, "0x2CFC76E0D087C994": { "name": "NETWORK_SESSION_DO_FRIEND_MATCHMAKING", @@ -49956,11 +51302,7 @@ }, { "type": "int", - "name": "maxPlayers" - }, - { - "type": "BOOL", - "name": "p3" + "name": "p2" } ], "return_type": "BOOL", @@ -49989,10 +51331,6 @@ { "type": "int", "name": "maxPlayers" - }, - { - "type": "BOOL", - "name": "p4" } ], "return_type": "BOOL", @@ -50120,6 +51458,23 @@ "return_type": "BOOL", "build": "323" }, + "0xE0128328CF1FD9F4": { + "name": "_NETWORK_SESSION_LEAVE_INCLUDING_REASON", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "leaveFlags" + }, + { + "type": "int", + "name": "leaveReason" + } + ], + "return_type": "BOOL", + "build": "3095" + }, "0xA02E59562D711006": { "name": "NETWORK_SESSION_END", "jhash": "0xBCACBEA2", @@ -50295,6 +51650,14 @@ "return_type": "void", "build": "323" }, + "0xCDC936BF35EDCB73": { + "name": "NETWORK_SESSION_GET_UNIQUE_CREW_LIMIT", + "jhash": "", + "comment": "", + "params": [], + "return_type": "int", + "build": "3095" + }, "0x4811BBAC21C5FCD5": { "name": "NETWORK_SESSION_SET_UNIQUE_CREW_LIMIT_TRANSITION", "jhash": "0xE5961511", @@ -50350,10 +51713,10 @@ "0xF1EEA2DDA9FFA69D": { "name": "NETWORK_SESSION_SET_MATCHMAKING_MENTAL_STATE", "jhash": "0x6CC062FC", - "comment": "", + "comment": "p0 in the decompiled scripts is always the stat mesh_texblend * 0.07 to int", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -50366,8 +51729,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "num" } ], "return_type": "void", @@ -50869,6 +52232,14 @@ "return_type": "BOOL", "build": "323" }, + "0x0292BD7F3766CEBC": { + "name": "_NETWORK_IS_AMERICAS_VERSION", + "jhash": "", + "comment": "Hardcoded to return 0.", + "params": [], + "return_type": "BOOL", + "build": "3095" + }, "0x9DE624D2FC4B603F": { "name": "NETWORK_IS_SESSION_STARTED", "jhash": "0x9D854A37", @@ -50938,11 +52309,11 @@ "0xB4AB419E0D86ACAE": { "name": "NETWORK_SESSION_CHANGE_SLOTS", "jhash": "0x6BB93227", - "comment": "", + "comment": "num player slots allowed in session, seems to work? 32 max", "params": [ { "type": "int", - "name": "p0" + "name": "slots" }, { "type": "BOOL", @@ -51900,7 +53271,7 @@ "name": "p0" }, { - "type": "Any", + "type": "BOOL", "name": "p1" } ], @@ -52028,11 +53399,11 @@ "name": "p1" }, { - "type": "Any", - "name": "p2" + "type": "int", + "name": "dataCount" }, { - "type": "Any", + "type": "int", "name": "p3" } ], @@ -52056,11 +53427,11 @@ "name": "p1" }, { - "type": "Any", - "name": "p2" + "type": "int", + "name": "dataCount" }, { - "type": "Any", + "type": "int", "name": "p3" } ], @@ -52084,11 +53455,11 @@ "name": "p1" }, { - "type": "Any", - "name": "p2" + "type": "int", + "name": "dataCount" }, { - "type": "Any", + "type": "int", "name": "p3" } ], @@ -52104,7 +53475,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52125,7 +53496,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52138,7 +53509,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52151,7 +53522,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52164,7 +53535,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52207,7 +53578,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52220,7 +53591,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52233,7 +53604,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52246,7 +53617,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -52345,7 +53716,7 @@ "name": "p2" }, { - "type": "Any*", + "type": "Any", "name": "p3" } ], @@ -52439,12 +53810,12 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { "type": "Any*", - "name": "p1" + "name": "gamerHandle" } ], "return_type": "BOOL", @@ -52460,8 +53831,8 @@ "name": "p0" }, { - "type": "Any", - "name": "p1" + "type": "Any*", + "name": "gamerHandle" } ], "return_type": "BOOL", @@ -52700,6 +54071,23 @@ "_NETWORK_GET_RANDOM_INT_IN_RANGE" ] }, + "0x04BD27B5ACB67067": { + "name": "_NETWORK_GET_RANDOM_FLOAT_RANGED", + "jhash": "", + "comment": "", + "params": [ + { + "type": "float", + "name": "rangeStart" + }, + { + "type": "float", + "name": "rangeEnd" + } + ], + "return_type": "float", + "build": "2802" + }, "0x655B91F1495A9090": { "name": "NETWORK_PLAYER_IS_CHEATER", "jhash": "0xA51DC214", @@ -52727,71 +54115,6 @@ "return_type": "BOOL", "build": "323" }, - "0x46FB3ED415C7641C": { - "name": "TRIGGER_PLAYER_CRC_HACKER_CHECK", - "jhash": "0xF9A51B92", - "comment": "p1 = 6", - "params": [ - { - "type": "Player", - "name": "player" - }, - { - "type": "int", - "name": "p1" - }, - { - "type": "Hash", - "name": "scriptHash" - } - ], - "return_type": "BOOL", - "build": "323", - "old_names": [ - "_NETWORK_IS_PLAYER_IN_SCRIPT", - "_TRIGGER_SCRIPT_CRC_CHECK_ON_PLAYER" - ] - }, - "0xA12D3A5A3753CC23": { - "name": "TRIGGER_TUNING_CRC_HACKER_CHECK", - "jhash": "", - "comment": "", - "params": [ - { - "type": "Player", - "name": "player" - }, - { - "type": "const char*", - "name": "p1" - }, - { - "type": "const char*", - "name": "p2" - } - ], - "return_type": "BOOL", - "build": "1103", - "unused": true - }, - "0xF287F506767CC8A9": { - "name": "TRIGGER_FILE_CRC_HACKER_CHECK", - "jhash": "", - "comment": "", - "params": [ - { - "type": "Player", - "name": "player" - }, - { - "type": "const char*", - "name": "p1" - } - ], - "return_type": "BOOL", - "build": "1103", - "unused": true - }, "0x472841A026D26D8B": { "name": "REMOTE_CHEATER_PLAYER_DETECTED", "jhash": "", @@ -52850,7 +54173,6 @@ ], "return_type": "void", "build": "2545", - "unused": true, "old_names": [ "_NETWORK_ADD_INVALID_MODEL" ] @@ -52879,7 +54201,6 @@ "params": [], "return_type": "void", "build": "2545", - "unused": true, "old_names": [ "_NETWORK_CLEAR_INVALID_MODELS" ] @@ -53532,6 +54853,19 @@ "_NETWORK_SET_CURRENT_MISSION_ID" ] }, + "0x3DAD00265FBF356B": { + "name": "NETWORK_SET_CURRENT_CHAT_OPTION", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "newChatOption" + } + ], + "return_type": "void", + "build": "2802" + }, "0xAA6D5451DC3448B6": { "name": "NETWORK_SET_CURRENT_SPAWN_LOCATION_OPTION", "jhash": "", @@ -53564,6 +54898,19 @@ "_NETWORK_SET_VEHICLE_TEST_DRIVE" ] }, + "0xA0CE91E47531D3BB": { + "name": "NETWORK_SET_VEHICLE_DRIVEN_LOCATION", + "jhash": "", + "comment": "Sets 'loc' variable used in MetricVEHICLE_DIST_DRIVEN", + "params": [ + { + "type": "Hash", + "name": "location" + } + ], + "return_type": "void", + "build": "2944" + }, "0xEA23C49EAA83ACFB": { "name": "NETWORK_RESURRECT_LOCAL_PLAYER", "jhash": "0xF1F9D4B4", @@ -53587,7 +54934,7 @@ }, { "type": "BOOL", - "name": "unk" + "name": "p4" }, { "type": "BOOL", @@ -54617,6 +55964,62 @@ "return_type": "void", "build": "372" }, + "0xDBDF80673BBA3D65": { + "name": "_NETWORK_DOES_COMMUNICATION_GROUP_EXIST", + "jhash": "", + "comment": "communicationType: 0 = VOICE; 1 = TEXT_CHAT; 2 = TEXT_MESSAGE; 3 = EMAIL; 4 = USER_CONTENT; 5 = USER_TEXT", + "params": [ + { + "type": "int", + "name": "communicationType" + } + ], + "return_type": "BOOL", + "build": "3095" + }, + "0x40DF02F371F40883": { + "name": "_NETWORK_GET_COMMUNICATION_GROUP_FLAGS", + "jhash": "", + "comment": "Returns communicationGroupFlag\ncommunicationType: see 0xDBDF80673BBA3D65\n\nenum eCommunicationGroupFlag\n{\n\tCOMMUNICATION_GROUP_LOCAL_PLAYER = 1 << 0,\n\tCOMMUNICATION_GROUP_FRIENDS = 1 << 1,\n\tCOMMUNICATION_GROUP_SMALL_CREW = 1 << 2,\n\tCOMMUNICATION_GROUP_LARGE_CREW = 1 << 3,\n\tCOMMUNICATION_GROUP_RECENT_PLAYER = 1 << 4,\n\tCOMMUNICATION_GROUP_SAME_SESSION = 1 << 5,\n\tCOMMUNICATION_GROUP_SAME_TEAM = 1 << 6,\n\tCOMMUNICATION_GROUP_INVALID = 1 << 7,\n};", + "params": [ + { + "type": "int", + "name": "communicationType" + } + ], + "return_type": "int", + "build": "3095" + }, + "0xE549F846DE7D32D5": { + "name": "_NETWORK_SET_COMMUNICATION_GROUP_FLAGS", + "jhash": "", + "comment": "communicationType: see 0xDBDF80673BBA3D65\ncommunicationGroupFlag: see 0x40DF02F371F40883", + "params": [ + { + "type": "int", + "name": "communicationType" + }, + { + "type": "int", + "name": "communicationGroupFlag" + } + ], + "return_type": "void", + "build": "3095" + }, + "0xAD4326FCA30D62F8": { + "name": "NETWORK_IS_PLAYER_ON_BLOCKLIST", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any*", + "name": "gamerHandle" + } + ], + "return_type": "BOOL", + "build": "2802" + }, "0xB309EBEA797E001F": { "name": "NETWORK_SET_SCRIPT_AUTOMUTED", "jhash": "0x5C0AB2A9", @@ -56156,6 +57559,10 @@ { "type": "Any", "name": "p1" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -56218,6 +57625,23 @@ "_NETWORK_CAN_NETWORK_ID_BE_SEEN" ] }, + "0x96320E6549DAE7B4": { + "name": "SET_REMOTE_PLAYER_VISIBLE_IN_CUTSCENE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Player", + "name": "player" + }, + { + "type": "BOOL", + "name": "locallyVisible" + } + ], + "return_type": "void", + "build": "2802" + }, "0xD1065D68947E7B6E": { "name": "SET_LOCAL_PLAYER_VISIBLE_IN_CUTSCENE", "jhash": "0x59F3479B", @@ -56242,7 +57666,7 @@ "params": [ { "type": "BOOL", - "name": "p0" + "name": "bIncludePlayersVehicle" } ], "return_type": "void", @@ -56255,7 +57679,7 @@ "params": [ { "type": "BOOL", - "name": "p0" + "name": "bIncludePlayersVehicle" } ], "return_type": "void", @@ -56272,7 +57696,7 @@ }, { "type": "BOOL", - "name": "toggle" + "name": "bIncludePlayersVehicle" } ], "return_type": "void", @@ -56289,7 +57713,7 @@ }, { "type": "BOOL", - "name": "toggle" + "name": "bIncludePlayersVehicle" } ], "return_type": "void", @@ -56832,32 +58256,32 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "y" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "z" }, { "type": "Any", "name": "p3" }, { - "type": "Any", - "name": "p4" + "type": "Any*", + "name": "out1" }, { - "type": "Any", - "name": "p5" + "type": "Any*", + "name": "out2" }, { - "type": "Any", - "name": "p6" + "type": "Any*", + "name": "out3" } ], "return_type": "void", @@ -57271,6 +58695,19 @@ "return_type": "void", "build": "323" }, + "0xDD7CEF5B3A4DA8A6": { + "name": "IS_NETWORK_VEHICLE_RUNNING_RESPOT_TIMER", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "networkID" + } + ], + "return_type": "BOOL", + "build": "2802" + }, "0x6274C4712850841E": { "name": "SET_NETWORK_VEHICLE_AS_GHOST", "jhash": "0xEA235081", @@ -57439,7 +58876,7 @@ }, { "type": "BOOL", - "name": "p1" + "name": "toggle" } ], "return_type": "void", @@ -58249,27 +59686,27 @@ "params": [ { "type": "float", - "name": "p0" + "name": "x1" }, { "type": "float", - "name": "p1" + "name": "y1" }, { "type": "float", - "name": "p2" + "name": "z1" }, { "type": "float", - "name": "p3" + "name": "x2" }, { "type": "float", - "name": "p4" + "name": "y2" }, { "type": "float", - "name": "p5" + "name": "z2" } ], "return_type": "int", @@ -58322,27 +59759,27 @@ "params": [ { "type": "float", - "name": "p0" + "name": "x1" }, { "type": "float", - "name": "p1" + "name": "y1" }, { "type": "float", - "name": "p2" + "name": "z1" }, { "type": "float", - "name": "p3" + "name": "x2" }, { "type": "float", - "name": "p4" + "name": "y2" }, { "type": "float", - "name": "p5" + "name": "z2" } ], "return_type": "int", @@ -58357,32 +59794,32 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "float", + "name": "x1" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "y1" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "z1" }, { - "type": "Any", - "name": "p3" + "type": "float", + "name": "x2" }, { - "type": "Any", - "name": "p4" + "type": "float", + "name": "y2" }, { - "type": "Any", - "name": "p5" + "type": "float", + "name": "z2" }, { - "type": "Any", - "name": "p6" + "type": "float", + "name": "radius" } ], "return_type": "int", @@ -58394,8 +59831,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "areaHandle" } ], "return_type": "BOOL", @@ -58466,8 +59903,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "netId" } ], "return_type": "void", @@ -58479,12 +59916,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "netId" }, { - "type": "Any", - "name": "p1" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -58860,8 +60297,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "boneIndex" } ], "return_type": "BOOL", @@ -58924,15 +60361,15 @@ "0x3FC795691834481D": { "name": "NETWORK_SET_NO_LONGER_NEEDED", "jhash": "", - "comment": "nullsub, doesn't do anything", + "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Entity", + "name": "entity" }, { - "type": "Any", - "name": "p1" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -59036,12 +60473,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "netId" }, { - "type": "Any", - "name": "p1" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -59084,7 +60521,7 @@ "0x367EF5E2F439B4C6": { "name": "NETWORK_SET_PLAYER_MENTAL_STATE", "jhash": "0x53C9563C", - "comment": "", + "comment": "p0 in the decompiled scripts is always the stat mesh_texblend * 0.07 to int", "params": [ { "type": "int", @@ -59419,7 +60856,7 @@ "params": [ { "type": "int", - "name": "handle" + "name": "requestId" } ], "return_type": "BOOL", @@ -59432,7 +60869,7 @@ "params": [ { "type": "int", - "name": "handle" + "name": "requestId" } ], "return_type": "BOOL", @@ -60542,6 +61979,14 @@ "return_type": "void", "build": "323" }, + "0xC33E7CBC06EC1A8D": { + "name": "UGC_HAS_PERMISSION_TO_WRITE", + "jhash": "", + "comment": "", + "params": [], + "return_type": "BOOL", + "build": "3095" + }, "0x1DE0F5F50D723CAA": { "name": "UGC_PUBLISH", "jhash": "0xAD334B40", @@ -61123,6 +62568,22 @@ "_NETWORK_GET_ROS_PRIVILEGE_25" ] }, + "0xD9719341663C385F": { + "name": "_NETWORK_HAS_ROS_PRIVILEGE_MP_TEXT_COMMUNICATION", + "jhash": "", + "comment": "Checks for privilege 29", + "params": [], + "return_type": "BOOL", + "build": "3095" + }, + "0x8956A309BE90057C": { + "name": "_NETWORK_HAS_ROS_PRIVILEGE_MP_VOICE_COMMUNICATION", + "jhash": "", + "comment": "Checks for privilege 30", + "params": [], + "return_type": "BOOL", + "build": "3095" + }, "0x36391F397731595D": { "name": "NETWORK_START_COMMUNICATION_PERMISSIONS_CHECK", "jhash": "", @@ -61441,6 +62902,10 @@ { "type": "Entity", "name": "entity" + }, + { + "type": "float", + "name": "maxSpeedToPredict" } ], "return_type": "Vector3", @@ -61713,6 +63178,10 @@ { "type": "BOOL", "name": "targettable" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -65517,7 +66986,7 @@ "0xE1615EC03B3BB4FD": { "name": "IS_MOUSE_LOOK_INVERTED", "jhash": "", - "comment": "Used with IS_LOOK_INVERTED() and negates its affect.\n\n--\n\nNot sure how the person above got that description, but here's an actual example:\n\nif (PAD::_GET_LAST_INPUT_METHOD(2)) {\n if (a_5) {\n if (PAD::IS_LOOK_INVERTED()) {\n a_3 *= -1;\n }\n if (PAD::IS_MOUSE_LOOK_INVERTED()) {\n a_3 *= -1;\n }\n }\n}", + "comment": "Used with IS_LOOK_INVERTED() and negates its affect.\n\n--\n\nNot sure how the person above got that description, but here's an actual example:\n\nif (PAD::IS_USING_KEYBOARD_AND_MOUSE(2)) {\n if (a_5) {\n if (PAD::IS_LOOK_INVERTED()) {\n a_3 *= -1;\n }\n if (PAD::IS_MOUSE_LOOK_INVERTED()) {\n a_3 *= -1;\n }\n }\n}", "params": [], "return_type": "BOOL", "build": "323" @@ -65525,7 +66994,7 @@ "0xBB41AFBBBC0A0287": { "name": "GET_LOCAL_PLAYER_AIM_STATE", "jhash": "0x81802053", - "comment": "Returns the local player's targeting mode. See PLAYER::SET_PLAYER_TARGETING_MODE.", + "comment": "Hard-coded to return 3 if using KBM, otherwise same behavior as GET_LOCAL_PLAYER_GAMEPAD_AIM_STATE.", "params": [], "return_type": "int", "build": "323" @@ -65533,7 +67002,7 @@ "0x59B9A7AF4C95133C": { "name": "GET_LOCAL_PLAYER_GAMEPAD_AIM_STATE", "jhash": "", - "comment": "Same behavior as GET_LOCAL_PLAYER_AIM_STATE but only used on the PC version.", + "comment": "Returns the local player's targeting mode. See PLAYER::SET_PLAYER_TARGETING_MODE.", "params": [], "return_type": "int", "build": "323", @@ -65845,7 +67314,7 @@ }, { "type": "BOOL", - "name": "unknown" + "name": "p6" }, { "type": "Any", @@ -66372,6 +67841,19 @@ "return_type": "BOOL", "build": "323" }, + "0xC2AB6BFE34E92F8B": { + "name": "LOAD_ALL_PATH_NODES", + "jhash": "", + "comment": "", + "params": [ + { + "type": "BOOL", + "name": "set" + } + ], + "return_type": "BOOL", + "build": "2802" + }, "0x228E5C6AD4D74BFD": { "name": "SET_ALLOW_STREAM_PROLOGUE_NODES", "jhash": "0xD6A3B458", @@ -66670,6 +68152,39 @@ "return_type": "BOOL", "build": "323" }, + "0x809549AFC7AEC597": { + "name": "GET_SPAWN_COORDS_FOR_VEHICLE_NODE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "nodeAddress" + }, + { + "type": "float", + "name": "towardsCoorsX" + }, + { + "type": "float", + "name": "towardsCoorsY" + }, + { + "type": "float", + "name": "towardsCoorsZ" + }, + { + "type": "Vector3*", + "name": "centrePoint" + }, + { + "type": "float*", + "name": "heading" + } + ], + "return_type": "Vector3", + "build": "2944" + }, "0x2EB41072B4C1E4C0": { "name": "GET_STREET_NAME_AT_COORD", "jhash": "0xDEBEEFCF", @@ -68123,7 +69638,7 @@ "params": [ { "type": "BOOL", - "name": "unk" + "name": "p0" } ], "return_type": "BOOL", @@ -68255,7 +69770,7 @@ "0x9A9112A0FE9A4713": { "name": "GET_VEHICLE_PED_IS_IN", "jhash": "0xAFE92319", - "comment": "Gets the vehicle the specified Ped is in. Returns 0 if the ped is/was not in a vehicle.\nIf the Ped is not in a vehicle and includeLastVehicle is true, the vehicle they were last in is returned.", + "comment": "Gets the vehicle the specified Ped is in. Returns 0 if the ped is/was not in a vehicle.", "params": [ { "type": "Ped", @@ -68263,7 +69778,7 @@ }, { "type": "BOOL", - "name": "includeLastVehicle" + "name": "includeEntering" } ], "return_type": "Vehicle", @@ -69378,7 +70893,7 @@ }, { "type": "float", - "name": "unk" + "name": "p1" } ], "return_type": "void", @@ -69983,6 +71498,47 @@ "return_type": "BOOL", "build": "323" }, + "0xA32ABFEB2A03B306": { + "name": "_HAS_PED_CLEAR_LOS_TO_ENTITY", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Ped", + "name": "ped" + }, + { + "type": "Entity", + "name": "entity" + }, + { + "type": "float", + "name": "x" + }, + { + "type": "float", + "name": "y" + }, + { + "type": "float", + "name": "z" + }, + { + "type": "int", + "name": "p5" + }, + { + "type": "BOOL", + "name": "p6" + }, + { + "type": "BOOL", + "name": "p7" + } + ], + "return_type": "BOOL", + "build": "3095" + }, "0x6F4C85ACD641BCD2": { "name": "GET_SEAT_PED_IS_TRYING_TO_ENTER", "jhash": "0xACF162E0", @@ -70493,7 +72049,7 @@ }, { "type": "Any*", - "name": "unknown" + "name": "p1" }, { "type": "int*", @@ -70676,6 +72232,10 @@ { "type": "Any", "name": "p3" + }, + { + "type": "Hash", + "name": "weaponType" } ], "return_type": "void", @@ -72285,7 +73845,7 @@ "0xCF1CE768BB43480E": { "name": "GET_PED_HEAD_OVERLAY_NUM", "jhash": "0xFF43C18D", - "comment": "Used with freemode (online) characters.", + "comment": "", "params": [ { "type": "int", @@ -72301,7 +73861,7 @@ "0x497BF74A7B9CB952": { "name": "SET_PED_HEAD_OVERLAY_TINT", "jhash": "", - "comment": "Used for freemode (online) characters.\n\nColorType is 1 for eyebrows, beards, and chest hair; 2 for blush and lipstick; and 0 otherwise, though not called in those cases.\n\nCalled after SET_PED_HEAD_OVERLAY().", + "comment": "\n\nColorType is 1 for eyebrows, beards, and chest hair; 2 for blush and lipstick; and 0 otherwise, though not called in those cases.\n\nCalled after SET_PED_HEAD_OVERLAY().", "params": [ { "type": "Ped", @@ -72333,7 +73893,7 @@ "0x4CFFC65454C93A49": { "name": "SET_PED_HAIR_TINT", "jhash": "", - "comment": "Used for freemode (online) characters.", + "comment": "", "params": [ { "type": "Ped", @@ -72357,7 +73917,7 @@ "0xE5C0CF872C2AD150": { "name": "GET_NUM_PED_HAIR_TINTS", "jhash": "", - "comment": "Used for freemode (online) characters.", + "comment": "", "params": [], "return_type": "int", "build": "323", @@ -72851,6 +74411,10 @@ { "type": "int", "name": "componentId" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "int", @@ -72880,6 +74444,10 @@ { "type": "BOOL", "name": "attach" + }, + { + "type": "Any", + "name": "p5" } ], "return_type": "void", @@ -72926,6 +74494,10 @@ { "type": "int", "name": "propId" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -72939,6 +74511,10 @@ { "type": "Ped", "name": "ped" + }, + { + "type": "Any", + "name": "p1" } ], "return_type": "void", @@ -73068,15 +74644,15 @@ }, { "type": "float", - "name": "p3" + "name": "x" }, { "type": "float", - "name": "p4" + "name": "y" }, { "type": "float", - "name": "p5" + "name": "z" } ], "return_type": "void", @@ -73364,7 +74940,7 @@ "0xD76632D99E4966C8": { "name": "SET_PED_TO_RAGDOLL_WITH_FALL", "jhash": "0xFA12E286", - "comment": "Return variable is never used in R*'s scripts.\n\nNot sure what p2 does. It seems like it would be a time judging by it's usage in R*'s scripts, but didn't seem to affect anything in my testings.\n\nx, y, and z are coordinates, most likely to where the ped will fall.\n\np7 is probably the force of the fall, but untested, so I left the variable name the same.\n\np8 to p13 are always 0f in R*'s scripts.\n\n(Simplified) Example of the usage of the function from R*'s scripts:\nped::set_ped_to_ragdoll_with_fall(ped, 1500, 2000, 1, -entity::get_entity_forward_vector(ped), 1f, 0f, 0f, 0f, 0f, 0f, 0f);\n", + "comment": "Return variable is never used in R*'s scripts.\n\nNot sure what p2 does. It seems like it would be a time judging by it's usage in R*'s scripts, but didn't seem to affect anything in my testings.\n\nenum eRagdollType\n{\n RD_MALE=0,\n RD_FEMALE = 1,\n RD_MALE_LARGE = 2,\n RD_CUSTOM = 3,\n}\n\nx, y, and z are coordinates, most likely to where the ped will fall.\n\np8 to p13 are always 0f in R*'s scripts.\n\n(Simplified) Example of the usage of the function from R*'s scripts:\nped::set_ped_to_ragdoll_with_fall(ped, 1500, 2000, 1, -entity::get_entity_forward_vector(ped), 1f, 0f, 0f, 0f, 0f, 0f, 0f);\n", "params": [ { "type": "Ped", @@ -73396,7 +74972,7 @@ }, { "type": "float", - "name": "p7" + "name": "velocity" }, { "type": "float", @@ -73554,7 +75130,7 @@ "0x26695EC767728D84": { "name": "SET_RAGDOLL_BLOCKING_FLAGS", "jhash": "0x9C8F830D", - "comment": "Works for both player and peds, but some flags don't seem to work for the player (1, for example)\n\n1 - Blocks ragdolling when shot.\n2 - Blocks ragdolling when hit by a vehicle. The ped still might play a falling animation.\n4 - Blocks ragdolling when set on fire.\n\n-----------------------------------------------------------------------\n\nThere seem to be 26 flags", + "comment": "Works for both player and peds,\n\nenum eRagdollBlockingFlags\n{\n RBF_BULLET_IMPACT = 0,\n RBF_VEHICLE_IMPACT = 1,\n RBF_FIRE = 2,\n RBF_ELECTROCUTION = 3,\n RBF_PLAYER_IMPACT = 4,\n RBF_EXPLOSION = 5,0\n RBF_IMPACT_OBJECT = 6,\n RBF_MELEE = 7,\n RBF_RUBBER_BULLET = 8,\n RBF_FALLING = 9,\n RBF_WATER_JET = 10,\n RBF_DROWNING = 11,\n _0x9F52E2C4 = 12,\n RBF_PLAYER_BUMP = 13,\n RBF_PLAYER_RAGDOLL_BUMP = 14,\n RBF_PED_RAGDOLL_BUMP = 15,\n RBF_VEHICLE_GRAB = 16,\n RBF_SMOKE_GRENADE = 17,\n};\n\n", "params": [ { "type": "Ped", @@ -73562,7 +75138,7 @@ }, { "type": "int", - "name": "flags" + "name": "blockingFlag" } ], "return_type": "void", @@ -73574,7 +75150,7 @@ "0xD86D101FCFD00A4B": { "name": "CLEAR_RAGDOLL_BLOCKING_FLAGS", "jhash": "0x77CBA290", - "comment": "There seem to be 26 flags", + "comment": "See SET_RAGDOLL_BLOCKING_FLAGS for flags", "params": [ { "type": "Ped", @@ -73582,7 +75158,7 @@ }, { "type": "int", - "name": "flags" + "name": "blockingFlag" } ], "return_type": "void", @@ -74393,6 +75969,23 @@ "return_type": "void", "build": "323" }, + "0xAC0BB4D87777CAE2": { + "name": "SET_PED_WETNESS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Ped", + "name": "ped" + }, + { + "type": "float", + "name": "wetLevel" + } + ], + "return_type": "void", + "build": "2802" + }, "0x6585D955A68452A5": { "name": "CLEAR_PED_ENV_DIRT", "jhash": "0xA993915F", @@ -74637,6 +76230,10 @@ { "type": "BOOL", "name": "p9" + }, + { + "type": "Any", + "name": "p10" } ], "return_type": "int", @@ -74975,6 +76572,19 @@ "return_type": "BOOL", "build": "1868" }, + "0x007FDE5A7897E426": { + "name": "RESET_FACIAL_IDLE_ANIM", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Ped", + "name": "ped" + } + ], + "return_type": "void", + "build": "2802" + }, "0xE1E65CA8AC9C00ED": { "name": "PLAY_FACIAL_ANIM", "jhash": "0x1F6CCDDE", @@ -75385,7 +76995,7 @@ "0x1913FE4CBF41C463": { "name": "SET_PED_CONFIG_FLAG", "jhash": "0x9CFBE10D", - "comment": "enum ePedConfigFlags\n{\n\t_CPED_CONFIG_FLAG_0x67D1A445 = 0,\n\t_CPED_CONFIG_FLAG_0xC63DE95E = 1,\n\tCPED_CONFIG_FLAG_NoCriticalHits = 2,\n\tCPED_CONFIG_FLAG_DrownsInWater = 3,\n\tCPED_CONFIG_FLAG_DisableReticuleFixedLockon = 4,\n\t_CPED_CONFIG_FLAG_0x37D196F4 = 5,\n\t_CPED_CONFIG_FLAG_0xE2462399 = 6,\n\tCPED_CONFIG_FLAG_UpperBodyDamageAnimsOnly = 7,\n\t_CPED_CONFIG_FLAG_0xEDDEB838 = 8,\n\t_CPED_CONFIG_FLAG_0xB398B6FD = 9,\n\t_CPED_CONFIG_FLAG_0xF6664E68 = 10,\n\t_CPED_CONFIG_FLAG_0xA05E7CA3 = 11,\n\t_CPED_CONFIG_FLAG_0xCE394045 = 12,\n\tCPED_CONFIG_FLAG_NeverLeavesGroup = 13,\n\t_CPED_CONFIG_FLAG_0xCD8D1411 = 14,\n\t_CPED_CONFIG_FLAG_0xB031F1A9 = 15,\n\t_CPED_CONFIG_FLAG_0xFE65BEE3 = 16,\n\tCPED_CONFIG_FLAG_BlockNonTemporaryEvents = 17,\n\t_CPED_CONFIG_FLAG_0x380165BD = 18,\n\t_CPED_CONFIG_FLAG_0x07C045C7 = 19,\n\t_CPED_CONFIG_FLAG_0x583B5E2D = 20,\n\t_CPED_CONFIG_FLAG_0x475EDA58 = 21,\n\t_CPED_CONFIG_FLAG_0x8629D05B = 22,\n\t_CPED_CONFIG_FLAG_0x1522968B = 23,\n\tCPED_CONFIG_FLAG_IgnoreSeenMelee = 24,\n\t_CPED_CONFIG_FLAG_0x4CC09C4B = 25,\n\t_CPED_CONFIG_FLAG_0x034F3053 = 26,\n\t_CPED_CONFIG_FLAG_0xD91BA7CC = 27,\n\t_CPED_CONFIG_FLAG_0x5C8DC66E = 28,\n\t_CPED_CONFIG_FLAG_0x8902EAA0 = 29,\n\t_CPED_CONFIG_FLAG_0x6580B9D2 = 30,\n\t_CPED_CONFIG_FLAG_0x0EF7A297 = 31,\n\t_CPED_CONFIG_FLAG_CanFlyThruWindscreen = 32, // 0x6BF86E5B\n\tCPED_CONFIG_FLAG_DieWhenRagdoll = 33,\n\tCPED_CONFIG_FLAG_HasHelmet = 34,\n\tCPED_CONFIG_FLAG_UseHelmet = 35,\n\t_CPED_CONFIG_FLAG_0xEEB3D630 = 36,\n\t_CPED_CONFIG_FLAG_0xB130D17B = 37,\n\t_CPED_CONFIG_FLAG_0x5F071200 = 38,\n\tCPED_CONFIG_FLAG_DisableEvasiveDives = 39,\n\t_CPED_CONFIG_FLAG_0xC287AAFF = 40,\n\t_CPED_CONFIG_FLAG_0x203328CC = 41,\n\tCPED_CONFIG_FLAG_DontInfluenceWantedLevel = 42,\n\tCPED_CONFIG_FLAG_DisablePlayerLockon = 43,\n\tCPED_CONFIG_FLAG_DisableLockonToRandomPeds = 44,\n\t_CPED_CONFIG_FLAG_0xEC4A8ACF = 45,\n\t_CPED_CONFIG_FLAG_0xDB115BFA = 46,\n\tCPED_CONFIG_FLAG_PedBeingDeleted = 47,\n\tCPED_CONFIG_FLAG_BlockWeaponSwitching = 48,\n\t_CPED_CONFIG_FLAG_0xF8E99565 = 49,\n\t_CPED_CONFIG_FLAG_0xDD17FEE6 = 50,\n\t_CPED_CONFIG_FLAG_0x7ED9B2C9 = 51,\n\t_CPED_CONFIG_FLAG_NoCollison = 52, // 0x655E8618\n\t_CPED_CONFIG_FLAG_0x5A6C1F6E = 53,\n\t_CPED_CONFIG_FLAG_0xD749FC41 = 54,\n\t_CPED_CONFIG_FLAG_0x357F63F3 = 55,\n\t_CPED_CONFIG_FLAG_0xC5E60961 = 56,\n\t_CPED_CONFIG_FLAG_0x29275C3E = 57,\n\tCPED_CONFIG_FLAG_IsFiring = 58,\n\tCPED_CONFIG_FLAG_WasFiring = 59,\n\tCPED_CONFIG_FLAG_IsStanding = 60,\n\tCPED_CONFIG_FLAG_WasStanding = 61,\n\tCPED_CONFIG_FLAG_InVehicle = 62,\n\tCPED_CONFIG_FLAG_OnMount = 63,\n\tCPED_CONFIG_FLAG_AttachedToVehicle = 64,\n\tCPED_CONFIG_FLAG_IsSwimming = 65,\n\tCPED_CONFIG_FLAG_WasSwimming = 66,\n\tCPED_CONFIG_FLAG_IsSkiing = 67,\n\tCPED_CONFIG_FLAG_IsSitting = 68,\n\tCPED_CONFIG_FLAG_KilledByStealth = 69,\n\tCPED_CONFIG_FLAG_KilledByTakedown = 70,\n\tCPED_CONFIG_FLAG_Knockedout = 71,\n\t_CPED_CONFIG_FLAG_0x3E3C4560 = 72,\n\t_CPED_CONFIG_FLAG_0x2994C7B7 = 73,\n\t_CPED_CONFIG_FLAG_0x6D59D275 = 74,\n\tCPED_CONFIG_FLAG_UsingCoverPoint = 75,\n\tCPED_CONFIG_FLAG_IsInTheAir = 76,\n\t_CPED_CONFIG_FLAG_0x2D493FB7 = 77,\n\tCPED_CONFIG_FLAG_IsAimingGun = 78,\n\t_CPED_CONFIG_FLAG_0x14D69875 = 79,\n\t_CPED_CONFIG_FLAG_0x40B05311 = 80,\n\t_CPED_CONFIG_FLAG_0x8B230BC5 = 81,\n\t_CPED_CONFIG_FLAG_0xC74E5842 = 82,\n\t_CPED_CONFIG_FLAG_0x9EA86147 = 83,\n\t_CPED_CONFIG_FLAG_0x674C746C = 84,\n\t_CPED_CONFIG_FLAG_0x3E56A8C2 = 85,\n\t_CPED_CONFIG_FLAG_0xC144A1EF = 86,\n\t_CPED_CONFIG_FLAG_0x0548512D = 87,\n\t_CPED_CONFIG_FLAG_0x31C93909 = 88,\n\t_CPED_CONFIG_FLAG_0xA0269315 = 89,\n\t_CPED_CONFIG_FLAG_0xD4D59D4D = 90,\n\t_CPED_CONFIG_FLAG_0x411D4420 = 91,\n\t_CPED_CONFIG_FLAG_0xDF4AEF0D = 92,\n\tCPED_CONFIG_FLAG_ForcePedLoadCover = 93,\n\t_CPED_CONFIG_FLAG_0x300E4CD3 = 94,\n\t_CPED_CONFIG_FLAG_0xF1C5BF04 = 95,\n\t_CPED_CONFIG_FLAG_0x89C2EF13 = 96,\n\tCPED_CONFIG_FLAG_VaultFromCover = 97,\n\t_CPED_CONFIG_FLAG_0x02A852C8 = 98,\n\t_CPED_CONFIG_FLAG_0x3D9407F1 = 99,\n\t_CPED_CONFIG_FLAG_IsDrunk = 100, // 0x319B4558\n\tCPED_CONFIG_FLAG_ForcedAim = 101,\n\t_CPED_CONFIG_FLAG_0xB942D71A = 102,\n\t_CPED_CONFIG_FLAG_0xD26C55A8 = 103,\n\t_CPED_CONFIG_FLAG_0xB89E703B = 104,\n\tCPED_CONFIG_FLAG_ForceReload = 105,\n\t_CPED_CONFIG_FLAG_0xD9E73DA2 = 106,\n\t_CPED_CONFIG_FLAG_0xFF71DC2C = 107,\n\t_CPED_CONFIG_FLAG_0x1E27E8D8 = 108,\n\t_CPED_CONFIG_FLAG_0xF2C53966 = 109,\n\t_CPED_CONFIG_FLAG_0xC4DBE247 = 110,\n\t_CPED_CONFIG_FLAG_0x83C0A4BF = 111,\n\t_CPED_CONFIG_FLAG_0x0E0FAF8C = 112,\n\t_CPED_CONFIG_FLAG_0x26616660 = 113,\n\t_CPED_CONFIG_FLAG_0x43B80B79 = 114,\n\t_CPED_CONFIG_FLAG_0x0D2A9309 = 115,\n\t_CPED_CONFIG_FLAG_0x12C1C983 = 116,\n\tCPED_CONFIG_FLAG_BumpedByPlayer = 117,\n\t_CPED_CONFIG_FLAG_0xE586D504 = 118,\n\t_CPED_CONFIG_FLAG_0x52374204 = 119,\n\tCPED_CONFIG_FLAG_IsHandCuffed = 120,\n\tCPED_CONFIG_FLAG_IsAnkleCuffed = 121,\n\tCPED_CONFIG_FLAG_DisableMelee = 122,\n\t_CPED_CONFIG_FLAG_0xFE714397 = 123,\n\t_CPED_CONFIG_FLAG_0xB3E660BD = 124,\n\t_CPED_CONFIG_FLAG_0x5FED6BFD = 125,\n\t_CPED_CONFIG_FLAG_0xC9D6F66F = 126,\n\t_CPED_CONFIG_FLAG_0x519BC986 = 127,\n\tCPED_CONFIG_FLAG_CanBeAgitated = 128,\n\t_CPED_CONFIG_FLAG_0x9A4B617C = 129,\n\t_CPED_CONFIG_FLAG_0xDAB70E9F = 130,\n\t_CPED_CONFIG_FLAG_0xE569438A = 131,\n\t_CPED_CONFIG_FLAG_0xBBC77D6D = 132,\n\t_CPED_CONFIG_FLAG_0xCB59EF0F = 133,\n\t_CPED_CONFIG_FLAG_0x8C5EA971 = 134,\n\tCPED_CONFIG_FLAG_IsScuba = 135,\n\tCPED_CONFIG_FLAG_WillArrestRatherThanJack = 136,\n\t_CPED_CONFIG_FLAG_0xDCE59B58 = 137,\n\tCPED_CONFIG_FLAG_RidingTrain = 138,\n\tCPED_CONFIG_FLAG_ArrestResult = 139,\n\tCPED_CONFIG_FLAG_CanAttackFriendly = 140,\n\t_CPED_CONFIG_FLAG_0x98A4BE43 = 141,\n\t_CPED_CONFIG_FLAG_0x6901E731 = 142,\n\t_CPED_CONFIG_FLAG_0x9EC9BF6C = 143,\n\t_CPED_CONFIG_FLAG_0x42841A8F = 144,\n\tCPED_CONFIG_FLAG_ShootingAnimFlag = 145,\n\tCPED_CONFIG_FLAG_DisableLadderClimbing = 146,\n\tCPED_CONFIG_FLAG_StairsDetected = 147,\n\tCPED_CONFIG_FLAG_SlopeDetected = 148,\n\t_CPED_CONFIG_FLAG_0x1A15670B = 149,\n\t_CPED_CONFIG_FLAG_0x61786EE5 = 150,\n\t_CPED_CONFIG_FLAG_0xCB9186BD = 151,\n\t_CPED_CONFIG_FLAG_0xF0710152 = 152,\n\t_CPED_CONFIG_FLAG_0x43DFE310 = 153,\n\t_CPED_CONFIG_FLAG_0xC43C624E = 154,\n\tCPED_CONFIG_FLAG_CanPerformArrest = 155,\n\tCPED_CONFIG_FLAG_CanPerformUncuff = 156,\n\tCPED_CONFIG_FLAG_CanBeArrested = 157,\n\t_CPED_CONFIG_FLAG_0xF7960FF5 = 158,\n\t_CPED_CONFIG_FLAG_0x59564113 = 159,\n\t_CPED_CONFIG_FLAG_0x0C6C3099 = 160,\n\t_CPED_CONFIG_FLAG_0x645F927A = 161,\n\t_CPED_CONFIG_FLAG_0xA86549B9 = 162,\n\t_CPED_CONFIG_FLAG_0x8AAF337A = 163,\n\t_CPED_CONFIG_FLAG_0x13BAA6E7 = 164,\n\t_CPED_CONFIG_FLAG_0x5FB9D1F5 = 165,\n\tCPED_CONFIG_FLAG_IsInjured = 166,\n\t_CPED_CONFIG_FLAG_0x6398A20B = 167,\n\t_CPED_CONFIG_FLAG_0xD8072639 = 168,\n\t_CPED_CONFIG_FLAG_0xA05B1845 = 169,\n\t_CPED_CONFIG_FLAG_0x83F6D220 = 170,\n\t_CPED_CONFIG_FLAG_0xD8430331 = 171,\n\t_CPED_CONFIG_FLAG_0x4B547520 = 172,\n\t_CPED_CONFIG_FLAG_0xE66E1406 = 173,\n\t_CPED_CONFIG_FLAG_0x1C4BFE0C = 174,\n\t_CPED_CONFIG_FLAG_0x90008BFA = 175,\n\t_CPED_CONFIG_FLAG_0x07C7A910 = 176,\n\t_CPED_CONFIG_FLAG_0xF15F8191 = 177,\n\t_CPED_CONFIG_FLAG_0xCE4E8BE2 = 178,\n\t_CPED_CONFIG_FLAG_0x1D46E4F2 = 179,\n\tCPED_CONFIG_FLAG_IsInCustody = 180,\n\t_CPED_CONFIG_FLAG_0xE4FD9B3A = 181,\n\t_CPED_CONFIG_FLAG_0x67AE0812 = 182,\n\tCPED_CONFIG_FLAG_IsAgitated = 183,\n\tCPED_CONFIG_FLAG_PreventAutoShuffleToDriversSeat = 184,\n\t_CPED_CONFIG_FLAG_0x7B2D325E = 185,\n\tCPED_CONFIG_FLAG_EnableWeaponBlocking = 186,\n\tCPED_CONFIG_FLAG_HasHurtStarted = 187,\n\tCPED_CONFIG_FLAG_DisableHurt = 188,\n\tCPED_CONFIG_FLAG_PlayerIsWeird = 189,\n\t_CPED_CONFIG_FLAG_0x32FC208B = 190,\n\t_CPED_CONFIG_FLAG_0x0C296E5A = 191,\n\t_CPED_CONFIG_FLAG_0xE63B73EC = 192,\n\t_CPED_CONFIG_FLAG_0x04E9CC80 = 193,\n\tCPED_CONFIG_FLAG_UsingScenario = 194,\n\tCPED_CONFIG_FLAG_VisibleOnScreen = 195,\n\t_CPED_CONFIG_FLAG_0xD88C58A1 = 196,\n\t_CPED_CONFIG_FLAG_0x5A3DCF43 = 197,\n\t_CPED_CONFIG_FLAG_0xEA02B420 = 198,\n\t_CPED_CONFIG_FLAG_0x3F559CFF = 199,\n\t_CPED_CONFIG_FLAG_0x8C55D029 = 200,\n\t_CPED_CONFIG_FLAG_0x5E6466F6 = 201,\n\t_CPED_CONFIG_FLAG_0xEB5AD706 = 202,\n\t_CPED_CONFIG_FLAG_0x0EDDDDE7 = 203,\n\t_CPED_CONFIG_FLAG_0xA64F7B1D = 204,\n\t_CPED_CONFIG_FLAG_0x48532CBA = 205,\n\t_CPED_CONFIG_FLAG_0xAA25A9E7 = 206,\n\t_CPED_CONFIG_FLAG_0x415B26B9 = 207,\n\tCPED_CONFIG_FLAG_DisableExplosionReactions = 208,\n\tCPED_CONFIG_FLAG_DodgedPlayer = 209,\n\t_CPED_CONFIG_FLAG_0x67405504 = 210,\n\t_CPED_CONFIG_FLAG_0x75DDD68C = 211,\n\t_CPED_CONFIG_FLAG_0x2AD879B4 = 212,\n\t_CPED_CONFIG_FLAG_0x51486F91 = 213,\n\t_CPED_CONFIG_FLAG_0x32F79E21 = 214,\n\t_CPED_CONFIG_FLAG_0xBF099213 = 215,\n\t_CPED_CONFIG_FLAG_0x054AC8E2 = 216,\n\t_CPED_CONFIG_FLAG_0x14E495CC = 217,\n\t_CPED_CONFIG_FLAG_0x3C7DF9DF = 218,\n\t_CPED_CONFIG_FLAG_0x848FFEF2 = 219,\n\tCPED_CONFIG_FLAG_DontEnterLeadersVehicle = 220,\n\t_CPED_CONFIG_FLAG_0x2618E1CF = 221,\n\t_CPED_CONFIG_FLAG_0x84F722FA = 222,\n\t_CPED_CONFIG_FLAG_Shrink = 223, // 0xD1B87B1F\n\t_CPED_CONFIG_FLAG_0x728AA918 = 224,\n\tCPED_CONFIG_FLAG_DisablePotentialToBeWalkedIntoResponse = 225,\n\tCPED_CONFIG_FLAG_DisablePedAvoidance = 226,\n\t_CPED_CONFIG_FLAG_0x59E91185 = 227,\n\t_CPED_CONFIG_FLAG_0x1EA7225F = 228,\n\tCPED_CONFIG_FLAG_DisablePanicInVehicle = 229,\n\t_CPED_CONFIG_FLAG_0x6DCA7D88 = 230,\n\t_CPED_CONFIG_FLAG_0xFC3E572D = 231,\n\t_CPED_CONFIG_FLAG_0x08E9F9CF = 232,\n\t_CPED_CONFIG_FLAG_0x2D3BA52D = 233,\n\t_CPED_CONFIG_FLAG_0xFD2F53EA = 234,\n\t_CPED_CONFIG_FLAG_0x31A1B03B = 235,\n\tCPED_CONFIG_FLAG_IsHoldingProp = 236,\n\tCPED_CONFIG_FLAG_BlocksPathingWhenDead = 237,\n\t_CPED_CONFIG_FLAG_0xCE57C9A3 = 238,\n\t_CPED_CONFIG_FLAG_0x26149198 = 239,\n\t_CPED_CONFIG_FLAG_0x1B33B598 = 240,\n\t_CPED_CONFIG_FLAG_0x719B6E87 = 241,\n\t_CPED_CONFIG_FLAG_0x13E8E8E8 = 242,\n\t_CPED_CONFIG_FLAG_0xF29739AE = 243,\n\t_CPED_CONFIG_FLAG_0xABEA8A74 = 244,\n\t_CPED_CONFIG_FLAG_0xB60EA2BA = 245,\n\t_CPED_CONFIG_FLAG_0x536B0950 = 246,\n\t_CPED_CONFIG_FLAG_0x0C754ACA = 247,\n\tCPED_CONFIG_FLAG_CanPlayInCarIdles = 248,\n\t_CPED_CONFIG_FLAG_0x12659168 = 249,\n\t_CPED_CONFIG_FLAG_0x1BDF2F04 = 250,\n\t_CPED_CONFIG_FLAG_0x7728FAA3 = 251,\n\t_CPED_CONFIG_FLAG_0x6A807ED8 = 252,\n\tCPED_CONFIG_FLAG_OnStairs = 253,\n\t_CPED_CONFIG_FLAG_0xE1A2F73F = 254,\n\t_CPED_CONFIG_FLAG_0x5B3697C8 = 255,\n\t_CPED_CONFIG_FLAG_0xF1EB20A9 = 256,\n\t_CPED_CONFIG_FLAG_0x8B7DF407 = 257,\n\t_CPED_CONFIG_FLAG_0x329DCF1A = 258,\n\t_CPED_CONFIG_FLAG_0x8D90DD1B = 259,\n\t_CPED_CONFIG_FLAG_0xB8A292B7 = 260,\n\t_CPED_CONFIG_FLAG_0x8374B087 = 261,\n\t_CPED_CONFIG_FLAG_0x2AF558F0 = 262,\n\t_CPED_CONFIG_FLAG_0x82251455 = 263,\n\t_CPED_CONFIG_FLAG_0x30CF498B = 264,\n\t_CPED_CONFIG_FLAG_0xE1CD50AF = 265,\n\t_CPED_CONFIG_FLAG_0x72E4AE48 = 266,\n\t_CPED_CONFIG_FLAG_0xC2657EA1 = 267,\n\t_CPED_CONFIG_FLAG_0x29FF6030 = 268,\n\t_CPED_CONFIG_FLAG_0x8248A5EC = 269,\n\tCPED_CONFIG_FLAG_OnStairSlope = 270,\n\t_CPED_CONFIG_FLAG_0xA0897933 = 271,\n\tCPED_CONFIG_FLAG_DontBlipCop = 272,\n\tCPED_CONFIG_FLAG_ClimbedShiftedFence = 273,\n\t_CPED_CONFIG_FLAG_0xF7823618 = 274,\n\t_CPED_CONFIG_FLAG_0xDC305CCE = 275,\n\tCPED_CONFIG_FLAG_EdgeDetected = 276,\n\t_CPED_CONFIG_FLAG_0x92B67896 = 277,\n\t_CPED_CONFIG_FLAG_0xCAD677C9 = 278,\n\tCPED_CONFIG_FLAG_AvoidTearGas = 279,\n\t_CPED_CONFIG_FLAG_0x5276AC7B = 280,\n\t_CPED_CONFIG_FLAG_NoWrithe = 281, // 0x1032692A\n\t_CPED_CONFIG_FLAG_0xDA23E7F1 = 282,\n\t_CPED_CONFIG_FLAG_0x9139724D = 283,\n\t_CPED_CONFIG_FLAG_0xA1457461 = 284,\n\t_CPED_CONFIG_FLAG_0x4186E095 = 285,\n\t_CPED_CONFIG_FLAG_0xAC68E2EB = 286,\n\tCPED_CONFIG_FLAG_RagdollingOnBoat = 287,\n\tCPED_CONFIG_FLAG_HasBrandishedWeapon = 288,\n\t_CPED_CONFIG_FLAG_0x1B9EE8A1 = 289,\n\t_CPED_CONFIG_FLAG_0xF3F5758C = 290,\n\t_CPED_CONFIG_FLAG_0x2A9307F1 = 291,\n\t_CPED_CONFIG_FLAG_FreezePosition = 292, // 0x7403D216\n\t_CPED_CONFIG_FLAG_0xA06A3C6C = 293,\n\tCPED_CONFIG_FLAG_DisableShockingEvents = 294,\n\t_CPED_CONFIG_FLAG_0xF8DA25A5 = 295,\n\t_CPED_CONFIG_FLAG_0x7EF55802 = 296,\n\t_CPED_CONFIG_FLAG_0xB31F1187 = 297,\n\t_CPED_CONFIG_FLAG_0x84315402 = 298,\n\t_CPED_CONFIG_FLAG_0x0FD69867 = 299,\n\t_CPED_CONFIG_FLAG_0xC7829B67 = 300,\n\tCPED_CONFIG_FLAG_DisablePedConstraints = 301,\n\t_CPED_CONFIG_FLAG_0x6D23CF25 = 302,\n\t_CPED_CONFIG_FLAG_0x2ADA871B = 303,\n\t_CPED_CONFIG_FLAG_0x47BC8A58 = 304,\n\t_CPED_CONFIG_FLAG_0xEB692FA5 = 305,\n\t_CPED_CONFIG_FLAG_0x4A133C50 = 306,\n\t_CPED_CONFIG_FLAG_0xC58099C3 = 307,\n\t_CPED_CONFIG_FLAG_0xF3D76D41 = 308,\n\t_CPED_CONFIG_FLAG_0xB0EEE9F2 = 309,\n\tCPED_CONFIG_FLAG_IsInCluster = 310,\n\t_CPED_CONFIG_FLAG_0x0FA153EF = 311,\n\t_CPED_CONFIG_FLAG_0xD73F5CD3 = 312,\n\t_CPED_CONFIG_FLAG_0xD4136C22 = 313,\n\t_CPED_CONFIG_FLAG_0xE404CA6B = 314,\n\t_CPED_CONFIG_FLAG_0xB9597446 = 315,\n\t_CPED_CONFIG_FLAG_0xD5C98277 = 316,\n\t_CPED_CONFIG_FLAG_0xD5060A9C = 317,\n\t_CPED_CONFIG_FLAG_0x3E5F1CBB = 318,\n\t_CPED_CONFIG_FLAG_0xD8BE1D54 = 319,\n\t_CPED_CONFIG_FLAG_0x0B1F191F = 320,\n\t_CPED_CONFIG_FLAG_0xC995167A = 321,\n\tCPED_CONFIG_FLAG_HasHighHeels = 322,\n\t_CPED_CONFIG_FLAG_0x86B01E54 = 323,\n\t_CPED_CONFIG_FLAG_0x3A56FE15 = 324,\n\t_CPED_CONFIG_FLAG_0xC03B736C = 325, // SpawnedAtScenario?\n\t_CPED_CONFIG_FLAG_0xBBF47729 = 326,\n\t_CPED_CONFIG_FLAG_0x22B668A8 = 327,\n\t_CPED_CONFIG_FLAG_0x2624D4D4 = 328,\n\tCPED_CONFIG_FLAG_DisableTalkTo = 329,\n\tCPED_CONFIG_FLAG_DontBlip = 330,\n\tCPED_CONFIG_FLAG_IsSwitchingWeapon = 331,\n\t_CPED_CONFIG_FLAG_0x630F55F3 = 332,\n\t_CPED_CONFIG_FLAG_0x150468FD = 333,\n\t_CPED_CONFIG_FLAG_0x914EBD6B = 334,\n\t_CPED_CONFIG_FLAG_0x79AF3B6D = 335,\n\t_CPED_CONFIG_FLAG_0x75C7A632 = 336,\n\t_CPED_CONFIG_FLAG_0x52D530E2 = 337,\n\t_CPED_CONFIG_FLAG_0xDB2A90E0 = 338,\n\t_CPED_CONFIG_FLAG_0x5922763D = 339,\n\t_CPED_CONFIG_FLAG_0x12ADB567 = 340,\n\t_CPED_CONFIG_FLAG_0x105C8518 = 341,\n\t_CPED_CONFIG_FLAG_0x106F703D = 342,\n\t_CPED_CONFIG_FLAG_0xED152C3E = 343,\n\t_CPED_CONFIG_FLAG_0xA0EFE6A8 = 344,\n\t_CPED_CONFIG_FLAG_0xBF348C82 = 345,\n\t_CPED_CONFIG_FLAG_0xCDDFE830 = 346,\n\t_CPED_CONFIG_FLAG_0x7B59BD9B = 347,\n\t_CPED_CONFIG_FLAG_0x0124C788 = 348,\n\tCPED_CONFIG_FLAG_EquipJetpack = 349,\n\t_CPED_CONFIG_FLAG_0x08D361A5 = 350,\n\t_CPED_CONFIG_FLAG_0xE13D1F7C = 351,\n\t_CPED_CONFIG_FLAG_0x40E25FB9 = 352,\n\t_CPED_CONFIG_FLAG_0x930629D9 = 353,\n\t_CPED_CONFIG_FLAG_0xECCF0C7F = 354,\n\t_CPED_CONFIG_FLAG_0xB6E9613B = 355,\n\t_CPED_CONFIG_FLAG_0x490C0478 = 356,\n\t_CPED_CONFIG_FLAG_0xE8865BEA = 357,\n\t_CPED_CONFIG_FLAG_0xF3C34A29 = 358,\n\tCPED_CONFIG_FLAG_IsDuckingInVehicle = 359,\n\t_CPED_CONFIG_FLAG_0xF660E115 = 360,\n\t_CPED_CONFIG_FLAG_0xAB0E6DED = 361,\n\tCPED_CONFIG_FLAG_HasReserveParachute = 362,\n\tCPED_CONFIG_FLAG_UseReserveParachute = 363,\n\t_CPED_CONFIG_FLAG_0x5C5D9CD3 = 364,\n\t_CPED_CONFIG_FLAG_0x8F7701F3 = 365,\n\t_CPED_CONFIG_FLAG_0xBC4436AD = 366,\n\t_CPED_CONFIG_FLAG_0xD7E07D37 = 367,\n\t_CPED_CONFIG_FLAG_0x03C4FD24 = 368,\n\t_CPED_CONFIG_FLAG_0x7675789A = 369,\n\t_CPED_CONFIG_FLAG_0xB7288A88 = 370,\n\t_CPED_CONFIG_FLAG_0xC06B6291 = 371,\n\t_CPED_CONFIG_FLAG_0x95A4A805 = 372,\n\t_CPED_CONFIG_FLAG_0xA8E9A042 = 373,\n\tCPED_CONFIG_FLAG_NeverLeaveTrain = 374,\n\t_CPED_CONFIG_FLAG_0xBAC674B3 = 375,\n\t_CPED_CONFIG_FLAG_0x147F1FFB = 376,\n\t_CPED_CONFIG_FLAG_0x4376DD79 = 377,\n\t_CPED_CONFIG_FLAG_0xCD3DB518 = 378,\n\t_CPED_CONFIG_FLAG_0xFE4BA4B6 = 379,\n\t_CPED_CONFIG_FLAG_0x5DF03A55 = 380,\n\t_CPED_CONFIG_FLAG_0xBCD816CD = 381,\n\t_CPED_CONFIG_FLAG_0xCF02DD69 = 382,\n\t_CPED_CONFIG_FLAG_0xF73AFA2E = 383,\n\t_CPED_CONFIG_FLAG_0x80B9A9D0 = 384,\n\t_CPED_CONFIG_FLAG_0xF601F7EE = 385,\n\t_CPED_CONFIG_FLAG_0xA91350FC = 386,\n\t_CPED_CONFIG_FLAG_0x3AB23B96 = 387,\n\tCPED_CONFIG_FLAG_IsClimbingLadder = 388,\n\tCPED_CONFIG_FLAG_HasBareFeet = 389,\n\t_CPED_CONFIG_FLAG_0xB4B1CD4C = 390,\n\t_CPED_CONFIG_FLAG_0x5459AFB8 = 391,\n\t_CPED_CONFIG_FLAG_0x54F27667 = 392,\n\t_CPED_CONFIG_FLAG_0xC11D3E8F = 393,\n\t_CPED_CONFIG_FLAG_0x5419EB3E = 394,\n\t_CPED_CONFIG_FLAG_0x82D8DBB4 = 395,\n\t_CPED_CONFIG_FLAG_0x33B02D2F = 396,\n\t_CPED_CONFIG_FLAG_0xAE66176D = 397,\n\t_CPED_CONFIG_FLAG_0xA2692593 = 398,\n\t_CPED_CONFIG_FLAG_0x714C7E31 = 399,\n\t_CPED_CONFIG_FLAG_0xEC488AC7 = 400,\n\t_CPED_CONFIG_FLAG_0xAE398504 = 401,\n\t_CPED_CONFIG_FLAG_0xABC58D72 = 402,\n\t_CPED_CONFIG_FLAG_0x5E5B9591 = 403,\n\t_CPED_CONFIG_FLAG_0x6BA1091E = 404,\n\t_CPED_CONFIG_FLAG_0x77840177 = 405,\n\t_CPED_CONFIG_FLAG_0x1C7ACAC4 = 406,\n\t_CPED_CONFIG_FLAG_0x124420E9 = 407,\n\t_CPED_CONFIG_FLAG_0x75A65587 = 408,\n\t_CPED_CONFIG_FLAG_0xDFD2D55B = 409,\n\t_CPED_CONFIG_FLAG_0xBDD39919 = 410,\n\t_CPED_CONFIG_FLAG_0x43DEC267 = 411,\n\t_CPED_CONFIG_FLAG_0xE42B7797 = 412,\n\tCPED_CONFIG_FLAG_IsHolsteringWeapon = 413,\n\t_CPED_CONFIG_FLAG_0x4F8149F5 = 414,\n\t_CPED_CONFIG_FLAG_0xDD9ECA7A = 415,\n\t_CPED_CONFIG_FLAG_0x9E7EF9D2 = 416,\n\t_CPED_CONFIG_FLAG_0x2C6ED942 = 417,\n\tCPED_CONFIG_FLAG_IsSwitchingHelmetVisor = 418,\n\t_CPED_CONFIG_FLAG_0xA488727D = 419,\n\t_CPED_CONFIG_FLAG_0xCFF5F6DE = 420,\n\t_CPED_CONFIG_FLAG_0x6D614599 = 421,\n\tCPED_CONFIG_FLAG_DisableVehicleCombat = 422,\n\t_CPED_CONFIG_FLAG_0xFE401D26 = 423,\n\tCPED_CONFIG_FLAG_FallsLikeAircraft = 424,\n\t_CPED_CONFIG_FLAG_0x2B42AE82 = 425,\n\t_CPED_CONFIG_FLAG_0x7A95734F = 426,\n\t_CPED_CONFIG_FLAG_0xDF4D8617 = 427,\n\t_CPED_CONFIG_FLAG_0x578F1F14 = 428,\n\tCPED_CONFIG_FLAG_DisableStartEngine = 429,\n\tCPED_CONFIG_FLAG_IgnoreBeingOnFire = 430,\n\t_CPED_CONFIG_FLAG_0x153C9500 = 431,\n\t_CPED_CONFIG_FLAG_0xCB7A632E = 432,\n\t_CPED_CONFIG_FLAG_0xDE727981 = 433,\n\tCPED_CONFIG_FLAG_DisableHomingMissileLockon = 434,\n\t_CPED_CONFIG_FLAG_0x12BBB935 = 435,\n\t_CPED_CONFIG_FLAG_0xAD0A1277 = 436,\n\t_CPED_CONFIG_FLAG_0xEA6AA46A = 437,\n\tCPED_CONFIG_FLAG_DisableHelmetArmor = 438,\n\t_CPED_CONFIG_FLAG_0xCB7F3A1E = 439,\n\t_CPED_CONFIG_FLAG_0x50178878 = 440,\n\t_CPED_CONFIG_FLAG_0x051B4F0D = 441,\n\t_CPED_CONFIG_FLAG_0x2FC3DECC = 442,\n\t_CPED_CONFIG_FLAG_0xC0030B0B = 443,\n\t_CPED_CONFIG_FLAG_0xBBDAF1E9 = 444,\n\t_CPED_CONFIG_FLAG_0x944FE59C = 445,\n\t_CPED_CONFIG_FLAG_0x506FBA39 = 446,\n\t_CPED_CONFIG_FLAG_0xDD45FE84 = 447,\n\t_CPED_CONFIG_FLAG_0xE698AE75 = 448,\n\t_CPED_CONFIG_FLAG_0x199633F8 = 449,\n\tCPED_CONFIG_FLAG_PedIsArresting = 450,\n\tCPED_CONFIG_FLAG_IsDecoyPed = 451,\n\t_CPED_CONFIG_FLAG_0x3A251D83 = 452,\n\t_CPED_CONFIG_FLAG_0xA56F6986 = 453,\n\t_CPED_CONFIG_FLAG_0x1D19C622 = 454,\n\t_CPED_CONFIG_FLAG_0xB68D3EAB = 455,\n\tCPED_CONFIG_FLAG_CanBeIncapacitated = 456,\n\t_CPED_CONFIG_FLAG_0x4BD5EBAD = 457,\n\t_CPED_CONFIG_FLAG_0xFCC5EBC5 = 458\n};", + "comment": "enum ePedConfigFlags\n{\n\t_CPED_CONFIG_FLAG_0xC63DE95E = 1,\n\tCPED_CONFIG_FLAG_NoCriticalHits = 2,\n\tCPED_CONFIG_FLAG_DrownsInWater = 3,\n\tCPED_CONFIG_FLAG_DisableReticuleFixedLockon = 4,\n\t_CPED_CONFIG_FLAG_0x37D196F4 = 5,\n\t_CPED_CONFIG_FLAG_0xE2462399 = 6,\n\tCPED_CONFIG_FLAG_UpperBodyDamageAnimsOnly = 7,\n\t_CPED_CONFIG_FLAG_0xEDDEB838 = 8,\n\t_CPED_CONFIG_FLAG_0xB398B6FD = 9,\n\t_CPED_CONFIG_FLAG_0xF6664E68 = 10,\n\t_CPED_CONFIG_FLAG_0xA05E7CA3 = 11,\n\t_CPED_CONFIG_FLAG_0xCE394045 = 12,\n\tCPED_CONFIG_FLAG_NeverLeavesGroup = 13,\n\t_CPED_CONFIG_FLAG_0xCD8D1411 = 14,\n\t_CPED_CONFIG_FLAG_0xB031F1A9 = 15,\n\t_CPED_CONFIG_FLAG_0xFE65BEE3 = 16,\n\tCPED_CONFIG_FLAG_BlockNonTemporaryEvents = 17,\n\t_CPED_CONFIG_FLAG_0x380165BD = 18,\n\t_CPED_CONFIG_FLAG_0x07C045C7 = 19,\n\t_CPED_CONFIG_FLAG_0x583B5E2D = 20,\n\t_CPED_CONFIG_FLAG_0x475EDA58 = 21,\n\t_CPED_CONFIG_FLAG_0x8629D05B = 22,\n\t_CPED_CONFIG_FLAG_0x1522968B = 23,\n\tCPED_CONFIG_FLAG_IgnoreSeenMelee = 24,\n\t_CPED_CONFIG_FLAG_0x4CC09C4B = 25,\n\t_CPED_CONFIG_FLAG_0x034F3053 = 26,\n\t_CPED_CONFIG_FLAG_0xD91BA7CC = 27,\n\t_CPED_CONFIG_FLAG_0x5C8DC66E = 28,\n\tCPED_CONFIG_FLAG_GetOutUndriveableVehicle = 29,\n\t_CPED_CONFIG_FLAG_0x6580B9D2 = 30,\n\t_CPED_CONFIG_FLAG_0x0EF7A297 = 31,\n\tCPED_CONFIG_FLAG_WillFlyThruWindscreen = 32,\n\tCPED_CONFIG_FLAG_DieWhenRagdoll = 33,\n\tCPED_CONFIG_FLAG_HasHelmet = 34,\n\tCPED_CONFIG_FLAG_UseHelmet = 35,\n\tCPED_CONFIG_FLAG_DontTakeOffHelmet = 36,\n\t_CPED_CONFIG_FLAG_0xB130D17B = 37,\n\t_CPED_CONFIG_FLAG_0x5F071200 = 38,\n\tCPED_CONFIG_FLAG_DisableEvasiveDives = 39,\n\t_CPED_CONFIG_FLAG_0xC287AAFF = 40,\n\t_CPED_CONFIG_FLAG_0x203328CC = 41,\n\tCPED_CONFIG_FLAG_DontInfluenceWantedLevel = 42,\n\tCPED_CONFIG_FLAG_DisablePlayerLockon = 43,\n\tCPED_CONFIG_FLAG_DisableLockonToRandomPeds = 44,\n\tCPED_CONFIG_FLAG_AllowLockonToFriendlyPlayers = 45,\n\t_CPED_CONFIG_FLAG_0xDB115BFA = 46,\n\tCPED_CONFIG_FLAG_PedBeingDeleted = 47,\n\tCPED_CONFIG_FLAG_BlockWeaponSwitching = 48,\n\t_CPED_CONFIG_FLAG_0xF8E99565 = 49,\n\t_CPED_CONFIG_FLAG_0xDD17FEE6 = 50,\n\t_CPED_CONFIG_FLAG_0x7ED9B2C9 = 51,\n\t_CPED_CONFIG_FLAG_NoCollison = 52,\n\t_CPED_CONFIG_FLAG_0x5A6C1F6E = 53,\n\t_CPED_CONFIG_FLAG_0xD749FC41 = 54,\n\t_CPED_CONFIG_FLAG_0x357F63F3 = 55,\n\t_CPED_CONFIG_FLAG_0xC5E60961 = 56,\n\t_CPED_CONFIG_FLAG_0x29275C3E = 57,\n\tCPED_CONFIG_FLAG_IsFiring = 58,\n\tCPED_CONFIG_FLAG_WasFiring = 59,\n\tCPED_CONFIG_FLAG_IsStanding = 60,\n\tCPED_CONFIG_FLAG_WasStanding = 61,\n\tCPED_CONFIG_FLAG_InVehicle = 62,\n\tCPED_CONFIG_FLAG_OnMount = 63,\n\tCPED_CONFIG_FLAG_AttachedToVehicle = 64,\n\tCPED_CONFIG_FLAG_IsSwimming = 65,\n\tCPED_CONFIG_FLAG_WasSwimming = 66,\n\tCPED_CONFIG_FLAG_IsSkiing = 67,\n\tCPED_CONFIG_FLAG_IsSitting = 68,\n\tCPED_CONFIG_FLAG_KilledByStealth = 69,\n\tCPED_CONFIG_FLAG_KilledByTakedown = 70,\n\tCPED_CONFIG_FLAG_Knockedout = 71,\n\t_CPED_CONFIG_FLAG_0x3E3C4560 = 72,\n\t_CPED_CONFIG_FLAG_0x2994C7B7 = 73,\n\t_CPED_CONFIG_FLAG_0x6D59D275 = 74,\n\tCPED_CONFIG_FLAG_UsingCoverPoint = 75,\n\tCPED_CONFIG_FLAG_IsInTheAir = 76,\n\t_CPED_CONFIG_FLAG_0x2D493FB7 = 77,\n\tCPED_CONFIG_FLAG_IsAimingGun = 78,\n\t_CPED_CONFIG_FLAG_0x14D69875 = 79,\n\t_CPED_CONFIG_FLAG_0x40B05311 = 80,\n\t_CPED_CONFIG_FLAG_0x8B230BC5 = 81,\n\t_CPED_CONFIG_FLAG_0xC74E5842 = 82,\n\t_CPED_CONFIG_FLAG_0x9EA86147 = 83,\n\t_CPED_CONFIG_FLAG_0x674C746C = 84,\n\t_CPED_CONFIG_FLAG_0x3E56A8C2 = 85,\n\t_CPED_CONFIG_FLAG_0xC144A1EF = 86,\n\t_CPED_CONFIG_FLAG_0x0548512D = 87,\n\t_CPED_CONFIG_FLAG_0x31C93909 = 88,\n\t_CPED_CONFIG_FLAG_0xA0269315 = 89,\n\t_CPED_CONFIG_FLAG_0xD4D59D4D = 90,\n\t_CPED_CONFIG_FLAG_0x411D4420 = 91,\n\t_CPED_CONFIG_FLAG_0xDF4AEF0D = 92,\n\tCPED_CONFIG_FLAG_ForcePedLoadCover = 93,\n\t_CPED_CONFIG_FLAG_0x300E4CD3 = 94,\n\t_CPED_CONFIG_FLAG_0xF1C5BF04 = 95,\n\t_CPED_CONFIG_FLAG_0x89C2EF13 = 96,\n\tCPED_CONFIG_FLAG_VaultFromCover = 97,\n\t_CPED_CONFIG_FLAG_0x02A852C8 = 98,\n\t_CPED_CONFIG_FLAG_0x3D9407F1 = 99,\n\t_CPED_CONFIG_FLAG_IsDrunk = 100, // 0x319B4558\n\tCPED_CONFIG_FLAG_ForcedAim = 101,\n\t_CPED_CONFIG_FLAG_0xB942D71A = 102,\n\t_CPED_CONFIG_FLAG_0xD26C55A8 = 103,\n\tCPED_CONFIG_FLAG_OpenDoorArmIK = 104,\n\tCPED_CONFIG_FLAG_ForceReload = 105,\n\tCPED_CONFIG_FLAG_DontActivateRagdollFromVehicleImpact = 106,\n\tCPED_CONFIG_FLAG_DontActivateRagdollFromBulletImpact = 107,\n\tCPED_CONFIG_FLAG_DontActivateRagdollFromExplosions = 108,\n\tCPED_CONFIG_FLAG_DontActivateRagdollFromFire = 109,\n\tCPED_CONFIG_FLAG_DontActivateRagdollFromElectrocution = 110,\n\t_CPED_CONFIG_FLAG_0x83C0A4BF = 111,\n\t_CPED_CONFIG_FLAG_0x0E0FAF8C = 112,\n\tCPED_CONFIG_FLAG_KeepWeaponHolsteredUnlessFired = 113,\n\t_CPED_CONFIG_FLAG_0x43B80B79 = 114,\n\t_CPED_CONFIG_FLAG_0x0D2A9309 = 115,\n\tCPED_CONFIG_FLAG_GetOutBurningVehicle = 116,\n\tCPED_CONFIG_FLAG_BumpedByPlayer = 117,\n\tCPED_CONFIG_FLAG_RunFromFiresAndExplosions = 118,\n\tCPED_CONFIG_FLAG_TreatAsPlayerDuringTargeting = 119,\n\tCPED_CONFIG_FLAG_IsHandCuffed = 120,\n\tCPED_CONFIG_FLAG_IsAnkleCuffed = 121,\n\tCPED_CONFIG_FLAG_DisableMelee = 122,\n\tCPED_CONFIG_FLAG_DisableUnarmedDrivebys = 123,\n\tCPED_CONFIG_FLAG_JustGetsPulledOutWhenElectrocuted = 124,\n\t_CPED_CONFIG_FLAG_0x5FED6BFD = 125,\n\tCPED_CONFIG_FLAG_WillNotHotwireLawEnforcementVehicle = 126,\n\tCPED_CONFIG_FLAG_WillCommandeerRatherThanJack = 127,\n\tCPED_CONFIG_FLAG_CanBeAgitated = 128,\n\tCPED_CONFIG_FLAG_ForcePedToFaceLeftInCover = 129,\n\tCPED_CONFIG_FLAG_ForcePedToFaceRightInCover = 130,\n\tCPED_CONFIG_FLAG_BlockPedFromTurningInCover = 131,\n\tCPED_CONFIG_FLAG_KeepRelationshipGroupAfterCleanUp = 132,\n\tCPED_CONFIG_FLAG_ForcePedToBeDragged = 133,\n\tCPED_CONFIG_FLAG_PreventPedFromReactingToBeingJacked = 134,\n\tCPED_CONFIG_FLAG_IsScuba = 135,\n\tCPED_CONFIG_FLAG_WillArrestRatherThanJack = 136,\n\tCPED_CONFIG_FLAG_RemoveDeadExtraFarAway = 137,\n\tCPED_CONFIG_FLAG_RidingTrain = 138,\n\tCPED_CONFIG_FLAG_ArrestResult = 139,\n\tCPED_CONFIG_FLAG_CanAttackFriendly = 140,\n\tCPED_CONFIG_FLAG_WillJackAnyPlayer = 141,\n\t_CPED_CONFIG_FLAG_0x6901E731 = 142,\n\t_CPED_CONFIG_FLAG_0x9EC9BF6C = 143,\n\tCPED_CONFIG_FLAG_WillJackWantedPlayersRatherThanStealCar = 144,\n\tCPED_CONFIG_FLAG_ShootingAnimFlag = 145,\n\tCPED_CONFIG_FLAG_DisableLadderClimbing = 146,\n\tCPED_CONFIG_FLAG_StairsDetected = 147,\n\tCPED_CONFIG_FLAG_SlopeDetected = 148,\n\t_CPED_CONFIG_FLAG_0x1A15670B = 149,\n\tCPED_CONFIG_FLAG_CowerInsteadOfFlee = 150,\n\tCPED_CONFIG_FLAG_CanActivateRagdollWhenVehicleUpsideDown = 151,\n\tCPED_CONFIG_FLAG_AlwaysRespondToCriesForHelp = 152,\n\tCPED_CONFIG_FLAG_DisableBloodPoolCreation = 153,\n\tCPED_CONFIG_FLAG_ShouldFixIfNoCollision = 154,\n\tCPED_CONFIG_FLAG_CanPerformArrest = 155,\n\tCPED_CONFIG_FLAG_CanPerformUncuff = 156,\n\tCPED_CONFIG_FLAG_CanBeArrested = 157,\n\t_CPED_CONFIG_FLAG_0xF7960FF5 = 158,\n\tCPED_CONFIG_FLAG_PlayerPreferFrontSeatMP = 159,\n\t_CPED_CONFIG_FLAG_0x0C6C3099 = 160,\n\t_CPED_CONFIG_FLAG_0x645F927A = 161,\n\t_CPED_CONFIG_FLAG_0xA86549B9 = 162,\n\t_CPED_CONFIG_FLAG_0x8AAF337A = 163,\n\t_CPED_CONFIG_FLAG_0x13BAA6E7 = 164,\n\t_CPED_CONFIG_FLAG_0x5FB9D1F5 = 165,\n\tCPED_CONFIG_FLAG_IsInjured = 166,\n\tCPED_CONFIG_FLAG_DontEnterVehiclesInPlayersGroup = 167,\n\t_CPED_CONFIG_FLAG_0xD8072639 = 168,\n\tCPED_CONFIG_FLAG_PreventAllMeleeTaunts = 169,\n\tCPED_CONFIG_FLAG_ForceDirectEntry = 170,\n\tCPED_CONFIG_FLAG_AlwaysSeeApproachingVehicles = 171,\n\tCPED_CONFIG_FLAG_CanDiveAwayFromApproachingVehicles = 172,\n\tCPED_CONFIG_FLAG_AllowPlayerToInterruptVehicleEntryExit = 173,\n\tCPED_CONFIG_FLAG_OnlyAttackLawIfPlayerIsWanted = 174,\n\t_CPED_CONFIG_FLAG_0x90008BFA = 175,\n\t_CPED_CONFIG_FLAG_0x07C7A910 = 176,\n\tCPED_CONFIG_FLAG_PedsJackingMeDontGetIn = 177,\n\t_CPED_CONFIG_FLAG_0xCE4E8BE2 = 178,\n\tCPED_CONFIG_FLAG_PedIgnoresAnimInterruptEvents = 179,\n\tCPED_CONFIG_FLAG_IsInCustody = 180,\n\tCPED_CONFIG_FLAG_ForceStandardBumpReactionThresholds = 181,\n\tCPED_CONFIG_FLAG_LawWillOnlyAttackIfPlayerIsWanted = 182,\n\tCPED_CONFIG_FLAG_IsAgitated = 183,\n\tCPED_CONFIG_FLAG_PreventAutoShuffleToDriversSeat = 184,\n\tCPED_CONFIG_FLAG_UseKinematicModeWhenStationary = 185,\n\tCPED_CONFIG_FLAG_EnableWeaponBlocking = 186,\n\tCPED_CONFIG_FLAG_HasHurtStarted = 187,\n\tCPED_CONFIG_FLAG_DisableHurt = 188,\n\tCPED_CONFIG_FLAG_PlayerIsWeird = 189,\n\t_CPED_CONFIG_FLAG_0x32FC208B = 190,\n\t_CPED_CONFIG_FLAG_0x0C296E5A = 191,\n\t_CPED_CONFIG_FLAG_0xE63B73EC = 192,\n\tCPED_CONFIG_FLAG_DoNothingWhenOnFootByDefault = 193,\n\tCPED_CONFIG_FLAG_UsingScenario = 194,\n\tCPED_CONFIG_FLAG_VisibleOnScreen = 195,\n\t_CPED_CONFIG_FLAG_0xD88C58A1 = 196,\n\t_CPED_CONFIG_FLAG_0x5A3DCF43 = 197,\n\t_CPED_CONFIG_FLAG_0xEA02B420 = 198,\n\tCPED_CONFIG_FLAG_DontActivateRagdollOnVehicleCollisionWhenDead = 199,\n\tCPED_CONFIG_FLAG_HasBeenInArmedCombat = 200,\n\t_CPED_CONFIG_FLAG_0x5E6466F6 = 201,\n\tCPED_CONFIG_FLAG_Avoidance_Ignore_All = 202,\n\tCPED_CONFIG_FLAG_Avoidance_Ignored_by_All = 203,\n\tCPED_CONFIG_FLAG_Avoidance_Ignore_Group1 = 204,\n\tCPED_CONFIG_FLAG_Avoidance_Member_of_Group1 = 205,\n\tCPED_CONFIG_FLAG_ForcedToUseSpecificGroupSeatIndex = 206,\n\t_CPED_CONFIG_FLAG_0x415B26B9 = 207,\n\tCPED_CONFIG_FLAG_DisableExplosionReactions = 208,\n\tCPED_CONFIG_FLAG_DodgedPlayer = 209,\n\tCPED_CONFIG_FLAG_WaitingForPlayerControlInterrupt = 210,\n\tCPED_CONFIG_FLAG_ForcedToStayInCover = 211,\n\tCPED_CONFIG_FLAG_GeneratesSoundEvents = 212,\n\tCPED_CONFIG_FLAG_ListensToSoundEvents = 213,\n\tCPED_CONFIG_FLAG_AllowToBeTargetedInAVehicle = 214,\n\tCPED_CONFIG_FLAG_WaitForDirectEntryPointToBeFreeWhenExiting = 215,\n\tCPED_CONFIG_FLAG_OnlyRequireOnePressToExitVehicle = 216,\n\tCPED_CONFIG_FLAG_ForceExitToSkyDive = 217,\n\t_CPED_CONFIG_FLAG_0x3C7DF9DF = 218,\n\t_CPED_CONFIG_FLAG_0x848FFEF2 = 219,\n\tCPED_CONFIG_FLAG_DontEnterLeadersVehicle = 220,\n\tCPED_CONFIG_FLAG_DisableExitToSkyDive = 221,\n\t_CPED_CONFIG_FLAG_0x84F722FA = 222,\n\t_CPED_CONFIG_FLAG_Shrink = 223, // 0xD1B87B1F\n\t_CPED_CONFIG_FLAG_0x728AA918 = 224,\n\tCPED_CONFIG_FLAG_DisablePotentialToBeWalkedIntoResponse = 225,\n\tCPED_CONFIG_FLAG_DisablePedAvoidance = 226,\n\tCPED_CONFIG_FLAG_ForceRagdollUponDeath = 227,\n\t_CPED_CONFIG_FLAG_0x1EA7225F = 228,\n\tCPED_CONFIG_FLAG_DisablePanicInVehicle = 229,\n\tCPED_CONFIG_FLAG_AllowedToDetachTrailer = 230,\n\t_CPED_CONFIG_FLAG_0xFC3E572D = 231,\n\t_CPED_CONFIG_FLAG_0x08E9F9CF = 232,\n\t_CPED_CONFIG_FLAG_0x2D3BA52D = 233,\n\t_CPED_CONFIG_FLAG_0xFD2F53EA = 234,\n\t_CPED_CONFIG_FLAG_0x31A1B03B = 235,\n\tCPED_CONFIG_FLAG_IsHoldingProp = 236,\n\tCPED_CONFIG_FLAG_BlocksPathingWhenDead = 237,\n\t_CPED_CONFIG_FLAG_0xCE57C9A3 = 238,\n\t_CPED_CONFIG_FLAG_0x26149198 = 239,\n\tCPED_CONFIG_FLAG_ForceSkinCharacterCloth = 240,\n\tCPED_CONFIG_FLAG_LeaveEngineOnWhenExitingVehicles = 241,\n\tCPED_CONFIG_FLAG_PhoneDisableTextingAnimations = 242,\n\tCPED_CONFIG_FLAG_PhoneDisableTalkingAnimations = 243,\n\tCPED_CONFIG_FLAG_PhoneDisableCameraAnimations = 244,\n\tCPED_CONFIG_FLAG_DisableBlindFiringInShotReactions = 245,\n\tCPED_CONFIG_FLAG_AllowNearbyCoverUsage = 246,\n\t_CPED_CONFIG_FLAG_0x0C754ACA = 247,\n\tCPED_CONFIG_FLAG_CanPlayInCarIdles = 248,\n\tCPED_CONFIG_FLAG_CanAttackNonWantedPlayerAsLaw = 249,\n\tCPED_CONFIG_FLAG_WillTakeDamageWhenVehicleCrashes = 250,\n\tCPED_CONFIG_FLAG_AICanDrivePlayerAsRearPassenger = 251,\n\tCPED_CONFIG_FLAG_PlayerCanJackFriendlyPlayers = 252,\n\tCPED_CONFIG_FLAG_OnStairs = 253,\n\t_CPED_CONFIG_FLAG_0xE1A2F73F = 254,\n\tCPED_CONFIG_FLAG_AIDriverAllowFriendlyPassengerSeatEntry = 255,\n\t_CPED_CONFIG_FLAG_0xF1EB20A9 = 256,\n\tCPED_CONFIG_FLAG_AllowMissionPedToUseInjuredMovement = 257,\n\t_CPED_CONFIG_FLAG_0x329DCF1A = 258,\n\t_CPED_CONFIG_FLAG_0x8D90DD1B = 259,\n\t_CPED_CONFIG_FLAG_0xB8A292B7 = 260,\n\tCPED_CONFIG_FLAG_PreventUsingLowerPrioritySeats = 261,\n\t_CPED_CONFIG_FLAG_0x2AF558F0 = 262,\n\t_CPED_CONFIG_FLAG_0x82251455 = 263,\n\t_CPED_CONFIG_FLAG_0x30CF498B = 264,\n\t_CPED_CONFIG_FLAG_0xE1CD50AF = 265,\n\t_CPED_CONFIG_FLAG_0x72E4AE48 = 266,\n\t_CPED_CONFIG_FLAG_0xC2657EA1 = 267,\n\tCPED_CONFIG_FLAG_TeleportToLeaderVehicle = 268,\n\tCPED_CONFIG_FLAG_Avoidance_Ignore_WeirdPedBuffer = 269,\n\tCPED_CONFIG_FLAG_OnStairSlope = 270,\n\t_CPED_CONFIG_FLAG_0xA0897933 = 271,\n\tCPED_CONFIG_FLAG_DontBlipCop = 272,\n\tCPED_CONFIG_FLAG_ClimbedShiftedFence = 273,\n\t_CPED_CONFIG_FLAG_0xF7823618 = 274,\n\tCPED_CONFIG_FLAG_KillWhenTrapped = 275,\n\tCPED_CONFIG_FLAG_EdgeDetected = 276,\n\t_CPED_CONFIG_FLAG_0x92B67896 = 277,\n\t_CPED_CONFIG_FLAG_0xCAD677C9 = 278,\n\tCPED_CONFIG_FLAG_AvoidTearGas = 279,\n\t_CPED_CONFIG_FLAG_0x5276AC7B = 280,\n\tCPED_CONFIG_FLAG_DisableGoToWritheWhenInjured = 281,\n\tCPED_CONFIG_FLAG_OnlyUseForcedSeatWhenEnteringHeliInGroup = 282,\n\t_CPED_CONFIG_FLAG_0x9139724D = 283,\n\t_CPED_CONFIG_FLAG_0xA1457461 = 284,\n\tCPED_CONFIG_FLAG_DisableWeirdPedEvents = 285,\n\tCPED_CONFIG_FLAG_ShouldChargeNow = 286,\n\tCPED_CONFIG_FLAG_RagdollingOnBoat = 287,\n\tCPED_CONFIG_FLAG_HasBrandishedWeapon = 288,\n\t_CPED_CONFIG_FLAG_0x1B9EE8A1 = 289,\n\t_CPED_CONFIG_FLAG_0xF3F5758C = 290,\n\t_CPED_CONFIG_FLAG_0x2A9307F1 = 291,\n\t_CPED_CONFIG_FLAG_FreezePosition = 292, // 0x7403D216\n\t_CPED_CONFIG_FLAG_0xA06A3C6C = 293,\n\tCPED_CONFIG_FLAG_DisableShockingEvents = 294,\n\t_CPED_CONFIG_FLAG_0xF8DA25A5 = 295,\n\tCPED_CONFIG_FLAG_NeverReactToPedOnRoof = 296,\n\t_CPED_CONFIG_FLAG_0xB31F1187 = 297,\n\t_CPED_CONFIG_FLAG_0x84315402 = 298,\n\tCPED_CONFIG_FLAG_DisableShockingDrivingOnPavementEvents = 299,\n\t_CPED_CONFIG_FLAG_0xC7829B67 = 300,\n\tCPED_CONFIG_FLAG_DisablePedConstraints = 301,\n\tCPED_CONFIG_FLAG_ForceInitialPeekInCover = 302,\n\t_CPED_CONFIG_FLAG_0x2ADA871B = 303,\n\t_CPED_CONFIG_FLAG_0x47BC8A58 = 304,\n\tCPED_CONFIG_FLAG_DisableJumpingFromVehiclesAfterLeader = 305,\n\t_CPED_CONFIG_FLAG_0x4A133C50 = 306,\n\t_CPED_CONFIG_FLAG_0xC58099C3 = 307,\n\t_CPED_CONFIG_FLAG_0xF3D76D41 = 308,\n\t_CPED_CONFIG_FLAG_0xB0EEE9F2 = 309,\n\tCPED_CONFIG_FLAG_IsInCluster = 310,\n\tCPED_CONFIG_FLAG_ShoutToGroupOnPlayerMelee = 311,\n\tCPED_CONFIG_FLAG_IgnoredByAutoOpenDoors = 312,\n\t_CPED_CONFIG_FLAG_0xD4136C22 = 313,\n\tCPED_CONFIG_FLAG_ForceIgnoreMeleeActiveCombatant = 314,\n\tCPED_CONFIG_FLAG_CheckLoSForSoundEvents = 315,\n\t_CPED_CONFIG_FLAG_0xD5C98277 = 316,\n\tCPED_CONFIG_FLAG_CanSayFollowedByPlayerAudio = 317,\n\tCPED_CONFIG_FLAG_ActivateRagdollFromMinorPlayerContact = 318,\n\t_CPED_CONFIG_FLAG_0xD8BE1D54 = 319,\n\tCPED_CONFIG_FLAG_ForcePoseCharacterCloth = 320,\n\tCPED_CONFIG_FLAG_HasClothCollisionBounds = 321,\n\tCPED_CONFIG_FLAG_HasHighHeels = 322,\n\t_CPED_CONFIG_FLAG_0x86B01E54 = 323,\n\tCPED_CONFIG_FLAG_DontBehaveLikeLaw = 324,\n\t_CPED_CONFIG_FLAG_0xC03B736C = 325, // SpawnedAtScenario?\n\tCPED_CONFIG_FLAG_DisablePoliceInvestigatingBody = 326,\n\tCPED_CONFIG_FLAG_DisableWritheShootFromGround = 327,\n\tCPED_CONFIG_FLAG_LowerPriorityOfWarpSeats = 328,\n\tCPED_CONFIG_FLAG_DisableTalkTo = 329,\n\tCPED_CONFIG_FLAG_DontBlip = 330,\n\tCPED_CONFIG_FLAG_IsSwitchingWeapon = 331,\n\tCPED_CONFIG_FLAG_IgnoreLegIkRestrictions = 332,\n\t_CPED_CONFIG_FLAG_0x150468FD = 333,\n\t_CPED_CONFIG_FLAG_0x914EBD6B = 334,\n\t_CPED_CONFIG_FLAG_0x79AF3B6D = 335,\n\t_CPED_CONFIG_FLAG_0x75C7A632 = 336,\n\t_CPED_CONFIG_FLAG_0x52D530E2 = 337,\n\t_CPED_CONFIG_FLAG_0xDB2A90E0 = 338,\n\tCPED_CONFIG_FLAG_AllowTaskDoNothingTimeslicing = 339,\n\t_CPED_CONFIG_FLAG_0x12ADB567 = 340,\n\t_CPED_CONFIG_FLAG_0x105C8518 = 341,\n\tCPED_CONFIG_FLAG_NotAllowedToJackAnyPlayers = 342,\n\t_CPED_CONFIG_FLAG_0xED152C3E = 343,\n\t_CPED_CONFIG_FLAG_0xA0EFE6A8 = 344,\n\tCPED_CONFIG_FLAG_AlwaysLeaveTrainUponArrival = 345,\n\t_CPED_CONFIG_FLAG_0xCDDFE830 = 346,\n\tCPED_CONFIG_FLAG_OnlyWritheFromWeaponDamage = 347,\n\tCPED_CONFIG_FLAG_UseSloMoBloodVfx = 348,\n\tCPED_CONFIG_FLAG_EquipJetpack = 349,\n\tCPED_CONFIG_FLAG_PreventDraggedOutOfCarThreatResponse = 350,\n\t_CPED_CONFIG_FLAG_0xE13D1F7C = 351,\n\t_CPED_CONFIG_FLAG_0x40E25FB9 = 352,\n\t_CPED_CONFIG_FLAG_0x930629D9 = 353,\n\t_CPED_CONFIG_FLAG_0xECCF0C7F = 354,\n\t_CPED_CONFIG_FLAG_0xB6E9613B = 355,\n\tCPED_CONFIG_FLAG_ForceDeepSurfaceCheck = 356,\n\tCPED_CONFIG_FLAG_DisableDeepSurfaceAnims = 357,\n\tCPED_CONFIG_FLAG_DontBlipNotSynced = 358,\n\tCPED_CONFIG_FLAG_IsDuckingInVehicle = 359,\n\tCPED_CONFIG_FLAG_PreventAutoShuffleToTurretSeat = 360,\n\tCPED_CONFIG_FLAG_DisableEventInteriorStatusCheck = 361,\n\tCPED_CONFIG_FLAG_HasReserveParachute = 362,\n\tCPED_CONFIG_FLAG_UseReserveParachute = 363,\n\tCPED_CONFIG_FLAG_TreatDislikeAsHateWhenInCombat = 364,\n\tCPED_CONFIG_FLAG_OnlyUpdateTargetWantedIfSeen = 365,\n\tCPED_CONFIG_FLAG_AllowAutoShuffleToDriversSeat = 366,\n\t_CPED_CONFIG_FLAG_0xD7E07D37 = 367,\n\t_CPED_CONFIG_FLAG_0x03C4FD24 = 368,\n\t_CPED_CONFIG_FLAG_0x7675789A = 369,\n\t_CPED_CONFIG_FLAG_0xB7288A88 = 370,\n\t_CPED_CONFIG_FLAG_0xC06B6291 = 371,\n\tCPED_CONFIG_FLAG_PreventReactingToSilencedCloneBullets = 372,\n\tCPED_CONFIG_FLAG_DisableInjuredCryForHelpEvents = 373,\n\tCPED_CONFIG_FLAG_NeverLeaveTrain = 374,\n\tCPED_CONFIG_FLAG_DontDropJetpackOnDeath = 375,\n\t_CPED_CONFIG_FLAG_0x147F1FFB = 376,\n\t_CPED_CONFIG_FLAG_0x4376DD79 = 377,\n\t_CPED_CONFIG_FLAG_0xCD3DB518 = 378,\n\t_CPED_CONFIG_FLAG_0xFE4BA4B6 = 379,\n\tCPED_CONFIG_FLAG_DisableAutoEquipHelmetsInBikes = 380,\n\t_CPED_CONFIG_FLAG_0xBCD816CD = 381,\n\t_CPED_CONFIG_FLAG_0xCF02DD69 = 382,\n\t_CPED_CONFIG_FLAG_0xF73AFA2E = 383,\n\t_CPED_CONFIG_FLAG_0x80B9A9D0 = 384,\n\t_CPED_CONFIG_FLAG_0xF601F7EE = 385,\n\t_CPED_CONFIG_FLAG_0xA91350FC = 386,\n\t_CPED_CONFIG_FLAG_0x3AB23B96 = 387,\n\tCPED_CONFIG_FLAG_IsClimbingLadder = 388,\n\tCPED_CONFIG_FLAG_HasBareFeet = 389,\n\tCPED_CONFIG_FLAG_UNUSED_REPLACE_ME_2 = 390,\n\tCPED_CONFIG_FLAG_GoOnWithoutVehicleIfItIsUnableToGetBackToRoad = 391,\n\tCPED_CONFIG_FLAG_BlockDroppingHealthSnacksOnDeath = 392,\n\t_CPED_CONFIG_FLAG_0xC11D3E8F = 393,\n\tCPED_CONFIG_FLAG_ForceThreatResponseToNonFriendToFriendMeleeActions = 394,\n\tCPED_CONFIG_FLAG_DontRespondToRandomPedsDamage = 395,\n\tCPED_CONFIG_FLAG_AllowContinuousThreatResponseWantedLevelUpdates = 396,\n\tCPED_CONFIG_FLAG_KeepTargetLossResponseOnCleanup = 397,\n\tCPED_CONFIG_FLAG_PlayersDontDragMeOutOfCar = 398,\n\tCPED_CONFIG_FLAG_BroadcastRepondedToThreatWhenGoingToPointShooting = 399,\n\tCPED_CONFIG_FLAG_IgnorePedTypeForIsFriendlyWith = 400,\n\tCPED_CONFIG_FLAG_TreatNonFriendlyAsHateWhenInCombat = 401,\n\tCPED_CONFIG_FLAG_DontLeaveVehicleIfLeaderNotInVehicle = 402,\n\t_CPED_CONFIG_FLAG_0x5E5B9591 = 403,\n\tCPED_CONFIG_FLAG_AllowMeleeReactionIfMeleeProofIsOn = 404,\n\t_CPED_CONFIG_FLAG_0x77840177 = 405,\n\t_CPED_CONFIG_FLAG_0x1C7ACAC4 = 406,\n\tCPED_CONFIG_FLAG_UseNormalExplosionDamageWhenBlownUpInVehicle = 407,\n\tCPED_CONFIG_FLAG_DisableHomingMissileLockForVehiclePedInside = 408,\n\tCPED_CONFIG_FLAG_DisableTakeOffScubaGear = 409,\n\tCPED_CONFIG_FLAG_IgnoreMeleeFistWeaponDamageMult = 410,\n\tCPED_CONFIG_FLAG_LawPedsCanFleeFromNonWantedPlayer = 411,\n\tCPED_CONFIG_FLAG_ForceBlipSecurityPedsIfPlayerIsWanted = 412,\n\tCPED_CONFIG_FLAG_IsHolsteringWeapon = 413,\n\tCPED_CONFIG_FLAG_UseGoToPointForScenarioNavigation = 414,\n\tCPED_CONFIG_FLAG_DontClearLocalPassengersWantedLevel = 415,\n\tCPED_CONFIG_FLAG_BlockAutoSwapOnWeaponPickups = 416,\n\tCPED_CONFIG_FLAG_ThisPedIsATargetPriorityForAI = 417,\n\tCPED_CONFIG_FLAG_IsSwitchingHelmetVisor = 418,\n\tCPED_CONFIG_FLAG_ForceHelmetVisorSwitch = 419,\n\t_CPED_CONFIG_FLAG_0xCFF5F6DE = 420,\n\tCPED_CONFIG_FLAG_UseOverrideFootstepPtFx = 421,\n\tCPED_CONFIG_FLAG_DisableVehicleCombat = 422,\n\t_CPED_CONFIG_FLAG_0xFE401D26 = 423,\n\tCPED_CONFIG_FLAG_FallsLikeAircraft = 424,\n\t_CPED_CONFIG_FLAG_0x2B42AE82 = 425,\n\tCPED_CONFIG_FLAG_UseLockpickVehicleEntryAnimations = 426,\n\tCPED_CONFIG_FLAG_IgnoreInteriorCheckForSprinting = 427,\n\tCPED_CONFIG_FLAG_SwatHeliSpawnWithinLastSpottedLocation = 428,\n\tCPED_CONFIG_FLAG_DisableStartEngine = 429,\n\tCPED_CONFIG_FLAG_IgnoreBeingOnFire = 430,\n\tCPED_CONFIG_FLAG_DisableTurretOrRearSeatPreference = 431,\n\tCPED_CONFIG_FLAG_DisableWantedHelicopterSpawning = 432,\n\tCPED_CONFIG_FLAG_UseTargetPerceptionForCreatingAimedAtEvents = 433,\n\tCPED_CONFIG_FLAG_DisableHomingMissileLockon = 434,\n\tCPED_CONFIG_FLAG_ForceIgnoreMaxMeleeActiveSupportCombatants = 435,\n\tCPED_CONFIG_FLAG_StayInDefensiveAreaWhenInVehicle = 436,\n\tCPED_CONFIG_FLAG_DontShoutTargetPosition = 437,\n\tCPED_CONFIG_FLAG_DisableHelmetArmor = 438,\n\t_CPED_CONFIG_FLAG_0xCB7F3A1E = 439,\n\t_CPED_CONFIG_FLAG_0x50178878 = 440,\n\tCPED_CONFIG_FLAG_PreventVehExitDueToInvalidWeapon = 441,\n\tCPED_CONFIG_FLAG_IgnoreNetSessionFriendlyFireCheckForAllowDamage = 442,\n\tCPED_CONFIG_FLAG_DontLeaveCombatIfTargetPlayerIsAttackedByPolice = 443,\n\tCPED_CONFIG_FLAG_CheckLockedBeforeWarp = 444,\n\tCPED_CONFIG_FLAG_DontShuffleInVehicleToMakeRoom = 445,\n\tCPED_CONFIG_FLAG_GiveWeaponOnGetup = 446,\n\tCPED_CONFIG_FLAG_DontHitVehicleWithProjectiles = 447,\n\tCPED_CONFIG_FLAG_DisableForcedEntryForOpenVehiclesFromTryLockedDoor = 448,\n\tCPED_CONFIG_FLAG_FiresDummyRockets = 449,\n\tCPED_CONFIG_FLAG_PedIsArresting = 450,\n\tCPED_CONFIG_FLAG_IsDecoyPed = 451,\n\tCPED_CONFIG_FLAG_HasEstablishedDecoy = 452,\n\tCPED_CONFIG_FLAG_BlockDispatchedHelicoptersFromLanding = 453,\n\tCPED_CONFIG_FLAG_DontCryForHelpOnStun = 454,\n\t_CPED_CONFIG_FLAG_0xB68D3EAB = 455,\n\tCPED_CONFIG_FLAG_CanBeIncapacitated = 456,\n\t_CPED_CONFIG_FLAG_0x4BD5EBAD = 457,\n\tCPED_CONFIG_FLAG_DontChangeTargetFromMelee = 458,\n};", "params": [ { "type": "Ped", @@ -77366,11 +78976,11 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { - "type": "Any", + "type": "float", "name": "p1" } ], @@ -77380,7 +78990,7 @@ "0x46B05BCAE43856B0": { "name": "PED_HAS_SEXINESS_FLAG_SET", "jhash": "0x79543043", - "comment": "Checks if the specified unknown flag is set in the ped's model.\nThe engine itself seems to exclusively check for flags 1 and 4 (Might be inlined code of the check that checks for other flags).\nGame scripts exclusively check for flags 1 and 4.", + "comment": "Checks if the specified sexiness flag is set\n\nenum eSexinessFlags\n{\n SF_JEER_AT_HOT_PED = 0,\n SF_HURRIEDFEMALES_SEXY = 1,\n SF_HOT_PERSON = 2,\n };", "params": [ { "type": "Ped", @@ -77388,7 +78998,7 @@ }, { "type": "int", - "name": "flag" + "name": "sexinessFlag" } ], "return_type": "BOOL", @@ -80940,7 +82550,7 @@ "params": [ { "type": "BOOL", - "name": "unk" + "name": "p0" } ], "return_type": "void", @@ -81098,6 +82708,14 @@ "return_type": "void", "build": "323" }, + "0x875BDD898B99C8CE": { + "name": "GET_PLAYER_TARGETING_MODE", + "jhash": "", + "comment": "Returns targeting mode. See SET_PLAYER_TARGETING_MODE", + "params": [], + "return_type": "int", + "build": "3095" + }, "0x5702B917B99DB1CD": { "name": "SET_PLAYER_TARGET_LEVEL", "jhash": "0x772DA539", @@ -82030,6 +83648,19 @@ "_SET_PLAYER_HEALTH_RECHARGE_LIMIT" ] }, + "0xBCB06442F7E52666": { + "name": "DISABLE_PLAYER_HEALTH_RECHARGE", + "jhash": "", + "comment": "Needs to be called every frame.", + "params": [ + { + "type": "Player", + "name": "player" + } + ], + "return_type": "void", + "build": "2802" + }, "0xEFD79FA81DFBA9CB": { "name": "SET_PLAYER_FALL_DISTANCE_TO_TRIGGER_RAGDOLL_OVERRIDE", "jhash": "", @@ -82521,6 +84152,10 @@ { "type": "BOOL", "name": "p5" + }, + { + "type": "Any", + "name": "p6" } ], "return_type": "void", @@ -83126,12 +84761,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Player", + "name": "player" }, { - "type": "Any", - "name": "p1" + "type": "int", + "name": "hudColor" } ], "return_type": "void", @@ -84135,10 +85770,10 @@ "build": "323", "unused": true }, - "0xA40CC53DF8E50837": { - "name": "SEND_TU_SCRIPT_EVENT", + "0x71A6F836422FDD2B": { + "name": "_SEND_TU_SCRIPT_EVENT_NEW", "jhash": "", - "comment": "See TRIGGER_SCRIPT_EVENT", + "comment": "New variant of SEND_TU_SCRIPT_EVENT that automatically initializes the event data header.\nSee TRIGGER_SCRIPT_EVENT for more info.", "params": [ { "type": "int", @@ -84155,10 +85790,14 @@ { "type": "int", "name": "playerBits" + }, + { + "type": "Hash", + "name": "eventType" } ], "return_type": "void", - "build": "1103" + "build": "3095" } }, "SECURITY": { @@ -84341,15 +85980,15 @@ }, { "type": "float", - "name": "x1" + "name": "dimX" }, { "type": "float", - "name": "y2" + "name": "dimY" }, { "type": "float", - "name": "z2" + "name": "dimZ" }, { "type": "float", @@ -84816,22 +86455,6 @@ "return_type": "BOOL", "build": "323" }, - "0x6AFD2CD753FEEF83": { - "name": "SC_INBOX_SEND_BOUNTY_TO_RECIP_LIST", - "jhash": "0x628F489B", - "comment": "", - "params": [ - { - "type": "Any*", - "name": "data" - } - ], - "return_type": "BOOL", - "build": "323", - "old_names": [ - "_SC_INBOX_MESSAGE_SEND_BOUNTY_PRESENCE_EVENT" - ] - }, "0x87E0052F08BD64E6": { "name": "SC_INBOX_GET_BOUNTY_DATA_AT_INDEX", "jhash": "0xAB3346B5", @@ -85917,7 +87540,7 @@ "params": [ { "type": "int", - "name": "p0" + "name": "statSlot" } ], "return_type": "BOOL", @@ -85941,7 +87564,7 @@ "name": "p2" }, { - "type": "Any", + "type": "BOOL", "name": "p3" } ], @@ -85967,8 +87590,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "statSlot" } ], "return_type": "BOOL", @@ -86010,7 +87633,7 @@ "params": [ { "type": "int", - "name": "p0" + "name": "statSlot" } ], "return_type": "BOOL", @@ -86113,6 +87736,27 @@ "return_type": "BOOL", "build": "323" }, + "0xD69CE161FE614531": { + "name": "_GET_STAT_HASH_FOR_CHARACTER_STAT", + "jhash": "", + "comment": "Returns stat hash based on dataType, statIndex/statId and characterSlot. Related to CStatsMpCharacterMappingData", + "params": [ + { + "type": "int", + "name": "dataType" + }, + { + "type": "int", + "name": "statIndex" + }, + { + "type": "int", + "name": "charSlot" + } + ], + "return_type": "Hash", + "build": "2944" + }, "0xB3271D7AB655B441": { "name": "STAT_SET_INT", "jhash": "0xC9CC1C5C", @@ -86282,11 +87926,11 @@ "name": "statName" }, { - "type": "Any", + "type": "int", "name": "p1" }, { - "type": "Any", + "type": "int", "name": "p2" }, { @@ -86405,7 +88049,7 @@ "0x8B0FACEFC36C824B": { "name": "STAT_GET_DATE", "jhash": "0xD762D16C", - "comment": "", + "comment": "p3 is probably characterSlot or BOOL save, always -1", "params": [ { "type": "Hash", @@ -86413,11 +88057,11 @@ }, { "type": "Any*", - "name": "p1" + "name": "outValue" }, { - "type": "Any", - "name": "p2" + "type": "int", + "name": "numFields" }, { "type": "Any", @@ -86447,23 +88091,23 @@ "0x350F82CCB186AA1B": { "name": "STAT_GET_POS", "jhash": "0xC846ECCE", - "comment": "", + "comment": "p3 is probably characterSlot or BOOL save, always -1", "params": [ { - "type": "Any", - "name": "p0" + "type": "Hash", + "name": "statName" }, { - "type": "Any*", - "name": "p1" + "type": "float*", + "name": "outX" }, { - "type": "Any*", - "name": "p2" + "type": "float*", + "name": "outY" }, { - "type": "Any*", - "name": "p3" + "type": "float*", + "name": "outZ" }, { "type": "Any", @@ -86476,22 +88120,22 @@ "0x655185A06D9EEAAB": { "name": "STAT_GET_MASKED_INT", "jhash": "0xE9D9B70F", - "comment": "", + "comment": "p4 is probably characterSlot or BOOL save", "params": [ { - "type": "Any", - "name": "p0" + "type": "Hash", + "name": "statHash" }, { - "type": "Any*", - "name": "p1" + "type": "int*", + "name": "outValue" }, { - "type": "Any", + "type": "int", "name": "p2" }, { - "type": "Any", + "type": "int", "name": "p3" }, { @@ -86505,11 +88149,11 @@ "0x2365C388E393BBE2": { "name": "STAT_GET_USER_ID", "jhash": "0xE2E8B6BA", - "comment": "Needs more research. Seems to return \"STAT_UNKNOWN\" if no such user id exists.", + "comment": "Returns the rockstar ID (user id) value of a given stat. Returns \"STAT_UNKNOWN\" if the statHash is invalid or the stat has no userId", "params": [ { - "type": "Any", - "name": "p0" + "type": "Hash", + "name": "statHash" } ], "return_type": "const char*", @@ -86920,13 +88564,79 @@ "return_type": "void", "build": "323" }, + "0xE6A27CDA42887F93": { + "name": "_PLAYSTATS_FLOW_LOW", + "jhash": "", + "comment": "p3: VehicleConversion, SCAdminCashGift\np4: 0", + "params": [ + { + "type": "float", + "name": "posX" + }, + { + "type": "float", + "name": "posY" + }, + { + "type": "float", + "name": "posZ" + }, + { + "type": "const char*", + "name": "p3" + }, + { + "type": "Any", + "name": "p4" + }, + { + "type": "int", + "name": "amount" + } + ], + "return_type": "void", + "build": "2944" + }, + "0xC4493521BAA12CCE": { + "name": "_PLAYSTATS_FLOW_MEDIUM", + "jhash": "", + "comment": "interiorAction: can either be InteriorEntry or InteriorExit", + "params": [ + { + "type": "float", + "name": "x" + }, + { + "type": "float", + "name": "y" + }, + { + "type": "float", + "name": "z" + }, + { + "type": "const char*", + "name": "interiorAction" + }, + { + "type": "int", + "name": "p4" + }, + { + "type": "Hash", + "name": "p5" + } + ], + "return_type": "void", + "build": "3095" + }, "0x93054C88E6AA7C44": { "name": "PLAYSTATS_NPC_INVITE", "jhash": "0x598C06F3", "comment": "", "params": [ { - "type": "Any*", + "type": "const char*", "name": "p0" } ], @@ -86981,12 +88691,16 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, + { + "type": "int", + "name": "activityId" + }, { "type": "Any", - "name": "p1" + "name": "p2" } ], "return_type": "void", @@ -87027,7 +88741,7 @@ "comment": "", "params": [ { - "type": "Any*", + "type": "const char*", "name": "p0" }, { @@ -87052,7 +88766,7 @@ "comment": "", "params": [ { - "type": "Any*", + "type": "const char*", "name": "p0" }, { @@ -87085,7 +88799,7 @@ "comment": "", "params": [ { - "type": "Any*", + "type": "const char*", "name": "p0" }, { @@ -87160,7 +88874,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "Vehicle", "name": "p0" }, { @@ -87168,11 +88882,11 @@ "name": "p1" }, { - "type": "Any", + "type": "int", "name": "p2" }, { - "type": "Any", + "type": "int", "name": "p3" }, { @@ -87381,7 +89095,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { @@ -87439,11 +89153,11 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { - "type": "Any", + "type": "BOOL", "name": "p1" } ], @@ -87456,15 +89170,15 @@ "comment": "This native does absolutely nothing, just a nullsub", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "totalTimeMs" }, { - "type": "Any", + "type": "int", "name": "p1" }, { - "type": "Any", + "type": "BOOL", "name": "p2" } ], @@ -87477,19 +89191,19 @@ "comment": "", "params": [ { - "type": "Any", + "type": "Ped", "name": "p0" }, { - "type": "Any", + "type": "int", "name": "p1" }, { - "type": "Any", + "type": "int", "name": "p2" }, { - "type": "Any", + "type": "int", "name": "p3" } ], @@ -87502,7 +89216,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "Ped", "name": "p0" }, { @@ -87683,7 +89397,7 @@ "params": [ { "type": "int", - "name": "time" + "name": "msStoodIdle" } ], "return_type": "void", @@ -87770,6 +89484,31 @@ "_PLAYSTATS_PEGASAIRCRAFT" ] }, + "0xF96E9EA876D9DC92": { + "name": "_PLAYSTATS_SHOPMENU_NAV", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" + } + ], + "return_type": "void", + "build": "2802" + }, "0x6A60E43998228229": { "name": "PLAYSTATS_FM_EVENT_CHALLENGES", "jhash": "", @@ -88000,7 +89739,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { @@ -88017,15 +89756,15 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { - "type": "Any", + "type": "int", "name": "p1" }, { - "type": "Any", + "type": "int", "name": "p2" } ], @@ -88038,7 +89777,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { @@ -88182,43 +89921,6 @@ "return_type": "BOOL", "build": "323" }, - "0xA9CDB1E3F0A49883": { - "name": "LEADERBOARDS2_READ_BY_ROW", - "jhash": "0xCA931F34", - "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": "BOOL", - "build": "323" - }, "0xBA2C7DB0C129449A": { "name": "LEADERBOARDS2_READ_BY_RANK", "jhash": "0x1B03F59F", @@ -88738,8 +90440,8 @@ "name": "p0" }, { - "type": "Any", - "name": "p1" + "type": "int", + "name": "characterSlot" } ], "return_type": "void", @@ -88755,8 +90457,8 @@ "name": "p0" }, { - "type": "Any", - "name": "p1" + "type": "int", + "name": "characterSlot" } ], "return_type": "void", @@ -88883,7 +90585,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" } ], @@ -88896,7 +90598,7 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { @@ -89256,8 +90958,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "int", + "name": "characterSlot" }, { "type": "Any", @@ -89647,6 +91349,14 @@ { "type": "Any", "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -89691,6 +91401,10 @@ { "type": "Any", "name": "p1" + }, + { + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -89947,11 +91661,11 @@ "name": "p3" }, { - "type": "Any", - "name": "p4" + "type": "int", + "name": "role" }, { - "type": "Any", + "type": "int", "name": "p5" }, { @@ -90233,6 +91947,10 @@ { "type": "Any", "name": "p6" + }, + { + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -90731,12 +92449,12 @@ "comment": "", "params": [ { - "type": "Any", + "type": "int", "name": "p0" }, { - "type": "Any", - "name": "p1" + "type": "Hash", + "name": "objectHash" }, { "type": "Any", @@ -91127,28 +92845,8 @@ "comment": "", "params": [ { - "type": "Any", + "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", @@ -91321,6 +93019,10 @@ { "type": "Any", "name": "p2" + }, + { + "type": "Any", + "name": "p3" } ], "return_type": "void", @@ -91461,6 +93163,14 @@ { "type": "Any", "name": "p8" + }, + { + "type": "Any", + "name": "p9" + }, + { + "type": "Any", + "name": "p10" } ], "return_type": "void", @@ -91625,6 +93335,14 @@ { "type": "Any", "name": "p1" + }, + { + "type": "Any", + "name": "p2" + }, + { + "type": "Any", + "name": "p3" } ], "return_type": "void", @@ -91665,6 +93383,35 @@ "_PLAYSTATS_HUB_EXIT" ] }, + "0x10A691F5756416D0": { + "name": "PLAYSTATS_VEH_DEL", + "jhash": "", + "comment": "", + "params": [ + { + "type": "int", + "name": "bossId1" + }, + { + "type": "int", + "name": "bossId2" + }, + { + "type": "int", + "name": "bossType" + }, + { + "type": "int", + "name": "vehicleID" + }, + { + "type": "int", + "name": "reason" + } + ], + "return_type": "void", + "build": "2944" + }, "0x887DAD63CF5B7908": { "name": "PLAYSTATS_INVENTORY", "jhash": "", @@ -91680,6 +93427,139 @@ "old_names": [ "_PLAYSTATS_INVENTORY" ] + }, + "0x8A23D1324F6B2BAC": { + "name": "_PLAYSTATS_ACID_MISSION_END", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + } + ], + "return_type": "void", + "build": "2802" + }, + "0xCEACCF0550FDC5BA": { + "name": "_PLAYSTATS_ACID_RND", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + } + ], + "return_type": "void", + "build": "2802" + }, + "0xEC9553A178E8F1D1": { + "name": "_PLAYSTATS_IDLE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Any", + "name": "p2" + } + ], + "return_type": "void", + "build": "2802" + }, + "0x48FAC5DC7AC6EA99": { + "name": "_PLAYSTATS_PLAYER_STYLE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + } + ], + "return_type": "void", + "build": "2802" + }, + "0x7EA06F970F999394": { + "name": "_PLAYSTATS_RANDOM_EVENT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + } + ], + "return_type": "void", + "build": "2944" + }, + "0x5649CA22AF74E019": { + "name": "_PLAYSTATS_ALERT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any*", + "name": "data" + } + ], + "return_type": "void", + "build": "3095" + }, + "0xBD642335A732F1A8": { + "name": "_PLAYSTATS_ATTRITION_STAGE_END", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + } + ], + "return_type": "void", + "build": "2944" + }, + "0x961D4157B9B428DB": { + "name": "_PLAYSTATS_SHOWROOM_NAV", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Any", + "name": "p0" + }, + { + "type": "Any", + "name": "p1" + }, + { + "type": "Hash", + "name": "entity" + } + ], + "return_type": "void", + "build": "2944" + }, + "0x151D6C04C9E2742F": { + "name": "_PLAYSTATS_SHOWROOM_OVERVIEW", + "jhash": "", + "comment": "Data struct contains various tunables related to test drives at Simeons Showroom or Luxury Showcase.", + "params": [ + { + "type": "Any*", + "name": "data" + } + ], + "return_type": "void", + "build": "2944" } }, "STREAMING": { @@ -93549,6 +95429,10 @@ { "type": "const char*", "name": "overrideEntryClipsetName" + }, + { + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -96702,7 +98586,7 @@ "0x15C86013127CE63F": { "name": "TASK_BOAT_MISSION", "jhash": "0x5865B031", - "comment": "You need to call PED::SET_BLOCKING_OF_NON_TEMPORARY_EVENTS after TASK_BOAT_MISSION in order for the task to execute.\n\nWorking example\nfloat vehicleMaxSpeed = VEHICLE::_GET_VEHICLE_MAX_SPEED(ENTITY::GET_ENTITY_MODEL(pedVehicle));\nTASK::TASK_BOAT_MISSION(pedDriver, pedVehicle, 0, 0, waypointCoord.x, waypointCoord.y, waypointCoord.z, 4, vehicleMaxSpeed, 786469, -1.0, 7);\nPED::SET_BLOCKING_OF_NON_TEMPORARY_EVENTS(pedDriver, 1);\n\nP8 appears to be driving style flag - see gtaforums.com/topic/822314-guide-driving-styles/ for documentation", + "comment": "You need to call PED::SET_BLOCKING_OF_NON_TEMPORARY_EVENTS after TASK_BOAT_MISSION in order for the task to execute.\n\nWorking example\nfloat vehicleMaxSpeed = VEHICLE::GET_VEHICLE_ESTIMATED_MAX_SPEED(ENTITY::GET_ENTITY_MODEL(pedVehicle));\nTASK::TASK_BOAT_MISSION(pedDriver, pedVehicle, 0, 0, waypointCoord.x, waypointCoord.y, waypointCoord.z, 4, vehicleMaxSpeed, 786469, -1.0, 7);\nPED::SET_BLOCKING_OF_NON_TEMPORARY_EVENTS(pedDriver, 1);\n\nP8 appears to be driving style flag - see gtaforums.com/topic/822314-guide-driving-styles/ for documentation", "params": [ { "type": "Ped", @@ -97138,6 +99022,10 @@ { "type": "Any", "name": "p10" + }, + { + "type": "Any", + "name": "p11" } ], "return_type": "void", @@ -99694,23 +101582,23 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { - "type": "Any", - "name": "p1" + "type": "const char*", + "name": "name" }, { - "type": "Any", + "type": "int", "name": "p2" }, { - "type": "Any", + "type": "int", "name": "p3" }, { - "type": "Any", + "type": "int", "name": "p4" } ], @@ -99723,8 +101611,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" } ], "return_type": "BOOL", @@ -99762,20 +101650,20 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { - "type": "Any", - "name": "p1" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "y" }, { - "type": "Any", - "name": "p3" + "type": "float", + "name": "z" } ], "return_type": "BOOL", @@ -99788,11 +101676,11 @@ "params": [ { "type": "const char*", - "name": "p0" + "name": "name" }, { "type": "int", - "name": "p1" + "name": "point" } ], "return_type": "float", @@ -99922,12 +101810,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { - "type": "Any", - "name": "p1" + "type": "Ped", + "name": "target" }, { "type": "BOOL", @@ -99943,20 +101831,20 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { "type": "float", - "name": "p1" + "name": "x" }, { "type": "float", - "name": "p2" + "name": "y" }, { "type": "float", - "name": "p3" + "name": "z" }, { "type": "BOOL", @@ -99972,19 +101860,19 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { - "type": "Any", - "name": "p1" + "type": "Ped", + "name": "ped2" }, { "type": "BOOL", "name": "p2" }, { - "type": "Any", + "type": "BOOL", "name": "p3" } ], @@ -99997,28 +101885,28 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" }, { "type": "float", - "name": "p1" + "name": "x" }, { "type": "float", - "name": "p2" + "name": "y" }, { "type": "float", - "name": "p3" + "name": "z" }, { "type": "BOOL", "name": "p4" }, { - "type": "Any", - "name": "p5" + "type": "Hash", + "name": "firingPattern" } ], "return_type": "void", @@ -100030,8 +101918,8 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Ped", + "name": "ped" } ], "return_type": "void", @@ -100109,7 +101997,7 @@ "0x3123FAA6DB1CF7ED": { "name": "TASK_VEHICLE_FOLLOW_WAYPOINT_RECORDING", "jhash": "0x959818B6", - "comment": "task_vehicle_follow_waypoint_recording(Ped p0, Vehicle p1, string p2, int p3, int p4, int p5, int p6, float.x p7, float.Y p8, float.Z p9, bool p10, int p11)\n\np2 = Waypoint recording string (found in update\\update.rpf\\x64\\levels\\gta5\\waypointrec.rpf\np3 = 786468\np4 = 0\np5 = 16\np6 = -1 (angle?)\np7/8/9 = usually v3.zero\np10 = bool (repeat?)\np11 = 1073741824\n\nFull list of waypoint recordings by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/waypointRecordings.json", + "comment": "\n\np2 = Waypoint recording string (found in update\\update.rpf\\x64\\levels\\gta5\\waypointrec.rpf\np3 = 786468\np4 = 0\np5 = 16\np6 = -1 (angle?)\np7/8/9 = usually v3.zero\np10 = bool (repeat?)\np11 = 1073741824\n\nFull list of waypoint recordings by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/waypointRecordings.json", "params": [ { "type": "Ped", @@ -100752,6 +102640,23 @@ "return_type": "BOOL", "build": "2060" }, + "0x32F6EEF031F943DC": { + "name": "_SET_SCRIPT_TASK_ENABLE_COLLISION_ON_NETWORK_CLONE_WHEN_FIXED", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Ped", + "name": "ped" + }, + { + "type": "BOOL", + "name": "enable" + } + ], + "return_type": "void", + "build": "3095" + }, "0x349CE7B56DAFD95C": { "name": "IS_MOVE_BLEND_RATIO_STILL", "jhash": "0xE9DAF877", @@ -101239,7 +103144,7 @@ }, { "type": "BOOL", - "name": "unk" + "name": "p2" } ], "return_type": "void", @@ -102023,6 +103928,36 @@ "return_type": "void", "build": "1103" }, + "0x5AE614ECA5FDD423": { + "name": "_SET_VEHICLE_MAX_LAUNCH_ENGINE_REVS", + "jhash": "", + "comment": "0.0f = engine rev minimum\n1.0f = engine rev limit", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "float", + "name": "modifier" + } + ], + "return_type": "void", + "build": "3095" + }, + "0x92D96892FC06AF22": { + "name": "_GET_VEHICLE_THROTTLE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "float", + "build": "3095" + }, "0xBA71116ADF5B514C": { "name": "EXPLODE_VEHICLE", "jhash": "0xBEDEACEB", @@ -102129,6 +104064,19 @@ "_REQUEST_VEHICLE_PHONE_EXPLOSION" ] }, + "0x6B407F2525E93644": { + "name": "HAVE_VEHICLE_REAR_DOORS_BEEN_BLOWN_OPEN_BY_STICKYBOMB", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "BOOL", + "build": "2944" + }, "0x598803E85E8448D9": { "name": "SET_TAXI_LIGHTS", "jhash": "0x68639D85", @@ -102588,6 +104536,23 @@ "return_type": "void", "build": "944" }, + "0x85FC953F6C6CBDE1": { + "name": "_SET_BOUNDS_AFFECT_WATER_PROBES", + "jhash": "", + "comment": "Use the vehicle bounds (instead of viewport) when deciding if a vehicle is sufficiently above the water (waterheight.dat), bypassing wave simulation checks", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "2802" + }, "0x75DBEC174AEEAD10": { "name": "SET_BOAT_ANCHOR", "jhash": "0xA3906284", @@ -103001,7 +104966,7 @@ }, { "type": "BOOL", - "name": "unknown" + "name": "p3" } ], "return_type": "void", @@ -103093,6 +105058,19 @@ "_IS_VEHICLE_BEING_HALTED" ] }, + "0x923A293361DF44E5": { + "name": "LOWER_FORKLIFT_FORKS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "forklift" + } + ], + "return_type": "void", + "build": "2802" + }, "0x37EBBF3117BD6A25": { "name": "SET_FORKLIFT_FORK_HEIGHT", "jhash": "0x943A6CFC", @@ -104698,20 +106676,20 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Vehicle", + "name": "vehicle" }, { "type": "float", - "name": "p1" + "name": "x" }, { "type": "float", - "name": "p2" + "name": "y" }, { "type": "float", - "name": "p3" + "name": "z" } ], "return_type": "void", @@ -104723,20 +106701,20 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Vehicle", + "name": "vehicle" }, { "type": "float", - "name": "p1" + "name": "x" }, { "type": "float", - "name": "p2" + "name": "y" }, { "type": "float", - "name": "p3" + "name": "z" } ], "return_type": "void", @@ -104816,7 +106794,7 @@ "0x0FC2D89AC25A5814": { "name": "SET_VEHICLE_MODEL_IS_SUPPRESSED", "jhash": "0x42A08C9B", - "comment": "seems to make the vehicle stop spawning naturally in traffic. Here's an essential example:\n\nVEHICLE::SET_VEHICLE_MODEL_IS_SUPPRESSED(MISC::GET_HASH_KEY(\"taco\"), true);\n\ngod I hate taco vans\n\nConfirmed to work? Needs to be looped? Can not get it to work.\nFull list of vehicles by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/vehicles.json", + "comment": "Makes the vehicle stop spawning naturally in traffic. Here's an essential example:\n\nVEHICLE::SET_VEHICLE_MODEL_IS_SUPPRESSED(MISC::GET_HASH_KEY(\"taco\"), true);\n\nFull list of vehicles by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/vehicles.json", "params": [ { "type": "Hash", @@ -105370,7 +107348,7 @@ "0x8F17BC8BA08DA62B": { "name": "GET_VEHICLE_DIRT_LEVEL", "jhash": "0xFD15C065", - "comment": "Dirt level 0..15", + "comment": "Dirt level does not become greater than 15.0", "params": [ { "type": "Vehicle", @@ -106462,7 +108440,7 @@ }, { "type": "Any", - "name": "unk" + "name": "p6" } ], "return_type": "void", @@ -106505,7 +108483,7 @@ "0x7EE3A3C5E4A40CC9": { "name": "SET_VEHICLE_EXTRA", "jhash": "0x642D065C", - "comment": "Note: only some vehicle have extras\nextra ids are from 1 - 9 depending on the vehicle\n\n-------------------------------------------------\n\n^ not sure if outdated or simply wrong. Max extra ID for b944 is 14\n\n-------------------------------------------------\np2 is not a on/off toggle. mostly 0 means on and 1 means off.\nnot sure if it really should be a BOOL.", + "comment": "Available extraIds are 1-14, however none of the vehicles have extras above 12.", "params": [ { "type": "Vehicle", @@ -106755,12 +108733,12 @@ "comment": "", "params": [ { - "type": "Any", - "name": "p0" + "type": "Vehicle", + "name": "vehicle" }, { - "type": "Any", - "name": "p1" + "type": "BOOL", + "name": "toggle" } ], "return_type": "void", @@ -107131,7 +109109,7 @@ "0xA6D3A8750DC73270": { "name": "SET_VEHICLE_LIVERY2", "jhash": "", - "comment": "Used to set the tornado custom (convertible) rooftop livery.\n\nLivery value that works for tornado custom is between 0 and 9 from what i can tell. Maybe 0-8 even.\n\nMight work on other custom vehicles but im not sure what those might be, only confirmed it working with the tornado custom.", + "comment": "Used to set the secondary livery (the roof on Tornado Custom being one such example.)\n\nLivery value is dependent on the amount of liveries present in the vehicle's texture dictionary, for Tornado Custom this would be 0-6.", "params": [ { "type": "Vehicle", @@ -107151,7 +109129,7 @@ "0x60190048C0764A26": { "name": "GET_VEHICLE_LIVERY2", "jhash": "", - "comment": "Returns index of the current vehicle's rooftop livery. A getter for _SET_VEHICLE_ROOF_LIVERY.", + "comment": "Returns index of the current vehicle's secondary livery. A getter for SET_VEHICLE_LIVERY2.", "params": [ { "type": "Vehicle", @@ -107167,7 +109145,7 @@ "0x5ECB40269053C0D4": { "name": "GET_VEHICLE_LIVERY2_COUNT", "jhash": "", - "comment": "Returns a number of available rooftop liveries, or -1 if vehicle has no rooftop liveries available.", + "comment": "Returns a number of available secondary liveries, or -1 if vehicle has no secondary liveries available.", "params": [ { "type": "Vehicle", @@ -107485,7 +109463,7 @@ "0xCFC8BE9A5E1FE575": { "name": "CONTROL_LANDING_GEAR", "jhash": "0x24F873FB", - "comment": "Works for vehicles with a retractable landing gear\n\nlanding gear states:\n\n0: Deployed\n1: Closing\n2: Opening\n3: Retracted\n\nwhat can I use to make the hydra thing forward?", + "comment": "Works for vehicles with a retractable landing gear\n\nLanding gear states:\n\n0: Deployed\n1: Closing\n2: Opening\n3: Retracted", "params": [ { "type": "Vehicle", @@ -107505,7 +109483,7 @@ "0x9B0F3DCA3DB0F4CD": { "name": "GET_LANDING_GEAR_STATE", "jhash": "0xA6F02670", - "comment": "Landing gear states:\n\n0: Deployed\n1: Closing (Retracting)\n2:(Landing gear state 2 is never used.)\n3: Opening (Deploying)\n4: Retracted\n\nReturns the current state of the vehicles landing gear.", + "comment": "Landing gear states:\n\n0: Deployed\n1: Closing (Retracting)\n2: (Landing gear state 2 is never used.)\n3: Opening (Deploying)\n4: Retracted\n\nReturns the current state of the vehicles landing gear.", "params": [ { "type": "Vehicle", @@ -107556,6 +109534,58 @@ "return_type": "void", "build": "323" }, + "0x61F02E4E9A7A61EA": { + "name": "_GET_VEHICLE_MODEL_NUM_DRIVE_GEARS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Hash", + "name": "vehicleModel" + } + ], + "return_type": "int", + "build": "3095" + }, + "0x24910C3D66BA770D": { + "name": "_GET_VEHICLE_MAX_DRIVE_GEAR_COUNT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "int", + "build": "3095" + }, + "0x56185A25D45A0DCD": { + "name": "_GET_VEHICLE_CURRENT_DRIVE_GEAR", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "int", + "build": "3095" + }, + "0xF9DDA40BC293A61E": { + "name": "_GET_VEHICLE_CURRENT_REV_RATIO", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "float", + "build": "3095" + }, "0x00689CDE5F7C6787": { "name": "REMOVE_VEHICLE_HIGH_DETAIL_MODEL", "jhash": "0x382BE070", @@ -107646,6 +109676,23 @@ "_SET_TOW_TRUCK_CRANE_HEIGHT" ] }, + "0x48BD57D0DD17786A": { + "name": "_SET_ATTACHED_VEHICLE_TO_TOW_TRUCK_ARM", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "towTruck" + }, + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "void", + "build": "3095" + }, "0x29A16F8D621C4508": { "name": "ATTACH_VEHICLE_TO_TOW_TRUCK", "jhash": "0x8151571A", @@ -107812,23 +109859,23 @@ "name": "vehicle" }, { - "type": "Any", + "type": "BOOL", "name": "p1" }, { - "type": "Any", - "name": "p2" + "type": "float", + "name": "x" }, { - "type": "Any", - "name": "p3" + "type": "float", + "name": "y" }, { - "type": "Any", - "name": "p4" + "type": "float", + "name": "z" }, { - "type": "Any", + "type": "BOOL", "name": "p5" } ], @@ -108117,6 +110164,23 @@ "return_type": "void", "build": "323" }, + "0x5815BD2763178DF4": { + "name": "SET_VEHICLE_TAIL_LIGHTS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "2802" + }, "0x684785568EF26A22": { "name": "SET_VEHICLE_HANDBRAKE", "jhash": "0xBA729A25", @@ -108213,6 +110277,19 @@ "return_type": "BOOL", "build": "323" }, + "0x80D9D32636369C92": { + "name": "_GET_VEHICLE_TRAILER_PARENT_VEHICLE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "trailer" + } + ], + "return_type": "Vehicle", + "build": "2802" + }, "0xCAC66558B944DA67": { "name": "SET_VEHICLE_USES_LARGE_REAR_RAMP", "jhash": "0x0B200CE2", @@ -109161,7 +111238,7 @@ "0xB4C7A93837C91A1F": { "name": "GET_LIVERY_NAME", "jhash": "0xED80B5BE", - "comment": "Second Param = LiveryIndex\n\nexample \n\nint count = VEHICLE::GET_VEHICLE_LIVERY_COUNT(veh);\nfor (int i = 0; i < count; i++) \n {\n const char* LiveryName = VEHICLE::GET_LIVERY_NAME(veh, i);\n }\n\n\nthis example will work fine to fetch all names \nfor example for Sanchez we get \n\nSANC_LV1\nSANC_LV2\nSANC_LV3\nSANC_LV4\nSANC_LV5\n\n\nUse GET_FILENAME_FOR_AUDIO_CONVERSATION, to get the localized livery name.\n\nFull list of vehicle mod kits and mods by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/vehicleModKits.json", + "comment": "Returns the text label of the vehicle's liveryIndex, as specified by the liveryNames section of the vehicle's modkit data in the carcols file.\n\nexample \n\nint count = VEHICLE::GET_VEHICLE_LIVERY_COUNT(veh);\nfor (int i = 0; i < count; i++) \n {\n const char* LiveryName = VEHICLE::GET_LIVERY_NAME(veh, i);\n }\n\n\nthis example will work fine to fetch all names \nfor example for Sanchez we get \n\nSANC_LV1\nSANC_LV2\nSANC_LV3\nSANC_LV4\nSANC_LV5\n\n\nUse GET_FILENAME_FOR_AUDIO_CONVERSATION, to get the localized livery name.\n\nFull list of vehicle mod kits and mods by DurtyFree: https://github.com/DurtyFree/gta-v-data-dumps/blob/master/vehicleModKits.json", "params": [ { "type": "Vehicle", @@ -109270,7 +111347,7 @@ "0xB5BA80F839791C0F": { "name": "SET_VEHICLE_TYRE_SMOKE_COLOR", "jhash": "0x3EDEC0DB", - "comment": "Sets the tire smoke's color of this vehicle.\n\nvehicle: The vehicle that is the target of this method.\nr: The red level in the RGB color code.\ng: The green level in the RGB color code.\nb: The blue level in the RGB color code.\n\nNote:\nsetting r,g,b to 0 will give the car independance day tyre smoke", + "comment": "Sets the tire smoke's color of this vehicle.\n\nvehicle: The vehicle that is the target of this method.\nr: The red level in the RGB color code.\ng: The green level in the RGB color code.\nb: The blue level in the RGB color code.\n\nNote: setting r,g,b to 0 will give the car the \"Patriot\" tire smoke.", "params": [ { "type": "Vehicle", @@ -109426,6 +111503,36 @@ "_OVERRIDE_OVERHEAT_HEALTH" ] }, + "0x337EF33DA3DDB990": { + "name": "_SET_TRANSMISSION_REDUCED_GEAR_RATIO", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "3095" + }, + "0xFD8CE53356B5D745": { + "name": "_GET_VEHICLE_DESIRED_DRIVE_GEAR", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "int", + "build": "3095" + }, "0x5EF77C9ADD3B11A3": { "name": "GET_IS_LEFT_VEHICLE_HEADLIGHT_DAMAGED", "jhash": "0xA0777943", @@ -110633,11 +112740,11 @@ "params": [ { "type": "Vehicle", - "name": "vehicle" + "name": "cargobob" }, { "type": "Vehicle", - "name": "cargobob" + "name": "vehicle" }, { "type": "int", @@ -111229,7 +113336,7 @@ "0x29439776AAA00A62": { "name": "GET_VEHICLE_CLASS", "jhash": "0xC025338E", - "comment": "Returns an int\n\nVehicle Classes:\n0: Compacts\n1: Sedans\n2: SUVs\n3: Coupes\n4: Muscle\n5: Sports Classics\n6: Sports\n7: Super\n8: Motorcycles\n9: Off-road\n10: Industrial\n11: Utility\n12: Vans\n13: Cycles\n14: Boats\n15: Helicopters\n16: Planes\n17: Service\n18: Emergency\n19: Military\n20: Commercial\n21: Trains\n\nchar buffer[128];\nstd::sprintf(buffer, \"VEH_CLASS_%i\", VEHICLE::GET_VEHICLE_CLASS(vehicle));\n\nconst char* className = HUD::_GET_LABEL_TEXT(buffer);", + "comment": "Returns an int\n\nVehicle Classes:\n0: Compacts\n1: Sedans\n2: SUVs\n3: Coupes\n4: Muscle\n5: Sports Classics\n6: Sports\n7: Super\n8: Motorcycles\n9: Off-road\n10: Industrial\n11: Utility\n12: Vans\n13: Cycles\n14: Boats\n15: Helicopters\n16: Planes\n17: Service\n18: Emergency\n19: Military\n20: Commercial\n21: Trains\n\nchar buffer[128];\nstd::sprintf(buffer, \"VEH_CLASS_%i\", VEHICLE::GET_VEHICLE_CLASS(vehicle));\n\nconst char* className = HUD::GET_FILENAME_FOR_AUDIO_CONVERSATION(buffer);", "params": [ { "type": "Vehicle", @@ -112074,7 +114181,7 @@ "0xB8EF61207C2393A9": { "name": "GET_VEHICLE_HEALTH_PERCENTAGE", "jhash": "0x196BA503", - "comment": "0 min 100 max\nstarts at 100\nSeams to have health zones\nFront of vehicle when damaged goes from 100-50 and stops at 50.\nRear can be damaged from 100-0\nOnly tested with two cars.\n\nany idea how this differs from the first one?\n\n--\nMay return the vehicle health on a scale of 0.0 - 100.0 (needs to be confirmed)\n\nexample:\n\nv_F = ENTITY::GET_ENTITY_MODEL(v_3);\nif (((v_F == ${tanker}) || (v_F == ${armytanker})) || (v_F == ${tanker2})) {\n if (VEHICLE::_GET_VEHICLE_BODY_HEALTH_2(v_3) <= 1.0) {\n NETWORK::NETWORK_EXPLODE_VEHICLE(v_3, 1, 1, -1);\n }\n}", + "comment": "0 min 100 max\nstarts at 100\nSeams to have health zones\nFront of vehicle when damaged goes from 100-50 and stops at 50.\nRear can be damaged from 100-0\nOnly tested with two cars.\n\nany idea how this differs from the first one?\n\n--\nMay return the vehicle health on a scale of 0.0 - 100.0 (needs to be confirmed)\n\nexample:\n\nv_F = ENTITY::GET_ENTITY_MODEL(v_3);\nif (((v_F == ${tanker}) || (v_F == ${armytanker})) || (v_F == ${tanker2})) {\n if (VEHICLE::GET_VEHICLE_HEALTH_PERCENTAGE(v_3) <= 1.0) {\n NETWORK::NETWORK_EXPLODE_VEHICLE(v_3, 1, 1, -1);\n }\n}", "params": [ { "type": "Vehicle", @@ -113071,6 +115178,19 @@ "return_type": "void", "build": "1011" }, + "0x1980F68872CC2C3D": { + "name": "_SET_VEHICLE_USE_HORN_BUTTON_FOR_NITROUS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "3095" + }, "0x4D610C6B56031351": { "name": "VEHICLE_SET_PARACHUTE_MODEL_OVERRIDE", "jhash": "", @@ -113793,6 +115913,36 @@ "_ARE_HELI_STUB_WINGS_DEPLOYED" ] }, + "0x0C02468829E4AA65": { + "name": "_SET_DEPLOY_MISSILE_BAYS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "BOOL", + "name": "deploy" + } + ], + "return_type": "void", + "build": "2944" + }, + "0xEA4743874D515F13": { + "name": "_ARE_MISSILE_BAYS_DEPLOYED", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "BOOL", + "build": "2944" + }, "0xAA653AE61924B0A0": { "name": "SET_DIP_STRAIGHT_DOWN_WHEN_CRASHING_PLANE", "jhash": "", @@ -114064,6 +116214,134 @@ "_SET_VEHICLE_NITRO_ENABLED" ] }, + "0x465EEA70AF251045": { + "name": "SET_NITROUS_IS_ACTIVE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "BOOL", + "name": "enabled" + } + ], + "return_type": "void", + "build": "3095" + }, + "0xAFD262ACCA64479A": { + "name": "_SET_OVERRIDE_TRACTION_LOSS_MULTIPLIER", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "float", + "name": "modifier" + } + ], + "return_type": "void", + "build": "3095" + }, + "0xDAF4C98C18AC6F06": { + "name": "_SET_DRIFT_SLIP_ANGLE_LIMITS", + "jhash": "", + "comment": "First two floats relate to rumble, the last is a threshold", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "float", + "name": "durationScalar" + }, + { + "type": "float", + "name": "amplitudeScalar" + }, + { + "type": "float", + "name": "slipAngleLimit" + } + ], + "return_type": "void", + "build": "3095" + }, + "0x16CFBC5E7EB32861": { + "name": "_SET_MINIMUM_TIME_BETWEEN_GEAR_SHIFTS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "int", + "name": "time" + } + ], + "return_type": "void", + "build": "3095" + }, + "0x1A2BCC8C636F9226": { + "name": "FULLY_CHARGE_NITROUS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "void", + "build": "3095" + }, + "0xBEC4B8653462450E": { + "name": "_GET_REMAINING_NITROUS_DURATION", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "float", + "build": "3095" + }, + "0x491E822B2C464FE4": { + "name": "IS_NITROUS_ACTIVE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "BOOL", + "build": "3095" + }, + "0xC889AE921400E1ED": { + "name": "CLEAR_NITROUS", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "void", + "build": "3095" + }, "0x2970EAA18FD5E42F": { "name": "SET_INCREASE_WHEEL_CRUSH_DAMAGE", "jhash": "", @@ -114149,6 +116427,19 @@ "_HIDE_VEHICLE_TOMBSTONE" ] }, + "0x249249D74F813EB2": { + "name": "APPLY_EMP_EFFECT", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + } + ], + "return_type": "void", + "build": "3095" + }, "0x0506ED94363AD905": { "name": "GET_IS_VEHICLE_DISABLED_BY_EMP", "jhash": "", @@ -114423,6 +116714,69 @@ ], "return_type": "void", "build": "2699" + }, + "0x27D27223E8EF22ED": { + "name": "_SET_ALLOW_COLLISION_WHEN_IN_VEHICLE", + "jhash": "", + "comment": "_SET_ALLOW_R* - _SET_ALLOW_V*", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "BOOL", + "name": "toggle" + } + ], + "return_type": "void", + "build": "3095" + }, + "0x6638C0F19DE692FE": { + "name": "_IS_VEHICLE_GEN9_EXCLUSIVE_MODEL", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Hash", + "name": "vehicleModel" + } + ], + "return_type": "BOOL", + "build": "3095" + }, + "0x3EE18B00CD86C54F": { + "name": "_GET_VEHICLE_MAX_EXHAUST_BONE_COUNT", + "jhash": "", + "comment": "", + "params": [], + "return_type": "int", + "build": "3095" + }, + "0xE728F090D538CB18": { + "name": "_GET_VEHICLE_EXHAUST_BONE", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Vehicle", + "name": "vehicle" + }, + { + "type": "int", + "name": "index" + }, + { + "type": "int*", + "name": "boneIndex" + }, + { + "type": "BOOL*", + "name": "axisX" + } + ], + "return_type": "BOOL", + "build": "3095" } }, "WATER": { @@ -114647,7 +117001,7 @@ "params": [ { "type": "int", - "name": "p0" + "name": "calmingQuad" } ], "return_type": "void", @@ -114692,7 +117046,7 @@ "params": [ { "type": "float", - "name": "p0" + "name": "height" } ], "return_type": "void", @@ -116014,7 +118368,7 @@ "0x33E179436C0B31DB": { "name": "GIVE_WEAPON_COMPONENT_TO_WEAPON_OBJECT", "jhash": "0xF7612A37", - "comment": "addonHash:\n(use WEAPON::GET_WEAPON_COMPONENT_TYPE_MODEL() to get hash value)\n${component_at_ar_flsh}, ${component_at_ar_supp}, ${component_at_pi_flsh}, ${component_at_scope_large}, ${component_at_ar_supp_02}", + "comment": "componentHash:\n(use WEAPON::GET_WEAPON_COMPONENT_TYPE_MODEL() to get hash value)\n${component_at_ar_flsh}, ${component_at_ar_supp}, ${component_at_pi_flsh}, ${component_at_scope_large}, ${component_at_ar_supp_02}", "params": [ { "type": "Object", @@ -116022,7 +118376,7 @@ }, { "type": "Hash", - "name": "addonHash" + "name": "componentHash" } ], "return_type": "void", @@ -116031,15 +118385,15 @@ "0xF7D82B0D66777611": { "name": "REMOVE_WEAPON_COMPONENT_FROM_WEAPON_OBJECT", "jhash": "0xA6E7ED3C", - "comment": "", + "comment": "see DOES_WEAPON_TAKE_WEAPON_COMPONENT for full list of weapons & components", "params": [ { - "type": "Any", - "name": "p0" + "type": "Object", + "name": "object" }, { - "type": "Any", - "name": "p1" + "type": "Hash", + "name": "componentHash" } ], "return_type": "void", @@ -116048,7 +118402,7 @@ "0x76A18844E743BF91": { "name": "HAS_WEAPON_GOT_WEAPON_COMPONENT", "jhash": "0x1D368510", - "comment": "", + "comment": "see DOES_WEAPON_TAKE_WEAPON_COMPONENT for full list of weapons & components", "params": [ { "type": "Object", @@ -116056,7 +118410,7 @@ }, { "type": "Hash", - "name": "addonHash" + "name": "componentHash" } ], "return_type": "BOOL", @@ -116478,6 +118832,23 @@ "return_type": "void", "build": "323" }, + "0x1091922715B68DF0": { + "name": "_SET_WEAPON_PED_DAMAGE_MODIFIER", + "jhash": "", + "comment": "", + "params": [ + { + "type": "Hash", + "name": "weapon" + }, + { + "type": "float", + "name": "damageModifier" + } + ], + "return_type": "void", + "build": "3095" + }, "0x4757F00BC6323CFE": { "name": "SET_WEAPON_DAMAGE_MODIFIER", "jhash": "", @@ -116522,14 +118893,14 @@ "0xE6D2CEDD370FF98E": { "name": "SET_WEAPON_EFFECT_DURATION_MODIFIER", "jhash": "", - "comment": "", + "comment": "ex, WEAPON::SET_WEAPON_EFFECT_DURATION_MODIFIER(joaat(\"vehicle_weapon_mine_slick\"), 1.0);", "params": [ { - "type": "Any", + "type": "Hash", "name": "p0" }, { - "type": "Any", + "type": "float", "name": "p1" } ], @@ -116741,7 +119112,7 @@ }, { "type": "float", - "name": "p9" + "name": "radius" }, { "type": "Hash", @@ -117079,4 +119450,4 @@ "build": "323" } } -} +} \ No newline at end of file diff --git a/GTA V Script Decompiler/Resources/natives_rdr.json b/GTA V Script Decompiler/Resources/natives_rdr.json index 2c91d97..87d1a2d 100644 --- a/GTA V Script Decompiler/Resources/natives_rdr.json +++ b/GTA V Script Decompiler/Resources/natives_rdr.json @@ -149,15 +149,15 @@ "params": [ { "type": "float", - "name": "VecDirectionX" + "name": "x" }, { "type": "float", - "name": "VecDirectionY" + "name": "y" }, { "type": "float", - "name": "VecDirectionZ" + "name": "z" } ], "return_type": "float", @@ -171,15 +171,15 @@ "params": [ { "type": "float", - "name": "VecDirectionX" + "name": "x" }, { "type": "float", - "name": "VecDirectionY" + "name": "y" }, { "type": "float", - "name": "VecDirectionZ" + "name": "z" } ], "return_type": "float", @@ -193,27 +193,27 @@ "params": [ { "type": "float", - "name": "VecCoors1X" + "name": "x1" }, { "type": "float", - "name": "VecCoors1Y" + "name": "y1" }, { "type": "float", - "name": "VecCoors1Z" + "name": "z1" }, { "type": "float", - "name": "VecCoors2X" + "name": "x2" }, { "type": "float", - "name": "VecCoors2Y" + "name": "y2" }, { "type": "float", - "name": "VecCoors2Z" + "name": "z2" } ], "return_type": "float", @@ -227,27 +227,27 @@ "params": [ { "type": "float", - "name": "VecCoors1X" + "name": "x1" }, { "type": "float", - "name": "VecCoors1Y" + "name": "y1" }, { "type": "float", - "name": "VecCoors1Z" + "name": "z1" }, { "type": "float", - "name": "VecCoors2X" + "name": "x2" }, { "type": "float", - "name": "VecCoors2Y" + "name": "y2" }, { "type": "float", - "name": "VecCoors2Z" + "name": "z2" } ], "return_type": "float", @@ -3076,7 +3076,7 @@ }, { "type": "Ped", - "name": "SpeakerPedIndex" + "name": "ped" }, { "type": "const char*", @@ -3142,7 +3142,7 @@ }, { "type": "BOOL", - "name": "cloneConversation" + "name": "clone" } ], "return_type": "void", @@ -3168,7 +3168,7 @@ }, { "type": "BOOL", - "name": "cloneConversation" + "name": "clone" } ], "return_type": "void", @@ -3544,7 +3544,7 @@ "params": [ { "type": "BOOL", - "name": "InChargeOfAudio" + "name": "p0" } ], "return_type": "void", @@ -3567,7 +3567,7 @@ "params": [ { "type": "const char*", - "name": "BankName" + "name": "audioBank" } ], "return_type": "BOOL", @@ -3581,7 +3581,7 @@ "params": [ { "type": "const char*", - "name": "BankName" + "name": "audioBank" } ], "return_type": "void", @@ -3613,7 +3613,7 @@ "params": [ { "type": "int", - "name": "SoundId" + "name": "soundId" } ], "return_type": "void", @@ -3627,11 +3627,11 @@ "params": [ { "type": "const char*", - "name": "SoundName" + "name": "audioName" }, { "type": "const char*", - "name": "SetName" + "name": "audioRef" }, { "type": "BOOL", @@ -3661,11 +3661,11 @@ "params": [ { "type": "const char*", - "name": "SoundName" + "name": "audioName" }, { "type": "const char*", - "name": "SetName" + "name": "audioRef" }, { "type": "BOOL", @@ -4183,7 +4183,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "speaker" }, { "type": "Any*", @@ -4201,15 +4201,15 @@ "params": [ { "type": "float", - "name": "PositionX" + "name": "x" }, { "type": "float", - "name": "PositionY" + "name": "y" }, { "type": "float", - "name": "PositionZ" + "name": "z" }, { "type": "Any*", @@ -4331,15 +4331,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "DamageReason" + "name": "painId" }, { "type": "float", - "name": "RawDamage" + "name": "p2" }, { "type": "BOOL", @@ -4347,7 +4347,7 @@ }, { "type": "BOOL", - "name": "SyncOverNetwork" + "name": "isNetwork" } ], "return_type": "void", @@ -4405,11 +4405,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "VoiceName" + "name": "name" } ], "return_type": "void", @@ -4439,7 +4439,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Any", @@ -4457,7 +4457,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Any", @@ -4475,7 +4475,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -4488,8 +4488,8 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "PedIndex" + "type": "Any", + "name": "p0" } ], "return_type": "BOOL", @@ -4503,7 +4503,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -4548,15 +4548,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "context" + "name": "speechName" }, { "type": "BOOL", - "name": "allowBackupPVG" + "name": "unk" } ], "return_type": "BOOL", @@ -4622,7 +4622,7 @@ }, { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Any", @@ -4656,11 +4656,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "IsDrunk" + "name": "toggle" } ], "return_type": "void", @@ -4706,7 +4706,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", @@ -4748,7 +4748,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "pedHandle" } ], "return_type": "BOOL", @@ -4762,11 +4762,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "animal" }, { "type": "int", - "name": "Mood" + "name": "mood" } ], "return_type": "void", @@ -4824,11 +4824,11 @@ "params": [ { "type": "const char*", - "name": "EmitterName" + "name": "emitterName" }, { "type": "BOOL", - "name": "enabled" + "name": "toggle" } ], "return_type": "void", @@ -4842,7 +4842,7 @@ "params": [ { "type": "BOOL", - "name": "bActive" + "name": "play" } ], "return_type": "void", @@ -4947,11 +4947,11 @@ }, { "type": "BOOL", - "name": "enabled" + "name": "isEnabled" }, { "type": "BOOL", - "name": "forceUpdate" + "name": "p2" } ], "return_type": "void", @@ -4969,7 +4969,7 @@ }, { "type": "BOOL", - "name": "forceUpdate" + "name": "p1" } ], "return_type": "void", @@ -4983,15 +4983,15 @@ "params": [ { "type": "const char*", - "name": "zoneListName" + "name": "ambientZone" }, { "type": "BOOL", - "name": "enabled" + "name": "p1" }, { "type": "BOOL", - "name": "forceUpdate" + "name": "p2" } ], "return_type": "void", @@ -5005,11 +5005,11 @@ "params": [ { "type": "const char*", - "name": "zoneListName" + "name": "ambientZone" }, { "type": "BOOL", - "name": "forceUpdate" + "name": "p1" } ], "return_type": "void", @@ -5023,15 +5023,15 @@ "params": [ { "type": "const char*", - "name": "zoneName" + "name": "ambientZone" }, { "type": "BOOL", - "name": "enabled" + "name": "p1" }, { "type": "BOOL", - "name": "forceUpdate" + "name": "p2" } ], "return_type": "void", @@ -5045,15 +5045,15 @@ "params": [ { "type": "const char*", - "name": "zoneListName" + "name": "ambientZone" }, { "type": "BOOL", - "name": "enabled" + "name": "p1" }, { "type": "BOOL", - "name": "forceUpdate" + "name": "p2" } ], "return_type": "void", @@ -5095,7 +5095,7 @@ "params": [ { "type": "Vehicle", - "name": "VehIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -5143,7 +5143,7 @@ }, { "type": "const char*", - "name": "SetName" + "name": "soundSet" } ], "return_type": "BOOL", @@ -5157,7 +5157,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", @@ -5189,15 +5189,15 @@ "params": [ { "type": "float", - "name": "positionX" + "name": "x" }, { "type": "float", - "name": "positionY" + "name": "y" }, { "type": "float", - "name": "positionZ" + "name": "z" }, { "type": "int", @@ -5245,11 +5245,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "ShouldDisable" + "name": "shaking" } ], "return_type": "void", @@ -5263,11 +5263,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "ShouldDisable" + "name": "toggle" } ], "return_type": "void", @@ -5281,7 +5281,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -5339,11 +5339,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "Enable" + "name": "toggle" } ], "return_type": "void", @@ -5357,11 +5357,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { - "type": "int", - "name": "priority" + "type": "Any", + "name": "p1" } ], "return_type": "void", @@ -5391,11 +5391,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "const char*", - "name": "GameObjectName" + "name": "audioName" } ], "return_type": "void", @@ -5409,7 +5409,7 @@ "params": [ { "type": "BOOL", - "name": "DisableGps" + "name": "active" } ], "return_type": "void", @@ -5467,7 +5467,7 @@ "params": [ { "type": "const char*", - "name": "SceneName" + "name": "scene" } ], "return_type": "BOOL", @@ -5493,7 +5493,7 @@ "params": [ { "type": "const char*", - "name": "SceneName" + "name": "scene" } ], "return_type": "void", @@ -5528,7 +5528,7 @@ "params": [ { "type": "const char*", - "name": "SceneName" + "name": "scene" } ], "return_type": "BOOL", @@ -5542,15 +5542,15 @@ "params": [ { "type": "const char*", - "name": "SceneName" + "name": "scene" }, { "type": "const char*", - "name": "VariableName" + "name": "variable" }, { "type": "float", - "name": "Value" + "name": "value" } ], "return_type": "void", @@ -5576,7 +5576,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "const char*", @@ -5584,7 +5584,7 @@ }, { "type": "float", - "name": "fadeIn" + "name": "p2" } ], "return_type": "void", @@ -5610,11 +5610,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "fadeOut" + "name": "p1" } ], "return_type": "void", @@ -6023,11 +6023,11 @@ "params": [ { "type": "float", - "name": "density" + "name": "p0" }, { "type": "float", - "name": "applyValue" + "name": "p1" } ], "return_type": "void", @@ -6048,11 +6048,11 @@ "params": [ { "type": "float", - "name": "density" + "name": "p0" }, { "type": "float", - "name": "applyValue" + "name": "p1" } ], "return_type": "void", @@ -6082,15 +6082,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "use" + "name": "p1" }, { "type": "Hash", - "name": "soundSetHash" + "name": "hash" } ], "return_type": "void", @@ -6108,7 +6108,7 @@ }, { "type": "BOOL", - "name": "enabled" + "name": "toggle" } ], "return_type": "void", @@ -6177,11 +6177,11 @@ "params": [ { "type": "const char*", - "name": "OldPortalSettingsName" + "name": "p0" }, { "type": "const char*", - "name": "NewPortalSettingsName" + "name": "p1" } ], "return_type": "void", @@ -6195,7 +6195,7 @@ "params": [ { "type": "const char*", - "name": "PortalSettingsName" + "name": "p0" } ], "return_type": "void", @@ -7122,27 +7122,27 @@ "params": [ { "type": "const char*", - "name": "pScriptName" + "name": "scriptName" }, { "type": "Hash", - "name": "ObjectModelHashKey" + "name": "modelHash" }, { "type": "int", - "name": "PercentageChance" + "name": "p2" }, { "type": "float", - "name": "fActivationRange" + "name": "activationRange" }, { "type": "int", - "name": "ObjectGroupingID" + "name": "p4" }, { "type": "int", - "name": "SetToWhichThisBrainBelongs" + "name": "p5" } ], "return_type": "void", @@ -7255,7 +7255,7 @@ "params": [ { "type": "int", - "name": "set" + "name": "brainSet" } ], "return_type": "void", @@ -7269,7 +7269,7 @@ "params": [ { "type": "int", - "name": "set" + "name": "brainSet" } ], "return_type": "void", @@ -7292,7 +7292,7 @@ "params": [ { "type": "const char*", - "name": "pScriptName" + "name": "scriptName" } ], "return_type": "void", @@ -7308,27 +7308,27 @@ "params": [ { "type": "BOOL", - "name": "bSetActive" + "name": "render" }, { "type": "BOOL", - "name": "DoGameCamInterp" + "name": "ease" }, { "type": "int", - "name": "Duration" + "name": "easeTime" }, { "type": "BOOL", - "name": "bShouldLockInterpolationSourceFrame" + "name": "p3" }, { "type": "BOOL", - "name": "bShouldApplyAcrossAllThreads" + "name": "p4" }, { "type": "int", - "name": "RenderingOptions" + "name": "p5" } ], "return_type": "void", @@ -7342,15 +7342,15 @@ "params": [ { "type": "BOOL", - "name": "bShouldApplyAcrossAllThreads" + "name": "render" }, { "type": "float", - "name": "DistanceToBlend" + "name": "distance" }, { "type": "int", - "name": "BlendType" + "name": "blendBackSmoothingType" }, { "type": "BOOL", @@ -7376,11 +7376,11 @@ "params": [ { "type": "const char*", - "name": "CameraName" + "name": "camName" }, { "type": "BOOL", - "name": "StartActivated" + "name": "p1" } ], "return_type": "Cam", @@ -7394,43 +7394,43 @@ "params": [ { "type": "const char*", - "name": "CameraName" + "name": "camName" }, { "type": "float", - "name": "vecPosX" + "name": "posX" }, { "type": "float", - "name": "vecPosY" + "name": "posY" }, { "type": "float", - "name": "vecPosZ" + "name": "posZ" }, { "type": "float", - "name": "vecRotX" + "name": "rotX" }, { "type": "float", - "name": "vecRotY" + "name": "rotY" }, { "type": "float", - "name": "vecRotZ" + "name": "rotZ" }, { "type": "float", - "name": "FOV" + "name": "fov" }, { "type": "BOOL", - "name": "StartActivated" + "name": "p8" }, { "type": "int", - "name": "RotOrder" + "name": "p9" } ], "return_type": "Cam", @@ -7444,11 +7444,11 @@ "params": [ { "type": "Hash", - "name": "Camera" + "name": "camHash" }, { "type": "BOOL", - "name": "StartActivated" + "name": "p1" } ], "return_type": "Cam", @@ -7462,43 +7462,43 @@ "params": [ { "type": "Hash", - "name": "Camera" + "name": "camHash" }, { "type": "float", - "name": "vecPosX" + "name": "posX" }, { "type": "float", - "name": "vecPosY" + "name": "posY" }, { "type": "float", - "name": "vecPosZ" + "name": "posZ" }, { "type": "float", - "name": "vecRotX" + "name": "rotX" }, { "type": "float", - "name": "vecRotY" + "name": "rotY" }, { "type": "float", - "name": "vecRotZ" + "name": "rotZ" }, { "type": "float", - "name": "FOV" + "name": "fov" }, { "type": "BOOL", - "name": "StartActivated" + "name": "p8" }, { - "type": "int", - "name": "RotOrder" + "type": "Any", + "name": "p9" } ], "return_type": "Cam", @@ -7512,11 +7512,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "BOOL", - "name": "bShouldApplyAcrossAllThreads" + "name": "p1" } ], "return_type": "void", @@ -7530,7 +7530,7 @@ "params": [ { "type": "BOOL", - "name": "bShouldApplyAcrossAllThreads" + "name": "p0" } ], "return_type": "void", @@ -7544,7 +7544,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "BOOL", @@ -7558,11 +7558,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "BOOL", - "name": "bActiveState" + "name": "active" } ], "return_type": "void", @@ -7576,7 +7576,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "BOOL", @@ -7590,7 +7590,7 @@ "params": [ { "type": "Cam", - "name": "CamIndex" + "name": "cam" } ], "return_type": "BOOL", @@ -7613,7 +7613,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "Vector3", @@ -7627,11 +7627,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "int", - "name": "RotOrder" + "name": "rotationOrder" } ], "return_type": "Vector3", @@ -7645,7 +7645,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "float", @@ -7659,58 +7659,58 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "vPosX" + "name": "posX" }, { "type": "float", - "name": "vPosY" + "name": "posY" }, { "type": "float", - "name": "vPosZ" + "name": "posZ" }, { "type": "float", - "name": "vRotX" + "name": "rotX" }, { "type": "float", - "name": "vRotY" + "name": "rotY" }, { "type": "float", - "name": "vRotZ" + "name": "rotZ" }, { "type": "float", - "name": "FOV" + "name": "fieldOfView" }, { - "type": "int", - "name": "Duration" + "type": "Any", + "name": "p8" }, { "type": "int", - "name": "GraphTypePos" + "name": "p9" }, { "type": "int", - "name": "GraphTypeRot" + "name": "p10" }, { "type": "int", - "name": "RotOrder" + "name": "p11" }, { - "type": "BOOL", + "type": "Any", "name": "p12" }, { - "type": "BOOL", + "type": "Any", "name": "p13" } ], @@ -7725,19 +7725,19 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "posX" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "posY" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "posZ" } ], "return_type": "void", @@ -7751,23 +7751,23 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "VecNewRotX" + "name": "rotX" }, { "type": "float", - "name": "VecNewRotY" + "name": "rotY" }, { "type": "float", - "name": "VecNewRotZ" + "name": "rotZ" }, { "type": "int", - "name": "RotOrder" + "name": "rotationOrder" } ], "return_type": "void", @@ -7781,11 +7781,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "FOV" + "name": "fieldOfView" } ], "return_type": "void", @@ -7799,11 +7799,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "NearClip" + "name": "nearClip" } ], "return_type": "void", @@ -7817,11 +7817,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "FarClip" + "name": "farClip" } ], "return_type": "void", @@ -7835,11 +7835,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "Strength" + "name": "strength" } ], "return_type": "void", @@ -7888,27 +7888,27 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "vecOffsetX" + "name": "xOffset" }, { "type": "float", - "name": "vecOffsetY" + "name": "yOffset" }, { "type": "float", - "name": "vecOffsetZ" + "name": "zOffset" }, { "type": "BOOL", - "name": "bOffsetIsRelative" + "name": "isRelative" } ], "return_type": "void", @@ -7922,31 +7922,31 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "BoneTag" + "name": "boneIndex" }, { "type": "float", - "name": "vecOffsetX" + "name": "x" }, { "type": "float", - "name": "vecOffsetY" + "name": "y" }, { "type": "float", - "name": "vecOffsetZ" + "name": "z" }, { "type": "BOOL", - "name": "bOffsetIsRelative" + "name": "heading" } ], "return_type": "void", @@ -7960,7 +7960,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "void", @@ -7974,19 +7974,19 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" } ], "return_type": "void", @@ -8000,27 +8000,27 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "vecOffsetX" + "name": "p2" }, { "type": "float", - "name": "vecOffsetY" + "name": "p3" }, { "type": "float", - "name": "vecOffsetZ" + "name": "p4" }, { "type": "BOOL", - "name": "bOffsetIsRelative" + "name": "p5" } ], "return_type": "void", @@ -8034,7 +8034,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "void", @@ -8080,11 +8080,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "BOOL", - "name": "bState" + "name": "toggle" } ], "return_type": "void", @@ -8098,11 +8098,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "BOOL", - "name": "bState" + "name": "p1" } ], "return_type": "void", @@ -8116,11 +8116,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "BOOL", - "name": "enable" + "name": "p1" } ], "return_type": "void", @@ -8134,43 +8134,43 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "camera" }, { "type": "float", - "name": "vPosX" + "name": "x" }, { "type": "float", - "name": "vPosY" + "name": "y" }, { "type": "float", - "name": "vPosZ" + "name": "z" }, { "type": "float", - "name": "vRotX" + "name": "xRot" }, { "type": "float", - "name": "vRotY" + "name": "yRot" }, { "type": "float", - "name": "vRotZ" + "name": "zRot" }, { "type": "int", - "name": "iDuration" + "name": "length" }, { "type": "int", - "name": "Flags" + "name": "p8" }, { "type": "int", - "name": "RotOrder" + "name": "p9" } ], "return_type": "void", @@ -8184,11 +8184,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "float", - "name": "phase" + "name": "p1" } ], "return_type": "void", @@ -8202,7 +8202,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "float", @@ -8216,11 +8216,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "int", - "name": "Duration" + "name": "timeDuration" } ], "return_type": "void", @@ -8234,11 +8234,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "int", - "name": "SmoothingStyle" + "name": "smoothingStyle" } ], "return_type": "void", @@ -8252,23 +8252,23 @@ "params": [ { "type": "Cam", - "name": "DestinationCam" + "name": "camTo" }, { "type": "Cam", - "name": "OriginCam" + "name": "camFrom" }, { "type": "int", - "name": "Duration" + "name": "duration" }, { "type": "int", - "name": "GraphTypePos" + "name": "easeLocation" }, { "type": "int", - "name": "GraphTypeRot" + "name": "easeRotation" } ], "return_type": "void", @@ -8282,7 +8282,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "BOOL", @@ -8296,15 +8296,15 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "const char*", - "name": "ShakeName" + "name": "type" }, { "type": "float", - "name": "fAmplitudeScalar" + "name": "amplitude" } ], "return_type": "void", @@ -8318,7 +8318,7 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" } ], "return_type": "BOOL", @@ -8332,11 +8332,11 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "BOOL", - "name": "bStopImmediately" + "name": "p1" } ], "return_type": "void", @@ -8350,47 +8350,47 @@ "params": [ { "type": "Cam", - "name": "CameraIndex" + "name": "cam" }, { "type": "const char*", - "name": "AnimName" + "name": "animName" }, { "type": "const char*", - "name": "AnimDictName" + "name": "animDictionary" }, { "type": "float", - "name": "vOriginPositionX" + "name": "x" }, { "type": "float", - "name": "vOriginPositionY" + "name": "y" }, { "type": "float", - "name": "vOriginPositionZ" + "name": "z" }, { "type": "float", - "name": "vOriginRotationX" + "name": "xRot" }, { "type": "float", - "name": "vOriginRotationY" + "name": "yRot" }, { "type": "float", - "name": "vOriginRotationZ" + "name": "zRot" }, { "type": "int", - "name": "AnimFlags" + "name": "animFlags" }, { "type": "int", - "name": "RotOrder" + "name": "rotOrder" } ], "return_type": "BOOL", @@ -8454,7 +8454,7 @@ "params": [ { "type": "int", - "name": "time" + "name": "duration" } ], "return_type": "void", @@ -8468,7 +8468,7 @@ "params": [ { "type": "int", - "name": "time" + "name": "duration" } ], "return_type": "void", @@ -8565,11 +8565,11 @@ "params": [ { "type": "BOOL", - "name": "bSet" + "name": "p0" }, { "type": "int", - "name": "Duration" + "name": "p1" } ], "return_type": "void", @@ -8592,7 +8592,7 @@ "params": [ { "type": "int", - "name": "RotOrder" + "name": "rotationOrder" } ], "return_type": "Vector3", @@ -8615,7 +8615,7 @@ "params": [ { "type": "float", - "name": "maxStrength" + "name": "p0" } ], "return_type": "void", @@ -8665,11 +8665,11 @@ "params": [ { "type": "float", - "name": "pitch" + "name": "x" }, { "type": "float", - "name": "smoothRate" + "name": "Value2" } ], "return_type": "void", @@ -8702,7 +8702,7 @@ "params": [ { "type": "BOOL", - "name": "isFirstPersonThisFrame" + "name": "p0" } ], "return_type": "void", @@ -8723,11 +8723,11 @@ "params": [ { "type": "const char*", - "name": "ShakeName" + "name": "shakeName" }, { "type": "float", - "name": "fAmplitudeScalar" + "name": "intensity" } ], "return_type": "void", @@ -8778,7 +8778,7 @@ "params": [ { "type": "float", - "name": "fAmplitudeScalar" + "name": "amplitude" } ], "return_type": "void", @@ -8808,7 +8808,7 @@ "params": [ { "type": "BOOL", - "name": "bStopImmediately" + "name": "p0" } ], "return_type": "void", @@ -8838,7 +8838,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -8888,7 +8888,7 @@ "params": [ { "type": "Entity", - "name": "Index" + "name": "entity" } ], "return_type": "void", @@ -8901,8 +8901,8 @@ "comment": "", "params": [ { - "type": "Object", - "name": "object" + "type": "Entity", + "name": "entity" } ], "return_type": "void", @@ -8977,15 +8977,15 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", @@ -9046,11 +9046,11 @@ "params": [ { "type": "float", - "name": "minRelativeHeading" + "name": "minimum" }, { "type": "float", - "name": "maxRelativeHeading" + "name": "maximum" } ], "return_type": "void", @@ -9064,11 +9064,11 @@ "params": [ { "type": "float", - "name": "minRelativePitch" + "name": "minimum" }, { "type": "float", - "name": "maxRelativePitch" + "name": "maximum" } ], "return_type": "void", @@ -9082,11 +9082,11 @@ "params": [ { "type": "float", - "name": "minDistance" + "name": "p0" }, { "type": "float", - "name": "maxDistance" + "name": "distance" } ], "return_type": "void", @@ -9100,11 +9100,11 @@ "params": [ { "type": "Vehicle", - "name": "Vehicle" + "name": "vehicle" }, { "type": "int", - "name": "InVehicleState" + "name": "p1" } ], "return_type": "void", @@ -9295,11 +9295,11 @@ "params": [ { "type": "float", - "name": "MinRelativeHeading" + "name": "p0" }, { "type": "float", - "name": "MaxRelativeHeading" + "name": "p1" } ], "return_type": "void", @@ -9313,11 +9313,11 @@ "params": [ { "type": "float", - "name": "MinRelativePitch" + "name": "p0" }, { "type": "float", - "name": "MaxRelativePitch" + "name": "p1" } ], "return_type": "void", @@ -9352,7 +9352,7 @@ "params": [ { "type": "int", - "name": "RotOrder" + "name": "rotationOrder" } ], "return_type": "Vector3", @@ -9375,31 +9375,31 @@ "params": [ { "type": "float", - "name": "vCoordX" + "name": "x" }, { "type": "float", - "name": "vCoordY" + "name": "y" }, { "type": "float", - "name": "vCoordZ" + "name": "z" }, { "type": "int", - "name": "iDwellTime" + "name": "duration" }, { "type": "int", - "name": "iInterpTo" + "name": "blendOutDuration" }, { "type": "int", - "name": "iInterpFrom" + "name": "blendInDuration" }, { "type": "Hash", - "name": "Type" + "name": "p6" } ], "return_type": "void", @@ -9413,35 +9413,35 @@ "params": [ { "type": "Ped", - "name": "Ped" + "name": "p0" }, { "type": "float", - "name": "OffsetX" + "name": "x1" }, { "type": "float", - "name": "OffsetY" + "name": "y1" }, { "type": "float", - "name": "OffsetZ" + "name": "z1" }, { "type": "BOOL", - "name": "RelativeOffset" + "name": "p4" }, { - "type": "int", - "name": "iDwellTime" + "type": "Any", + "name": "p5" }, { - "type": "int", - "name": "iInterpTo" + "type": "Any", + "name": "p6" }, { - "type": "int", - "name": "iInterpFrom" + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -9454,36 +9454,36 @@ "comment": "", "params": [ { - "type": "Vehicle", - "name": "Vehicle" + "type": "Any", + "name": "p0" }, { "type": "float", - "name": "OffsetX" + "name": "p1" }, { "type": "float", - "name": "OffsetY" + "name": "p2" }, { "type": "float", - "name": "OffsetZ" + "name": "p3" }, { "type": "BOOL", - "name": "RelativeOffset" + "name": "p4" }, { - "type": "int", - "name": "iDwellTime" + "type": "Any", + "name": "p5" }, { - "type": "int", - "name": "iInterpTo" + "type": "Any", + "name": "p6" }, { - "type": "int", - "name": "iInterpFrom" + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -9496,36 +9496,36 @@ "comment": "", "params": [ { - "type": "Object", - "name": "Obejct" + "type": "Any", + "name": "p0" }, { "type": "float", - "name": "OffsetX" + "name": "p1" }, { "type": "float", - "name": "OffsetY" + "name": "p2" }, { "type": "float", - "name": "OffsetZ" + "name": "p3" }, { "type": "BOOL", - "name": "RelativeOffset" + "name": "p4" }, { - "type": "int", - "name": "iDwellTime" + "type": "Any", + "name": "p5" }, { - "type": "int", - "name": "iInterpTo" + "type": "Any", + "name": "p6" }, { - "type": "int", - "name": "iInterpFrom" + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -9539,39 +9539,39 @@ "params": [ { "type": "Entity", - "name": "Enttity" + "name": "entity" }, { "type": "float", - "name": "OffsetX" + "name": "xOffset" }, { "type": "float", - "name": "OffsetY" + "name": "yOffset" }, { "type": "float", - "name": "OffsetZ" + "name": "zOffset" }, { "type": "BOOL", - "name": "RelativeOffset" + "name": "p4" }, { "type": "int", - "name": "iDwellTime" + "name": "p5" }, { "type": "int", - "name": "iInterpTo" + "name": "p6" }, { "type": "int", - "name": "iInterpFrom" + "name": "p7" }, { - "type": "Hash", - "name": "Type" + "type": "Any", + "name": "p8" } ], "return_type": "void", @@ -9594,7 +9594,7 @@ "params": [ { "type": "BOOL", - "name": "bStopImmediately" + "name": "p0" } ], "return_type": "void", @@ -9608,7 +9608,7 @@ "params": [ { "type": "BOOL", - "name": "StopImmediately" + "name": "p0" } ], "return_type": "void", @@ -9634,7 +9634,7 @@ "params": [ { "type": "float", - "name": "fov" + "name": "FOV" } ], "return_type": "void", @@ -9648,7 +9648,7 @@ "params": [ { "type": "float", - "name": "DistanceScalar" + "name": "p0" } ], "return_type": "void", @@ -9662,7 +9662,7 @@ "params": [ { "type": "float", - "name": "BasePitchOffset" + "name": "p0" } ], "return_type": "void", @@ -9676,7 +9676,7 @@ "params": [ { "type": "float", - "name": "SideOffset" + "name": "p0" } ], "return_type": "void", @@ -9690,7 +9690,7 @@ "params": [ { "type": "float", - "name": "VerticalOffset" + "name": "p0" } ], "return_type": "void", @@ -9840,7 +9840,7 @@ "params": [ { "type": "BOOL", - "name": "bEnable" + "name": "p0" } ], "return_type": "void", @@ -9881,7 +9881,7 @@ "params": [ { "type": "BOOL", - "name": "ActiveThisFrame" + "name": "p0" } ], "return_type": "void", @@ -9914,7 +9914,7 @@ "params": [ { "type": "BOOL", - "name": "Active" + "name": "p0" } ], "return_type": "void", @@ -10741,15 +10741,15 @@ "params": [ { "type": "int", - "name": "h" + "name": "hour" }, { "type": "int", - "name": "m" + "name": "minute" }, { "type": "int", - "name": "s" + "name": "second" } ], "return_type": "void", @@ -10763,7 +10763,7 @@ "params": [ { "type": "BOOL", - "name": "pause" + "name": "toggle" }, { "type": "Any", @@ -10793,15 +10793,15 @@ "params": [ { "type": "int", - "name": "h" + "name": "hour" }, { "type": "int", - "name": "m" + "name": "minute" }, { "type": "int", - "name": "s" + "name": "second" } ], "return_type": "void", @@ -10815,15 +10815,15 @@ "params": [ { "type": "int", - "name": "h" + "name": "hours" }, { "type": "int", - "name": "m" + "name": "minutes" }, { "type": "int", - "name": "s" + "name": "seconds" } ], "return_type": "void", @@ -10883,15 +10883,15 @@ "params": [ { "type": "int", - "name": "d" + "name": "day" }, { "type": "int", - "name": "m" + "name": "month" }, { "type": "int", - "name": "y" + "name": "year" } ], "return_type": "void", @@ -10966,11 +10966,11 @@ }, { "type": "int*", - "name": "min" + "name": "minute" }, { "type": "int*", - "name": "sec" + "name": "second" } ], "return_type": "void", @@ -12629,11 +12629,11 @@ "params": [ { "type": "Any*", - "name": "memberInfo" + "name": "clanDesc" }, { "type": "int", - "name": "sizeOfData" + "name": "bufferSize" }, { "type": "Any*", @@ -12660,11 +12660,11 @@ "params": [ { "type": "Any*", - "name": "memberInfo" + "name": "memberDesc" }, { "type": "int", - "name": "membershipIndex" + "name": "p1" } ], "return_type": "BOOL", @@ -12713,8 +12713,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "clanId" + "type": "Any", + "name": "p0" } ], "return_type": "BOOL", @@ -12727,12 +12727,12 @@ "comment": "", "params": [ { - "type": "int", - "name": "clanId" + "type": "Any", + "name": "p0" }, { "type": "Any*", - "name": "outTXDName" + "name": "p1" } ], "return_type": "BOOL", @@ -12745,8 +12745,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "clanId" + "type": "Any", + "name": "p0" } ], "return_type": "void", @@ -12769,11 +12769,11 @@ "params": [ { "type": "Any*", - "name": "gamerHandleData" + "name": "p0" }, { - "type": "int", - "name": "nGamerHandles" + "type": "Any", + "name": "p1" } ], "return_type": "BOOL", @@ -12785,7 +12785,7 @@ "name": "NETWORK_GET_PRIMARY_CLAN_DATA_PENDING", "comment": "", "params": [], - "return_type": "BOOL", + "return_type": "Any", "build": "1207", "gta_hash": "0xB5074DB804E28CE7", "gta_jhash": "0xA4EF02F3" @@ -12794,7 +12794,7 @@ "name": "NETWORK_GET_PRIMARY_CLAN_DATA_SUCCESS", "comment": "", "params": [], - "return_type": "BOOL", + "return_type": "Any", "build": "1207", "gta_hash": "0x5B4F04F19376A0BA", "gta_jhash": "0x068A054E" @@ -12805,11 +12805,11 @@ "params": [ { "type": "Any*", - "name": "hGamer" + "name": "p0" }, { "type": "Any*", - "name": "memberInfo" + "name": "p1" } ], "return_type": "BOOL", @@ -14276,7 +14276,7 @@ "params": [ { "type": "int", - "name": "nCloudRequestID" + "name": "id" } ], "return_type": "void", @@ -14289,8 +14289,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "nCloudRequestID" + "type": "Any", + "name": "p0" } ], "return_type": "BOOL", @@ -14303,8 +14303,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "nCloudRequestID" + "type": "Any", + "name": "p0" } ], "return_type": "BOOL", @@ -14317,12 +14317,12 @@ "comment": "", "params": [ { - "type": "int", - "name": "nCloudRequestID" + "type": "Any", + "name": "p0" }, { - "type": "int", - "name": "datafileIndex" + "type": "Any", + "name": "p1" } ], "return_type": "BOOL", @@ -14335,8 +14335,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "nCloudRequestID" + "type": "Any", + "name": "p0" } ], "return_type": "BOOL", @@ -14394,7 +14394,7 @@ "params": [ { "type": "int", - "name": "datafileIndex" + "name": "index" } ], "return_type": "void", @@ -14408,7 +14408,7 @@ "params": [ { "type": "int", - "name": "datafileIndex" + "name": "index" } ], "return_type": "void", @@ -14422,7 +14422,7 @@ "params": [ { "type": "int", - "name": "datafileIndex" + "name": "index" } ], "return_type": "Any*", @@ -14460,11 +14460,11 @@ "params": [ { "type": "Any*", - "name": "dict" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" }, { "type": "int", @@ -14482,11 +14482,11 @@ "params": [ { "type": "Any*", - "name": "dict" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "BOOL", @@ -14500,11 +14500,11 @@ "params": [ { "type": "Any*", - "name": "dict" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "int", @@ -14518,11 +14518,11 @@ "params": [ { "type": "Any*", - "name": "dict" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "float", @@ -14536,11 +14536,11 @@ "params": [ { "type": "Any*", - "name": "dict" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "const char*", @@ -14554,11 +14554,11 @@ "params": [ { "type": "Any*", - "name": "dict" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "Vector3", @@ -14572,11 +14572,11 @@ "params": [ { "type": "Any*", - "name": "parent" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "Any*", @@ -14590,11 +14590,11 @@ "params": [ { "type": "Any*", - "name": "parent" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "Any*", @@ -14608,11 +14608,11 @@ "params": [ { "type": "Any*", - "name": "dict" + "name": "objectData" }, { "type": "const char*", - "name": "name" + "name": "key" } ], "return_type": "int", @@ -14734,11 +14734,11 @@ "params": [ { "type": "Any*", - "name": "arr" + "name": "arrayData" }, { "type": "int", - "name": "index" + "name": "arrayIndex" } ], "return_type": "BOOL", @@ -14752,11 +14752,11 @@ "params": [ { "type": "Any*", - "name": "arr" + "name": "arrayData" }, { "type": "int", - "name": "index" + "name": "arrayIndex" } ], "return_type": "int", @@ -14770,11 +14770,11 @@ "params": [ { "type": "Any*", - "name": "arr" + "name": "arrayData" }, { "type": "int", - "name": "index" + "name": "arrayIndex" } ], "return_type": "float", @@ -14788,11 +14788,11 @@ "params": [ { "type": "Any*", - "name": "arr" + "name": "arrayData" }, { "type": "int", - "name": "index" + "name": "arrayIndex" } ], "return_type": "const char*", @@ -14806,11 +14806,11 @@ "params": [ { "type": "Any*", - "name": "arr" + "name": "arrayData" }, { "type": "int", - "name": "index" + "name": "arrayIndex" } ], "return_type": "Vector3", @@ -14824,11 +14824,11 @@ "params": [ { "type": "Any*", - "name": "parent" + "name": "arrayData" }, { "type": "int", - "name": "index" + "name": "arrayIndex" } ], "return_type": "Any*", @@ -14842,7 +14842,7 @@ "params": [ { "type": "Any*", - "name": "arr" + "name": "arrayData" } ], "return_type": "int", @@ -14856,11 +14856,11 @@ "params": [ { "type": "Any*", - "name": "arr" + "name": "arrayData" }, { "type": "int", - "name": "index" + "name": "arrayIndex" } ], "return_type": "int", @@ -15276,12 +15276,12 @@ "comment": "This function sets metadata of type bool to specified entity.\n", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" }, { "type": "BOOL", @@ -15298,12 +15298,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" }, { "type": "float", @@ -15320,12 +15320,12 @@ "comment": "Sets property to int.", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" }, { "type": "int", @@ -15382,12 +15382,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" } ], "return_type": "BOOL", @@ -15400,12 +15400,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" } ], "return_type": "float", @@ -15418,12 +15418,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" } ], "return_type": "int", @@ -15452,12 +15452,12 @@ "comment": "Returns whether or not the specified property is set for the entity.", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" } ], "return_type": "BOOL", @@ -15470,12 +15470,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "guid" + "type": "Entity", + "name": "entity" }, { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" } ], "return_type": "BOOL", @@ -15501,7 +15501,7 @@ "params": [ { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" }, { "type": "int", @@ -15539,7 +15539,7 @@ "params": [ { "type": "const char*", - "name": "decoratorName" + "name": "propertyName" }, { "type": "int", @@ -15559,7 +15559,7 @@ "params": [ { "type": "Hash", - "name": "NameHash" + "name": "dlcHash" } ], "return_type": "BOOL", @@ -15598,7 +15598,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -15612,11 +15612,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bDeadCheck" + "name": "p1" } ], "return_type": "BOOL", @@ -15630,7 +15630,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -15644,7 +15644,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -15658,7 +15658,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -15672,7 +15672,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -15686,7 +15686,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -15700,11 +15700,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity1" }, { "type": "Entity", - "name": "DamagerIndex" + "name": "entity2" }, { "type": "BOOL", @@ -15762,15 +15762,15 @@ "params": [ { "type": "Entity", - "name": "FirstEntityIndex" + "name": "entity1" }, { "type": "Entity", - "name": "SecondEntityIndex" + "name": "entity2" }, { "type": "int", - "name": "LOSFlags" + "name": "traceType" } ], "return_type": "BOOL", @@ -15812,11 +15812,11 @@ "params": [ { "type": "Entity", - "name": "FirstEntityIndex" + "name": "entity1" }, { "type": "Entity", - "name": "SecondEntityIndex" + "name": "entity2" }, { "type": "int", @@ -15834,7 +15834,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -15876,11 +15876,11 @@ "params": [ { "type": "const char*", - "name": "pAnimDictName" + "name": "animDict" }, { "type": "const char*", - "name": "pAnimName" + "name": "animName" } ], "return_type": "float", @@ -15894,7 +15894,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Entity", @@ -15908,11 +15908,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "DoDeadCheck" + "name": "alive" }, { "type": "BOOL", @@ -15930,7 +15930,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Vector3", @@ -15944,7 +15944,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -15958,7 +15958,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -15984,7 +15984,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -15998,7 +15998,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "int", @@ -16048,7 +16048,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", @@ -16066,11 +16066,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", - "name": "Health" + "name": "value" } ], "return_type": "void", @@ -16084,27 +16084,27 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "PositionX" + "name": "X" }, { "type": "float", - "name": "PositionY" + "name": "Y" }, { "type": "float", - "name": "PositionZ" + "name": "Z" }, { "type": "BOOL", - "name": "IsWorldPos" + "name": "atTop" }, { "type": "BOOL", - "name": "WantWorldResult" + "name": "inWorldCoords" } ], "return_type": "float", @@ -16118,7 +16118,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -16152,23 +16152,23 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "Vector3*", - "name": "vFront" + "name": "rightVector" }, { "type": "Vector3*", - "name": "vSide" + "name": "forwardVector" }, { "type": "Vector3*", - "name": "vUp" + "name": "upVector" }, { "type": "Vector3*", - "name": "vPos" + "name": "position" } ], "return_type": "void", @@ -16182,7 +16182,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Hash", @@ -16244,19 +16244,19 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecWorldCoorsX" + "name": "posX" }, { "type": "float", - "name": "VecWorldCoorsY" + "name": "posY" }, { "type": "float", - "name": "VecWorldCoorsZ" + "name": "posZ" } ], "return_type": "Vector3", @@ -16270,19 +16270,19 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "offsetX" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "offsetY" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "offsetZ" } ], "return_type": "Vector3", @@ -16296,7 +16296,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -16310,7 +16310,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -16324,11 +16324,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", - "name": "RotOrder" + "name": "rotationOrder" } ], "return_type": "Vector3", @@ -16358,7 +16358,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -16372,11 +16372,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bLocalResult" + "name": "relative" } ], "return_type": "Vector3", @@ -16390,7 +16390,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -16404,7 +16404,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", @@ -16422,7 +16422,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Object", @@ -16436,7 +16436,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Ped", @@ -16450,7 +16450,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Vehicle", @@ -16464,11 +16464,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", - "name": "iBoneIdx" + "name": "boneIndex" } ], "return_type": "Vector3", @@ -16522,7 +16522,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "Ped", @@ -16533,7 +16533,7 @@ "name": "flags" } ], - "return_type": "int", + "return_type": "Player", "build": "1207", "gta_hash": "0x7196842CB375CDB3", "gta_jhash": "0xCE17FDEC" @@ -16544,7 +16544,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "int", @@ -16559,7 +16559,7 @@ "name": "flags" } ], - "return_type": "int", + "return_type": "Player", "build": "1207", "gta_hash": "0x4DC9A62F844D9337", "gta_jhash": "0xB1808F56" @@ -16598,7 +16598,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "int", @@ -16612,7 +16612,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "int", @@ -16626,7 +16626,7 @@ "params": [ { "type": "ScrHandle", - "name": "obj" + "name": "handle" } ], "return_type": "BOOL", @@ -16640,7 +16640,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16654,7 +16654,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16668,7 +16668,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16682,7 +16682,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16696,43 +16696,43 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecCoorsX" + "name": "xPos" }, { "type": "float", - "name": "VecCoorsY" + "name": "yPos" }, { "type": "float", - "name": "VecCoorsZ" + "name": "zPos" }, { "type": "float", - "name": "VecLocDimensionsX" + "name": "xSize" }, { "type": "float", - "name": "VecLocDimensionsY" + "name": "ySize" }, { "type": "float", - "name": "VecLocDimensionsZ" + "name": "zSize" }, { "type": "BOOL", - "name": "HighlightArea" + "name": "p7" }, { "type": "BOOL", - "name": "Do3dCheck" + "name": "p8" }, { "type": "int", - "name": "TM_MODE" + "name": "p9" } ], "return_type": "BOOL", @@ -16746,35 +16746,35 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity1" }, { "type": "Entity", - "name": "TargetEntityIndex" + "name": "entity2" }, { "type": "float", - "name": "VecLocDimensionsX" + "name": "xSize" }, { "type": "float", - "name": "VecLocDimensionsY" + "name": "ySize" }, { "type": "float", - "name": "VecLocDimensionsZ" + "name": "zSize" }, { "type": "BOOL", - "name": "HighlightArea" + "name": "p5" }, { "type": "BOOL", - "name": "Do3dCheck" + "name": "p6" }, { "type": "int", - "name": "TM_MODE" + "name": "p7" } ], "return_type": "BOOL", @@ -16788,7 +16788,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16802,7 +16802,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16816,7 +16816,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16830,7 +16830,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16844,11 +16844,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex1" + "name": "from" }, { "type": "Entity", - "name": "EntityIndex2" + "name": "to" } ], "return_type": "BOOL", @@ -16874,7 +16874,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -16888,7 +16888,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "Any", @@ -16906,47 +16906,47 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecCoors1X" + "name": "originX" }, { "type": "float", - "name": "VecCoors1Y" + "name": "originY" }, { "type": "float", - "name": "VecCoors1Z" + "name": "originZ" }, { "type": "float", - "name": "VecCoors2X" + "name": "edgeX" }, { "type": "float", - "name": "VecCoors2Y" + "name": "edgeY" }, { "type": "float", - "name": "VecCoors2Z" + "name": "edgeZ" }, { "type": "float", - "name": "AreaWidth" + "name": "angle" }, { "type": "BOOL", - "name": "HighlightArea" + "name": "p8" }, { "type": "BOOL", - "name": "Do3dCheck" + "name": "p9" }, { - "type": "int", - "name": "TM_MODE" + "type": "Any", + "name": "p10" } ], "return_type": "BOOL", @@ -16960,43 +16960,43 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecCoors1X" + "name": "x1" }, { "type": "float", - "name": "VecCoors1Y" + "name": "y1" }, { "type": "float", - "name": "VecCoors1Z" + "name": "z1" }, { "type": "float", - "name": "VecCoors2X" + "name": "x2" }, { "type": "float", - "name": "VecCoors2Y" + "name": "y2" }, { "type": "float", - "name": "VecCoors2Z" + "name": "z2" }, { "type": "BOOL", - "name": "HighlightArea" + "name": "p7" }, { "type": "BOOL", - "name": "Do3dCheck" + "name": "p8" }, { - "type": "int", - "name": "TM_MODE" + "type": "Any", + "name": "p9" } ], "return_type": "BOOL", @@ -17034,7 +17034,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -17064,7 +17064,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "float", @@ -17078,11 +17078,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "FlagValue" + "name": "toggle" } ], "return_type": "void", @@ -17164,7 +17164,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -17178,19 +17178,19 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "const char*", - "name": "AnimDictName" + "name": "animDict" }, { "type": "const char*", - "name": "AnimName" + "name": "animName" }, { "type": "int", - "name": "type" + "name": "animType" } ], "return_type": "BOOL", @@ -17220,7 +17220,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -17234,11 +17234,11 @@ "params": [ { "type": "Entity", - "name": "FirstEntityIndex" + "name": "entity" }, { "type": "Entity", - "name": "SecondEntityIndex" + "name": "targetEntity" } ], "return_type": "BOOL", @@ -17252,11 +17252,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "Hash", - "name": "ModelHashKey" + "name": "modelHash" } ], "return_type": "BOOL", @@ -17270,11 +17270,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "fAngleToVerticalLimit" + "name": "angle" } ], "return_type": "BOOL", @@ -17288,7 +17288,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -17302,7 +17302,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -17332,7 +17332,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -17382,7 +17382,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -17396,23 +17396,23 @@ "params": [ { "type": "Hash", - "name": "ModelHashKey" + "name": "entityModelHash" }, { "type": "float", - "name": "CoordsX" + "name": "x" }, { "type": "float", - "name": "CoordsY" + "name": "y" }, { "type": "float", - "name": "CoordsZ" + "name": "z" }, { "type": "BOOL", - "name": "bAssertIfModelIsntLoaded" + "name": "p4" } ], "return_type": "BOOL", @@ -17426,7 +17426,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -18196,39 +18196,39 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", - "name": "ApplyType" + "name": "forceType" }, { "type": "float", - "name": "vForceX" + "name": "x" }, { "type": "float", - "name": "vForceY" + "name": "y" }, { "type": "float", - "name": "vForceZ" + "name": "z" }, { "type": "int", - "name": "Component" + "name": "component" }, { "type": "BOOL", - "name": "LocalForce" + "name": "isDirectionRel" }, { "type": "BOOL", - "name": "ScaleByMass" + "name": "isForceRel" }, { "type": "BOOL", - "name": "applyToChildren" + "name": "p8" } ], "return_type": "void", @@ -18242,59 +18242,59 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", - "name": "ApplyType" + "name": "forceFlags" }, { "type": "float", - "name": "vForceX" + "name": "x" }, { "type": "float", - "name": "vForceY" + "name": "y" }, { "type": "float", - "name": "vForceZ" + "name": "z" }, { "type": "float", - "name": "vOffsetX" + "name": "offX" }, { "type": "float", - "name": "vOffsetY" + "name": "offY" }, { "type": "float", - "name": "vOffsetZ" + "name": "offZ" }, { "type": "int", - "name": "Component" + "name": "boneIndex" }, { "type": "BOOL", - "name": "LocalForce" + "name": "isDirectionRel" }, { "type": "BOOL", - "name": "LocalOffset" + "name": "ignoreUpVec" }, { "type": "BOOL", - "name": "ScaleByMass" + "name": "isForceRel" }, { "type": "BOOL", - "name": "triggerAudio" + "name": "p12" }, { "type": "BOOL", - "name": "ScaleByTimeWarp" + "name": "p13" } ], "return_type": "void", @@ -18304,43 +18304,43 @@ }, "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)\nfixedRot - if false it ignores entity vector", + "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": "FirstEntityIndex" + "name": "entity1" }, { "type": "Entity", - "name": "SecondEntityIndex" + "name": "entity2" }, { "type": "int", - "name": "SecondEntityBoneIndex" + "name": "boneIndex" }, { "type": "float", - "name": "vecOffsetX" + "name": "xPos" }, { "type": "float", - "name": "vecOffsetY" + "name": "yPos" }, { "type": "float", - "name": "vecOffsetZ" + "name": "zPos" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "BOOL", @@ -18360,11 +18360,11 @@ }, { "type": "int", - "name": "RotOrder" + "name": "vertexIndex" }, { "type": "BOOL", - "name": "bAttachOffsetIsRelative" + "name": "fixedRot" }, { "type": "BOOL", @@ -18386,59 +18386,59 @@ "params": [ { "type": "Entity", - "name": "FirstEntityIndex" + "name": "entity1" }, { "type": "Entity", - "name": "SecondEntityIndex" + "name": "entity2" }, { "type": "int", - "name": "FirstEntityBoneIndex" + "name": "p2" }, { "type": "int", - "name": "SecondEntityBoneIndex" + "name": "boneIndex" }, { "type": "float", - "name": "SecondEntityOffsetX" + "name": "offsetX" }, { "type": "float", - "name": "SecondEntityOffsetY" + "name": "offsetY" }, { "type": "float", - "name": "SecondEntityOffsetZ" + "name": "offsetZ" }, { "type": "float", - "name": "FirstEntityOffsetX" + "name": "p7" }, { "type": "float", - "name": "FirstEntityOffsetY" + "name": "p8" }, { "type": "float", - "name": "FirstEntityOffsetZ" + "name": "p9" }, { "type": "float", - "name": "vecRotationX" + "name": "p10" }, { "type": "float", - "name": "vecRotationY" + "name": "p11" }, { "type": "float", - "name": "vecRotationZ" + "name": "p12" }, { "type": "float", - "name": "PhysicalStrength" + "name": "p13" }, { "type": "BOOL", @@ -18458,7 +18458,7 @@ }, { "type": "int", - "name": "RotOrder" + "name": "p18" }, { "type": "BOOL", @@ -18584,11 +18584,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "const char*", - "name": "BoneName" + "name": "boneName" } ], "return_type": "int", @@ -18602,7 +18602,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "void", @@ -18616,7 +18616,7 @@ "params": [ { "type": "Entity*", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "void", @@ -18643,15 +18643,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "ApplyVelocity" + "name": "p1" }, { "type": "BOOL", - "name": "bNoCollisionUntilClear" + "name": "collision" } ], "return_type": "void", @@ -18677,11 +18677,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "FrozenByScriptFlag" + "name": "toggle" } ], "return_type": "void", @@ -18695,11 +18695,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "ShouldFreeze" + "name": "toggle" } ], "return_type": "void", @@ -18713,15 +18713,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "p1" }, { "type": "BOOL", - "name": "GrabFromOtherScript" + "name": "p2" } ], "return_type": "void", @@ -18735,7 +18735,7 @@ "params": [ { "type": "Entity*", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "void", @@ -18749,7 +18749,7 @@ "params": [ { "type": "Ped*", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -18763,7 +18763,7 @@ "params": [ { "type": "Vehicle*", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "void", @@ -18777,7 +18777,7 @@ "params": [ { "type": "Object*", - "name": "ObjectIndex" + "name": "object" } ], "return_type": "void", @@ -18861,11 +18861,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "CanBeDamagedFlag" + "name": "toggle" } ], "return_type": "void", @@ -18891,11 +18891,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "AllowDamagedByRelGroup" + "name": "bCanBeDamaged" }, { "type": "Hash", @@ -18929,11 +18929,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "TargettableWithNoLos" + "name": "toggle" } ], "return_type": "void", @@ -18947,7 +18947,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -18961,15 +18961,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "UsesCollisionsFlag" + "name": "toggle" }, { "type": "BOOL", - "name": "KeepDisabledSimulatingFlag" + "name": "keepPhysics" } ], "return_type": "void", @@ -18983,15 +18983,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "UsesCollisionsFlag" + "name": "toggle" }, { "type": "BOOL", - "name": "KeepDisabledSimulatingFlag" + "name": "keepPhysics" } ], "return_type": "void", @@ -19005,35 +19005,35 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "xPos" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "yPos" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "zPos" }, { "type": "BOOL", - "name": "DoDeadCheck" + "name": "xAxis" }, { "type": "BOOL", - "name": "KeepTasks" + "name": "yAxis" }, { "type": "BOOL", - "name": "KeepIK" + "name": "zAxis" }, { "type": "BOOL", - "name": "DoWarp" + "name": "clearArea" } ], "return_type": "void", @@ -19047,31 +19047,31 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "xPos" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "yPos" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "zPos" }, { "type": "BOOL", - "name": "KeepTasks" + "name": "xAxis" }, { "type": "BOOL", - "name": "KeepIK" + "name": "yAxis" }, { "type": "BOOL", - "name": "DoWarp" + "name": "zAxis" } ], "return_type": "void", @@ -19085,11 +19085,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "IsDynamic" + "name": "toggle" } ], "return_type": "void", @@ -19103,11 +19103,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "NewHeading" + "name": "heading" } ], "return_type": "void", @@ -19217,11 +19217,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bInvincible" + "name": "toggle" } ], "return_type": "void", @@ -19259,15 +19259,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bHighPriority" + "name": "p1" }, { "type": "float", - "name": "fTargetableDistance" + "name": "p2" } ], "return_type": "void", @@ -19365,11 +19365,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "LoadCollisionFlag" + "name": "toggle" } ], "return_type": "void", @@ -19383,7 +19383,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -19417,11 +19417,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "OnlyDamagedByPlayer" + "name": "toggle" } ], "return_type": "void", @@ -19435,15 +19435,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "OnlyDamagedByRelGroup" + "name": "p1" }, { "type": "Hash", - "name": "relGroup" + "name": "relationshipGroup" } ], "return_type": "void", @@ -19457,7 +19457,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", @@ -19491,23 +19491,23 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "NewX" + "name": "x" }, { "type": "float", - "name": "NewY" + "name": "y" }, { "type": "float", - "name": "NewZ" + "name": "z" }, { "type": "float", - "name": "NewW" + "name": "w" } ], "return_type": "void", @@ -19521,27 +19521,27 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecNewRotationX" + "name": "pitch" }, { "type": "float", - "name": "VecNewRotationY" + "name": "roll" }, { "type": "float", - "name": "VecNewRotationZ" + "name": "yaw" }, { "type": "int", - "name": "RotOrder" + "name": "rotationOrder" }, { "type": "BOOL", - "name": "DoDeadCheck" + "name": "p5" } ], "return_type": "void", @@ -19595,11 +19595,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "VisibleFlag" + "name": "toggle" } ], "return_type": "void", @@ -19641,19 +19641,19 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecVelocityComponenttX" + "name": "x" }, { "type": "float", - "name": "VecVelocityComponenttY" + "name": "y" }, { "type": "float", - "name": "VecVelocityComponenttZ" + "name": "z" } ], "return_type": "void", @@ -19667,11 +19667,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bHasGravity" + "name": "toggle" } ], "return_type": "void", @@ -19685,11 +19685,11 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "int", - "name": "lodDist" + "name": "value" } ], "return_type": "void", @@ -19703,7 +19703,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "int", @@ -19717,15 +19717,15 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "int", - "name": "alpha_param" + "name": "alphaLevel" }, { "type": "BOOL", - "name": "bUseSmoothAlpha" + "name": "skin" } ], "return_type": "void", @@ -19739,7 +19739,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "int", @@ -19753,7 +19753,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "void", @@ -19779,11 +19779,11 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bAlwaysPreRender" + "name": "toggle" } ], "return_type": "void", @@ -19797,11 +19797,11 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bRenderScorched" + "name": "toggle" } ], "return_type": "void", @@ -19843,15 +19843,15 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -19859,15 +19859,15 @@ }, { "type": "Hash", - "name": "oldModelHash" + "name": "originalModel" }, { "type": "Hash", - "name": "newModelHash" + "name": "newModel" }, { "type": "BOOL", - "name": "bSurviveMapReload" + "name": "p6" } ], "return_type": "void", @@ -19881,15 +19881,15 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -19897,15 +19897,15 @@ }, { "type": "Hash", - "name": "oldModelHash" + "name": "originalModel" }, { "type": "Hash", - "name": "newModelHash" + "name": "newModel" }, { "type": "BOOL", - "name": "bLazy" + "name": "p6" } ], "return_type": "void", @@ -19919,15 +19919,15 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -19935,11 +19935,11 @@ }, { "type": "Hash", - "name": "modelHash" + "name": "model" }, { "type": "BOOL", - "name": "bSurviveMapReload" + "name": "p5" } ], "return_type": "void", @@ -19953,15 +19953,15 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -19969,11 +19969,11 @@ }, { "type": "Hash", - "name": "modelHash" + "name": "model" }, { "type": "BOOL", - "name": "bSurviveMapReload" + "name": "p5" } ], "return_type": "void", @@ -19986,28 +19986,28 @@ "comment": "", "params": [ { - "type": "float", - "name": "posX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "posY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "posZ" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "radius" + "type": "Any", + "name": "p3" }, { - "type": "Hash", - "name": "modelHash" + "type": "Any", + "name": "p4" }, { - "type": "BOOL", - "name": "bLazy" + "type": "Any", + "name": "p5" } ], "return_type": "void", @@ -20033,19 +20033,19 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { - "type": "float", - "name": "radius" + "type": "Any", + "name": "p3" }, { "type": "Hash", @@ -20053,7 +20053,7 @@ }, { "type": "BOOL", - "name": "bSurviveMapReload" + "name": "p5" } ], "return_type": "void", @@ -20066,24 +20066,24 @@ "comment": "", "params": [ { - "type": "float", - "name": "posX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "posY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "posZ" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "radius" + "type": "Any", + "name": "p3" }, { - "type": "Hash", - "name": "modelHash" + "type": "Any", + "name": "p4" } ], "return_type": "void", @@ -20097,15 +20097,15 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity1" }, { "type": "Entity", - "name": "secondEntityIndex" + "name": "entity2" }, { "type": "BOOL", - "name": "bReactivateWhenNoCollision" + "name": "thisFrameOnly" } ], "return_type": "void", @@ -20119,11 +20119,11 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bEnableMotionBlur" + "name": "toggle" } ], "return_type": "void", @@ -20137,11 +20137,11 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bCanAutoVault" + "name": "toggle" } ], "return_type": "void", @@ -20155,11 +20155,11 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bCanClimb" + "name": "toggle" } ], "return_type": "void", @@ -20173,11 +20173,11 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "bNoWeaponDecals" + "name": "toggle" } ], "return_type": "void", @@ -20347,23 +20347,23 @@ "params": [ { "type": "const char*", - "name": "pAnimDictName" + "name": "animDictionary" }, { "type": "const char*", - "name": "pAnimName" + "name": "animName" }, { "type": "const char*", - "name": "pEventName" + "name": "p2" }, { - "type": "float*", - "name": "ReturnStartPhase" + "type": "Any*", + "name": "p3" }, { - "type": "float*", - "name": "ReturnEndPhase" + "type": "Any*", + "name": "p4" } ], "return_type": "BOOL", @@ -20377,7 +20377,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", @@ -20455,11 +20455,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "Hash", - "name": "EventHash" + "name": "actionHash" } ], "return_type": "BOOL", @@ -20473,19 +20473,19 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "const char*", - "name": "pAnimDictName" + "name": "animDict" }, { "type": "const char*", - "name": "pAnimName" + "name": "animName" }, { "type": "int", - "name": "animType" + "name": "p3" } ], "return_type": "BOOL", @@ -20499,39 +20499,39 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "const char*", - "name": "AnimName" + "name": "animName" }, { "type": "const char*", - "name": "AnimDictName" + "name": "animDict" }, { "type": "float", - "name": "BlendDelta" + "name": "p3" }, { "type": "BOOL", - "name": "Loop" + "name": "loop" }, { "type": "BOOL", - "name": "HoldLastFrame" + "name": "stayInAnim" }, { "type": "BOOL", - "name": "DriveToPose" + "name": "p6" }, { "type": "float", - "name": "StartPhase" + "name": "delta" }, { - "type": "int", - "name": "AnimFlags" + "type": "Any", + "name": "bitset" } ], "return_type": "BOOL", @@ -20593,22 +20593,22 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "const char*", - "name": "AnimName" + "name": "animation" }, { "type": "const char*", - "name": "AnimDictName" + "name": "animGroup" }, { "type": "float", - "name": "BlendDelta" + "name": "p3" } ], - "return_type": "BOOL", + "return_type": "Any", "build": "1207", "gta_hash": "0x28004F88151E03E0", "gta_jhash": "0xC4769830" @@ -20929,11 +20929,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "DecisionMakerId" + "name": "name" } ], "return_type": "void", @@ -20975,15 +20975,15 @@ }, { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -21014,7 +21014,7 @@ "name": "p10" } ], - "return_type": "int", + "return_type": "ScrHandle", "build": "1207", "gta_hash": "0xD9F8455409B525E9", "gta_jhash": "0x0B30F779" @@ -21029,7 +21029,7 @@ }, { "type": "Entity", - "name": "ent" + "name": "entity" }, { "type": "float", @@ -21072,7 +21072,7 @@ "name": "p11" } ], - "return_type": "int", + "return_type": "ScrHandle", "build": "1207", "gta_hash": "0x7FD8F3BE76F89422", "gta_jhash": "0xA81B5B71" @@ -21087,15 +21087,15 @@ }, { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -21112,8 +21112,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "shockingEventId" + "type": "ScrHandle", + "name": "event" } ], "return_type": "BOOL", @@ -21127,7 +21127,7 @@ "params": [ { "type": "BOOL", - "name": "scriptCreatedOnly" + "name": "p0" } ], "return_type": "void", @@ -21651,19 +21651,19 @@ "params": [ { "type": "float", - "name": "VecPosX" + "name": "x" }, { "type": "float", - "name": "VecPosY" + "name": "y" }, { "type": "float", - "name": "VecPosZ" + "name": "z" }, { "type": "int", - "name": "GenerationsAllowed" + "name": "p3" }, { "type": "float", @@ -21697,7 +21697,7 @@ "params": [ { "type": "FireId", - "name": "FireIndex" + "name": "fireHandle" } ], "return_type": "void", @@ -21710,8 +21710,8 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "EntityIndex" + "type": "Any", + "name": "p0" }, { "type": "Any", @@ -21736,8 +21736,8 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "EntityIndex" + "type": "Any", + "name": "p0" }, { "type": "Any", @@ -21755,7 +21755,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -21781,19 +21781,19 @@ "params": [ { "type": "float", - "name": "VecPosX" + "name": "x" }, { "type": "float", - "name": "VecPosY" + "name": "y" }, { "type": "float", - "name": "VecPosZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" } ], "return_type": "int", @@ -21807,19 +21807,19 @@ "params": [ { "type": "float", - "name": "VecPosX" + "name": "x" }, { "type": "float", - "name": "VecPosY" + "name": "y" }, { "type": "float", - "name": "VecPosZ" + "name": "z" }, { "type": "float", - "name": "fRadius" + "name": "radius" } ], "return_type": "void", @@ -21877,19 +21877,19 @@ "params": [ { "type": "Vector3*", - "name": "VecClosestFirePos" + "name": "outPosition" }, { "type": "float", - "name": "VecTestPosX" + "name": "x" }, { "type": "float", - "name": "VecTestPosY" + "name": "y" }, { "type": "float", - "name": "VecTestPosZ" + "name": "z" } ], "return_type": "BOOL", @@ -22023,35 +22023,35 @@ "params": [ { "type": "float", - "name": "VecExplosionPosX" + "name": "x" }, { "type": "float", - "name": "VecExplosionPosY" + "name": "y" }, { "type": "float", - "name": "VecExplosionPosZ" + "name": "z" }, { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "float", - "name": "SizeScale" + "name": "damageScale" }, { "type": "BOOL", - "name": "bMakeSound" + "name": "isAudible" }, { "type": "BOOL", - "name": "bNoFx" + "name": "isInvisible" }, { "type": "float", - "name": "CamShakeMultiplier" + "name": "cameraShake" } ], "return_type": "void", @@ -22064,40 +22064,40 @@ "comment": "explosionType: see ADD_EXPLOSION", "params": [ { - "type": "Entity", - "name": "ExplosionOwner" + "type": "Ped", + "name": "ped" }, { "type": "float", - "name": "VecExplosionPosX" + "name": "x" }, { "type": "float", - "name": "VecExplosionPosY" + "name": "y" }, { "type": "float", - "name": "VecExplosionPosZ" + "name": "z" }, { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "float", - "name": "SizeScale" + "name": "damageScale" }, { "type": "BOOL", - "name": "bMakeSound" + "name": "isAudible" }, { "type": "BOOL", - "name": "bNoFx" + "name": "isInvisible" }, { "type": "float", - "name": "CamShakeMultiplier" + "name": "cameraShake" } ], "return_type": "void", @@ -22159,39 +22159,39 @@ "params": [ { "type": "float", - "name": "VecExplosionPosX" + "name": "x" }, { "type": "float", - "name": "VecExplosionPosY" + "name": "y" }, { "type": "float", - "name": "VecExplosionPosZ" + "name": "z" }, { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "Hash", - "name": "VfxTagHash" + "name": "explosionFx" }, { "type": "float", - "name": "SizeScale" + "name": "damageScale" }, { "type": "BOOL", - "name": "bMakeSound" + "name": "isAudible" }, { "type": "BOOL", - "name": "bNoFx" + "name": "isInvisible" }, { "type": "float", - "name": "CamShakeMultiplier" + "name": "cameraShake" } ], "return_type": "void", @@ -22257,31 +22257,31 @@ "params": [ { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "float", - "name": "VecPosMinX" + "name": "x1" }, { "type": "float", - "name": "VecPosMinY" + "name": "y1" }, { "type": "float", - "name": "VecPosMinZ" + "name": "z1" }, { "type": "float", - "name": "VecPosMaxX" + "name": "x2" }, { "type": "float", - "name": "VecPosMaxY" + "name": "y2" }, { "type": "float", - "name": "VecPosMaxZ" + "name": "z2" } ], "return_type": "BOOL", @@ -22295,31 +22295,31 @@ "params": [ { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "float", - "name": "VecPosMinX" + "name": "x1" }, { "type": "float", - "name": "VecPosMinY" + "name": "y1" }, { "type": "float", - "name": "VecPosMinZ" + "name": "z1" }, { "type": "float", - "name": "VecPosMaxX" + "name": "x2" }, { "type": "float", - "name": "VecPosMaxY" + "name": "y2" }, { "type": "float", - "name": "VecPosMaxZ" + "name": "z2" } ], "return_type": "BOOL", @@ -22333,23 +22333,23 @@ "params": [ { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "float", - "name": "VecCentrePosX" + "name": "x" }, { "type": "float", - "name": "VecCentrePosY" + "name": "y" }, { "type": "float", - "name": "VecCentrePosZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" } ], "return_type": "BOOL", @@ -22363,35 +22363,35 @@ "params": [ { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "float", - "name": "VecPos1X" + "name": "x1" }, { "type": "float", - "name": "VecPos1Y" + "name": "y1" }, { "type": "float", - "name": "VecPos1Z" + "name": "z1" }, { "type": "float", - "name": "VecPos2X" + "name": "x2" }, { "type": "float", - "name": "VecPos2Y" + "name": "y2" }, { "type": "float", - "name": "VecPos2Z" + "name": "z2" }, { "type": "float", - "name": "AreaWidth" + "name": "angle" } ], "return_type": "BOOL", @@ -22421,35 +22421,35 @@ "params": [ { "type": "int", - "name": "ExplosionTag" + "name": "explosionType" }, { "type": "float", - "name": "VecPos1X" + "name": "x1" }, { "type": "float", - "name": "VecPos1Y" + "name": "y1" }, { "type": "float", - "name": "VecPos1Z" + "name": "z1" }, { "type": "float", - "name": "VecPos2X" + "name": "x2" }, { "type": "float", - "name": "VecPos2Y" + "name": "y2" }, { "type": "float", - "name": "VecPos2Z" + "name": "z2" }, { "type": "float", - "name": "AreaWidth" + "name": "radius" } ], "return_type": "Entity", @@ -23414,20 +23414,20 @@ "comment": "", "params": [ { - "type": "const char*", - "name": "szContentID" + "type": "Any*", + "name": "p0" }, { - "type": "int", - "name": "nFileID" + "type": "Any", + "name": "p1" }, { - "type": "int", - "name": "nFileVersion" + "type": "Any", + "name": "p2" }, { - "type": "int", - "name": "nLanguage" + "type": "Any", + "name": "p3" } ], "return_type": "BOOL", @@ -23441,7 +23441,7 @@ "params": [ { "type": "const char*", - "name": "szContentID" + "name": "contentId" } ], "return_type": "int", @@ -23625,7 +23625,7 @@ "params": [ { "type": "int", - "name": "PhotoSlotIndex" + "name": "unused" } ], "return_type": "BOOL", @@ -23648,7 +23648,7 @@ "params": [ { "type": "int", - "name": "qualitySetting" + "name": "p0" } ], "return_type": "BOOL", @@ -23661,8 +23661,8 @@ "comment": "Old name: _GET_STATUS_OF_DRAW_LOW_QUALITY_PHOTO", "params": [ { - "type": "int", - "name": "qualitySetting" + "type": "Any", + "name": "p0" } ], "return_type": "int", @@ -23685,11 +23685,11 @@ "params": [ { "type": "BOOL", - "name": "bDraw" + "name": "p0" }, { "type": "int", - "name": "PhotoRotation" + "name": "photoRotation" } ], "return_type": "void", @@ -23715,7 +23715,7 @@ "name": "QUEUE_OPERATION_TO_CREATE_SORTED_LIST_OF_PHOTOS", "comment": "", "params": [], - "return_type": "BOOL", + "return_type": "Any", "build": "1207", "gta_hash": "0x2A893980E96B659A", "gta_jhash": "0x199FABF0" @@ -23735,35 +23735,35 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "posX" }, { "type": "float", - "name": "VecCoorsY" + "name": "posY" }, { "type": "float", - "name": "VecCoorsZ" + "name": "posZ" }, { "type": "int", - "name": "R" + "name": "colorR" }, { "type": "int", - "name": "G" + "name": "colorG" }, { "type": "int", - "name": "B" + "name": "colorB" }, { "type": "float", - "name": "Range" + "name": "range" }, { "type": "float", - "name": "Intensity" + "name": "intensity" } ], "return_type": "void", @@ -23777,7 +23777,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "void", @@ -24023,23 +24023,23 @@ "params": [ { "type": "int", - "name": "UniqueCheckpointIndex" + "name": "checkpoint" }, { "type": "int", - "name": "colR" + "name": "red" }, { "type": "int", - "name": "colG" + "name": "green" }, { "type": "int", - "name": "colB" + "name": "blue" }, { "type": "int", - "name": "colA" + "name": "alpha" } ], "return_type": "void", @@ -24053,23 +24053,23 @@ "params": [ { "type": "int", - "name": "UniqueCheckpointIndex" + "name": "checkpoint" }, { "type": "int", - "name": "colR" + "name": "red" }, { "type": "int", - "name": "colG" + "name": "green" }, { "type": "int", - "name": "colB" + "name": "blue" }, { "type": "int", - "name": "colA" + "name": "alpha" } ], "return_type": "void", @@ -24139,7 +24139,7 @@ "params": [ { "type": "int", - "name": "UniqueCheckpointIndex" + "name": "checkpoint" } ], "return_type": "void", @@ -24153,39 +24153,39 @@ "params": [ { "type": "float", - "name": "CentreX" + "name": "x" }, { "type": "float", - "name": "CentreY" + "name": "y" }, { "type": "float", - "name": "Width" + "name": "width" }, { "type": "float", - "name": "Height" + "name": "height" }, { "type": "int", - "name": "R" + "name": "red" }, { "type": "int", - "name": "G" + "name": "green" }, { "type": "int", - "name": "B" + "name": "blue" }, { "type": "int", - "name": "A" + "name": "alpha" }, { "type": "BOOL", - "name": "bStereo" + "name": "p8" }, { "type": "BOOL", @@ -24203,7 +24203,7 @@ "params": [ { "type": "BOOL", - "name": "bValue" + "name": "toggle" } ], "return_type": "void", @@ -24217,7 +24217,7 @@ "params": [ { "type": "int", - "name": "iDrawOrder" + "name": "drawOrder" } ], "return_type": "void", @@ -24231,51 +24231,51 @@ "params": [ { "type": "const char*", - "name": "pTextureDictionaryName" + "name": "textureDict" }, { "type": "const char*", - "name": "pTextureName" + "name": "textureName" }, { "type": "float", - "name": "CentreX" + "name": "screenX" }, { "type": "float", - "name": "CentreY" + "name": "screenY" }, { "type": "float", - "name": "Width" + "name": "width" }, { "type": "float", - "name": "Height" + "name": "height" }, { "type": "float", - "name": "Rotation" + "name": "heading" }, { "type": "int", - "name": "R" + "name": "red" }, { "type": "int", - "name": "G" + "name": "green" }, { "type": "int", - "name": "B" + "name": "blue" }, { "type": "int", - "name": "A" + "name": "alpha" }, { "type": "BOOL", - "name": "DoStereorize" + "name": "p11" } ], "return_type": "void", @@ -24303,7 +24303,7 @@ "params": [ { "type": "BOOL", - "name": "frontend" + "name": "toggle" } ], "return_type": "void", @@ -24317,11 +24317,11 @@ "params": [ { "type": "int*", - "name": "X" + "name": "x" }, { "type": "int*", - "name": "Y" + "name": "y" } ], "return_type": "void", @@ -24377,23 +24377,23 @@ "params": [ { "type": "float", - "name": "vWorldPosX" + "name": "worldX" }, { "type": "float", - "name": "vWorldPosY" + "name": "worldY" }, { "type": "float", - "name": "vWorldPosZ" + "name": "worldZ" }, { "type": "float*", - "name": "fXpos" + "name": "screenX" }, { "type": "float*", - "name": "Ypos" + "name": "screenY" } ], "return_type": "BOOL", @@ -24423,7 +24423,7 @@ "params": [ { "type": "BOOL", - "name": "bState" + "name": "state" } ], "return_type": "void", @@ -24467,19 +24467,19 @@ "params": [ { "type": "int", - "name": "queryIdx" + "name": "point" }, { "type": "float", - "name": "centerX" + "name": "x" }, { "type": "float", - "name": "centerY" + "name": "y" }, { "type": "float", - "name": "centerZ" + "name": "z" }, { "type": "float", @@ -24497,7 +24497,7 @@ "params": [ { "type": "int", - "name": "queryIdx" + "name": "point" } ], "return_type": "BOOL", @@ -24523,7 +24523,7 @@ "params": [ { "type": "int", - "name": "queryIdx" + "name": "point" } ], "return_type": "void", @@ -24549,19 +24549,19 @@ "params": [ { "type": "float", - "name": "centerX" + "name": "x" }, { "type": "float", - "name": "centerY" + "name": "y" }, { "type": "float", - "name": "centerZ" + "name": "z" }, { "type": "float", - "name": "radius" + "name": "p3" }, { "type": "int", @@ -24789,36 +24789,36 @@ "comment": "", "params": [ { - "type": "int", - "name": "cascadeIndex" + "type": "Any", + "name": "p0" }, { "type": "BOOL", - "name": "bEnabled" + "name": "p1" }, { "type": "float", - "name": "x" + "name": "p2" }, { "type": "float", - "name": "y" + "name": "p3" }, { "type": "float", - "name": "z" + "name": "p4" }, { "type": "float", - "name": "radiusScale" + "name": "p5" }, { "type": "BOOL", - "name": "interpolateToDisabled" + "name": "p6" }, { "type": "float", - "name": "interpolationTime" + "name": "p7" } ], "return_type": "void", @@ -24832,7 +24832,7 @@ "params": [ { "type": "BOOL", - "name": "scale" + "name": "toggle" } ], "return_type": "void", @@ -24846,7 +24846,7 @@ "params": [ { "type": "const char*", - "name": "typeStr" + "name": "type" } ], "return_type": "void", @@ -24900,7 +24900,7 @@ "params": [ { "type": "int", - "name": "numFrames" + "name": "unk" } ], "return_type": "void", @@ -24914,7 +24914,7 @@ "params": [ { "type": "BOOL", - "name": "on" + "name": "toggle" } ], "return_type": "void", @@ -24946,27 +24946,27 @@ "params": [ { "type": "BOOL", - "name": "enableOverride" + "name": "p0" }, { "type": "BOOL", - "name": "enableDOF" + "name": "p1" }, { "type": "float", - "name": "dofNearStart" + "name": "p2" }, { "type": "float", - "name": "dofNearEnd" + "name": "p3" }, { "type": "float", - "name": "dofFarStart" + "name": "p4" }, { "type": "float", - "name": "dofFarEnd" + "name": "p5" } ], "return_type": "void", @@ -25080,31 +25080,31 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "float", - "name": "vecPositionX" + "name": "xPos" }, { "type": "float", - "name": "vecPositionY" + "name": "yPos" }, { "type": "float", - "name": "vecPositionZ" + "name": "zPos" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "float", @@ -25112,15 +25112,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" } ], "return_type": "BOOL", @@ -25134,31 +25134,31 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "float", - "name": "vecPositionX" + "name": "xPos" }, { "type": "float", - "name": "vecPositionY" + "name": "yPos" }, { "type": "float", - "name": "vecPositionZ" + "name": "zPos" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "float", @@ -25166,15 +25166,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" } ], "return_type": "BOOL", @@ -25188,39 +25188,39 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Ped", - "name": "pedIndex" + "name": "ped" }, { "type": "float", - "name": "vecPositionX" + "name": "offsetX" }, { "type": "float", - "name": "vecPositionY" + "name": "offsetY" }, { "type": "float", - "name": "vecPositionZ" + "name": "offsetZ" }, { "type": "float", - "name": "vecRotationX" + "name": "rotX" }, { "type": "float", - "name": "vecRotationY" + "name": "rotY" }, { "type": "float", - "name": "vecRotationZ" + "name": "rotZ" }, { "type": "int", - "name": "boneTag" + "name": "boneIndex" }, { "type": "float", @@ -25228,15 +25228,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "axisX" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "axisY" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "axisZ" } ], "return_type": "BOOL", @@ -25250,35 +25250,35 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "float", - "name": "vecPositionX" + "name": "offsetX" }, { "type": "float", - "name": "vecPositionY" + "name": "offsetY" }, { "type": "float", - "name": "vecPositionZ" + "name": "offsetZ" }, { "type": "float", - "name": "vecRotationX" + "name": "rotX" }, { "type": "float", - "name": "vecRotationY" + "name": "rotY" }, { "type": "float", - "name": "vecRotationZ" + "name": "rotZ" }, { "type": "float", @@ -25286,15 +25286,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "axisX" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "axisY" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "axisZ" } ], "return_type": "BOOL", @@ -25308,35 +25308,35 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "float", - "name": "vecPositionX" + "name": "offsetX" }, { "type": "float", - "name": "vecPositionY" + "name": "offsetY" }, { "type": "float", - "name": "vecPositionZ" + "name": "offsetZ" }, { "type": "float", - "name": "vecRotationX" + "name": "rotX" }, { "type": "float", - "name": "vecRotationY" + "name": "rotY" }, { "type": "float", - "name": "vecRotationZ" + "name": "rotZ" }, { "type": "float", @@ -25344,15 +25344,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "axisX" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "axisY" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "axisZ" } ], "return_type": "BOOL", @@ -25426,15 +25426,15 @@ "params": [ { "type": "float", - "name": "colR" + "name": "r" }, { "type": "float", - "name": "colG" + "name": "g" }, { "type": "float", - "name": "colB" + "name": "b" } ], "return_type": "void", @@ -25448,7 +25448,7 @@ "params": [ { "type": "float", - "name": "colA" + "name": "alpha" } ], "return_type": "void", @@ -25482,31 +25482,31 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "float", - "name": "vecPositionX" + "name": "x" }, { "type": "float", - "name": "vecPositionY" + "name": "y" }, { "type": "float", - "name": "vecPositionZ" + "name": "z" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "float", @@ -25514,19 +25514,19 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" }, { "type": "BOOL", - "name": "localOnly" + "name": "p11" } ], "return_type": "int", @@ -25540,39 +25540,39 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Ped", - "name": "pedIndex" + "name": "ped" }, { "type": "float", - "name": "vecPositionX" + "name": "xOffset" }, { "type": "float", - "name": "vecPositionY" + "name": "yOffset" }, { "type": "float", - "name": "vecPositionZ" + "name": "zOffset" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "int", - "name": "boneTag" + "name": "boneIndex" }, { "type": "float", @@ -25580,15 +25580,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" } ], "return_type": "int", @@ -25602,35 +25602,35 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "float", - "name": "vecPositionX" + "name": "xOffset" }, { "type": "float", - "name": "vecPositionY" + "name": "yOffset" }, { "type": "float", - "name": "vecPositionZ" + "name": "zOffset" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "float", @@ -25638,15 +25638,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" } ], "return_type": "int", @@ -25660,35 +25660,35 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "float", - "name": "vecPositionX" + "name": "xOffset" }, { "type": "float", - "name": "vecPositionY" + "name": "yOffset" }, { "type": "float", - "name": "vecPositionZ" + "name": "zOffset" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "int", @@ -25700,15 +25700,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" } ], "return_type": "int", @@ -25722,35 +25722,35 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "float", - "name": "vecPositionX" + "name": "xOffset" }, { "type": "float", - "name": "vecPositionY" + "name": "yOffset" }, { "type": "float", - "name": "vecPositionZ" + "name": "zOffset" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "float", @@ -25758,15 +25758,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" } ], "return_type": "int", @@ -25780,35 +25780,35 @@ "params": [ { "type": "const char*", - "name": "fxName" + "name": "effectName" }, { "type": "Entity", - "name": "entityIndex" + "name": "entity" }, { "type": "float", - "name": "vecPositionX" + "name": "xOffset" }, { "type": "float", - "name": "vecPositionY" + "name": "yOffset" }, { "type": "float", - "name": "vecPositionZ" + "name": "zOffset" }, { "type": "float", - "name": "vecRotationX" + "name": "xRot" }, { "type": "float", - "name": "vecRotationY" + "name": "yRot" }, { "type": "float", - "name": "vecRotationZ" + "name": "zRot" }, { "type": "int", @@ -25820,15 +25820,15 @@ }, { "type": "BOOL", - "name": "invertAxisX" + "name": "xAxis" }, { "type": "BOOL", - "name": "invertAxisY" + "name": "yAxis" }, { "type": "BOOL", - "name": "invertAxisZ" + "name": "zAxis" } ], "return_type": "int", @@ -25842,11 +25842,11 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "BOOL", - "name": "localOnly" + "name": "p1" } ], "return_type": "void", @@ -25860,7 +25860,7 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" } ], "return_type": "BOOL", @@ -25874,31 +25874,31 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "float", - "name": "positionX" + "name": "x" }, { "type": "float", - "name": "positionY" + "name": "y" }, { "type": "float", - "name": "positionZ" + "name": "z" }, { "type": "float", - "name": "vecRotationX" + "name": "rotX" }, { "type": "float", - "name": "vecRotationY" + "name": "rotY" }, { "type": "float", - "name": "vecRotationZ" + "name": "rotZ" } ], "return_type": "void", @@ -25912,19 +25912,19 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "const char*", - "name": "evoName" + "name": "propertyName" }, { "type": "float", - "name": "evoVal" + "name": "amount" }, { "type": "BOOL", - "name": "localOnly" + "name": "noNetwork" } ], "return_type": "void", @@ -25938,23 +25938,23 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "float", - "name": "colR" + "name": "r" }, { "type": "float", - "name": "colG" + "name": "g" }, { "type": "float", - "name": "colB" + "name": "b" }, { "type": "BOOL", - "name": "localOnly" + "name": "p4" } ], "return_type": "void", @@ -25968,11 +25968,11 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "float", - "name": "colA" + "name": "alpha" } ], "return_type": "void", @@ -25986,7 +25986,7 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "float", @@ -26004,11 +26004,11 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "float", - "name": "farClipDist" + "name": "range" } ], "return_type": "void", @@ -26038,11 +26038,11 @@ "params": [ { "type": "int", - "name": "ptfxId" + "name": "ptfxHandle" }, { "type": "BOOL", - "name": "localOnly" + "name": "p1" } ], "return_type": "void", @@ -26056,7 +26056,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "void", @@ -26070,19 +26070,19 @@ "params": [ { "type": "float", - "name": "posX" + "name": "X" }, { "type": "float", - "name": "posY" + "name": "Y" }, { "type": "float", - "name": "posZ" + "name": "Z" }, { "type": "float", - "name": "range" + "name": "radius" } ], "return_type": "void", @@ -26096,7 +26096,7 @@ "params": [ { "type": "const char*", - "name": "ptFxAssetName" + "name": "fxName" } ], "return_type": "void", @@ -26110,11 +26110,11 @@ "params": [ { "type": "const char*", - "name": "ptFxToOverride" + "name": "oldAsset" }, { "type": "const char*", - "name": "ptFxToUseInstead" + "name": "newAsset" } ], "return_type": "void", @@ -26128,7 +26128,7 @@ "params": [ { "type": "const char*", - "name": "ptFxToOverride" + "name": "name" } ], "return_type": "void", @@ -26220,7 +26220,7 @@ "params": [ { "type": "float", - "name": "scale" + "name": "p0" } ], "return_type": "void", @@ -26246,7 +26246,7 @@ "params": [ { "type": "float", - "name": "scale" + "name": "p0" } ], "return_type": "void", @@ -26347,15 +26347,15 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -26373,7 +26373,7 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "obj" } ], "return_type": "void", @@ -26390,84 +26390,84 @@ "name": "p0" }, { - "type": "float", - "name": "posX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "posY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "posZ" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "dirX" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "dirY" + "type": "Any", + "name": "p5" }, { - "type": "float", - "name": "dirZ" + "type": "Any", + "name": "p6" }, { - "type": "float", - "name": "sideX" + "type": "Any", + "name": "p7" }, { - "type": "float", - "name": "sideY" + "type": "Any", + "name": "p8" }, { - "type": "float", - "name": "sideZ" + "type": "Any", + "name": "p9" }, { "type": "Any", "name": "p10" }, { - "type": "float", - "name": "width" + "type": "Any", + "name": "p11" }, { - "type": "float", - "name": "height" + "type": "Any", + "name": "p12" }, { - "type": "float", - "name": "colR" + "type": "Any", + "name": "p13" }, { - "type": "float", - "name": "colG" + "type": "Any", + "name": "p14" }, { - "type": "float", - "name": "colB" + "type": "Any", + "name": "p15" }, { - "type": "float", - "name": "colA" + "type": "Any", + "name": "p16" }, { - "type": "float", - "name": "life" + "type": "Any", + "name": "p17" }, { - "type": "BOOL", - "name": "isLongRange" + "type": "Any", + "name": "p18" }, { - "type": "BOOL", - "name": "isDynamic" + "type": "Any", + "name": "p19" }, { - "type": "BOOL", - "name": "useComplexColn" + "type": "Any", + "name": "p20" }, { "type": "Any", @@ -26592,8 +26592,8 @@ "name": "p0" }, { - "type": "float", - "name": "width" + "type": "Any", + "name": "p1" } ], "return_type": "void", @@ -26607,19 +26607,19 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", - "name": "alphaMult" + "name": "p3" } ], "return_type": "void", @@ -26678,7 +26678,7 @@ "params": [ { "type": "int", - "name": "decalId" + "name": "decal" } ], "return_type": "void", @@ -26692,7 +26692,7 @@ "params": [ { "type": "int", - "name": "decalId" + "name": "decal" } ], "return_type": "BOOL", @@ -26871,7 +26871,7 @@ "params": [ { "type": "const char*", - "name": "ModifierName" + "name": "modifierName" } ], "return_type": "void", @@ -26899,11 +26899,11 @@ "params": [ { "type": "const char*", - "name": "ModifierName" + "name": "modifierName" }, { "type": "float", - "name": "time" + "name": "transitionBlend" } ], "return_type": "void", @@ -26917,7 +26917,7 @@ "params": [ { "type": "float", - "name": "time" + "name": "strength" } ], "return_type": "void", @@ -26989,7 +26989,7 @@ "params": [ { "type": "float", - "name": "value" + "name": "strength" } ], "return_type": "void", @@ -27003,7 +27003,7 @@ "params": [ { "type": "int", - "name": "iChannel" + "name": "channel" } ], "return_type": "void", @@ -27026,7 +27026,7 @@ "params": [ { "type": "float", - "name": "vol" + "name": "volume" } ], "return_type": "void", @@ -27040,39 +27040,39 @@ "params": [ { "type": "float", - "name": "CentreX" + "name": "xPos" }, { "type": "float", - "name": "CentreY" + "name": "yPos" }, { "type": "float", - "name": "Width" + "name": "xScale" }, { "type": "float", - "name": "Height" + "name": "yScale" }, { "type": "float", - "name": "Rotation" + "name": "rotation" }, { "type": "int", - "name": "R" + "name": "red" }, { "type": "int", - "name": "G" + "name": "green" }, { "type": "int", - "name": "B" + "name": "blue" }, { "type": "int", - "name": "A" + "name": "alpha" } ], "return_type": "void", @@ -27086,7 +27086,7 @@ "params": [ { "type": "int", - "name": "iChannel" + "name": "tvChannel" }, { "type": "const char*", @@ -27094,7 +27094,7 @@ }, { "type": "BOOL", - "name": "startFromNow" + "name": "restart" } ], "return_type": "void", @@ -27108,7 +27108,7 @@ "params": [ { "type": "Hash", - "name": "nameHash" + "name": "videoCliphash" } ], "return_type": "BOOL", @@ -27129,7 +27129,7 @@ "params": [ { "type": "BOOL", - "name": "bOnOff" + "name": "toggle" } ], "return_type": "void", @@ -28924,15 +28924,15 @@ "params": [ { "type": "const char*", - "name": "pText" + "name": "text" }, { "type": "int", - "name": "startPoint" + "name": "position" }, { "type": "int", - "name": "endPoint" + "name": "length" } ], "return_type": "const char*", @@ -28946,7 +28946,7 @@ "params": [ { "type": "const char*", - "name": "pTextLabelOfAudioConversation" + "name": "labelName" } ], "return_type": "const char*", @@ -29029,7 +29029,7 @@ "params": [ { "type": "const char*", - "name": "pTextLabel" + "name": "label" } ], "return_type": "BOOL", @@ -29091,7 +29091,7 @@ "params": [ { "type": "const char*", - "name": "pLiteralString" + "name": "string" } ], "return_type": "int", @@ -29105,7 +29105,7 @@ "params": [ { "type": "const char*", - "name": "pLiteralString" + "name": "string" } ], "return_type": "int", @@ -29149,7 +29149,7 @@ "params": [ { "type": "BOOL", - "name": "bDisplayHudFlag" + "name": "toggle" } ], "return_type": "void", @@ -29262,7 +29262,7 @@ "params": [ { "type": "int", - "name": "RenderIndex" + "name": "renderId" } ], "return_type": "void", @@ -29280,7 +29280,7 @@ }, { "type": "BOOL", - "name": "delay" + "name": "p1" } ], "return_type": "BOOL", @@ -29322,7 +29322,7 @@ "params": [ { "type": "Hash", - "name": "ModelHash" + "name": "modelHash" } ], "return_type": "void", @@ -29350,7 +29350,7 @@ "params": [ { "type": "Hash", - "name": "ModelHash" + "name": "modelHash" } ], "return_type": "BOOL", @@ -29498,11 +29498,11 @@ "params": [ { "type": "BOOL", - "name": "bActive" + "name": "p0" }, { "type": "const char*", - "name": "pTextLabel" + "name": "name" } ], "return_type": "void", @@ -29516,11 +29516,11 @@ "params": [ { "type": "BOOL", - "name": "bActive" + "name": "p0" }, { "type": "const char*", - "name": "pMissionName" + "name": "name" } ], "return_type": "void", @@ -29562,23 +29562,23 @@ "params": [ { "type": "float", - "name": "vWorldPosX" + "name": "worldX" }, { "type": "float", - "name": "vWorldPosY" + "name": "worldY" }, { "type": "float", - "name": "vWorldPosZ" + "name": "worldZ" }, { "type": "float*", - "name": "fScreenPosX" + "name": "screenX" }, { "type": "float*", - "name": "fScreenPosY" + "name": "screenY" } ], "return_type": "int", @@ -29624,7 +29624,7 @@ "params": [ { "type": "BOOL", - "name": "bActive" + "name": "active" } ], "return_type": "void", @@ -31331,23 +31331,23 @@ }, { "type": "const char*", - "name": "PlayerName" + "name": "username" }, { "type": "BOOL", - "name": "bCrewTypeIsPrivate" + "name": "pointedClanTag" }, { "type": "BOOL", - "name": "bCrewTagContainsRockstar" + "name": "isRockstarClan" }, { "type": "const char*", - "name": "CrewTag" + "name": "clanTag" }, { "type": "int", - "name": "iCrewRank" + "name": "clanFlag" } ], "return_type": "int", @@ -31377,7 +31377,7 @@ "params": [ { "type": "int", - "name": "iPlayerNum" + "name": "gamerTagId" } ], "return_type": "void", @@ -31391,7 +31391,7 @@ "params": [ { "type": "int", - "name": "iPlayerNum" + "name": "gamerTagId" } ], "return_type": "BOOL", @@ -31485,11 +31485,11 @@ "params": [ { "type": "int", - "name": "iPlayerNum" + "name": "gamerTagId" }, { "type": "const char*", - "name": "PlayerName" + "name": "string" } ], "return_type": "void", @@ -31519,11 +31519,11 @@ "params": [ { "type": "int", - "name": "iPlayerNum" + "name": "gamerTagId" }, { "type": "const char*", - "name": "BigText" + "name": "string" } ], "return_type": "void", @@ -31690,7 +31690,7 @@ "params": [ { "type": "int", - "name": "style" + "name": "spriteId" } ], "return_type": "void", @@ -31734,7 +31734,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" } ], "return_type": "BOOL", @@ -31801,7 +31801,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "void", @@ -31815,15 +31815,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" }, { "type": "Hash", - "name": "RoomKey" + "name": "roomHashKey" } ], "return_type": "void", @@ -31837,7 +31837,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Hash", @@ -31851,7 +31851,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Hash", @@ -31865,7 +31865,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "Interior", @@ -31879,11 +31879,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" } ], "return_type": "void", @@ -31896,12 +31896,12 @@ "comment": "", "params": [ { - "type": "Interior", - "name": "InteriorInstanceIndex" + "type": "int", + "name": "interiorID" }, { "type": "Hash", - "name": "RoomKey" + "name": "roomHashKey" } ], "return_type": "void", @@ -31931,15 +31931,15 @@ "params": [ { "type": "float", - "name": "VecInCoorsX" + "name": "x" }, { "type": "float", - "name": "VecInCoorsY" + "name": "y" }, { "type": "float", - "name": "VecInCoorsZ" + "name": "z" } ], "return_type": "Interior", @@ -31953,7 +31953,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" } ], "return_type": "void", @@ -31967,7 +31967,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" } ], "return_type": "void", @@ -31981,7 +31981,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" } ], "return_type": "BOOL", @@ -31995,7 +31995,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" } ], "return_type": "BOOL", @@ -32009,19 +32009,19 @@ "params": [ { "type": "float", - "name": "VecInCoorsX" + "name": "x" }, { "type": "float", - "name": "VecInCoorsY" + "name": "y" }, { "type": "float", - "name": "VecInCoorsZ" + "name": "z" }, { "type": "const char*", - "name": "Name" + "name": "interiorType" } ], "return_type": "Interior", @@ -32035,19 +32035,19 @@ "params": [ { "type": "float", - "name": "VecInCoorsX" + "name": "x" }, { "type": "float", - "name": "VecInCoorsY" + "name": "y" }, { "type": "float", - "name": "VecInCoorsZ" + "name": "z" }, { "type": "Hash", - "name": "NameHash" + "name": "typeHash" } ], "return_type": "Interior", @@ -32061,15 +32061,15 @@ "params": [ { "type": "float", - "name": "VecInCoorsX" + "name": "x" }, { "type": "float", - "name": "VecInCoorsY" + "name": "y" }, { "type": "float", - "name": "VecInCoorsZ" + "name": "z" } ], "return_type": "BOOL", @@ -32083,18 +32083,18 @@ "params": [ { "type": "float", - "name": "VecInCoorsX" + "name": "x" }, { "type": "float", - "name": "VecInCoorsY" + "name": "y" }, { "type": "float", - "name": "VecInCoorsZ" + "name": "z" } ], - "return_type": "Interior", + "return_type": "int", "build": "1207", "gta_hash": "0xEC4CF9FCB29A4424", "gta_jhash": "0x7ED33DC1" @@ -32105,7 +32105,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" }, { "type": "const char*", @@ -32127,7 +32127,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" }, { "type": "const char*", @@ -32149,7 +32149,7 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" }, { "type": "const char*", @@ -32183,11 +32183,11 @@ "params": [ { "type": "Interior", - "name": "InteriorInstanceIndex" + "name": "interior" }, { "type": "BOOL", - "name": "bDisable" + "name": "toggle" } ], "return_type": "void", @@ -35243,7 +35243,7 @@ "params": [ { "type": "BOOL", - "name": "autoClean" + "name": "p0" } ], "return_type": "ItemSet", @@ -35257,7 +35257,7 @@ "params": [ { "type": "ItemSet", - "name": "itemSet" + "name": "itemset" } ], "return_type": "void", @@ -35271,7 +35271,7 @@ "params": [ { "type": "ItemSet", - "name": "itemSet" + "name": "itemset" } ], "return_type": "BOOL", @@ -35284,12 +35284,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "itemToAdd" + "type": "Entity", + "name": "entity" }, { "type": "ItemSet", - "name": "itemSetToAddTo" + "name": "itemset" } ], "return_type": "BOOL", @@ -35302,12 +35302,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "itemToRemove" + "type": "Entity", + "name": "entity" }, { "type": "ItemSet", - "name": "itemSetToRemoveFrom" + "name": "itemset" } ], "return_type": "void", @@ -35321,7 +35321,7 @@ "params": [ { "type": "ItemSet", - "name": "itemSet" + "name": "itemset" } ], "return_type": "int", @@ -35335,11 +35335,11 @@ "params": [ { "type": "int", - "name": "indexInSet" + "name": "index" }, { "type": "ItemSet", - "name": "itemSet" + "name": "itemset" } ], "return_type": "ScrHandle", @@ -35368,12 +35368,12 @@ "comment": "", "params": [ { - "type": "ScrHandle", - "name": "objToCheck" + "type": "Entity", + "name": "entity" }, { "type": "ItemSet", - "name": "itemSet" + "name": "itemset" } ], "return_type": "BOOL", @@ -35387,7 +35387,7 @@ "params": [ { "type": "ItemSet", - "name": "itemSet" + "name": "itemset" } ], "return_type": "void", @@ -37289,7 +37289,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "Blip", @@ -37588,15 +37588,15 @@ }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" } ], "return_type": "void", @@ -37626,7 +37626,7 @@ "params": [ { "type": "BOOL", - "name": "bSet" + "name": "toggle" } ], "return_type": "void", @@ -37640,19 +37640,19 @@ "params": [ { "type": "Blip", - "name": "BlipIndex" + "name": "blip" }, { "type": "float", - "name": "VecCoorsX" + "name": "posX" }, { "type": "float", - "name": "VecCoorsY" + "name": "posY" }, { "type": "float", - "name": "VecCoorsZ" + "name": "posZ" } ], "return_type": "void", @@ -37666,7 +37666,7 @@ "params": [ { "type": "Blip", - "name": "BlipIndex" + "name": "blip" } ], "return_type": "Vector3", @@ -37718,7 +37718,7 @@ }, { "type": "const char*", - "name": "pTextLabel" + "name": "textLabel" } ], "return_type": "void", @@ -37752,7 +37752,7 @@ }, { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -37766,11 +37766,11 @@ "params": [ { "type": "Blip", - "name": "blipIndex" + "name": "blip" }, { "type": "int", - "name": "iDegrees" + "name": "rotation" } ], "return_type": "void", @@ -37802,7 +37802,7 @@ "params": [ { "type": "Blip*", - "name": "BlipId" + "name": "blip" } ], "return_type": "void", @@ -37816,7 +37816,7 @@ "params": [ { "type": "Blip", - "name": "blipIndex" + "name": "blip" } ], "return_type": "BOOL", @@ -37842,7 +37842,7 @@ "params": [ { "type": "int", - "name": "ZoomValue" + "name": "zoomLevel" } ], "return_type": "void", @@ -37880,7 +37880,7 @@ "params": [ { "type": "Blip", - "name": "BlipIndex" + "name": "blip" } ], "return_type": "BOOL", @@ -37903,11 +37903,11 @@ "params": [ { "type": "int", - "name": "iFlags" + "name": "p0" }, { "type": "float", - "name": "fBlippedRouteDisplayDistance" + "name": "p1" } ], "return_type": "void", @@ -37930,15 +37930,15 @@ "params": [ { "type": "BOOL", - "name": "bOn" + "name": "p0" }, { "type": "int", - "name": "iRouteWidthMiniMap" + "name": "p1" }, { "type": "int", - "name": "iRouteWidthPauseMap" + "name": "p2" } ], "return_type": "void", @@ -37965,7 +37965,7 @@ }, { "type": "BOOL", - "name": "bOnFoot" + "name": "onFoot" }, { "type": "BOOL", @@ -37983,15 +37983,15 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "BOOL", @@ -38009,7 +38009,7 @@ "params": [ { "type": "BOOL", - "name": "bOn" + "name": "toggle" } ], "return_type": "void", @@ -38171,7 +38171,7 @@ "params": [ { "type": "BOOL", - "name": "bDisplayRadarFlag" + "name": "toggle" } ], "return_type": "void", @@ -38250,7 +38250,7 @@ "params": [ { "type": "BOOL", - "name": "bHideFow" + "name": "toggle" } ], "return_type": "void", @@ -38312,15 +38312,15 @@ "params": [ { "type": "float", - "name": "worldPOSX" + "name": "x" }, { "type": "float", - "name": "worldPOSY" + "name": "y" }, { "type": "float", - "name": "worldPOSZ" + "name": "z" }, { "type": "Hash", @@ -38390,7 +38390,7 @@ "params": [ { "type": "int", - "name": "iAngle" + "name": "angle" } ], "return_type": "void", @@ -39285,7 +39285,7 @@ "params": [ { "type": "int", - "name": "NewSeed" + "name": "seed" } ], "return_type": "void", @@ -39299,7 +39299,7 @@ "params": [ { "type": "float", - "name": "fNewTimeScale" + "name": "timeScale" } ], "return_type": "void", @@ -39313,7 +39313,7 @@ "params": [ { "type": "BOOL", - "name": "MissionFlagValue" + "name": "toggle" } ], "return_type": "void", @@ -39348,7 +39348,7 @@ "params": [ { "type": "BOOL", - "name": "bThisScriptIsARandomEvent" + "name": "toggle" } ], "return_type": "void", @@ -39383,11 +39383,11 @@ "params": [ { "type": "const char*", - "name": "CaptionString" + "name": "p0" }, { "type": "const char*", - "name": "CondensedCaptionString" + "name": "p1" } ], "return_type": "void", @@ -39401,7 +39401,7 @@ "params": [ { "type": "const char*", - "name": "SubString" + "name": "p0" } ], "return_type": "void", @@ -39427,11 +39427,11 @@ "params": [ { "type": "const char*", - "name": "commandLineString" + "name": "p0" }, { "type": "const char*", - "name": "labelString" + "name": "p1" } ], "return_type": "void", @@ -39445,7 +39445,7 @@ "params": [ { "type": "const char*", - "name": "commandLineString" + "name": "p0" } ], "return_type": "void", @@ -39511,7 +39511,7 @@ "params": [ { "type": "const char*", - "name": "ContentIdString" + "name": "p0" } ], "return_type": "void", @@ -39688,15 +39688,15 @@ "params": [ { "type": "Hash*", - "name": "prevTypeHashName" + "name": "weatherType1" }, { "type": "Hash*", - "name": "nextTypeHashName" + "name": "weatherType2" }, { "type": "float*", - "name": "interpVal" + "name": "percentWeather2" } ], "return_type": "void", @@ -39710,15 +39710,15 @@ "params": [ { "type": "Hash", - "name": "prevTypeHashName" + "name": "weatherType1" }, { "type": "Hash", - "name": "nextTypeHashName" + "name": "weatherType2" }, { "type": "float", - "name": "interpVal" + "name": "percentWeather2" }, { "type": "BOOL", @@ -39848,7 +39848,7 @@ "params": [ { "type": "float", - "name": "value" + "name": "amplitude" } ], "return_type": "void", @@ -39862,7 +39862,7 @@ "params": [ { "type": "float", - "name": "value" + "name": "maxAmplitude" } ], "return_type": "void", @@ -39896,7 +39896,7 @@ "params": [ { "type": "float", - "name": "WindSpeed" + "name": "speed" } ], "return_type": "void", @@ -39919,7 +39919,7 @@ "params": [ { "type": "float", - "name": "WindDir" + "name": "direction" } ], "return_type": "void", @@ -39942,7 +39942,7 @@ "params": [ { "type": "float", - "name": "RainVal" + "name": "intensity" } ], "return_type": "void", @@ -40142,11 +40142,11 @@ "params": [ { "type": "float", - "name": "MinFloat" + "name": "startRange" }, { "type": "float", - "name": "MaxFloat" + "name": "endRange" } ], "return_type": "float", @@ -40160,11 +40160,11 @@ "params": [ { "type": "int", - "name": "MinInt" + "name": "startRange" }, { "type": "int", - "name": "MaxInt" + "name": "endRange" } ], "return_type": "int", @@ -40178,19 +40178,19 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float*", - "name": "ReturnZ" + "name": "groundZ" }, { "type": "BOOL", @@ -40208,23 +40208,23 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float*", - "name": "ReturnZ" + "name": "groundZ" }, { "type": "Vector3*", - "name": "ReturnNormal" + "name": "normal" } ], "return_type": "BOOL", @@ -40274,7 +40274,7 @@ "params": [ { "type": "float", - "name": "X" + "name": "p0" } ], "return_type": "float", @@ -40288,7 +40288,7 @@ "params": [ { "type": "float", - "name": "X" + "name": "p0" } ], "return_type": "float", @@ -40302,7 +40302,7 @@ "params": [ { "type": "float", - "name": "X" + "name": "p0" } ], "return_type": "float", @@ -40316,7 +40316,7 @@ "params": [ { "type": "float", - "name": "X" + "name": "p0" } ], "return_type": "float", @@ -40330,11 +40330,11 @@ "params": [ { "type": "float", - "name": "Y" + "name": "p0" }, { "type": "float", - "name": "X" + "name": "p1" } ], "return_type": "float", @@ -40348,31 +40348,31 @@ "params": [ { "type": "float", - "name": "VecFirstCoorsX" + "name": "x1" }, { "type": "float", - "name": "VecFirstCoorsY" + "name": "y1" }, { "type": "float", - "name": "VecFirstCoorsZ" + "name": "z1" }, { "type": "float", - "name": "VecSecondCoorsX" + "name": "x2" }, { "type": "float", - "name": "VecSecondCoorsY" + "name": "y2" }, { "type": "float", - "name": "VecSecondCoorsZ" + "name": "z2" }, { "type": "BOOL", - "name": "bCheck3d" + "name": "useZ" } ], "return_type": "float", @@ -40386,19 +40386,19 @@ "params": [ { "type": "float", - "name": "X1" + "name": "x1" }, { "type": "float", - "name": "Y1" + "name": "y1" }, { "type": "float", - "name": "X2" + "name": "x2" }, { "type": "float", - "name": "Y2" + "name": "y2" } ], "return_type": "float", @@ -40412,11 +40412,11 @@ "params": [ { "type": "float", - "name": "VecX" + "name": "dx" }, { "type": "float", - "name": "VecY" + "name": "dy" } ], "return_type": "float", @@ -40430,43 +40430,43 @@ "params": [ { "type": "float", - "name": "rPointToTestX" + "name": "p0" }, { "type": "float", - "name": "rPointToTestY" + "name": "p1" }, { "type": "float", - "name": "rPointToTestZ" + "name": "p2" }, { "type": "float", - "name": "vStartX" + "name": "p3" }, { "type": "float", - "name": "vStartY" + "name": "p4" }, { "type": "float", - "name": "vStartZ" + "name": "p5" }, { "type": "float", - "name": "vEndX" + "name": "p6" }, { "type": "float", - "name": "vEndY" + "name": "p7" }, { "type": "float", - "name": "vEndZ" + "name": "p8" }, { "type": "BOOL", - "name": "bClampToLine" + "name": "p9" } ], "return_type": "Vector3", @@ -40480,55 +40480,55 @@ "params": [ { "type": "float", - "name": "vscrPntAX" + "name": "p0" }, { "type": "float", - "name": "vscrPntAY" + "name": "p1" }, { "type": "float", - "name": "vscrPntAZ" + "name": "p2" }, { "type": "float", - "name": "vscrPntBX" + "name": "p3" }, { "type": "float", - "name": "vscrPntBY" + "name": "p4" }, { "type": "float", - "name": "vscrPntBZ" + "name": "p5" }, { "type": "float", - "name": "vscrPntOnPlaneX" + "name": "p6" }, { "type": "float", - "name": "vscrPntOnPlaneY" + "name": "p7" }, { "type": "float", - "name": "vscrPntOnPlaneZ" + "name": "p8" }, { "type": "float", - "name": "vscrNormalX" + "name": "p9" }, { "type": "float", - "name": "vscrNormalY" + "name": "p10" }, { "type": "float", - "name": "vscrNormalZ" + "name": "p11" }, { "type": "float*", - "name": "fTValue" + "name": "p12" } ], "return_type": "BOOL", @@ -40542,11 +40542,11 @@ "params": [ { "type": "int*", - "name": "Variable" + "name": "address" }, { "type": "int", - "name": "BitIndex" + "name": "offset" } ], "return_type": "void", @@ -40560,11 +40560,11 @@ "params": [ { "type": "int*", - "name": "Variable" + "name": "address" }, { "type": "int", - "name": "BitIndex" + "name": "offset" } ], "return_type": "void", @@ -40662,7 +40662,7 @@ "params": [ { "type": "const char*", - "name": "InputString" + "name": "string" } ], "return_type": "Hash", @@ -40700,47 +40700,47 @@ "params": [ { "type": "float", - "name": "VecCenterCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCenterCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCenterCoorsZ" + "name": "z" }, { "type": "float", - "name": "radius" + "name": "range" }, { "type": "BOOL", - "name": "bBuildingFlag" + "name": "p4" }, { "type": "BOOL", - "name": "bVehicleFlag" + "name": "p5" }, { "type": "BOOL", - "name": "bPedFlag" + "name": "p6" }, { "type": "BOOL", - "name": "bObjectFlag" + "name": "p7" }, { "type": "BOOL", - "name": "bDummyFlag" + "name": "p8" }, { - "type": "Entity", - "name": "ExcludeEntityIndex" + "type": "Any", + "name": "p9" }, { "type": "BOOL", - "name": "bCheckAlive" + "name": "p10" } ], "return_type": "BOOL", @@ -40754,23 +40754,23 @@ "params": [ { "type": "float", - "name": "VecCentreCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCentreCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCentreCoorsZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" }, { "type": "int", - "name": "iFlags" + "name": "flag" } ], "return_type": "void", @@ -40799,36 +40799,36 @@ "comment": "", "params": [ { - "type": "float", - "name": "vecAngledAreaPoint1X" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "vecAngledAreaPoint1Y" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "vecAngledAreaPoint1Z" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "vecAngledAreaPoint2X" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "vecAngledAreaPoint2Y" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "vecAngledAreaPoint2Z" + "type": "Any", + "name": "p5" }, { - "type": "float", - "name": "DistanceOfOppositeFace" + "type": "Any", + "name": "p6" }, { - "type": "int", - "name": "iFlags" + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -40842,7 +40842,7 @@ "params": [ { "type": "BOOL", - "name": "bActive" + "name": "toggle" } ], "return_type": "void", @@ -40865,7 +40865,7 @@ "params": [ { "type": "BOOL", - "name": "bPaused" + "name": "toggle" } ], "return_type": "void", @@ -40879,7 +40879,7 @@ "params": [ { "type": "BOOL", - "name": "bIgnore" + "name": "toggle" } ], "return_type": "void", @@ -40893,7 +40893,7 @@ "params": [ { "type": "BOOL", - "name": "bDoFade" + "name": "toggle" } ], "return_type": "void", @@ -40907,7 +40907,7 @@ "params": [ { "type": "BOOL", - "name": "bFadeIn" + "name": "toggle" } ], "return_type": "void", @@ -40921,35 +40921,35 @@ "params": [ { "type": "BOOL", - "name": "bOverride" + "name": "override" }, { "type": "float", - "name": "vecCoordsX" + "name": "x" }, { "type": "float", - "name": "vecCoordsY" + "name": "y" }, { "type": "float", - "name": "vecCoordsZ" + "name": "z" }, { "type": "float", - "name": "fHeading" + "name": "heading" }, { "type": "BOOL", - "name": "bIsAnAutosave" + "name": "isAutosave" }, { "type": "Vector3*", - "name": "vecReturnCoords" + "name": "returnCoords" }, { "type": "float*", - "name": "fReturnHeading" + "name": "returnHeading" } ], "return_type": "BOOL", @@ -40963,43 +40963,43 @@ "params": [ { "type": "float", - "name": "VecStartCoorsX" + "name": "x1" }, { "type": "float", - "name": "VecStartCoorsY" + "name": "y1" }, { "type": "float", - "name": "VecStartCoorsZ" + "name": "z1" }, { "type": "float", - "name": "VecEndCoorsX" + "name": "x2" }, { "type": "float", - "name": "VecEndCoorsY" + "name": "y2" }, { "type": "float", - "name": "VecEndCoorsZ" + "name": "z2" }, { "type": "int", - "name": "DamageCaused" + "name": "damage" }, { "type": "BOOL", - "name": "bPerfectAccuracy" + "name": "p7" }, { "type": "Hash", - "name": "Weapon" + "name": "weaponHash" }, { "type": "Ped", - "name": "PedIndex" + "name": "ownerPed" }, { "type": "BOOL", @@ -41011,7 +41011,7 @@ }, { "type": "float", - "name": "InitialVelocity" + "name": "speed" }, { "type": "BOOL", @@ -41041,15 +41041,15 @@ "params": [ { "type": "Hash", - "name": "ModelHashKey" + "name": "modelHash" }, { "type": "Vector3*", - "name": "returnMin" + "name": "minimum" }, { "type": "Vector3*", - "name": "returnMax" + "name": "maximum" } ], "return_type": "void", @@ -41139,19 +41139,19 @@ "params": [ { "type": "const char*", - "name": "String1" + "name": "str1" }, { "type": "const char*", - "name": "String2" + "name": "str2" }, { "type": "BOOL", - "name": "bCaseSensitive" + "name": "matchCase" }, { "type": "int", - "name": "numberOfCharactersToCompare" + "name": "maxLength" } ], "return_type": "int", @@ -41165,7 +41165,7 @@ "params": [ { "type": "int", - "name": "n" + "name": "value" } ], "return_type": "int", @@ -41179,7 +41179,7 @@ "params": [ { "type": "float", - "name": "n" + "name": "value" } ], "return_type": "float", @@ -41193,31 +41193,31 @@ "params": [ { "type": "float", - "name": "VecMinCoorsX" + "name": "x1" }, { "type": "float", - "name": "VecMinCoorsY" + "name": "y1" }, { "type": "float", - "name": "VecMinCoorsZ" + "name": "z1" }, { "type": "float", - "name": "VecMaxCoorsX" + "name": "x2" }, { "type": "float", - "name": "VecMaxCoorsY" + "name": "y2" }, { "type": "float", - "name": "VecMaxCoorsZ" + "name": "z2" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "ownedByPlayer" } ], "return_type": "BOOL", @@ -41231,35 +41231,35 @@ "params": [ { "type": "float", - "name": "VecMinCoorsX" + "name": "xMin" }, { "type": "float", - "name": "VecMinCoorsY" + "name": "yMin" }, { "type": "float", - "name": "VecMinCoorsZ" + "name": "zMin" }, { "type": "float", - "name": "VecMaxCoorsX" + "name": "xMax" }, { "type": "float", - "name": "VecMaxCoorsY" + "name": "yMax" }, { "type": "float", - "name": "VecMaxCoorsZ" + "name": "zMax" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponType" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "isPlayer" } ], "return_type": "BOOL", @@ -41273,39 +41273,39 @@ "params": [ { "type": "float", - "name": "vecAngledAreaPoint1X" + "name": "p0" }, { "type": "float", - "name": "vecAngledAreaPoint1Y" + "name": "p1" }, { "type": "float", - "name": "vecAngledAreaPoint1Z" + "name": "p2" }, { "type": "float", - "name": "vecAngledAreaPoint2X" + "name": "p3" }, { "type": "float", - "name": "vecAngledAreaPoint2Y" + "name": "p4" }, { "type": "float", - "name": "vecAngledAreaPoint2Z" + "name": "p5" }, { "type": "float", - "name": "DistanceOfOppositeFace" + "name": "p6" }, { - "type": "Hash", - "name": "WeaponType" + "type": "Any", + "name": "p7" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "p8" } ], "return_type": "BOOL", @@ -41319,27 +41319,27 @@ "params": [ { "type": "float", - "name": "vecCoorsX" + "name": "p0" }, { "type": "float", - "name": "vecCoorsY" + "name": "p1" }, { "type": "float", - "name": "vecCoorsZ" + "name": "p2" }, { - "type": "Hash", - "name": "WeaponType" + "type": "Any", + "name": "p3" }, { "type": "float", - "name": "distance" + "name": "p4" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "p5" } ], "return_type": "BOOL", @@ -41357,7 +41357,7 @@ }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" }, { "type": "float", @@ -41365,11 +41365,11 @@ }, { "type": "Vector3*", - "name": "positionOut" + "name": "outCoords" }, { "type": "BOOL", - "name": "needsToBeStationary" + "name": "p4" }, { "type": "BOOL", @@ -41391,7 +41391,7 @@ }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" }, { "type": "float", @@ -41399,15 +41399,15 @@ }, { "type": "Vector3*", - "name": "positionOut" + "name": "outCoords" }, { - "type": "Entity*", - "name": "EntityIndex" + "type": "Object*", + "name": "outProjectile" }, { "type": "BOOL", - "name": "needsToBeStationary" + "name": "p5" }, { "type": "BOOL", @@ -41425,35 +41425,35 @@ "params": [ { "type": "float", - "name": "VecPos1X" + "name": "p0" }, { "type": "float", - "name": "VecPos1Y" + "name": "p1" }, { "type": "float", - "name": "VecPos1Z" + "name": "p2" }, { "type": "float", - "name": "VecPos2X" + "name": "p3" }, { "type": "float", - "name": "VecPos2Y" + "name": "p4" }, { "type": "float", - "name": "VecPos2Z" + "name": "p5" }, { "type": "float", - "name": "AreaWidth" + "name": "p6" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "p7" } ], "return_type": "BOOL", @@ -41467,23 +41467,23 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "p0" }, { "type": "float", - "name": "VecCoorsY" + "name": "p1" }, { "type": "float", - "name": "VecCoorsZ" + "name": "p2" }, { "type": "float", - "name": "Radius" + "name": "p3" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "p4" } ], "return_type": "BOOL", @@ -41497,31 +41497,31 @@ "params": [ { "type": "float", - "name": "VecMinCoorsX" + "name": "p0" }, { "type": "float", - "name": "VecMinCoorsY" + "name": "p1" }, { "type": "float", - "name": "VecMinCoorsZ" + "name": "p2" }, { "type": "float", - "name": "VecMaxCoorsX" + "name": "p3" }, { "type": "float", - "name": "VecMaxCoorsY" + "name": "p4" }, { "type": "float", - "name": "VecMaxCoorsZ" + "name": "p5" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "p6" } ], "return_type": "BOOL", @@ -41535,27 +41535,27 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "p3" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "p4" }, { "type": "BOOL", - "name": "bEntryOnly" + "name": "p5" } ], "return_type": "BOOL", @@ -41569,35 +41569,35 @@ "params": [ { "type": "float", - "name": "VecMinCoorsX" + "name": "p0" }, { "type": "float", - "name": "VecMinCoorsY" + "name": "p1" }, { "type": "float", - "name": "VecMinCoorsZ" + "name": "p2" }, { "type": "float", - "name": "VecMaxCoorsX" + "name": "p3" }, { "type": "float", - "name": "VecMaxCoorsY" + "name": "p4" }, { "type": "float", - "name": "VecMaxCoorsZ" + "name": "p5" }, { "type": "BOOL", - "name": "bIsPlayer" + "name": "p6" }, { "type": "BOOL", - "name": "bEntryOnly" + "name": "p7" } ], "return_type": "BOOL", @@ -41717,7 +41717,7 @@ "params": [ { "type": "const char*", - "name": "StringToTest" + "name": "string" } ], "return_type": "BOOL", @@ -41731,7 +41731,7 @@ "params": [ { "type": "const char*", - "name": "StringToTest" + "name": "string" } ], "return_type": "BOOL", @@ -41757,11 +41757,11 @@ "params": [ { "type": "const char*", - "name": "String1" + "name": "string1" }, { "type": "const char*", - "name": "String2" + "name": "string2" } ], "return_type": "BOOL", @@ -41826,11 +41826,11 @@ "params": [ { "type": "const char*", - "name": "StringToConvert" + "name": "string" }, { "type": "int*", - "name": "ReturnInteger" + "name": "outInteger" } ], "return_type": "BOOL", @@ -41977,19 +41977,19 @@ "params": [ { "type": "int*", - "name": "VariableToChange" + "name": "var" }, { "type": "int", - "name": "StartBit" + "name": "rangeStart" }, { "type": "int", - "name": "EndBit" + "name": "rangeEnd" }, { "type": "int", - "name": "NewValue" + "name": "p3" } ], "return_type": "void", @@ -42003,15 +42003,15 @@ "params": [ { "type": "int", - "name": "VariableToRead" + "name": "var" }, { "type": "int", - "name": "StartBit" + "name": "rangeStart" }, { "type": "int", - "name": "EndBit" + "name": "rangeEnd" } ], "return_type": "int", @@ -42025,7 +42025,7 @@ "params": [ { "type": "BOOL", - "name": "bDoPause" + "name": "toggle" } ], "return_type": "void", @@ -42039,7 +42039,7 @@ "params": [ { "type": "BOOL", - "name": "bScriptCanBePaused" + "name": "toggle" } ], "return_type": "void", @@ -42053,7 +42053,7 @@ "params": [ { "type": "BOOL", - "name": "bCanRemoveBlipsCreatedByOtherScripts" + "name": "toggle" } ], "return_type": "void", @@ -42162,15 +42162,15 @@ "params": [ { "type": "Any*", - "name": "DestStruct" + "name": "dst" }, { "type": "Any*", - "name": "SourceStruct" + "name": "src" }, { "type": "int", - "name": "Size" + "name": "size" } ], "return_type": "void", @@ -42184,11 +42184,11 @@ "params": [ { "type": "int", - "name": "dispatchType" + "name": "dispatchService" }, { "type": "BOOL", - "name": "bEnable" + "name": "toggle" } ], "return_type": "void", @@ -42202,11 +42202,11 @@ "params": [ { "type": "int", - "name": "dispatchType" + "name": "dispatchService" }, { "type": "BOOL", - "name": "bBlock" + "name": "toggle" } ], "return_type": "void", @@ -42220,39 +42220,39 @@ "params": [ { "type": "int", - "name": "dispatchType" + "name": "dispatchService" }, { "type": "float", - "name": "vLocationX" + "name": "x" }, { "type": "float", - "name": "vLocationY" + "name": "y" }, { "type": "float", - "name": "vLocationZ" + "name": "z" }, { "type": "int", - "name": "iNumUnits" + "name": "numUnits" }, { "type": "float", - "name": "fTime" + "name": "radius" }, { "type": "int*", - "name": "incidentIndex" + "name": "outIncidentID" }, { - "type": "Hash", - "name": "iOverrideRelGroupHash" + "type": "Any", + "name": "p7" }, { - "type": "int", - "name": "assassinsLevel" + "type": "Any", + "name": "p8" } ], "return_type": "BOOL", @@ -42302,7 +42302,7 @@ "params": [ { "type": "int", - "name": "incidentIndex" + "name": "incidentId" } ], "return_type": "void", @@ -42316,7 +42316,7 @@ "params": [ { "type": "int", - "name": "incidentIndex" + "name": "incidentId" } ], "return_type": "BOOL", @@ -42342,27 +42342,27 @@ "params": [ { "type": "float", - "name": "minWSX" + "name": "x1" }, { "type": "float", - "name": "minWSY" + "name": "y1" }, { "type": "float", - "name": "minWSZ" + "name": "z1" }, { "type": "float", - "name": "maxWSX" + "name": "x2" }, { "type": "float", - "name": "maxWSY" + "name": "y2" }, { "type": "float", - "name": "maxWSZ" + "name": "z2" }, { "type": "float", @@ -42374,11 +42374,11 @@ }, { "type": "BOOL", - "name": "localOnly" + "name": "p8" }, { "type": "BOOL", - "name": "bCameraGlobalMultiplier" + "name": "p9" } ], "return_type": "int", @@ -42392,7 +42392,7 @@ "params": [ { "type": "int", - "name": "index" + "name": "id" } ], "return_type": "BOOL", @@ -42406,11 +42406,11 @@ "params": [ { "type": "int", - "name": "index" + "name": "id" }, { "type": "BOOL", - "name": "localOnly" + "name": "p1" } ], "return_type": "void", @@ -42586,8 +42586,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "iIndex" + "type": "Any", + "name": "p0" } ], "return_type": "void", @@ -42610,15 +42610,15 @@ "params": [ { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" }, { "type": "int", @@ -42645,35 +42645,35 @@ "params": [ { "type": "int", - "name": "keyboardTypeFlag" + "name": "textType" }, { "type": "const char*", - "name": "prompt" + "name": "windowTitle" }, { "type": "const char*", - "name": "description" + "name": "p2" }, { "type": "const char*", - "name": "initialValue1" + "name": "defaultText" }, { "type": "const char*", - "name": "initialValue2" + "name": "defaultConcat1" }, { "type": "const char*", - "name": "initialValue3" + "name": "defaultConcat2" }, { "type": "const char*", - "name": "initialValue4" + "name": "defaultConcat3" }, { "type": "int", - "name": "maxLength" + "name": "maxInputLength" } ], "return_type": "void", @@ -42728,11 +42728,11 @@ "params": [ { "type": "Hash", - "name": "iActionHash" + "name": "hash" }, { "type": "BOOL", - "name": "bEnable" + "name": "enable" } ], "return_type": "void", @@ -42764,8 +42764,8 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "PedIndex" + "type": "Player", + "name": "player" } ], "return_type": "void", @@ -42790,8 +42790,8 @@ "name": "numPlayers" }, { - "type": "int", - "name": "localPlayerIndex" + "type": "Any", + "name": "p3" } ], "return_type": "void", @@ -42813,8 +42813,8 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "pedIndex" + "type": "int", + "name": "part" }, { "type": "int", @@ -42839,16 +42839,16 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "pedIndex" + "type": "Any", + "name": "p0" }, { - "type": "int*", - "name": "time" + "type": "Any*", + "name": "p1" }, { - "type": "int*", - "name": "position" + "type": "Any*", + "name": "p2" } ], "return_type": "BOOL", @@ -44682,7 +44682,7 @@ "params": [ { "type": "int", - "name": "nGamerIndex" + "name": "p0" } ], "return_type": "BOOL", @@ -44696,7 +44696,7 @@ "params": [ { "type": "int", - "name": "nGamerIndex" + "name": "p0" } ], "return_type": "BOOL", @@ -44806,7 +44806,7 @@ "params": [ { "type": "int*", - "name": "nAccessCode" + "name": "loadingState" } ], "return_type": "BOOL", @@ -45323,15 +45323,15 @@ "params": [ { "type": "int*", - "name": "nHour" + "name": "hours" }, { "type": "int*", - "name": "nMinute" + "name": "minutes" }, { "type": "int*", - "name": "nSecond" + "name": "seconds" } ], "return_type": "void", @@ -45562,7 +45562,7 @@ "params": [ { "type": "BOOL", - "name": "bReady" + "name": "toggle" } ], "return_type": "void", @@ -46160,7 +46160,7 @@ "params": [ { "type": "int", - "name": "nSeed" + "name": "seed" } ], "return_type": "void", @@ -46174,11 +46174,11 @@ "params": [ { "type": "int", - "name": "nMinimum" + "name": "rangeStart" }, { "type": "int", - "name": "nMaximum" + "name": "rangeEnd" } ], "return_type": "int", @@ -46192,15 +46192,15 @@ "params": [ { "type": "int", - "name": "MaxNumPlayers" + "name": "maxNumMissionParticipants" }, { "type": "BOOL", - "name": "activeInSinglePlayer" + "name": "p1" }, { "type": "int", - "name": "InstanceId" + "name": "instanceId" } ], "return_type": "void", @@ -46249,16 +46249,16 @@ "comment": "", "params": [ { - "type": "Any*", - "name": "Address" + "type": "Any", + "name": "p0" }, { - "type": "int", - "name": "Size" + "type": "Any", + "name": "p1" }, { - "type": "const char*", - "name": "DebugName" + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -46283,16 +46283,16 @@ "comment": "", "params": [ { - "type": "Any*", - "name": "Address" + "type": "Any", + "name": "p0" }, { - "type": "int", - "name": "Size" + "type": "Any", + "name": "p1" }, { - "type": "const char*", - "name": "DebugName" + "type": "Any", + "name": "p2" } ], "return_type": "void", @@ -46326,11 +46326,11 @@ "comment": "", "params": [ { - "type": "int", - "name": "Participant" + "type": "Player", + "name": "player" } ], - "return_type": "Player", + "return_type": "int", "build": "1207", "gta_hash": "0x24FB80D107371267", "gta_jhash": "0xBE1C1506" @@ -46340,8 +46340,8 @@ "comment": "", "params": [ { - "type": "Player", - "name": "Plr" + "type": "int", + "name": "index" } ], "return_type": "int", @@ -46355,7 +46355,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Player", @@ -46378,7 +46378,7 @@ "params": [ { "type": "Player", - "name": "Plr" + "name": "player" } ], "return_type": "BOOL", @@ -46401,7 +46401,7 @@ "params": [ { "type": "int", - "name": "Participant" + "name": "p0" } ], "return_type": "BOOL", @@ -46415,7 +46415,7 @@ "params": [ { "type": "Player", - "name": "Plr" + "name": "player" } ], "return_type": "BOOL", @@ -46429,7 +46429,7 @@ "params": [ { "type": "Player", - "name": "Plr" + "name": "player" } ], "return_type": "BOOL", @@ -46450,7 +46450,7 @@ "name": "NETWORK_GET_HOST_OF_THIS_SCRIPT", "comment": "", "params": [], - "return_type": "int", + "return_type": "Player", "build": "1232", "gta_hash": "0xC7B4D79B01FA7A5C", "gta_jhash": "0x89EA7B54" @@ -46465,7 +46465,7 @@ }, { "type": "int", - "name": "instanceId" + "name": "p1" }, { "type": "int", @@ -46508,11 +46508,11 @@ }, { "type": "int", - "name": "instanceId" + "name": "p1" }, { "type": "BOOL", - "name": "localOnly" + "name": "p2" }, { "type": "int", @@ -46586,7 +46586,7 @@ }, { "type": "Hash", - "name": "positionHash" + "name": "position" } ], "return_type": "int", @@ -46609,15 +46609,15 @@ "params": [ { "type": "Player", - "name": "Plr" + "name": "p0" }, { - "type": "const char*", - "name": "scriptName" + "type": "Any*", + "name": "p1" }, { - "type": "int", - "name": "instanceId" + "type": "Any", + "name": "p2" } ], "return_type": "BOOL", @@ -46650,7 +46650,7 @@ "name": "PARTICIPANT_ID", "comment": "Return the local Participant ID", "params": [], - "return_type": "int", + "return_type": "Player", "build": "1207", "gta_hash": "0x90986E8876CE0A83", "gta_jhash": "0x9C35A221" @@ -46670,14 +46670,14 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netId" }, { "type": "Hash*", - "name": "TypeOfWeapon" + "name": "weaponHash" } ], - "return_type": "Player", + "return_type": "int", "build": "1207", "gta_hash": "0x7A1ADEEF01740A24", "gta_jhash": "0x4FCA6436" @@ -46724,15 +46724,15 @@ "params": [ { "type": "Player", - "name": "playerIndexDamager" + "name": "player" }, { "type": "Entity", - "name": "entityDamaged" + "name": "entity" }, { "type": "int*", - "name": "damageDealt" + "name": "p2" } ], "return_type": "BOOL", @@ -46746,11 +46746,11 @@ "params": [ { "type": "Player", - "name": "Plr" + "name": "player" }, { "type": "Hash*", - "name": "TypeOfWeapon" + "name": "weaponHash" } ], "return_type": "Entity", @@ -46764,19 +46764,19 @@ "params": [ { "type": "float", - "name": "PosX" + "name": "x" }, { "type": "float", - "name": "PosY" + "name": "y" }, { "type": "float", - "name": "PosZ" + "name": "z" }, { "type": "float", - "name": "Heading" + "name": "heading" }, { "type": "int", @@ -46818,7 +46818,7 @@ "params": [ { "type": "int", - "name": "invincibilityTime" + "name": "time" } ], "return_type": "void", @@ -46832,7 +46832,7 @@ "params": [ { "type": "BOOL", - "name": "bSyncLookAt" + "name": "toggle" } ], "return_type": "void", @@ -46846,7 +46846,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -46860,7 +46860,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "int", @@ -46874,7 +46874,7 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netId" } ], "return_type": "Entity", @@ -46888,7 +46888,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -46902,7 +46902,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "void", @@ -46916,7 +46916,7 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netID" } ], "return_type": "BOOL", @@ -46942,7 +46942,7 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netId" } ], "return_type": "BOOL", @@ -46956,7 +46956,7 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netId" } ], "return_type": "BOOL", @@ -46970,7 +46970,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -47008,7 +47008,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -47022,7 +47022,7 @@ "params": [ { "type": "Pickup", - "name": "pickupIndex" + "name": "pickup" } ], "return_type": "BOOL", @@ -47072,7 +47072,7 @@ "params": [ { "type": "Vehicle", - "name": "vehID" + "name": "vehicle" } ], "return_type": "int", @@ -47086,7 +47086,7 @@ "params": [ { "type": "Ped", - "name": "pedID" + "name": "ped" } ], "return_type": "int", @@ -47100,7 +47100,7 @@ "params": [ { "type": "Object", - "name": "objID" + "name": "object" } ], "return_type": "int", @@ -47126,7 +47126,7 @@ "params": [ { "type": "int", - "name": "netID" + "name": "netHandle" } ], "return_type": "Vehicle", @@ -47140,7 +47140,7 @@ "params": [ { "type": "int", - "name": "netID" + "name": "netHandle" } ], "return_type": "Ped", @@ -47154,7 +47154,7 @@ "params": [ { "type": "int", - "name": "netID" + "name": "netHandle" } ], "return_type": "Object", @@ -47168,7 +47168,7 @@ "params": [ { "type": "int", - "name": "netID" + "name": "netHandle" } ], "return_type": "Entity", @@ -47244,7 +47244,7 @@ "params": [ { "type": "Player", - "name": "playerIndex" + "name": "player" }, { "type": "Any*", @@ -47262,7 +47262,7 @@ "params": [ { "type": "Player", - "name": "playerIndex" + "name": "player" } ], "return_type": "Hash", @@ -47309,11 +47309,11 @@ "params": [ { "type": "Any*", - "name": "gamerHandles" + "name": "p0" }, { - "type": "int", - "name": "count" + "type": "Any", + "name": "p1" } ], "return_type": "int", @@ -47326,16 +47326,16 @@ "comment": "Hardcoded to return zero.", "params": [ { - "type": "int", - "name": "requestId" + "type": "Any", + "name": "p0" }, { "type": "Any", - "name": "displayNames" + "name": "p1" }, { - "type": "int", - "name": "count" + "type": "Any", + "name": "p2" } ], "return_type": "int", @@ -47698,7 +47698,7 @@ "params": [ { "type": "BOOL", - "name": "friendlyFire" + "name": "toggle" } ], "return_type": "void", @@ -47712,19 +47712,19 @@ "params": [ { "type": "int", - "name": "id" + "name": "p0" }, { "type": "Any*", - "name": "data" + "name": "p1" }, { "type": "int", - "name": "sizeOfData" + "name": "p2" }, { "type": "int", - "name": "numFields" + "name": "p3" } ], "return_type": "void", @@ -47871,11 +47871,11 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netId" }, { "type": "BOOL", - "name": "ExistsOnAll" + "name": "toggle" } ], "return_type": "void", @@ -47889,15 +47889,15 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netId" }, { "type": "Player", - "name": "PlayerId" + "name": "player" }, { "type": "BOOL", - "name": "AlwaysExistsForPlayer" + "name": "toggle" } ], "return_type": "void", @@ -47944,11 +47944,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "Exists" + "name": "toggle" } ], "return_type": "void", @@ -47974,16 +47974,16 @@ "comment": "", "params": [ { - "type": "int", - "name": "NetworkId" + "type": "Any", + "name": "p0" }, { - "type": "BOOL", - "name": "Visible" + "type": "Any", + "name": "p1" }, { - "type": "BOOL", - "name": "RemotelyVisible" + "type": "Any", + "name": "p2" }, { "type": "Any", @@ -48001,7 +48001,7 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netId" } ], "return_type": "BOOL", @@ -48027,11 +48027,11 @@ "params": [ { "type": "BOOL", - "name": "LocallyVisible" + "name": "local" }, { "type": "BOOL", - "name": "RemotelyVisible" + "name": "remote" }, { "type": "int", @@ -48061,7 +48061,7 @@ "params": [ { "type": "BOOL", - "name": "bIncludePlayersVehicle" + "name": "p0" } ], "return_type": "void", @@ -48075,11 +48075,11 @@ "params": [ { "type": "Player", - "name": "PlayerId" + "name": "player" }, { "type": "BOOL", - "name": "bIncludePlayersVehicle" + "name": "toggle" } ], "return_type": "void", @@ -48093,11 +48093,11 @@ "params": [ { "type": "Player", - "name": "PlayerId" + "name": "player" }, { "type": "BOOL", - "name": "bIncludePlayersVehicle" + "name": "toggle" } ], "return_type": "void", @@ -48111,15 +48111,15 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "Visible" + "name": "p1" }, { "type": "BOOL", - "name": "RemotelyVisible" + "name": "p2" }, { "type": "int", @@ -48165,7 +48165,7 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netID" } ], "return_type": "BOOL", @@ -48179,11 +48179,11 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netID" }, { "type": "BOOL", - "name": "ActivateTracker" + "name": "toggle" } ], "return_type": "void", @@ -48196,24 +48196,24 @@ "comment": "", "params": [ { - "type": "float", - "name": "PosX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "PosY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "PosZ" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "minRadius" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "maxRadius" + "type": "Any", + "name": "p4" } ], "return_type": "BOOL", @@ -48226,28 +48226,28 @@ "comment": "", "params": [ { - "type": "Player", - "name": "PlayerId" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "PosX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "PosY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "PosZ" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "minRadius" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "maxRadius" + "type": "Any", + "name": "p5" } ], "return_type": "BOOL", @@ -48273,7 +48273,7 @@ "params": [ { "type": "int", - "name": "NumObjectsToReserve" + "name": "amount" } ], "return_type": "void", @@ -48299,7 +48299,7 @@ "params": [ { "type": "int", - "name": "NumPedsToReserve" + "name": "amount" } ], "return_type": "void", @@ -48325,7 +48325,7 @@ "params": [ { "type": "int", - "name": "NumVehiclesToReserve" + "name": "amount" } ], "return_type": "void", @@ -48351,7 +48351,7 @@ "params": [ { "type": "int", - "name": "NumObjectsToRegister" + "name": "amount" } ], "return_type": "BOOL", @@ -48365,7 +48365,7 @@ "params": [ { "type": "int", - "name": "NumPedsToRegister" + "name": "amount" } ], "return_type": "BOOL", @@ -48379,7 +48379,7 @@ "params": [ { "type": "int", - "name": "NumVehiclesToRegister" + "name": "amount" } ], "return_type": "BOOL", @@ -48405,19 +48405,19 @@ "params": [ { "type": "int", - "name": "NumPedsToRegister" + "name": "ped_amt" }, { "type": "int", - "name": "NumVehiclesToRegister" + "name": "vehicle_amt" }, { "type": "int", - "name": "NumObjectsToRegister" + "name": "object_amt" }, { "type": "int", - "name": "NumPickupsToRegister" + "name": "pickup_amt" } ], "return_type": "BOOL", @@ -48431,7 +48431,7 @@ "params": [ { "type": "BOOL", - "name": "bForAllScripts" + "name": "p0" } ], "return_type": "int", @@ -48445,7 +48445,7 @@ "params": [ { "type": "BOOL", - "name": "bForAllScripts" + "name": "p0" } ], "return_type": "int", @@ -48459,7 +48459,7 @@ "params": [ { "type": "BOOL", - "name": "bForAllScripts" + "name": "p0" } ], "return_type": "int", @@ -48485,7 +48485,7 @@ "params": [ { "type": "BOOL", - "name": "bForAllScripts" + "name": "p0" } ], "return_type": "int", @@ -48499,7 +48499,7 @@ "params": [ { "type": "BOOL", - "name": "bForAllScripts" + "name": "p0" } ], "return_type": "int", @@ -48513,7 +48513,7 @@ "params": [ { "type": "BOOL", - "name": "bForAllScripts" + "name": "p0" } ], "return_type": "int", @@ -48575,35 +48575,35 @@ "params": [ { "type": "float", - "name": "locationX" + "name": "x" }, { "type": "float", - "name": "locationY" + "name": "y" }, { "type": "float", - "name": "locationZ" + "name": "z" }, { "type": "BOOL", - "name": "includeLocalScripts" + "name": "p3" }, { "type": "int*", - "name": "numReservedPeds" + "name": "peds" }, { "type": "int*", - "name": "numReservedVehicles" + "name": "vehicles" }, { "type": "int*", - "name": "numReservedObjects" + "name": "objects" }, { "type": "int*", - "name": "numReservedPickups" + "name": "pickups" } ], "return_type": "void", @@ -48868,11 +48868,11 @@ "params": [ { "type": "int", - "name": "Time1" + "name": "timeA" }, { "type": "int", - "name": "Offset" + "name": "timeB" } ], "return_type": "int", @@ -48886,11 +48886,11 @@ "params": [ { "type": "int", - "name": "Time1" + "name": "timeA" }, { "type": "int", - "name": "Time2" + "name": "timeB" } ], "return_type": "BOOL", @@ -48904,11 +48904,11 @@ "params": [ { "type": "int", - "name": "Time1" + "name": "timeA" }, { "type": "int", - "name": "Time2" + "name": "timeB" } ], "return_type": "BOOL", @@ -48922,11 +48922,11 @@ "params": [ { "type": "int", - "name": "Time1" + "name": "timeA" }, { "type": "int", - "name": "Time2" + "name": "timeB" } ], "return_type": "int", @@ -48949,11 +48949,11 @@ "params": [ { "type": "int", - "name": "nContentIndex" + "name": "posixTime" }, { "type": "Any*", - "name": "sDate" + "name": "timeStructure" } ], "return_type": "void", @@ -48967,11 +48967,11 @@ "params": [ { "type": "BOOL", - "name": "InSpectatorMode" + "name": "toggle" }, { - "type": "Player", - "name": "playerIndex" + "type": "Ped", + "name": "playerPed" } ], "return_type": "void", @@ -49066,7 +49066,7 @@ "params": [ { "type": "Player", - "name": "playerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -49124,7 +49124,7 @@ "params": [ { "type": "BOOL", - "name": "bSet" + "name": "toggle" } ], "return_type": "void", @@ -49138,7 +49138,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -49664,11 +49664,11 @@ "params": [ { "type": "Player", - "name": "FirstPlayerIndex" + "name": "player" }, { - "type": "Player", - "name": "SecondPlayerIndex" + "type": "int", + "name": "index" } ], "return_type": "BOOL", @@ -49757,11 +49757,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "Conceal" + "name": "toggle" } ], "return_type": "void", @@ -49775,7 +49775,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -49971,7 +49971,7 @@ "params": [ { "type": "int", - "name": "NetworkId" + "name": "netID" } ], "return_type": "void", @@ -49999,7 +49999,7 @@ "params": [ { "type": "int", - "name": "nRequestID" + "name": "id" } ], "return_type": "BOOL", @@ -50013,7 +50013,7 @@ "params": [ { "type": "int", - "name": "nRequestID" + "name": "id" } ], "return_type": "BOOL", @@ -50591,23 +50591,23 @@ "params": [ { "type": "const char*", - "name": "szContentType" + "name": "contentTypeName" }, { "type": "const char*", - "name": "szContentID" + "name": "contentId" }, { "type": "int", - "name": "nFileID" + "name": "fileId" }, { "type": "int", - "name": "nFileVersion" + "name": "fileVersion" }, { "type": "int", - "name": "nLanguage" + "name": "languageId" } ], "return_type": "int", @@ -50621,7 +50621,7 @@ "params": [ { "type": "Hash", - "name": "nHash" + "name": "description" } ], "return_type": "int", @@ -50635,7 +50635,7 @@ "params": [ { "type": "Hash", - "name": "nHash" + "name": "description" } ], "return_type": "BOOL", @@ -50649,7 +50649,7 @@ "params": [ { "type": "Hash", - "name": "nHash" + "name": "description" } ], "return_type": "BOOL", @@ -50663,7 +50663,7 @@ "params": [ { "type": "Hash", - "name": "nHash" + "name": "description" } ], "return_type": "BOOL", @@ -50677,11 +50677,11 @@ "params": [ { "type": "Hash", - "name": "nHash" + "name": "description" }, { "type": "int", - "name": "nMaxLength" + "name": "length" } ], "return_type": "const char*", @@ -50695,7 +50695,7 @@ "params": [ { "type": "Hash", - "name": "nHash" + "name": "description" } ], "return_type": "BOOL", @@ -50718,7 +50718,7 @@ "params": [ { "type": "BOOL", - "name": "bFromOffline" + "name": "p0" } ], "return_type": "void", @@ -50732,7 +50732,7 @@ "params": [ { "type": "int", - "name": "nLanguage" + "name": "languageId" } ], "return_type": "BOOL", @@ -50888,15 +50888,15 @@ }, { "type": "const char*", - "name": "cloudPath" + "name": "filePath" }, { "type": "const char*", - "name": "textureName" + "name": "name" }, { "type": "BOOL", - "name": "useCacheWithoutCloudChecks" + "name": "p3" } ], "return_type": "int", @@ -50933,28 +50933,28 @@ "comment": "", "params": [ { - "type": "const char*", - "name": "contentID" + "type": "Any*", + "name": "p0" }, { - "type": "int", - "name": "nFileID" + "type": "Any", + "name": "p1" }, { - "type": "int", - "name": "nFileVersion" + "type": "Any", + "name": "p2" }, { - "type": "int", - "name": "nLanguage" + "type": "Any", + "name": "p3" }, { - "type": "const char*", - "name": "textureName" + "type": "Any*", + "name": "p4" }, { "type": "BOOL", - "name": "useCacheWithoutCloudChecks" + "name": "p5" } ], "return_type": "int", @@ -50984,7 +50984,7 @@ "params": [ { "type": "int", - "name": "textureDownloadHandle" + "name": "textureDownloadId" } ], "return_type": "void", @@ -51010,7 +51010,7 @@ "params": [ { "type": "int", - "name": "textureDownloadHandle" + "name": "textureDownloadId" } ], "return_type": "const char*", @@ -51024,7 +51024,7 @@ "params": [ { "type": "int", - "name": "textureDownloadHandle" + "name": "textureDownloadId" } ], "return_type": "int", @@ -51075,7 +51075,7 @@ "params": [ { "type": "int", - "name": "privilegeId" + "name": "index" } ], "return_type": "BOOL", @@ -51089,7 +51089,7 @@ "params": [ { "type": "Any*", - "name": "hGamer" + "name": "gamerHandle" } ], "return_type": "int", @@ -51405,7 +51405,7 @@ "params": [ { "type": "BOOL", - "name": "flag" + "name": "toggle" } ], "return_type": "void", @@ -51431,11 +51431,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "CanModify" + "name": "toggle" } ], "return_type": "void", @@ -51449,7 +51449,7 @@ "params": [ { "type": "Player", - "name": "localGamerIndex" + "name": "player" } ], "return_type": "void", @@ -51472,7 +51472,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -51487,7 +51487,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "float", @@ -51502,7 +51502,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "float", @@ -51517,7 +51517,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "float", @@ -51532,7 +51532,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "int", @@ -51547,7 +51547,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "int", @@ -51562,7 +51562,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "int", @@ -51649,11 +51649,11 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", - "name": "shouldTrigger" + "name": "p1" } ], "return_type": "void", @@ -52292,31 +52292,31 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "modelHash" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "x" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "y" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "z" }, { "type": "BOOL", - "name": "RegisterAsNetworkObject" + "name": "isNetwork" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "bScriptHostObj" }, { "type": "BOOL", - "name": "ForceToBeObject" + "name": "dynamic" }, { "type": "BOOL", @@ -52338,31 +52338,31 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "modelHash" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "x" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "y" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "z" }, { "type": "BOOL", - "name": "RegisterAsNetworkObject" + "name": "isNetwork" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "bScriptHostObj" }, { "type": "BOOL", - "name": "ForceToBeObject" + "name": "dynamic" }, { "type": "BOOL", @@ -52380,7 +52380,7 @@ "params": [ { "type": "Object*", - "name": "ObjectIndex" + "name": "object" } ], "return_type": "void", @@ -52394,7 +52394,7 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" }, { "type": "BOOL", @@ -52412,35 +52412,35 @@ "params": [ { "type": "Object", - "name": "ObjectID" + "name": "object" }, { "type": "float", - "name": "VecDestCoorstX" + "name": "toX" }, { "type": "float", - "name": "VecDestCoorstY" + "name": "toY" }, { "type": "float", - "name": "VecDestCoorstZ" + "name": "toZ" }, { "type": "float", - "name": "VecIncrementX" + "name": "speedX" }, { "type": "float", - "name": "VecIncrementY" + "name": "speedY" }, { "type": "float", - "name": "VecIncrementZ" + "name": "speedZ" }, { "type": "BOOL", - "name": "StopOnCollision" + "name": "collision" } ], "return_type": "BOOL", @@ -52454,11 +52454,11 @@ "params": [ { "type": "Object", - "name": "ObjectID" + "name": "object" }, { "type": "BOOL", - "name": "Targettable" + "name": "targettable" } ], "return_type": "void", @@ -52556,35 +52556,35 @@ "params": [ { "type": "float", - "name": "scrVecCentreCoorsX" + "name": "x" }, { "type": "float", - "name": "scrVecCentreCoorsY" + "name": "y" }, { "type": "float", - "name": "scrVecCentreCoorsZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" }, { "type": "Hash", - "name": "ObjectModelHashKey" + "name": "modelHash" }, { "type": "BOOL", - "name": "RegisterAsScriptObject" + "name": "missionScriptObject" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "scriptHostObject" }, { "type": "BOOL", - "name": "RegisterAsNetworkObject" + "name": "networkObject" } ], "return_type": "Object", @@ -52597,8 +52597,8 @@ "comment": "", "params": [ { - "type": "Object", - "name": "ObjectID" + "type": "Any", + "name": "p0" } ], "return_type": "BOOL", @@ -52612,27 +52612,27 @@ "params": [ { "type": "float", - "name": "scrVecCoorsX" + "name": "p0" }, { "type": "float", - "name": "scrVecCoorsY" + "name": "p1" }, { "type": "float", - "name": "scrVecCoorsZ" + "name": "p2" }, { "type": "float", - "name": "Radius" + "name": "p3" }, { "type": "Hash", - "name": "model" + "name": "modelHash" }, { - "type": "int", - "name": "SearchFlags" + "type": "Any", + "name": "p5" } ], "return_type": "BOOL", @@ -52646,31 +52646,31 @@ "params": [ { "type": "float", - "name": "vPosX" + "name": "xPos" }, { "type": "float", - "name": "vPosY" + "name": "yPos" }, { "type": "float", - "name": "vPosZ" + "name": "zPos" }, { "type": "float", - "name": "fHeading" + "name": "heading" }, { "type": "float", - "name": "vOffsetX" + "name": "xOffset" }, { "type": "float", - "name": "vOffsetY" + "name": "yOffset" }, { "type": "float", - "name": "vOffsetZ" + "name": "zOffset" } ], "return_type": "Vector3", @@ -52732,7 +52732,7 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" } ], "return_type": "void", @@ -52746,7 +52746,7 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" }, { "type": "int", @@ -52764,7 +52764,7 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" } ], "return_type": "int", @@ -52778,11 +52778,11 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" }, { "type": "float", - "name": "fAutomaticRate" + "name": "rate" } ], "return_type": "void", @@ -52796,11 +52796,11 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" }, { "type": "float", - "name": "fAutomaticDistance" + "name": "distance" } ], "return_type": "void", @@ -52842,11 +52842,11 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" }, { "type": "float", - "name": "fOpenRatio" + "name": "ajar" }, { "type": "BOOL", @@ -52964,7 +52964,7 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" } ], "return_type": "float", @@ -53110,7 +53110,7 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" } ], "return_type": "BOOL", @@ -53124,7 +53124,7 @@ "params": [ { "type": "Hash", - "name": "doorEnumHash" + "name": "doorHash" } ], "return_type": "BOOL", @@ -53206,27 +53206,27 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" }, { "type": "Hash", - "name": "ModelIndex" + "name": "hash" }, { "type": "BOOL", - "name": "checkPhysicsExists" + "name": "p5" } ], "return_type": "BOOL", @@ -53240,51 +53240,51 @@ "params": [ { "type": "float", - "name": "VecPointX" + "name": "p0" }, { "type": "float", - "name": "VecPointY" + "name": "p1" }, { "type": "float", - "name": "VecPointZ" + "name": "p2" }, { "type": "float", - "name": "VecCoors1X" + "name": "p3" }, { "type": "float", - "name": "VecCoors1Y" + "name": "p4" }, { "type": "float", - "name": "VecCoors1Z" + "name": "p5" }, { "type": "float", - "name": "VecCoors2X" + "name": "p6" }, { "type": "float", - "name": "VecCoors2Y" + "name": "p7" }, { "type": "float", - "name": "VecCoors2Z" + "name": "p8" }, { "type": "float", - "name": "DistanceP1toP4" + "name": "p9" }, { "type": "BOOL", - "name": "HighlightArea" + "name": "p10" }, { "type": "BOOL", - "name": "bCheck3D" + "name": "p11" } ], "return_type": "BOOL", @@ -53298,11 +53298,11 @@ "params": [ { "type": "Object", - "name": "ObjectID" + "name": "object" }, { "type": "BOOL", - "name": "AllowFlag" + "name": "toggle" } ], "return_type": "void", @@ -53316,51 +53316,51 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" }, { "type": "float", - "name": "fMass" + "name": "weight" }, { "type": "float", - "name": "fGravityFactor" + "name": "p2" }, { "type": "float", - "name": "TranslationalDampingX" + "name": "p3" }, { "type": "float", - "name": "TranslationalDampingY" + "name": "p4" }, { "type": "float", - "name": "TranslationalDampingZ" + "name": "p5" }, { "type": "float", - "name": "RotationalDampingX" + "name": "gravity" }, { "type": "float", - "name": "RotationalDampingY" + "name": "p7" }, { "type": "float", - "name": "RotationalDampingZ" + "name": "p8" }, { "type": "float", - "name": "fCollisionMargin" + "name": "p9" }, { "type": "float", - "name": "fMaxAngularSpeed" + "name": "p10" }, { "type": "float", - "name": "fBuoyancyFactor" + "name": "buoyancy" } ], "return_type": "void", @@ -53373,12 +53373,12 @@ "comment": "", "params": [ { - "type": "Object", - "name": "ObjectIndex" + "type": "Any", + "name": "p0" }, { "type": "BOOL", - "name": "HealthPercentageByMass" + "name": "p1" } ], "return_type": "float", @@ -53412,11 +53412,11 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" }, { "type": "BOOL", - "name": "bActivatePhysicsWhenUnfrozen" + "name": "toggle" } ], "return_type": "void", @@ -53430,15 +53430,15 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" }, { - "type": "int", - "name": "Component" + "type": "Any", + "name": "p1" }, { "type": "BOOL", - "name": "Disappear" + "name": "p2" } ], "return_type": "void", @@ -53496,7 +53496,7 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" } ], "return_type": "void", @@ -53566,7 +53566,7 @@ "params": [ { "type": "Object", - "name": "ObjectID" + "name": "object" } ], "return_type": "void", @@ -53580,7 +53580,7 @@ "params": [ { "type": "Object", - "name": "ObjectID" + "name": "object" } ], "return_type": "BOOL", @@ -53594,11 +53594,11 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" }, { "type": "BOOL", - "name": "bTakesDamage" + "name": "enabled" } ], "return_type": "void", @@ -53744,23 +53744,23 @@ "params": [ { "type": "float", - "name": "PosX" + "name": "x" }, { "type": "float", - "name": "PosY" + "name": "y" }, { "type": "float", - "name": "PosZ" + "name": "z" }, { "type": "float", - "name": "fRadius" + "name": "radius" }, { "type": "const char*", - "name": "RayfireName" + "name": "name" } ], "return_type": "Object", @@ -53774,7 +53774,7 @@ "params": [ { "type": "Object", - "name": "RayFireObject" + "name": "object" }, { "type": "int", @@ -53792,7 +53792,7 @@ "params": [ { "type": "Object", - "name": "RayFireObject" + "name": "object" } ], "return_type": "int", @@ -53806,7 +53806,7 @@ "params": [ { "type": "Object", - "name": "RayFireObject" + "name": "object" } ], "return_type": "BOOL", @@ -53820,7 +53820,7 @@ "params": [ { "type": "Object", - "name": "RayFireObject" + "name": "object" } ], "return_type": "float", @@ -53834,35 +53834,35 @@ "params": [ { "type": "Hash", - "name": "Type" + "name": "pickupHash" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "x" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "y" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "z" }, { "type": "int", - "name": "PlacementFlags" + "name": "flags" }, { "type": "int", - "name": "Amount" + "name": "p5" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "p6" }, { "type": "Hash", - "name": "CustomModel" + "name": "modelHash" }, { "type": "int", @@ -53888,51 +53888,51 @@ "params": [ { "type": "Hash", - "name": "Type" + "name": "pickupHash" }, { "type": "float", - "name": "CoorsX" + "name": "posX" }, { "type": "float", - "name": "CoorsY" + "name": "posY" }, { "type": "float", - "name": "CoorsZ" + "name": "posZ" }, { "type": "float", - "name": "OrientationX" + "name": "rotX" }, { "type": "float", - "name": "OrientationY" + "name": "rotY" }, { "type": "float", - "name": "OrientationZ" + "name": "rotZ" }, { "type": "int", - "name": "PlacementFlags" + "name": "flags" }, { "type": "int", - "name": "Amount" + "name": "p8" }, { "type": "int", - "name": "RotOrder" + "name": "p9" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "p10" }, { "type": "Hash", - "name": "CustomModel" + "name": "modelHash" }, { "type": "int", @@ -53958,39 +53958,39 @@ "params": [ { "type": "Hash", - "name": "Type" + "name": "pickupHash" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "x" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "y" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "z" }, { "type": "int", - "name": "PlacementFlags" + "name": "flags" }, { "type": "int", - "name": "Amount" + "name": "value" }, { "type": "Hash", - "name": "CustomModel" + "name": "modelHash" }, { "type": "BOOL", - "name": "bCreateAsScriptObject" + "name": "p7" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "p8" }, { "type": "int", @@ -54012,27 +54012,27 @@ "params": [ { "type": "Hash", - "name": "Type" + "name": "pickupHash" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "x" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "y" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "z" }, { "type": "BOOL", - "name": "SnapToGround" + "name": "placeOnGround" }, { "type": "Hash", - "name": "CustomModel" + "name": "modelHash" } ], "return_type": "Object", @@ -54046,11 +54046,11 @@ "params": [ { "type": "Object", - "name": "PickupID" + "name": "pickupObject" }, { "type": "Ped", - "name": "PedID" + "name": "ped" } ], "return_type": "void", @@ -54064,7 +54064,7 @@ "params": [ { "type": "Object", - "name": "PickupID" + "name": "pickupObject" } ], "return_type": "void", @@ -54094,11 +54094,11 @@ "params": [ { "type": "Hash", - "name": "modelName" + "name": "modelHash" }, { "type": "int", - "name": "MaxPickups" + "name": "p1" } ], "return_type": "void", @@ -54124,7 +54124,7 @@ "params": [ { "type": "BOOL", - "name": "CanCollect" + "name": "toggle" } ], "return_type": "void", @@ -54137,24 +54137,24 @@ "comment": "", "params": [ { - "type": "float", - "name": "VecInCoorsX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "VecInCoorsY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecInCoorsZ" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "minDist" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "maxDist" + "type": "Any", + "name": "p4" }, { "type": "Any", @@ -54172,7 +54172,7 @@ "params": [ { "type": "Pickup", - "name": "PickupID" + "name": "pickup" } ], "return_type": "Vector3", @@ -54186,7 +54186,7 @@ "params": [ { "type": "Hash", - "name": "Type" + "name": "pickupHash" } ], "return_type": "void", @@ -54200,7 +54200,7 @@ "params": [ { "type": "Pickup", - "name": "PickupID" + "name": "pickup" } ], "return_type": "BOOL", @@ -54214,7 +54214,7 @@ "params": [ { "type": "Pickup", - "name": "PickupID" + "name": "pickup" } ], "return_type": "void", @@ -54240,7 +54240,7 @@ "params": [ { "type": "Pickup", - "name": "PickupID" + "name": "pickup" } ], "return_type": "BOOL", @@ -54253,8 +54253,8 @@ "comment": "", "params": [ { - "type": "Pickup", - "name": "PickupID" + "type": "Object", + "name": "pickupObject" } ], "return_type": "BOOL", @@ -54268,7 +54268,7 @@ "params": [ { "type": "Pickup", - "name": "PickupID" + "name": "pickup" } ], "return_type": "Object", @@ -54282,7 +54282,7 @@ "params": [ { "type": "Object", - "name": "ObjectID" + "name": "object" } ], "return_type": "BOOL", @@ -54308,23 +54308,23 @@ "params": [ { "type": "Hash", - "name": "PickupType" + "name": "pickupHash" }, { "type": "float", - "name": "VecCoordsX" + "name": "x" }, { "type": "float", - "name": "VecCoordsY" + "name": "y" }, { "type": "float", - "name": "VecCoordsZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" } ], "return_type": "BOOL", @@ -54338,11 +54338,11 @@ "params": [ { "type": "Pickup", - "name": "PickupID" + "name": "pickup" }, { "type": "int", - "name": "RegenTime" + "name": "duration" } ], "return_type": "void", @@ -54355,8 +54355,8 @@ "comment": "", "params": [ { - "type": "Pickup", - "name": "PickupID" + "type": "Any", + "name": "p0" } ], "return_type": "void", @@ -54390,11 +54390,11 @@ "params": [ { "type": "Hash", - "name": "CustomModel" + "name": "modelHash" }, { "type": "BOOL", - "name": "Allow" + "name": "toggle" } ], "return_type": "void", @@ -54452,15 +54452,15 @@ "params": [ { "type": "Object", - "name": "PickupID" + "name": "object" }, { - "type": "int", - "name": "Team" + "type": "Any", + "name": "p1" }, { "type": "BOOL", - "name": "bSet" + "name": "p2" } ], "return_type": "void", @@ -54490,15 +54490,15 @@ "params": [ { "type": "Object", - "name": "PickupID" + "name": "object" }, { "type": "BOOL", - "name": "bPrevent" + "name": "p1" }, { "type": "BOOL", - "name": "bLocalOnly" + "name": "p2" } ], "return_type": "void", @@ -54525,12 +54525,12 @@ "comment": "", "params": [ { - "type": "Pickup", - "name": "PickupID" + "type": "Any", + "name": "p0" }, { - "type": "BOOL", - "name": "bSet" + "type": "Any", + "name": "p1" } ], "return_type": "void", @@ -54543,12 +54543,12 @@ "comment": "", "params": [ { - "type": "Pickup", - "name": "PickupID" + "type": "Any", + "name": "p0" }, { - "type": "BOOL", - "name": "bSet" + "type": "Any", + "name": "p1" } ], "return_type": "void", @@ -54606,11 +54606,11 @@ "params": [ { "type": "int", - "name": "pickupFlag" + "name": "rewardType" }, { "type": "BOOL", - "name": "bClearPreviousFlags" + "name": "suppress" } ], "return_type": "void", @@ -54664,7 +54664,7 @@ "params": [ { "type": "Hash", - "name": "ePickupType" + "name": "pickupHash" } ], "return_type": "Hash", @@ -54690,11 +54690,11 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" }, { "type": "int", - "name": "TintIndex" + "name": "textureVariation" } ], "return_type": "void", @@ -54832,7 +54832,7 @@ "params": [ { "type": "Hash", - "name": "OldPickupType" + "name": "pickupHash" } ], "return_type": "Hash", @@ -54846,19 +54846,19 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", - "name": "radius" + "name": "p3" } ], "return_type": "void", @@ -54888,7 +54888,7 @@ "params": [ { "type": "Object", - "name": "ObjectIndex" + "name": "object" } ], "return_type": "void", @@ -55582,11 +55582,11 @@ }, { "type": "int", - "name": "Duration" + "name": "duration" }, { "type": "int", - "name": "Frequency" + "name": "frequency" } ], "return_type": "void", @@ -55648,7 +55648,7 @@ }, { "type": "int", - "name": "SupressId" + "name": "uniqueId" } ], "return_type": "void", @@ -55805,35 +55805,35 @@ "params": [ { "type": "float", - "name": "VecMinCoorsX" + "name": "xMin" }, { "type": "float", - "name": "VecMinCoorsY" + "name": "yMin" }, { "type": "float", - "name": "VecMinCoorsZ" + "name": "zMin" }, { "type": "float", - "name": "VecMaxCoorsX" + "name": "xMax" }, { "type": "float", - "name": "VecMaxCoorsY" + "name": "yMax" }, { "type": "float", - "name": "VecMaxCoorsZ" + "name": "zMax" }, { "type": "Any", "name": "p6" }, { - "type": "BOOL", - "name": "bNetwork" + "type": "Any", + "name": "p7" }, { "type": "Any", @@ -55850,32 +55850,32 @@ "comment": "", "params": [ { - "type": "float", - "name": "vVec1X" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "vVec1Y" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "vVec1Z" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "vVec2X" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "vVec2Y" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "vVec2Z" + "type": "Any", + "name": "p5" }, { - "type": "float", - "name": "fAreaWidth" + "type": "Any", + "name": "p6" }, { "type": "Any", @@ -55886,8 +55886,8 @@ "name": "p8" }, { - "type": "BOOL", - "name": "bNetwork" + "type": "Any", + "name": "p9" }, { "type": "Any", @@ -55945,35 +55945,35 @@ "params": [ { "type": "float", - "name": "VecCoorsMinX" + "name": "xMin" }, { "type": "float", - "name": "VecCoorsMinY" + "name": "yMin" }, { "type": "float", - "name": "VecCoorsMinZ" + "name": "zMin" }, { "type": "float", - "name": "VecCoorsMaxX" + "name": "xMax" }, { "type": "float", - "name": "VecCoorsMaxY" + "name": "yMax" }, { "type": "float", - "name": "VecCoorsMaxZ" + "name": "zMax" }, { "type": "Any", "name": "p6" }, { - "type": "BOOL", - "name": "bNetwork" + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -55986,40 +55986,40 @@ "comment": "", "params": [ { - "type": "float", - "name": "vVec1X" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "vVec1Y" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "vVec1Z" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "vVec2X" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "vVec2Y" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "vVec2Z" + "type": "Any", + "name": "p5" }, { - "type": "float", - "name": "fAreaWidth" + "type": "Any", + "name": "p6" }, { "type": "Any", "name": "p7" }, { - "type": "BOOL", - "name": "bNetwork" + "type": "Any", + "name": "p8" } ], "return_type": "void", @@ -56201,31 +56201,31 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "Vector3*", - "name": "VecReturnNearestNodeCoors" + "name": "outPosition" }, { "type": "int", - "name": "nodeFlags" + "name": "nodeType" }, { "type": "float", - "name": "zMeasureMult" + "name": "p5" }, { "type": "float", - "name": "zTolerance" + "name": "p6" } ], "return_type": "BOOL", @@ -56275,35 +56275,35 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "Vector3*", - "name": "VecReturnNearestNodeCoors" + "name": "outPosition" }, { "type": "float*", - "name": "ReturnHeading" + "name": "outHeading" }, { "type": "int", - "name": "nodeFlags" + "name": "nodeType" }, { "type": "float", - "name": "zMeasureMult" + "name": "p6" }, { "type": "float", - "name": "zTolerance" + "name": "p7" } ], "return_type": "BOOL", @@ -56317,35 +56317,35 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "int", - "name": "NodeNumber" + "name": "nthClosest" }, { "type": "Vector3*", - "name": "VecReturnNearestNodeCoors" + "name": "outPosition" }, { "type": "int", - "name": "nodeFlags" + "name": "unknown1" }, { "type": "float", - "name": "zMeasureMult" + "name": "unknown2" }, { - "type": "float", - "name": "zTolerance" + "type": "Any", + "name": "unknown3" } ], "return_type": "BOOL", @@ -56359,31 +56359,31 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "int", - "name": "NodeNumber" + "name": "nth" }, { "type": "int", - "name": "nodeFlags" + "name": "nodetype" }, { "type": "float", - "name": "zMeasureMult" + "name": "p5" }, { "type": "float", - "name": "zTolerance" + "name": "p6" } ], "return_type": "int", @@ -56397,43 +56397,43 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "int", - "name": "NodeNumber" + "name": "nthClosest" }, { "type": "Vector3*", - "name": "VecReturnNearestNodeCoors" + "name": "outPosition" }, { "type": "float*", - "name": "ReturnHeading" + "name": "heading" }, { - "type": "int*", - "name": "ReturnNumLanes" + "type": "Any*", + "name": "unknown1" }, { "type": "int", - "name": "nodeFlags" + "name": "unknown2" }, { "type": "float", - "name": "zMeasureMult" + "name": "unknown3" }, { "type": "float", - "name": "zTolerance" + "name": "unknown4" } ], "return_type": "BOOL", @@ -56447,27 +56447,27 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "int", - "name": "NodeNumber" + "name": "nthClosest" }, { "type": "float*", - "name": "ReturnHeading" + "name": "returnHeading" }, { "type": "int*", - "name": "ReturnNumLanes" + "name": "returnNumLanes" }, { "type": "int", @@ -56493,51 +56493,51 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "FaceCoorsX" + "name": "desiredX" }, { "type": "float", - "name": "FaceCoorsY" + "name": "desiredY" }, { "type": "float", - "name": "FaceCoorsZ" + "name": "desiredZ" }, { "type": "int", - "name": "NodeNumber" + "name": "nthClosest" }, { "type": "Vector3*", - "name": "VecReturnNearestNodeCoors" + "name": "outPosition" }, { "type": "float*", - "name": "ReturnHeading" + "name": "outHeading" }, { "type": "int", - "name": "nodeFlags" + "name": "nodetype" }, { - "type": "float", - "name": "zMeasureMult" + "type": "Any", + "name": "p10" }, { - "type": "float", - "name": "zTolerance" + "type": "Any", + "name": "p11" } ], "return_type": "BOOL", @@ -56551,7 +56551,7 @@ "params": [ { "type": "int", - "name": "NodeId" + "name": "vehicleNodeId" } ], "return_type": "BOOL", @@ -56569,7 +56569,7 @@ }, { "type": "Vector3*", - "name": "VecNodePosition" + "name": "outPosition" } ], "return_type": "void", @@ -56583,7 +56583,7 @@ "params": [ { "type": "int", - "name": "nodeId" + "name": "nodeID" } ], "return_type": "BOOL", @@ -56597,50 +56597,50 @@ "params": [ { "type": "float", - "name": "TestCoorsX" + "name": "x" }, { "type": "float", - "name": "TestCoorsY" + "name": "y" }, { "type": "float", - "name": "TestCoorsZ" + "name": "z" }, { "type": "float", - "name": "MinLength" + "name": "p3" }, { "type": "int", - "name": "MinLanes" + "name": "p4" }, { "type": "Vector3*", - "name": "SouthEndNode" + "name": "p5" }, { "type": "Vector3*", - "name": "NorthEndNode" + "name": "p6" }, { - "type": "int*", - "name": "LanesGoingSouth" + "type": "Any*", + "name": "p7" }, { - "type": "int*", - "name": "LanesGoingNorth" + "type": "Any*", + "name": "p8" }, { "type": "float*", - "name": "CentralReservationWidth" + "name": "p9" }, { "type": "BOOL", - "name": "bIgnoreSwitchedOffNodes" + "name": "p10" } ], - "return_type": "BOOL", + "return_type": "Any", "build": "1207", "gta_hash": "0x132F52BBA570FE92", "gta_jhash": "0x567B0E11" @@ -56651,19 +56651,19 @@ "params": [ { "type": "float", - "name": "MinX" + "name": "x1" }, { "type": "float", - "name": "MinY" + "name": "y1" }, { "type": "float", - "name": "MaxX" + "name": "x2" }, { "type": "float", - "name": "MaxY" + "name": "y2" } ], "return_type": "BOOL", @@ -56677,19 +56677,19 @@ "params": [ { "type": "float", - "name": "MinX" + "name": "x1" }, { "type": "float", - "name": "MinY" + "name": "y1" }, { "type": "float", - "name": "MaxX" + "name": "x2" }, { "type": "float", - "name": "MaxY" + "name": "y2" } ], "return_type": "BOOL", @@ -56703,15 +56703,15 @@ "params": [ { "type": "float", - "name": "centrePointX" + "name": "x" }, { "type": "float", - "name": "centrePointY" + "name": "y" }, { "type": "float", - "name": "centrePointZ" + "name": "z" }, { "type": "float", @@ -56719,23 +56719,23 @@ }, { "type": "int", - "name": "MinLanes" + "name": "minLanes" }, { "type": "BOOL", - "name": "bAvoidDeadEnds" + "name": "avoidDeadEnds" }, { "type": "BOOL", - "name": "bAvoidHighways" + "name": "avoidHighways" }, { "type": "Vector3*", - "name": "vecReturn" + "name": "outPosition" }, { "type": "int*", - "name": "NodeAddress" + "name": "nodeId" } ], "return_type": "BOOL", @@ -56781,19 +56781,19 @@ "params": [ { "type": "float", - "name": "vPosX" + "name": "x" }, { "type": "float", - "name": "vPosY" + "name": "y" }, { "type": "float", - "name": "vPosZ" + "name": "z" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -56807,35 +56807,35 @@ "params": [ { "type": "float", - "name": "VecMinCoorsX" + "name": "x1" }, { "type": "float", - "name": "VecMinCoorsY" + "name": "y1" }, { "type": "float", - "name": "VecMinCoorsZ" + "name": "z1" }, { "type": "float", - "name": "VecMaxCoorsX" + "name": "x2" }, { "type": "float", - "name": "VecMaxCoorsY" + "name": "y2" }, { "type": "float", - "name": "VecMaxCoorsZ" + "name": "z2" }, { "type": "BOOL", - "name": "bActive" + "name": "unknown" }, { - "type": "BOOL", - "name": "bForceAbortCurrentPath" + "type": "Any", + "name": "p7" } ], "return_type": "void", @@ -56869,27 +56869,27 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "BOOL", - "name": "bOnlyOnPavement" + "name": "onGround" }, { "type": "Vector3*", - "name": "VecReturnSafeCoors" + "name": "outPosition" }, { "type": "int", - "name": "iFlags" + "name": "flags" } ], "return_type": "BOOL", @@ -56902,32 +56902,32 @@ "comment": "", "params": [ { - "type": "float", - "name": "VecCoorsMinX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "VecCoorsMinY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecCoorsMinZ" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "VecCoorsMaxX" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "VecCoorsMaxY" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "VecCoorsMaxZ" + "type": "Any", + "name": "p5" }, { - "type": "BOOL", - "name": "bForceAbortCurrentPath" + "type": "Any", + "name": "p6" } ], "return_type": "void", @@ -56983,27 +56983,27 @@ "params": [ { "type": "float", - "name": "vMinX" + "name": "x1" }, { "type": "float", - "name": "vMinY" + "name": "y1" }, { "type": "float", - "name": "vMinZ" + "name": "z1" }, { "type": "float", - "name": "vMaxX" + "name": "x2" }, { "type": "float", - "name": "vMaxY" + "name": "y2" }, { "type": "float", - "name": "vMaxZ" + "name": "z2" } ], "return_type": "BOOL", @@ -57017,27 +57017,27 @@ "params": [ { "type": "float", - "name": "vMinX" + "name": "p0" }, { "type": "float", - "name": "vMinY" + "name": "p1" }, { "type": "float", - "name": "vMinZ" + "name": "p2" }, { "type": "float", - "name": "vMaxX" + "name": "p3" }, { "type": "float", - "name": "vMaxY" + "name": "p4" }, { "type": "float", - "name": "vMaxZ" + "name": "p5" } ], "return_type": "int", @@ -57143,42 +57143,42 @@ "params": [ { "type": "float", - "name": "vPositionX" + "name": "p0" }, { "type": "float", - "name": "vPositionY" + "name": "p1" }, { "type": "float", - "name": "vPositionZ" + "name": "p2" }, { "type": "float", - "name": "vSizeXYZX" + "name": "p3" }, { "type": "float", - "name": "vSizeXYZY" + "name": "p4" }, { "type": "float", - "name": "vSizeXYZZ" + "name": "p5" }, { "type": "float", - "name": "fHeading" + "name": "p6" }, { "type": "BOOL", - "name": "bPermanent" + "name": "p7" }, { - "type": "int", - "name": "iFlags" + "type": "Any", + "name": "p8" } ], - "return_type": "int", + "return_type": "Any", "build": "1207", "gta_hash": "0xFCD5C8E06E502F5A", "gta_jhash": "0x2952BA56" @@ -57188,8 +57188,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "iObjectId" + "type": "Any", + "name": "p0" } ], "return_type": "void", @@ -57202,8 +57202,8 @@ "comment": "", "params": [ { - "type": "int", - "name": "iObjectId" + "type": "Any", + "name": "p0" } ], "return_type": "BOOL", @@ -57407,7 +57407,7 @@ "params": [ { "type": "float", - "name": "fMultiplier" + "name": "multiplier" } ], "return_type": "void", @@ -57421,7 +57421,7 @@ "params": [ { "type": "BOOL", - "name": "bIgnore" + "name": "toggle" } ], "return_type": "void", @@ -57707,31 +57707,31 @@ "params": [ { "type": "Hash", - "name": "PedModelHashKey" + "name": "modelHash" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "x" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "y" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "z" }, { "type": "float", - "name": "fPedHeading" + "name": "heading" }, { "type": "BOOL", - "name": "RegisterAsNetworkObject" + "name": "isNetwork" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "bScriptHostPed" }, { "type": "BOOL", @@ -57753,7 +57753,7 @@ "params": [ { "type": "Ped*", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -57827,19 +57827,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bRegisterAsNetworkObject" + "name": "isNetwork" }, { "type": "BOOL", - "name": "bScriptHostObject" + "name": "bScriptHostPed" }, { "type": "BOOL", - "name": "bLinkBlends" + "name": "copyHeadBlendFlag" } ], "return_type": "Ped", @@ -57853,11 +57853,11 @@ "params": [ { "type": "Ped", - "name": "PedIndexSource" + "name": "ped" }, { "type": "Ped", - "name": "PedIndexTarget" + "name": "targetPed" } ], "return_type": "void", @@ -57871,15 +57871,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "ConsiderEnteringAsInVehicle" + "name": "atGetIn" } ], "return_type": "BOOL", @@ -57893,11 +57893,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "modelHash" } ], "return_type": "BOOL", @@ -57911,11 +57911,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "ConsiderEnteringAsInVehicle" + "name": "atGetIn" } ], "return_type": "BOOL", @@ -57961,7 +57961,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -57975,7 +57975,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -57989,11 +57989,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "CheckMeleeDeathFlags" + "name": "p1" } ], "return_type": "BOOL", @@ -58023,7 +58023,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58037,7 +58037,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58051,7 +58051,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58077,23 +58077,23 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "Hash", - "name": "PedModelHashKey" + "name": "modelHash" }, { "type": "int", - "name": "Seat" + "name": "seatIndex" }, { "type": "BOOL", - "name": "RegisterAsNetworkObject" + "name": "p3" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "p4" }, { "type": "BOOL", @@ -58111,11 +58111,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "DesiredHeading" + "name": "heading" } ], "return_type": "void", @@ -58129,7 +58129,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -58143,15 +58143,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex1" + "name": "ped" }, { "type": "Ped", - "name": "PedIndex2" + "name": "otherPed" }, { "type": "float", - "name": "Degrees" + "name": "angle" } ], "return_type": "BOOL", @@ -58165,7 +58165,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58195,7 +58195,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58289,35 +58289,35 @@ "params": [ { "type": "float", - "name": "vMinX" + "name": "x1" }, { "type": "float", - "name": "vMinY" + "name": "y1" }, { "type": "float", - "name": "vMinZ" + "name": "z1" }, { "type": "float", - "name": "vMaxX" + "name": "x2" }, { "type": "float", - "name": "vMaxY" + "name": "y2" }, { "type": "float", - "name": "vMaxZ" + "name": "z2" }, { "type": "BOOL", - "name": "HighlightArea" + "name": "p6" }, { "type": "BOOL", - "name": "bDo3DCheck" + "name": "p7" } ], "return_type": "BOOL", @@ -58331,7 +58331,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58357,11 +58357,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "NewAccuracy" + "name": "accuracy" } ], "return_type": "void", @@ -58375,7 +58375,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -58389,11 +58389,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "PedModelHashKey" + "name": "modelHash" } ], "return_type": "BOOL", @@ -58407,11 +58407,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "wtWeapon" + "name": "weaponHash" } ], "return_type": "void", @@ -58425,11 +58425,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "ArmourToAdd" + "name": "amount" } ], "return_type": "void", @@ -58459,15 +58459,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "seat" + "name": "seatIndex" } ], "return_type": "void", @@ -58481,7 +58481,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -58511,7 +58511,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58525,7 +58525,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -58539,11 +58539,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "ConsiderEnteringAsInVehicle" + "name": "lastVehicle" } ], "return_type": "Vehicle", @@ -58557,7 +58557,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -58796,27 +58796,27 @@ "params": [ { "type": "float", - "name": "MinX" + "name": "x1" }, { "type": "float", - "name": "MinY" + "name": "y1" }, { "type": "float", - "name": "MinZ" + "name": "z1" }, { "type": "float", - "name": "MaxX" + "name": "x2" }, { "type": "float", - "name": "MaxY" + "name": "y2" }, { "type": "float", - "name": "MaxZ" + "name": "z2" } ], "return_type": "void", @@ -58999,7 +58999,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59029,7 +59029,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Ped", @@ -59375,7 +59375,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", @@ -59393,11 +59393,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -59423,11 +59423,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "MoneyToSet" + "name": "amount" } ], "return_type": "void", @@ -59441,7 +59441,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -59455,7 +59455,7 @@ "params": [ { "type": "BOOL", - "name": "Block" + "name": "p0" } ], "return_type": "void", @@ -59497,11 +59497,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -59515,7 +59515,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59529,7 +59529,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59543,7 +59543,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59557,15 +59557,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "minDist" + "name": "p1" }, { "type": "float", - "name": "maxDist" + "name": "p2" } ], "return_type": "Vector3", @@ -59579,7 +59579,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59593,7 +59593,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59607,7 +59607,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59621,7 +59621,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -59647,11 +59647,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int*", - "name": "ReturnBoneTag" + "name": "outBone" } ], "return_type": "BOOL", @@ -59665,7 +59665,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -59875,7 +59875,7 @@ "params": [ { "type": "float", - "name": "Modifier" + "name": "value" } ], "return_type": "void", @@ -59994,7 +59994,7 @@ "params": [ { "type": "float", - "name": "Modifier" + "name": "modifier" } ], "return_type": "void", @@ -60260,11 +60260,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bAllowTargetted" + "name": "toggle" } ], "return_type": "void", @@ -60278,7 +60278,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", @@ -60286,7 +60286,7 @@ }, { "type": "BOOL", - "name": "bAllowTargetted" + "name": "toggle" } ], "return_type": "void", @@ -60300,15 +60300,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "bAllowTargetted" + "name": "toggle" } ], "return_type": "void", @@ -60346,7 +60346,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60372,7 +60372,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60386,7 +60386,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60424,7 +60424,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60438,7 +60438,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60452,7 +60452,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60490,7 +60490,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60504,11 +60504,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "IdRange" + "name": "value" } ], "return_type": "void", @@ -60534,11 +60534,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bHighlyPerceptive" + "name": "toggle" } ], "return_type": "void", @@ -60552,11 +60552,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "duration" + "name": "unk" } ], "return_type": "void", @@ -60570,7 +60570,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -60636,11 +60636,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "SeeingRange" + "name": "value" } ], "return_type": "void", @@ -60666,11 +60666,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "HearingRange" + "name": "value" } ], "return_type": "void", @@ -60684,11 +60684,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fAngle" + "name": "value" } ], "return_type": "void", @@ -60702,11 +60702,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fAngle" + "name": "value" } ], "return_type": "void", @@ -60720,11 +60720,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fDistance" + "name": "range" } ], "return_type": "void", @@ -60738,11 +60738,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fAngle" + "name": "angle" } ], "return_type": "void", @@ -60828,11 +60828,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bStealth" + "name": "toggle" }, { "type": "Any", @@ -60854,7 +60854,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -60916,7 +60916,7 @@ "params": [ { "type": "int", - "name": "DefaultTaskType" + "name": "taskAllocator" } ], "return_type": "int", @@ -60930,11 +60930,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "GroupUniqueID" + "name": "groupId" }, { "type": "BOOL", @@ -60952,11 +60952,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "GroupUniqueID" + "name": "groupId" } ], "return_type": "void", @@ -60970,15 +60970,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "pedHandle" }, { "type": "int", - "name": "GroupUniqueID" + "name": "groupId" }, { "type": "BOOL", - "name": "bEnabled" + "name": "toggle" } ], "return_type": "void", @@ -60992,7 +60992,7 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" } ], "return_type": "void", @@ -61006,7 +61006,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -61020,11 +61020,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" }, { "type": "BOOL", @@ -61058,7 +61058,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -61072,11 +61072,11 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" }, { "type": "float", - "name": "SeparationRange" + "name": "separationRange" } ], "return_type": "void", @@ -61106,7 +61106,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -61132,11 +61132,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "TargetPedIndex" + "name": "target" } ], "return_type": "BOOL", @@ -61150,11 +61150,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "TargetPedIndex" + "name": "target" } ], "return_type": "BOOL", @@ -61168,7 +61168,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -61182,7 +61182,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -61196,11 +61196,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponType" } ], "return_type": "BOOL", @@ -61214,7 +61214,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Ped", @@ -61228,7 +61228,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Ped", @@ -61242,7 +61242,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -61256,7 +61256,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", @@ -61322,7 +61322,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -61336,7 +61336,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -61562,7 +61562,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -61576,7 +61576,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Entity", @@ -61590,7 +61590,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Hash", @@ -61604,7 +61604,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -61618,7 +61618,7 @@ "params": [ { "type": "Ped", - "name": "TargetIndex" + "name": "ped" }, { "type": "int", @@ -61656,23 +61656,23 @@ "params": [ { "type": "Ped", - "name": "TargetIndex" + "name": "ped" }, { "type": "float", - "name": "vecSearchCenterX" + "name": "x" }, { "type": "float", - "name": "vecSearchCenterY" + "name": "y" }, { "type": "float", - "name": "vecSearchCenterZ" + "name": "z" }, { "type": "float", - "name": "fSearchRadius" + "name": "radius" }, { "type": "int", @@ -61702,11 +61702,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "relGroup" + "name": "hash" } ], "return_type": "void", @@ -61732,11 +61732,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "relGroup" + "name": "relationshipGroup" } ], "return_type": "void", @@ -61750,15 +61750,15 @@ "params": [ { "type": "int", - "name": "RelationshipType" + "name": "relationship" }, { "type": "Hash", - "name": "relGroup" + "name": "group1" }, { "type": "Hash", - "name": "otherRelGroup" + "name": "group2" } ], "return_type": "void", @@ -61772,15 +61772,15 @@ "params": [ { "type": "int", - "name": "RelationshipType" + "name": "relationship" }, { "type": "Hash", - "name": "relGroup" + "name": "group1" }, { "type": "Hash", - "name": "otherRelGroup" + "name": "group2" } ], "return_type": "void", @@ -61794,11 +61794,11 @@ "params": [ { "type": "const char*", - "name": "sName" + "name": "name" }, { "type": "Hash*", - "name": "group" + "name": "groupHash" } ], "return_type": "BOOL", @@ -61812,7 +61812,7 @@ "params": [ { "type": "Hash", - "name": "group" + "name": "groupHash" } ], "return_type": "void", @@ -61826,11 +61826,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped1" }, { "type": "Ped", - "name": "SecondPedIndex" + "name": "ped2" } ], "return_type": "int", @@ -61844,7 +61844,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Hash", @@ -61858,7 +61858,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Hash", @@ -61872,11 +61872,11 @@ "params": [ { "type": "Hash", - "name": "relGroupA" + "name": "group1" }, { "type": "Hash", - "name": "relGroupB" + "name": "group2" } ], "return_type": "int", @@ -61990,15 +61990,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "Distance" + "name": "radius" }, { "type": "int", - "name": "MaximumNumber" + "name": "maxFriends" } ], "return_type": "void", @@ -62056,11 +62056,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "EventType" + "name": "eventType" } ], "return_type": "BOOL", @@ -62142,11 +62142,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "FiringPatternHash" + "name": "patternHash" } ], "return_type": "void", @@ -62192,11 +62192,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "ShootRate" + "name": "shootRate" } ], "return_type": "void", @@ -62250,15 +62250,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "combatAttribute" + "name": "combatType" }, { "type": "float", - "name": "fNewValue" + "name": "newValue" } ], "return_type": "void", @@ -62272,11 +62272,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "combatAttribute" + "name": "combatType" } ], "return_type": "float", @@ -62290,15 +62290,15 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" }, { - "type": "int*", - "name": "ReturnHasLeader" + "type": "BOOL*", + "name": "hasLeader" }, { "type": "int*", - "name": "ReturnNumberOfFollowers" + "name": "numberOfFollowers" } ], "return_type": "void", @@ -62312,7 +62312,7 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" } ], "return_type": "BOOL", @@ -62350,7 +62350,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -62364,7 +62364,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -62390,7 +62390,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Player", @@ -62404,11 +62404,11 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" }, { "type": "int", - "name": "GroupFormation" + "name": "formationType" } ], "return_type": "void", @@ -62434,19 +62434,19 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" }, { "type": "float", - "name": "Spacing" + "name": "p1" }, { "type": "float", - "name": "AdjustSpeedMinDist" + "name": "p2" }, { "type": "float", - "name": "AdjustSpeedMaxDist" + "name": "p3" } ], "return_type": "void", @@ -62460,7 +62460,7 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupId" } ], "return_type": "void", @@ -62938,7 +62938,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Vehicle", @@ -62952,7 +62952,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Vehicle", @@ -63026,11 +63026,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "isAffectedByGravity" + "name": "toggle" } ], "return_type": "void", @@ -63136,23 +63136,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "Damage" + "name": "damageAmount" }, { "type": "BOOL", - "name": "DamageArmourFlag" + "name": "damageArmour" }, { "type": "int", "name": "boneId" }, { - "type": "Entity", - "name": "InstigatorIndex" + "type": "Ped", + "name": "pedKiller" } ], "return_type": "void", @@ -63182,7 +63182,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -63196,11 +63196,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bSetRelationshipGroup" + "name": "toggle" } ], "return_type": "void", @@ -63585,11 +63585,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "MaxHealth" + "name": "value" } ], "return_type": "void", @@ -63603,7 +63603,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -63645,11 +63645,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fMaxTime" + "name": "value" } ], "return_type": "void", @@ -63663,11 +63663,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fMaxTime" + "name": "value" } ], "return_type": "void", @@ -63721,11 +63721,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "CanBeKnockedOffFlag" + "name": "state" } ], "return_type": "void", @@ -63739,7 +63739,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -63753,7 +63753,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -63767,11 +63767,11 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupID" }, { "type": "int", - "name": "MemberNumber" + "name": "memberNumber" } ], "return_type": "Ped", @@ -63785,7 +63785,7 @@ "params": [ { "type": "int", - "name": "UniqueGroupID" + "name": "groupID" } ], "return_type": "Ped", @@ -63799,11 +63799,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "KeepTasksFlag" + "name": "toggle" } ], "return_type": "void", @@ -63817,7 +63817,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -63831,7 +63831,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -63857,7 +63857,7 @@ "params": [ { "type": "BOOL", - "name": "CreateRandomCopsFlag" + "name": "toggle" } ], "return_type": "void", @@ -63871,7 +63871,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -63885,7 +63885,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -63915,11 +63915,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnable" + "name": "p1" }, { "type": "BOOL", @@ -63937,11 +63937,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnable" + "name": "toggle" } ], "return_type": "void", @@ -63983,7 +63983,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -64029,7 +64029,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -64059,11 +64059,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "GestureGroup" + "name": "gesture" }, { "type": "int", @@ -64321,43 +64321,43 @@ "params": [ { "type": "const char*", - "name": "pAnimDictName" + "name": "animDict" }, { "type": "const char*", - "name": "pAnimName" + "name": "animName" }, { "type": "float", - "name": "scenePositionX" + "name": "x" }, { "type": "float", - "name": "scenePositionY" + "name": "y" }, { "type": "float", - "name": "scenePositionZ" + "name": "z" }, { "type": "float", - "name": "sceneOrientationX" + "name": "xRot" }, { "type": "float", - "name": "sceneOrientationY" + "name": "yRot" }, { "type": "float", - "name": "sceneOrientationZ" + "name": "zRot" }, { "type": "float", - "name": "phase" + "name": "p8" }, { "type": "int", - "name": "RotOrder" + "name": "p9" } ], "return_type": "Vector3", @@ -64371,43 +64371,43 @@ "params": [ { "type": "const char*", - "name": "pAnimDictName" + "name": "animDict" }, { "type": "const char*", - "name": "pAnimName" + "name": "animName" }, { "type": "float", - "name": "scenePositionX" + "name": "x" }, { "type": "float", - "name": "scenePositionY" + "name": "y" }, { "type": "float", - "name": "scenePositionZ" + "name": "z" }, { "type": "float", - "name": "sceneOrientationX" + "name": "xRot" }, { "type": "float", - "name": "sceneOrientationY" + "name": "yRot" }, { "type": "float", - "name": "sceneOrientationZ" + "name": "zRot" }, { "type": "float", - "name": "phase" + "name": "p8" }, { "type": "int", - "name": "RotOrder" + "name": "p9" } ], "return_type": "Vector3", @@ -64421,11 +64421,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "race" + "name": "p1" } ], "return_type": "void", @@ -64439,23 +64439,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bDamaged" + "name": "p1" }, { "type": "BOOL", - "name": "bHats" + "name": "p2" }, { "type": "BOOL", - "name": "bGlasses" + "name": "p3" }, { "type": "BOOL", - "name": "bHelmets" + "name": "p4" } ], "return_type": "void", @@ -64469,11 +64469,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bBlockEvents" + "name": "toggle" } ], "return_type": "void", @@ -64579,11 +64579,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "TargetPedIndex" + "name": "targetPed" }, { "type": "BOOL", @@ -64629,11 +64629,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "Radius" + "name": "radius" } ], "return_type": "void", @@ -64679,31 +64679,31 @@ "params": [ { "type": "float", - "name": "VecCentreCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCentreCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCentreCoorsZ" + "name": "z" }, { "type": "float", - "name": "Range" + "name": "radius" }, { "type": "BOOL", - "name": "bScanRandomPeds" + "name": "p4" }, { "type": "BOOL", - "name": "bScanMissionPeds" + "name": "p5" }, { "type": "Ped*", - "name": "ClosestPedIndex" + "name": "outPed" }, { "type": "BOOL", @@ -64719,7 +64719,7 @@ }, { "type": "int", - "name": "ExclusionPedType" + "name": "pedType" } ], "return_type": "BOOL", @@ -64733,7 +64733,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -64747,27 +64747,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "MinTime" + "name": "timeMin" }, { "type": "int", - "name": "MaxTime" + "name": "timeMax" }, { "type": "int", - "name": "StartTask" + "name": "ragdollType" }, { "type": "BOOL", - "name": "bAbortIfInjured" + "name": "abortIfInjured" }, { "type": "BOOL", - "name": "bAbortIfDead" + "name": "abortIfDead" }, { "type": "const char*", @@ -64785,59 +64785,59 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "MinTime" + "name": "timeMin" }, { "type": "int", - "name": "MaxTime" + "name": "timeMax" }, { "type": "int", - "name": "nFallType" + "name": "ragdollType" }, { "type": "float", - "name": "vecDirectionX" + "name": "falldirX" }, { "type": "float", - "name": "vecDirectionY" + "name": "falldirY" }, { "type": "float", - "name": "vecDirectionZ" + "name": "falldirZ" }, { "type": "float", - "name": "fGroundHeight" + "name": "p7" }, { "type": "float", - "name": "vecGrab1X" + "name": "p8" }, { "type": "float", - "name": "vecGrab1Y" + "name": "p9" }, { "type": "float", - "name": "vecGrab1Z" + "name": "p10" }, { "type": "float", - "name": "vecGrab2X" + "name": "p11" }, { "type": "float", - "name": "vecGrab2Y" + "name": "p12" }, { "type": "float", - "name": "vecGrab2Z" + "name": "p13" } ], "return_type": "BOOL", @@ -64851,11 +64851,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "RagdollOnCollision" + "name": "toggle" }, { "type": "BOOL", @@ -64889,7 +64889,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -64903,7 +64903,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -64917,7 +64917,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -64967,7 +64967,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -64981,11 +64981,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bUnlock" + "name": "toggle" } ], "return_type": "void", @@ -65011,7 +65011,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -65025,7 +65025,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", @@ -65043,7 +65043,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", @@ -65129,23 +65129,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vCentreX" + "name": "x" }, { "type": "float", - "name": "vCentreY" + "name": "y" }, { "type": "float", - "name": "vCentreZ" + "name": "z" }, { "type": "float", - "name": "fRadius" + "name": "radius" }, { "type": "BOOL", @@ -65267,23 +65267,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vDefendFromPosX" + "name": "p1" }, { "type": "float", - "name": "vDefendFromPosY" + "name": "p2" }, { "type": "float", - "name": "vDefendFromPosZ" + "name": "p3" }, { "type": "BOOL", - "name": "bApplyToSecondaryDefensiveArea" + "name": "p4" } ], "return_type": "void", @@ -65297,11 +65297,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bRemoveSecondaryDefensiveArea" + "name": "toggle" } ], "return_type": "void", @@ -65315,11 +65315,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bApplyToSecondaryDefensiveArea" + "name": "p1" } ], "return_type": "Vector3", @@ -65333,11 +65333,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bCheckSecondaryDefensiveArea" + "name": "p1" } ], "return_type": "BOOL", @@ -65419,7 +65419,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -65433,7 +65433,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -65447,11 +65447,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "debugName" + "name": "name" } ], "return_type": "void", @@ -65465,11 +65465,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bNoCollisionUntilClear" + "name": "p1" } ], "return_type": "void", @@ -65643,39 +65643,39 @@ "params": [ { "type": "Ped", - "name": "pedIndex" + "name": "ped" }, { - "type": "int", - "name": "component" + "type": "Any", + "name": "p1" }, { "type": "float", - "name": "u" + "name": "p2" }, { "type": "float", - "name": "v" + "name": "p3" }, { "type": "float", - "name": "rotation" + "name": "p4" }, { "type": "float", - "name": "scale" + "name": "p5" }, { - "type": "int", - "name": "forcedFrame" + "type": "Any", + "name": "p6" }, { "type": "float", - "name": "preAge" + "name": "p7" }, { - "type": "const char*", - "name": "bloodName" + "type": "Any*", + "name": "p8" } ], "return_type": "void", @@ -65857,19 +65857,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "packName" + "name": "damagePack" }, { "type": "float", - "name": "preAge" + "name": "damage" }, { "type": "float", - "name": "alpha_param" + "name": "mult" } ], "return_type": "void", @@ -65883,7 +65883,7 @@ "params": [ { "type": "Ped", - "name": "pedIndex" + "name": "ped" } ], "return_type": "void", @@ -65897,11 +65897,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "zone" + "name": "p1" } ], "return_type": "void", @@ -65915,15 +65915,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "zone" + "name": "p1" }, { "type": "const char*", - "name": "damageDecalName" + "name": "p2" } ], "return_type": "void", @@ -66033,7 +66033,7 @@ "params": [ { "type": "Ped", - "name": "pedIndex" + "name": "ped" } ], "return_type": "void", @@ -66047,7 +66047,7 @@ "params": [ { "type": "Ped", - "name": "pedIndex" + "name": "ped" }, { "type": "float", @@ -66081,7 +66081,7 @@ "params": [ { "type": "Ped", - "name": "pedIndex" + "name": "ped" } ], "return_type": "void", @@ -66119,7 +66119,7 @@ "params": [ { "type": "Ped", - "name": "pedIndex" + "name": "ped" } ], "return_type": "void", @@ -66133,11 +66133,11 @@ "params": [ { "type": "Ped", - "name": "pedIndex" + "name": "ped" }, { "type": "float", - "name": "amount" + "name": "sweat" } ], "return_type": "void", @@ -66151,7 +66151,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -66165,7 +66165,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -66179,23 +66179,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "bone" + "name": "boneId" }, { "type": "float", - "name": "vecOffsetX" + "name": "offsetX" }, { "type": "float", - "name": "vecOffsetY" + "name": "offsetY" }, { "type": "float", - "name": "vecOffsetZ" + "name": "offsetZ" } ], "return_type": "Vector3", @@ -66209,31 +66209,31 @@ "params": [ { "type": "float", - "name": "vMinX" + "name": "x1" }, { "type": "float", - "name": "vMinY" + "name": "y1" }, { "type": "float", - "name": "vMinZ" + "name": "z1" }, { "type": "float", - "name": "vMaxX" + "name": "x2" }, { "type": "float", - "name": "vMaxY" + "name": "y2" }, { "type": "float", - "name": "vMaxZ" + "name": "z2" }, { "type": "BOOL", - "name": "bNetwork" + "name": "p6" }, { "type": "int", @@ -66259,12 +66259,12 @@ "comment": "", "params": [ { - "type": "int", - "name": "ScenarioBlockingIndex" + "type": "Any", + "name": "p0" }, { "type": "BOOL", - "name": "bNetwork" + "name": "p1" } ], "return_type": "void", @@ -66338,7 +66338,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -66416,19 +66416,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vDangerPositionX" + "name": "x" }, { "type": "float", - "name": "vDangerPositionY" + "name": "y" }, { "type": "float", - "name": "vDangerPositionZ" + "name": "z" } ], "return_type": "BOOL", @@ -66442,11 +66442,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bStart" + "name": "toggle" } ], "return_type": "void", @@ -66496,19 +66496,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vReactPositionX" + "name": "x" }, { "type": "float", - "name": "vReactPositionY" + "name": "y" }, { "type": "float", - "name": "vReactPositionZ" + "name": "z" } ], "return_type": "BOOL", @@ -66522,7 +66522,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -66536,7 +66536,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -66550,19 +66550,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vDangerPositionX" + "name": "x" }, { "type": "float", - "name": "vDangerPositionY" + "name": "y" }, { "type": "float", - "name": "vDangerPositionZ" + "name": "z" }, { "type": "int", @@ -66724,15 +66724,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "pOverrideIdleClipName" + "name": "animName" }, { "type": "const char*", - "name": "pOverrideIdleClipDictName" + "name": "animDict" } ], "return_type": "void", @@ -66746,7 +66746,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -66796,10 +66796,10 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "BOOL", + "type": "Any", "name": "p1" }, { @@ -66830,11 +66830,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bAlllowAmbientAnims" + "name": "toggle" } ], "return_type": "void", @@ -66848,11 +66848,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bAlllowAmbientAnims" + "name": "toggle" } ], "return_type": "void", @@ -66882,11 +66882,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnableIK" + "name": "toggle" } ], "return_type": "void", @@ -66916,11 +66916,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnableIK" + "name": "toggle" } ], "return_type": "void", @@ -66934,11 +66934,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnableIK" + "name": "toggle" } ], "return_type": "void", @@ -66952,11 +66952,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnableIK" + "name": "toggle" } ], "return_type": "void", @@ -66970,11 +66970,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnableIK" + "name": "toggle" } ], "return_type": "void", @@ -66988,11 +66988,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bEnableIK" + "name": "toggle" } ], "return_type": "void", @@ -67006,11 +67006,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bAllowAutoConversationLookAts" + "name": "toggle" } ], "return_type": "void", @@ -67024,11 +67024,11 @@ "params": [ { "type": "Ped", - "name": "FirstPedIndex" + "name": "ped1" }, { "type": "Ped", - "name": "SecondPedIndex" + "name": "ped2" } ], "return_type": "BOOL", @@ -67042,11 +67042,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -67108,11 +67108,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "int", - "name": "pinFrames" + "type": "BOOL", + "name": "p1" } ], "return_type": "void", @@ -67186,15 +67186,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "ConfigFlag" + "name": "flagId" }, { "type": "BOOL", - "name": "bTrue" + "name": "value" } ], "return_type": "void", @@ -67208,15 +67208,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "ResetFlag" + "name": "flagId" }, { "type": "BOOL", - "name": "bTrue" + "name": "doReset" } ], "return_type": "void", @@ -67230,15 +67230,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "ConfigFlag" + "name": "flagId" }, { "type": "BOOL", - "name": "DoDeadCheck" + "name": "p2" } ], "return_type": "BOOL", @@ -67252,11 +67252,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "ResetFlag" + "name": "flagId" } ], "return_type": "BOOL", @@ -67298,11 +67298,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "seat" + "name": "index" } ], "return_type": "void", @@ -67316,11 +67316,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity*", - "name": "EntityDivingFromIndex" + "name": "evadingEntity" } ], "return_type": "BOOL", @@ -67386,11 +67386,11 @@ "params": [ { "type": "Hash", - "name": "PedModelHashKey" + "name": "model" }, { "type": "BOOL", - "name": "bSurpressModel" + "name": "toggle" } ], "return_type": "void", @@ -67448,11 +67448,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bAllow" + "name": "toggle" } ], "return_type": "void", @@ -67478,11 +67478,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "nLegIkMode" + "name": "mode" } ], "return_type": "void", @@ -67544,11 +67544,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "PedCombatMoveType" + "name": "combatMovement" } ], "return_type": "void", @@ -67562,7 +67562,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -67604,11 +67604,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "PedCombatAbilityType" + "name": "abilityLevel" } ], "return_type": "void", @@ -67622,11 +67622,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "CombatRange" + "name": "range" } ], "return_type": "void", @@ -67640,15 +67640,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "CombatAttribute" + "name": "attributeIndex" }, { "type": "BOOL", - "name": "bActiveSkill" + "name": "enabled" } ], "return_type": "void", @@ -67694,11 +67694,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "TargetLossResponse" + "name": "responseType" } ], "return_type": "void", @@ -67864,7 +67864,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", @@ -67918,7 +67918,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -67932,7 +67932,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "Ped", @@ -68546,15 +68546,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "FleeAttribute" + "name": "attributeFlags" }, { "type": "BOOL", - "name": "bActiveSkill" + "name": "enable" } ], "return_type": "void", @@ -68580,15 +68580,15 @@ "params": [ { "type": "float", - "name": "pointX" + "name": "x" }, { "type": "float", - "name": "pointY" + "name": "y" }, { "type": "float", - "name": "pointZ" + "name": "z" }, { "type": "float", @@ -68606,15 +68606,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "ForceAIPreCameraUpdate" + "name": "p1" }, { "type": "BOOL", - "name": "ForceZeroTimestep" + "name": "p2" } ], "return_type": "void", @@ -68724,23 +68724,23 @@ "params": [ { "type": "Ped", - "name": "iPedIndex" + "name": "ped" }, { "type": "float", - "name": "vPointX" + "name": "x" }, { "type": "float", - "name": "vPointY" + "name": "y" }, { "type": "float", - "name": "vPointZ" + "name": "z" }, { "type": "float", - "name": "fDegreesDelta" + "name": "p4" } ], "return_type": "BOOL", @@ -68796,7 +68796,7 @@ }, { "type": "BOOL", - "name": "trackvehicle" + "name": "p1" } ], "return_type": "void", @@ -68814,7 +68814,7 @@ }, { "type": "BOOL", - "name": "useSmallBox" + "name": "p1" } ], "return_type": "void", @@ -68988,11 +68988,11 @@ "params": [ { "type": "Ped", - "name": "iPedIndex" + "name": "ped" }, { "type": "int", - "name": "boneTag" + "name": "boneId" } ], "return_type": "int", @@ -69370,23 +69370,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "state" + "name": "motionStateHash" }, { "type": "BOOL", - "name": "shouldRestart" + "name": "p2" }, { "type": "int", - "name": "exitstate" + "name": "p3" }, { "type": "BOOL", - "name": "ForceAIPreCameraUpdate" + "name": "p4" } ], "return_type": "BOOL", @@ -69420,15 +69420,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float*", - "name": "MbrXOut" + "name": "speedX" }, { "type": "float*", - "name": "MbrYOut" + "name": "speedY" } ], "return_type": "BOOL", @@ -69442,11 +69442,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "value" } ], "return_type": "void", @@ -69460,11 +69460,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "value" } ], "return_type": "void", @@ -69622,11 +69622,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "DesiredRate" + "name": "value" } ], "return_type": "void", @@ -69640,11 +69640,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "Vehicle*", - "name": "array" + "type": "Any*", + "name": "sizeAndVehs" } ], "return_type": "int", @@ -69658,15 +69658,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Any*", - "name": "array" + "name": "sizeAndPeds" }, { "type": "int", - "name": "ExclusionPedType" + "name": "ignoredPedType" }, { "type": "int", @@ -69708,7 +69708,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -69734,19 +69734,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "UsingActionMode" + "name": "bActionModeEnabled" }, { "type": "int", - "name": "ActionModeTime" + "name": "p2" }, { "type": "const char*", - "name": "ActionModeName" + "name": "action" } ], "return_type": "void", @@ -69760,11 +69760,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "Radius" + "name": "value" } ], "return_type": "void", @@ -69794,35 +69794,35 @@ "params": [ { "type": "float", - "name": "vSearchOriginX" + "name": "x" }, { "type": "float", - "name": "vSearchOriginY" + "name": "y" }, { "type": "float", - "name": "vSearchOriginZ" + "name": "z" }, { "type": "float", - "name": "fSearchRadius" + "name": "width" }, { "type": "float", - "name": "fMaxDistZ" + "name": "p4" }, { "type": "int", - "name": "iFlags" + "name": "spawnpointsFlag" }, { "type": "float", - "name": "fMinimumSpacing" + "name": "p6" }, { "type": "int", - "name": "iMaxSearchDurationMS" + "name": "duration" }, { "type": "float", @@ -69840,43 +69840,43 @@ "params": [ { "type": "float", - "name": "vPoint1X" + "name": "x1" }, { "type": "float", - "name": "vPoint1Y" + "name": "y1" }, { "type": "float", - "name": "vPoint1Z" + "name": "z1" }, { "type": "float", - "name": "vPoint2X" + "name": "x2" }, { "type": "float", - "name": "vPoint2Y" + "name": "y2" }, { "type": "float", - "name": "vPoint2Z" + "name": "z2" }, { "type": "float", - "name": "fWidth" + "name": "width" }, { "type": "int", - "name": "iFlags" + "name": "spawnpointsFlag" }, { "type": "float", - "name": "fMinimumSpacing" + "name": "p8" }, { "type": "int", - "name": "iMaxSearchDurationMS" + "name": "duration" }, { "type": "float", @@ -69967,19 +69967,19 @@ "params": [ { "type": "int", - "name": "iResultIndex" + "name": "randomInt" }, { "type": "float*", - "name": "fOut_X" + "name": "x" }, { - "type": "float*", - "name": "fOut_Y" + "type": "Any*", + "name": "y" }, { "type": "float*", - "name": "fOut_Z" + "name": "z" } ], "return_type": "void", @@ -69992,12 +69992,12 @@ "comment": "", "params": [ { - "type": "int", - "name": "iResultIndex" + "type": "Any", + "name": "p0" }, { - "type": "int*", - "name": "iOut_Flags" + "type": "Any*", + "name": "p1" } ], "return_type": "void", @@ -70011,43 +70011,43 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "IKPart" + "name": "ikIndex" }, { "type": "Entity", - "name": "TargetEntityIndex" + "name": "entityLookAt" }, { "type": "int", - "name": "TargetBone" + "name": "boneLookAt" }, { "type": "float", - "name": "TargetOffsetX" + "name": "offsetX" }, { "type": "float", - "name": "TargetOffsetY" + "name": "offsetY" }, { "type": "float", - "name": "TargetOffsetZ" + "name": "offsetZ" }, { - "type": "int", - "name": "Flags" + "type": "Any", + "name": "p7" }, { "type": "int", - "name": "BlendInTimeMS" + "name": "blendInDuration" }, { "type": "int", - "name": "BlendOutTimeMS" + "name": "blendOutDuration" } ], "return_type": "void", @@ -70181,7 +70181,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", @@ -70227,19 +70227,19 @@ "params": [ { "type": "Ped", - "name": "iPedIndex" + "name": "ped" }, { "type": "float", - "name": "pointX" + "name": "x" }, { "type": "float", - "name": "pointY" + "name": "y" }, { "type": "float", - "name": "pointZ" + "name": "z" }, { "type": "float", @@ -70289,27 +70289,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "TargetPedIndex" + "name": "targetPed" }, { "type": "float", - "name": "fFocusAngle" + "name": "p2" }, { "type": "float", - "name": "fFocusDistance" + "name": "customDistance" }, { "type": "float", - "name": "fPeripheralAngle" + "name": "p4" }, { "type": "float", - "name": "fPeripheralDistance" + "name": "p5" } ], "return_type": "BOOL", @@ -70322,24 +70322,24 @@ "comment": "", "params": [ { - "type": "float", - "name": "centerX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "centerY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "centerZ" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "pedRadius" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "vehRadius" + "type": "Any", + "name": "p4" } ], "return_type": "void", @@ -76645,15 +76645,15 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", @@ -76669,7 +76669,7 @@ }, { "type": "float", - "name": "len" + "name": "length" }, { "type": "int", @@ -76779,7 +76779,7 @@ "params": [ { "type": "int*", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "void", @@ -76805,7 +76805,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "void", @@ -76855,7 +76855,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "BOOL", @@ -76897,11 +76897,11 @@ "params": [ { "type": "int*", - "name": "ropeID" + "name": "ropeId" }, { "type": "BOOL", - "name": "isDrawEnabled" + "name": "toggle" } ], "return_type": "void", @@ -76915,7 +76915,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "int", @@ -77069,59 +77069,59 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" }, { "type": "Entity", - "name": "iEntityAID" + "name": "entity1" }, { "type": "Entity", - "name": "iEntityBID" + "name": "entity2" }, { "type": "float", - "name": "worldPositionAX" + "name": "ent1X" }, { "type": "float", - "name": "worldPositionAY" + "name": "ent1Y" }, { "type": "float", - "name": "worldPositionAZ" + "name": "ent1Z" }, { "type": "float", - "name": "worldPositionBX" + "name": "ent2X" }, { "type": "float", - "name": "worldPositionBY" + "name": "ent2Y" }, { "type": "float", - "name": "worldPositionBZ" + "name": "ent2Z" }, { "type": "float", - "name": "ropeLength" + "name": "length" }, { "type": "int", - "name": "componentPartA" + "name": "alwaysZero1" }, { "type": "int", - "name": "componentPartB" + "name": "alwaysZero2" }, { "type": "const char*", - "name": "boneNamePartA" + "name": "boneName1" }, { "type": "const char*", - "name": "boneNamePartB" + "name": "boneName2" }, { "type": "BOOL", @@ -77399,11 +77399,11 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" }, { "type": "Entity", - "name": "iEntityID" + "name": "entity" } ], "return_type": "void", @@ -77557,11 +77557,11 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" }, { - "type": "int", - "name": "iUpdateOrder" + "type": "Any", + "name": "p1" } ], "return_type": "void", @@ -77743,7 +77743,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "Vector3", @@ -77757,11 +77757,11 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" }, { "type": "int", - "name": "vtxIndex" + "name": "vertex" } ], "return_type": "Vector3", @@ -77775,7 +77775,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "void", @@ -77789,7 +77789,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "void", @@ -77803,7 +77803,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "void", @@ -77817,7 +77817,7 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" } ], "return_type": "void", @@ -77943,11 +77943,11 @@ "params": [ { "type": "int", - "name": "ropeID" + "name": "ropeId" }, { "type": "float", - "name": "len" + "name": "length" } ], "return_type": "void", @@ -78089,15 +78089,15 @@ "params": [ { "type": "Entity", - "name": "entityID" + "name": "entity" }, { "type": "int", - "name": "dampingType" + "name": "vertex" }, { "type": "float", - "name": "dampingValue" + "name": "value" } ], "return_type": "void", @@ -78111,7 +78111,7 @@ "params": [ { "type": "Entity", - "name": "entityID" + "name": "entity" } ], "return_type": "void", @@ -78125,47 +78125,47 @@ "params": [ { "type": "Entity", - "name": "entityId" + "name": "entity" }, { "type": "float", - "name": "impactPositionX" + "name": "p1" }, { "type": "float", - "name": "impactPositionY" + "name": "p2" }, { "type": "float", - "name": "impactPositionZ" + "name": "p3" }, { "type": "float", - "name": "impactRadius" + "name": "p4" }, { "type": "float", - "name": "impulseX" + "name": "p5" }, { "type": "float", - "name": "impulseY" + "name": "p6" }, { "type": "float", - "name": "impulseZ" + "name": "p7" }, { "type": "float", - "name": "damage" + "name": "p8" }, { - "type": "int", - "name": "crackType" + "type": "Any", + "name": "p9" }, { "type": "BOOL", - "name": "silent" + "name": "p10" } ], "return_type": "void", @@ -78226,12 +78226,12 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "entityId" + "type": "Object", + "name": "object" }, { "type": "BOOL", - "name": "disableBreaking" + "name": "toggle" } ], "return_type": "void", @@ -78244,12 +78244,12 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "entityId" + "type": "Object", + "name": "object" }, { "type": "BOOL", - "name": "disableDamage" + "name": "toggle" } ], "return_type": "void", @@ -78281,7 +78281,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "Ped", @@ -78319,7 +78319,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "Ped", @@ -78333,11 +78333,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "Hash", - "name": "PlayerModelHashKey" + "name": "modelHash" }, { "type": "BOOL", @@ -78367,7 +78367,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "int", @@ -78381,11 +78381,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "int", - "name": "Team" + "name": "team" }, { "type": "BOOL", @@ -78403,7 +78403,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "const char*", @@ -78429,7 +78429,7 @@ "params": [ { "type": "int", - "name": "WantedLevel" + "name": "p0" } ], "return_type": "float", @@ -78457,15 +78457,15 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "int", - "name": "WantedLevel" + "name": "wantedLevel" }, { "type": "BOOL", - "name": "bDelayLawResponse" + "name": "disableNoMission" } ], "return_type": "void", @@ -78479,11 +78479,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "int", - "name": "WantedLevel" + "name": "wantedLevel" } ], "return_type": "BOOL", @@ -78497,7 +78497,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -78511,7 +78511,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -78525,15 +78525,15 @@ "params": [ { "type": "Player", - "name": "iPlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "bSetControlOn" + "name": "toggle" }, { "type": "int", - "name": "iFlags" + "name": "flags" }, { "type": "BOOL", @@ -78551,7 +78551,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "int", @@ -78565,7 +78565,7 @@ "params": [ { "type": "int", - "name": "NewMaxLevel" + "name": "maxWantedLevel" } ], "return_type": "void", @@ -78591,7 +78591,7 @@ "params": [ { "type": "BOOL", - "name": "bBlips" + "name": "toggle" } ], "return_type": "void", @@ -78605,7 +78605,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -78619,11 +78619,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "IgnorePlayer" + "name": "toggle" } ], "return_type": "void", @@ -78789,11 +78789,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "PedsFlee" + "name": "toggle" } ], "return_type": "void", @@ -78807,7 +78807,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -78821,7 +78821,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -78882,7 +78882,7 @@ "params": [ { "type": "float", - "name": "Multiplier" + "name": "multiplier" } ], "return_type": "void", @@ -78896,7 +78896,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -78910,7 +78910,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -78924,7 +78924,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -78938,7 +78938,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -78952,7 +78952,7 @@ "params": [ { "type": "float", - "name": "fLawResponseDelay" + "name": "p0" } ], "return_type": "void", @@ -78975,7 +78975,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -78989,7 +78989,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -79003,11 +79003,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "BOOL", @@ -79025,11 +79025,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "Entity*", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -79119,7 +79119,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -79133,11 +79133,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -79151,11 +79151,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "Entity*", - "name": "EntityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -79201,11 +79201,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "Range" + "name": "range" } ], "return_type": "void", @@ -79219,11 +79219,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "bCanBeHassled" + "name": "toggle" } ], "return_type": "void", @@ -79237,11 +79237,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "CanUseCover" + "name": "toggle" } ], "return_type": "void", @@ -79348,7 +79348,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -79362,11 +79362,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "fPercent" + "name": "p1" } ], "return_type": "void", @@ -79396,7 +79396,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "int", @@ -79810,7 +79810,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -79824,7 +79824,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -79838,7 +79838,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -79904,11 +79904,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "CheckBustedTask" + "name": "atArresting" } ], "return_type": "BOOL", @@ -79922,7 +79922,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -80046,7 +80046,7 @@ "params": [ { "type": "int", - "name": "Arg" + "name": "value" } ], "return_type": "Player", @@ -80060,7 +80060,7 @@ "params": [ { "type": "int", - "name": "Arg" + "name": "value" } ], "return_type": "int", @@ -80101,7 +80101,7 @@ "params": [ { "type": "int", - "name": "ForceCleanupBitField" + "name": "cleanupFlags" } ], "return_type": "BOOL", @@ -80115,7 +80115,7 @@ "params": [ { "type": "int", - "name": "ForceCleanupBitField" + "name": "cleanupFlags" } ], "return_type": "void", @@ -80129,11 +80129,11 @@ "params": [ { "type": "const char*", - "name": "pName" + "name": "name" }, { "type": "int", - "name": "ForceCleanupBitField" + "name": "cleanupFlags" } ], "return_type": "void", @@ -80147,11 +80147,11 @@ "params": [ { "type": "int", - "name": "Thread_Id" + "name": "id" }, { "type": "int", - "name": "ForceCleanupBitField" + "name": "cleanupFlags" } ], "return_type": "void", @@ -80202,11 +80202,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "Vehicle", - "name": "iVehicleID" + "name": "vehicle" } ], "return_type": "void", @@ -80236,7 +80236,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -80415,11 +80415,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "Invincible" + "name": "toggle" } ], "return_type": "void", @@ -80433,7 +80433,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -80447,11 +80447,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "bActive" + "name": "toggle" } ], "return_type": "void", @@ -80481,7 +80481,7 @@ "params": [ { "type": "int", - "name": "TargetMode" + "name": "targetMode" } ], "return_type": "void", @@ -80555,7 +80555,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -80569,7 +80569,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -80583,7 +80583,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "void", @@ -80597,7 +80597,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -80687,11 +80687,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "fDragMult" + "name": "multiplier" } ], "return_type": "void", @@ -80705,11 +80705,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "fMultiplier" + "name": "multiplier" } ], "return_type": "void", @@ -80730,11 +80730,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "ForcedAim" + "name": "toggle" }, { "type": "Ped", @@ -80780,11 +80780,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "disable" + "name": "toggle" } ], "return_type": "void", @@ -81466,19 +81466,19 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", @@ -81524,7 +81524,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -81556,7 +81556,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "float", @@ -81570,11 +81570,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "Mult" + "name": "regenRate" } ], "return_type": "void", @@ -81824,11 +81824,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "Modifier" + "name": "modifier" } ], "return_type": "void", @@ -81842,11 +81842,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "Modifier" + "name": "modifier" } ], "return_type": "void", @@ -81876,11 +81876,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "Modifier" + "name": "modifier" } ], "return_type": "void", @@ -82258,11 +82258,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "Mult" + "name": "multiplier" } ], "return_type": "void", @@ -82292,11 +82292,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "float", - "name": "Mult" + "name": "multiplier" } ], "return_type": "void", @@ -82310,15 +82310,15 @@ "params": [ { "type": "Player", - "name": "playerIdx" + "name": "player" }, { "type": "float", - "name": "moveBlendRatio" + "name": "speed" }, { "type": "int", - "name": "timer" + "name": "duration" }, { "type": "float", @@ -82326,11 +82326,11 @@ }, { "type": "BOOL", - "name": "useRelativeHeading" + "name": "p4" }, { "type": "BOOL", - "name": "noInputInterruption" + "name": "p5" } ], "return_type": "void", @@ -82344,7 +82344,7 @@ "params": [ { "type": "Player", - "name": "playerIdx" + "name": "player" } ], "return_type": "void", @@ -82358,11 +82358,11 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "SimulateAiming" + "name": "toggle" } ], "return_type": "void", @@ -82375,12 +82375,12 @@ "comment": "", "params": [ { - "type": "Player", - "name": "PlayerIndex" + "type": "Ped", + "name": "ped" }, { "type": "int", - "name": "pinFrames" + "name": "p1" } ], "return_type": "void", @@ -82394,7 +82394,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -82408,15 +82408,15 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "int", - "name": "nTime" + "name": "p1" }, { "type": "BOOL", - "name": "bIncludeLocalEvents" + "name": "p2" } ], "return_type": "BOOL", @@ -82442,7 +82442,7 @@ "params": [ { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -86622,7 +86622,7 @@ "params": [ { "type": "const char*", - "name": "scriptname" + "name": "scriptName" } ], "return_type": "void", @@ -86636,7 +86636,7 @@ "params": [ { "type": "const char*", - "name": "scriptname" + "name": "scriptName" } ], "return_type": "void", @@ -86650,7 +86650,7 @@ "params": [ { "type": "const char*", - "name": "scriptname" + "name": "scriptName" } ], "return_type": "BOOL", @@ -86664,7 +86664,7 @@ "params": [ { "type": "const char*", - "name": "scriptname" + "name": "scriptName" } ], "return_type": "BOOL", @@ -86678,7 +86678,7 @@ "params": [ { "type": "Hash", - "name": "hashOfScriptName" + "name": "scriptHash" } ], "return_type": "void", @@ -86692,7 +86692,7 @@ "params": [ { "type": "Hash", - "name": "hashOfScriptName" + "name": "scriptHash" } ], "return_type": "void", @@ -86706,7 +86706,7 @@ "params": [ { "type": "Hash", - "name": "hashOfScriptName" + "name": "scriptHash" } ], "return_type": "BOOL", @@ -86720,7 +86720,7 @@ "params": [ { "type": "Hash", - "name": "hashOfScriptName" + "name": "scriptHash" } ], "return_type": "BOOL", @@ -86734,7 +86734,7 @@ "params": [ { "type": "int", - "name": "thread" + "name": "threadId" } ], "return_type": "void", @@ -86748,7 +86748,7 @@ "params": [ { "type": "int", - "name": "thread" + "name": "threadId" }, { "type": "BOOL", @@ -86858,7 +86858,7 @@ "params": [ { "type": "Hash", - "name": "HashOfScriptName" + "name": "scriptHash" } ], "return_type": "int", @@ -86931,7 +86931,7 @@ "params": [ { "type": "int", - "name": "eventQueue" + "name": "eventGroup" } ], "return_type": "int", @@ -86945,7 +86945,7 @@ "params": [ { "type": "int", - "name": "eventQueue" + "name": "eventGroup" }, { "type": "Hash", @@ -86963,7 +86963,7 @@ "params": [ { "type": "int", - "name": "eventQueue" + "name": "eventGroup" }, { "type": "int", @@ -86981,7 +86981,7 @@ "params": [ { "type": "int", - "name": "eventQueue" + "name": "eventGroup" }, { "type": "int", @@ -86989,11 +86989,11 @@ }, { "type": "Any*", - "name": "data" + "name": "eventData" }, { "type": "int", - "name": "dataSize" + "name": "eventDataSize" } ], "return_type": "BOOL", @@ -87027,15 +87027,15 @@ "params": [ { "type": "int", - "name": "eventQueue" + "name": "eventGroup" }, { "type": "Any*", - "name": "data" + "name": "eventData" }, { "type": "int", - "name": "sizeOfData" + "name": "eventDataSize" }, { "type": "int", @@ -87140,7 +87140,7 @@ "params": [ { "type": "BOOL", - "name": "state" + "name": "toggle" } ], "return_type": "void", @@ -87298,7 +87298,7 @@ "params": [ { "type": "Hash", - "name": "context" + "name": "contextHash" } ], "return_type": "void", @@ -87313,7 +87313,7 @@ "params": [ { "type": "Hash", - "name": "context" + "name": "contextHash" } ], "return_type": "void", @@ -87328,7 +87328,7 @@ "params": [ { "type": "const char*", - "name": "context" + "name": "contextName" } ], "return_type": "void", @@ -87343,7 +87343,7 @@ "params": [ { "type": "const char*", - "name": "context" + "name": "contextName" } ], "return_type": "void", @@ -87358,11 +87358,11 @@ "params": [ { "type": "int", - "name": "bgScriptId" + "name": "scriptIndex" }, { "type": "const char*", - "name": "paramName" + "name": "p1" } ], "return_type": "BOOL", @@ -87377,11 +87377,11 @@ "params": [ { "type": "int", - "name": "bgScriptId" + "name": "scriptIndex" }, { "type": "const char*", - "name": "paramName" + "name": "p1" } ], "return_type": "int", @@ -87396,7 +87396,7 @@ "params": [ { "type": "Hash", - "name": "scriptNameHash" + "name": "p0" } ], "return_type": "int", @@ -87642,7 +87642,7 @@ "params": [ { "type": "const char*", - "name": "pScriptName" + "name": "scriptName" }, { "type": "int", @@ -87660,7 +87660,7 @@ "params": [ { "type": "const char*", - "name": "pScriptName" + "name": "scriptName" }, { "type": "Any*", @@ -88084,39 +88084,39 @@ "params": [ { "type": "float", - "name": "VecStartPosX" + "name": "x1" }, { "type": "float", - "name": "VecStartPosY" + "name": "y1" }, { "type": "float", - "name": "VecStartPosZ" + "name": "z1" }, { "type": "float", - "name": "VecEndPosX" + "name": "x2" }, { "type": "float", - "name": "VecEndPosY" + "name": "y2" }, { "type": "float", - "name": "VecEndPosZ" + "name": "z2" }, { "type": "int", - "name": "LOSFlags" + "name": "flags" }, { "type": "Entity", - "name": "ExcludeEntityIndex" + "name": "entity" }, { "type": "int", - "name": "Options" + "name": "p8" } ], "return_type": "ScrHandle", @@ -88146,39 +88146,39 @@ "params": [ { "type": "float", - "name": "VecStartPosX" + "name": "x1" }, { "type": "float", - "name": "VecStartPosY" + "name": "y1" }, { "type": "float", - "name": "VecStartPosZ" + "name": "z1" }, { "type": "float", - "name": "VecEndPosX" + "name": "x2" }, { "type": "float", - "name": "VecEndPosY" + "name": "y2" }, { "type": "float", - "name": "VecEndPosZ" + "name": "z2" }, { "type": "int", - "name": "LOSFlags" + "name": "flags" }, { "type": "Entity", - "name": "ExcludeEntityIndex" + "name": "entityToIgnore" }, { "type": "int", - "name": "Options" + "name": "p8" } ], "return_type": "ScrHandle", @@ -88192,55 +88192,55 @@ "params": [ { "type": "float", - "name": "scrVecPosX" + "name": "posX" }, { "type": "float", - "name": "scrVecPosY" + "name": "posY" }, { "type": "float", - "name": "scrVecPosZ" + "name": "posZ" }, { "type": "float", - "name": "scrVecDimsX" + "name": "dimensionsX" }, { "type": "float", - "name": "scrVecDimsY" + "name": "dimensionsY" }, { "type": "float", - "name": "scrVecDimsZ" + "name": "dimensionsZ" }, { "type": "float", - "name": "eulerAnglesX" + "name": "rotX" }, { "type": "float", - "name": "eulerAnglesY" + "name": "rotY" }, { "type": "float", - "name": "eulerAnglesZ" + "name": "rotZ" }, { "type": "int", - "name": "RotOrder" + "name": "rotationOrder" }, { "type": "int", - "name": "LOSFlags" + "name": "flags" }, { "type": "Entity", - "name": "ExcludeEntityIndex" + "name": "entityToIgnore" }, { "type": "int", - "name": "Options" + "name": "options" } ], "return_type": "ScrHandle", @@ -88254,43 +88254,43 @@ "params": [ { "type": "float", - "name": "scrVecPosX" + "name": "x1" }, { "type": "float", - "name": "scrVecPosY" + "name": "y1" }, { "type": "float", - "name": "scrVecPosZ" + "name": "z1" }, { "type": "float", - "name": "scrVecEndPosX" + "name": "x2" }, { "type": "float", - "name": "scrVecEndPosY" + "name": "y2" }, { "type": "float", - "name": "scrVecEndPosZ" + "name": "z2" }, { "type": "float", - "name": "fRadius" + "name": "radius" }, { "type": "int", - "name": "LOSFlags" + "name": "flags" }, { "type": "Entity", - "name": "ExcludeEntityIndex" + "name": "entityToIgnore" }, { "type": "int", - "name": "Options" + "name": "p9" } ], "return_type": "ScrHandle", @@ -88304,43 +88304,43 @@ "params": [ { "type": "float", - "name": "scrVecPosX" + "name": "x1" }, { "type": "float", - "name": "scrVecPosY" + "name": "y1" }, { "type": "float", - "name": "scrVecPosZ" + "name": "z1" }, { "type": "float", - "name": "scrVecEndPosX" + "name": "x2" }, { "type": "float", - "name": "scrVecEndPosY" + "name": "y2" }, { "type": "float", - "name": "scrVecEndPosZ" + "name": "z2" }, { "type": "float", - "name": "fRadius" + "name": "radius" }, { "type": "int", - "name": "LOSFlags" + "name": "flags" }, { "type": "Entity", - "name": "ExcludeEntityIndex" + "name": "entity" }, { - "type": "int", - "name": "Options" + "type": "Any", + "name": "p9" } ], "return_type": "ScrHandle", @@ -88354,23 +88354,23 @@ "params": [ { "type": "Vector3*", - "name": "vProbeStartPosOut" + "name": "pVec1" }, { "type": "Vector3*", - "name": "vProbeEndPosOut" + "name": "pVec2" }, { "type": "int", - "name": "LOSFlags" + "name": "flag" }, { "type": "Entity", - "name": "ExcludeEntityIndex" + "name": "entity" }, { "type": "int", - "name": "Options" + "name": "flag2" } ], "return_type": "ScrHandle", @@ -88384,23 +88384,23 @@ "params": [ { "type": "ScrHandle", - "name": "shapeTestGuid" + "name": "shapeTestHandle" }, { - "type": "int*", - "name": "bHitSomething" + "type": "BOOL*", + "name": "hit" }, { "type": "Vector3*", - "name": "vPos" + "name": "endCoords" }, { "type": "Vector3*", - "name": "vNormal" + "name": "surfaceNormal" }, { "type": "Entity*", - "name": "EntityIndex" + "name": "entityHit" } ], "return_type": "int", @@ -88467,15 +88467,15 @@ "params": [ { "type": "int", - "name": "msgIndex" + "name": "p0" }, { "type": "const char*", - "name": "name" + "name": "context" }, { "type": "int*", - "name": "value" + "name": "out" } ], "return_type": "BOOL", @@ -88489,15 +88489,15 @@ "params": [ { "type": "int", - "name": "msgIndex" + "name": "p0" }, { "type": "const char*", - "name": "name" + "name": "context" }, { "type": "char*", - "name": "value" + "name": "out" } ], "return_type": "BOOL", @@ -88511,7 +88511,7 @@ "params": [ { "type": "int", - "name": "msgIndex" + "name": "p0" } ], "return_type": "const char*", @@ -88526,7 +88526,7 @@ "params": [ { "type": "Hash", - "name": "valueId" + "name": "attrHash" }, { "type": "float", @@ -88608,11 +88608,11 @@ "params": [ { "type": "const char*", - "name": "textString" + "name": "string" }, { "type": "int*", - "name": "outToken" + "name": "token" } ], "return_type": "BOOL", @@ -88702,11 +88702,11 @@ "params": [ { "type": "const char*", - "name": "name" + "name": "p0" }, { "type": "int*", - "name": "value" + "name": "p1" } ], "return_type": "BOOL", @@ -88721,11 +88721,11 @@ "params": [ { "type": "const char*", - "name": "name" + "name": "p0" }, { "type": "float*", - "name": "value" + "name": "p1" } ], "return_type": "BOOL", @@ -88740,11 +88740,11 @@ "params": [ { "type": "const char*", - "name": "name" + "name": "p0" }, { "type": "char*", - "name": "value" + "name": "p1" } ], "return_type": "BOOL", @@ -88759,7 +88759,7 @@ "params": [ { "type": "char*", - "name": "value" + "name": "p0" } ], "return_type": "BOOL", @@ -88774,7 +88774,7 @@ "params": [ { "type": "const char*", - "name": "eventType" + "name": "p0" } ], "return_type": "BOOL", @@ -88789,7 +88789,7 @@ "params": [ { "type": "const char*", - "name": "eventType" + "name": "p0" } ], "return_type": "int", @@ -88804,15 +88804,15 @@ "params": [ { "type": "const char*", - "name": "name" + "name": "p0" }, { "type": "int*", - "name": "value" + "name": "p1" }, { "type": "const char*", - "name": "eventType" + "name": "p2" } ], "return_type": "BOOL", @@ -88827,15 +88827,15 @@ "params": [ { "type": "const char*", - "name": "name" + "name": "p0" }, { "type": "float*", - "name": "value" + "name": "p1" }, { "type": "const char*", - "name": "eventType" + "name": "p2" } ], "return_type": "BOOL", @@ -88850,15 +88850,15 @@ "params": [ { "type": "const char*", - "name": "name" + "name": "p0" }, { "type": "char*", - "name": "value" + "name": "p1" }, { "type": "const char*", - "name": "eventType" + "name": "p2" } ], "return_type": "BOOL", @@ -88873,7 +88873,7 @@ "params": [ { "type": "char*", - "name": "value" + "name": "p0" }, { "type": "const char*", @@ -88892,7 +88892,7 @@ "params": [ { "type": "int", - "name": "eventId" + "name": "p0" } ], "return_type": "BOOL", @@ -88907,15 +88907,15 @@ "params": [ { "type": "int", - "name": "eventId" + "name": "p0" }, { "type": "const char*", - "name": "name" + "name": "p1" }, { "type": "int*", - "name": "value" + "name": "p2" } ], "return_type": "BOOL", @@ -88930,15 +88930,15 @@ "params": [ { "type": "int", - "name": "eventId" + "name": "p0" }, { "type": "const char*", - "name": "name" + "name": "p1" }, { "type": "float*", - "name": "value" + "name": "p2" } ], "return_type": "BOOL", @@ -88953,15 +88953,15 @@ "params": [ { "type": "int", - "name": "eventId" + "name": "p0" }, { "type": "const char*", - "name": "name" + "name": "p1" }, { "type": "char*", - "name": "value" + "name": "p2" } ], "return_type": "BOOL", @@ -88976,11 +88976,11 @@ "params": [ { "type": "int", - "name": "eventID" + "name": "p0" }, { "type": "char*", - "name": "value" + "name": "p1" } ], "return_type": "BOOL", @@ -90469,7 +90469,7 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "model" }, { "type": "BOOL", @@ -90487,7 +90487,7 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "model" } ], "return_type": "BOOL", @@ -90501,7 +90501,7 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "model" } ], "return_type": "void", @@ -90515,7 +90515,7 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "model" } ], "return_type": "BOOL", @@ -90529,7 +90529,7 @@ "params": [ { "type": "Hash", - "name": "modelHash" + "name": "model" } ], "return_type": "BOOL", @@ -90555,7 +90555,7 @@ "params": [ { "type": "Hash", - "name": "ModelHashKey" + "name": "model" } ], "return_type": "BOOL", @@ -90608,15 +90608,15 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" } ], "return_type": "void", @@ -90650,7 +90650,7 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "model" } ], "return_type": "void", @@ -90664,7 +90664,7 @@ "params": [ { "type": "Hash", - "name": "ModelIndex" + "name": "model" } ], "return_type": "BOOL", @@ -90678,15 +90678,15 @@ "params": [ { "type": "float", - "name": "VecX" + "name": "x" }, { "type": "float", - "name": "VecY" + "name": "y" }, { "type": "float", - "name": "VecZ" + "name": "z" } ], "return_type": "void", @@ -90700,7 +90700,7 @@ "params": [ { "type": "const char*", - "name": "animSetName" + "name": "animDict" } ], "return_type": "BOOL", @@ -90714,7 +90714,7 @@ "params": [ { "type": "const char*", - "name": "animDictionaryName" + "name": "animDict" } ], "return_type": "void", @@ -90728,7 +90728,7 @@ "params": [ { "type": "const char*", - "name": "animDictionaryName" + "name": "animDict" } ], "return_type": "BOOL", @@ -90742,7 +90742,7 @@ "params": [ { "type": "const char*", - "name": "animDictionaryName" + "name": "animDict" } ], "return_type": "void", @@ -90792,7 +90792,7 @@ "params": [ { "type": "const char*", - "name": "animSetName" + "name": "clipSet" } ], "return_type": "void", @@ -90806,7 +90806,7 @@ "params": [ { "type": "const char*", - "name": "animSetName" + "name": "clipSet" } ], "return_type": "BOOL", @@ -90820,7 +90820,7 @@ "params": [ { "type": "const char*", - "name": "animSetName" + "name": "clipSet" } ], "return_type": "void", @@ -91117,7 +91117,7 @@ "params": [ { "type": "BOOL", - "name": "bAllowPause" + "name": "toggle" } ], "return_type": "void", @@ -91244,27 +91244,27 @@ "params": [ { "type": "float", - "name": "posX" + "name": "x" }, { "type": "float", - "name": "posY" + "name": "y" }, { "type": "float", - "name": "posZ" + "name": "z" }, { "type": "float", - "name": "velX" + "name": "offsetX" }, { "type": "float", - "name": "velY" + "name": "offsetY" }, { "type": "float", - "name": "velZ" + "name": "offsetZ" } ], "return_type": "void", @@ -91278,7 +91278,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "void", @@ -91292,7 +91292,7 @@ "params": [ { "type": "Entity", - "name": "entityIndex" + "name": "entity" } ], "return_type": "BOOL", @@ -91306,11 +91306,11 @@ "params": [ { "type": "const char*", - "name": "boxName" + "name": "name" }, { "type": "BOOL", - "name": "bEnabled" + "name": "toggle" } ], "return_type": "void", @@ -91323,8 +91323,8 @@ "comment": "nullsub, doesn't do anything", "params": [ { - "type": "BOOL", - "name": "bCulled" + "type": "Any", + "name": "p0" } ], "return_type": "void", @@ -91464,11 +91464,11 @@ "params": [ { "type": "const char*", - "name": "iplGroupBefore" + "name": "iplName1" }, { "type": "const char*", - "name": "iplGroupAfter" + "name": "iplName2" } ], "return_type": "void", @@ -91518,7 +91518,7 @@ "params": [ { "type": "const char*", - "name": "cutsceneName" + "name": "srl" } ], "return_type": "void", @@ -91580,7 +91580,7 @@ "params": [ { "type": "float", - "name": "time" + "name": "p0" } ], "return_type": "void", @@ -91594,19 +91594,19 @@ "params": [ { "type": "int", - "name": "prestreamMap" + "name": "p0" }, { "type": "int", - "name": "prestreamAssets" + "name": "p1" }, { "type": "int", - "name": "playbackMap" + "name": "p2" }, { "type": "int", - "name": "playbackAssets" + "name": "p3" } ], "return_type": "void", @@ -91620,7 +91620,7 @@ "params": [ { "type": "BOOL", - "name": "enableLongJumpMode" + "name": "p0" } ], "return_type": "void", @@ -91634,15 +91634,15 @@ "params": [ { "type": "float", - "name": "positionX" + "name": "x" }, { "type": "float", - "name": "positionY" + "name": "y" }, { "type": "float", - "name": "positionZ" + "name": "z" }, { "type": "float", @@ -91963,11 +91963,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "Time" + "name": "ms" } ], "return_type": "void", @@ -91981,11 +91981,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "Time" + "name": "time" } ], "return_type": "void", @@ -91999,7 +91999,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", @@ -92045,11 +92045,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "Time" + "name": "duration" }, { "type": "Ped", @@ -92071,23 +92071,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "Time" + "name": "duration" }, { "type": "Ped", - "name": "PedToFaceIndex" + "name": "facingPed" }, { "type": "int", - "name": "TimeToFacePed" + "name": "timeToFacePed" }, { "type": "int", - "name": "Flags" + "name": "flags" } ], "return_type": "void", @@ -92173,11 +92173,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "Time" + "name": "duration" } ], "return_type": "void", @@ -92335,15 +92335,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "Time" + "name": "timeout" }, { "type": "int", @@ -92351,15 +92351,15 @@ }, { "type": "float", - "name": "MoveBlendRatio" + "name": "speed" }, { "type": "int", - "name": "iFlags" + "name": "flag" }, { - "type": "const char*", - "name": "OverridenClipSet" + "type": "Any", + "name": "p6" } ], "return_type": "void", @@ -92373,15 +92373,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "iFlags" + "name": "flags" }, { "type": "Ped", @@ -92503,47 +92503,47 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "Speed" + "name": "speed" }, { - "type": "int", - "name": "Style" + "type": "Any", + "name": "style" }, { "type": "Hash", - "name": "CarModel" + "name": "vehicleModel" }, { "type": "int", - "name": "Mode" + "name": "drivingMode" }, { "type": "float", - "name": "TargetRadius" + "name": "stopRange" }, { "type": "float", - "name": "StraightLineDist" + "name": "straightLineDist" } ], "return_type": "void", @@ -92601,19 +92601,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "CruiseSpeed" + "name": "speed" }, { "type": "int", - "name": "Mode" + "name": "drivingStyle" } ], "return_type": "void", @@ -92627,35 +92627,35 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "float", - "name": "VecOffsetX" + "name": "offsetX" }, { "type": "float", - "name": "VecOffsetY" + "name": "offsetY" }, { "type": "float", - "name": "VecOffsetZ" + "name": "offsetZ" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "movementSpeed" }, { "type": "int", - "name": "Time" + "name": "timeout" }, { "type": "float", - "name": "Radius" + "name": "stoppingRange" }, { "type": "BOOL", @@ -92805,35 +92805,35 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "moveBlendSpeedY" }, { "type": "int", - "name": "Time" + "name": "p5" }, { "type": "float", - "name": "FinalHeading" + "name": "p6" }, { "type": "float", - "name": "TargetRadius" + "name": "p7" }, { "type": "int", @@ -92851,31 +92851,31 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "Entity", - "name": "EntityIndex" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecOffsetX" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "VecOffsetY" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "VecOffsetZ" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "MoveBlendRatio" + "type": "Any", + "name": "p5" }, { - "type": "int", - "name": "Time" + "type": "Any", + "name": "p6" }, { "type": "Any", @@ -93033,7 +93033,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", @@ -93041,7 +93041,7 @@ }, { "type": "int", - "name": "Time" + "name": "timeout" } ], "return_type": "void", @@ -93064,15 +93064,15 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" } ], "return_type": "void", @@ -93198,31 +93198,31 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "target" }, { "type": "int", - "name": "Time" + "name": "duration" }, { "type": "float", - "name": "SeekRadius" + "name": "distance" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "speed" }, { "type": "float", - "name": "SlowDownDistance" + "name": "p5" }, { "type": "int", - "name": "GotoFlags" + "name": "p6" } ], "return_type": "void", @@ -93608,27 +93608,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "SafeDistance" + "name": "distance" }, { "type": "int", - "name": "FleeTime" + "name": "time" }, { "type": "int", @@ -93650,19 +93650,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "OtherPedIndex" + "name": "fleeFromTarget" }, { "type": "float", - "name": "SafeDistance" + "name": "fleeDistance" }, { "type": "int", - "name": "FleeTime" + "name": "fleeTime" }, { "type": "int", @@ -94092,11 +94092,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "int", - "name": "shockingEventId" + "type": "Any", + "name": "p1" }, { "type": "Any", @@ -94158,31 +94158,31 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCenterX" + "name": "x" }, { "type": "float", - "name": "VecCenterY" + "name": "y" }, { "type": "float", - "name": "VecCenterZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" }, { "type": "float", - "name": "MinWaitTime" + "name": "p5" }, { "type": "float", - "name": "MaxWaitTime" + "name": "p6" }, { "type": "int", @@ -94228,15 +94228,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "Heading" + "name": "p1" }, { "type": "int", - "name": "WanderFlags" + "name": "p2" } ], "return_type": "void", @@ -94266,23 +94266,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vTargetPositionX" + "name": "x" }, { "type": "float", - "name": "vTargetPositionY" + "name": "y" }, { "type": "float", - "name": "vTargetPositionZ" + "name": "z" }, { "type": "float", - "name": "fTargetHeading" + "name": "heading" } ], "return_type": "void", @@ -94604,39 +94604,39 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "speedMultiplier" }, { "type": "int", - "name": "Time" + "name": "timeout" }, { "type": "float", - "name": "Radius" + "name": "stoppingRange" }, { "type": "int", - "name": "NavFlags" + "name": "flags" }, { "type": "float", - "name": "FinalHeading" + "name": "heading" } ], "return_type": "void", @@ -94650,47 +94650,47 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "speedMultiplier" }, { "type": "int", - "name": "Time" + "name": "timeout" }, { "type": "float", - "name": "Radius" + "name": "stoppingRange" }, { "type": "int", - "name": "iNavFlags" + "name": "flags" }, { "type": "float", - "name": "m_fSlideToCoordHeading" + "name": "p8" }, { "type": "float", - "name": "m_fMaxSlopeNavigable" + "name": "p9" }, { "type": "float", - "name": "m_fClampMaxSearchDistance" + "name": "p10" }, { "type": "Entity", @@ -94698,7 +94698,7 @@ }, { "type": "float", - "name": "FinalHeading" + "name": "unk" } ], "return_type": "void", @@ -94712,11 +94712,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bUseClimbovers" + "name": "toggle" } ], "return_type": "void", @@ -94730,11 +94730,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bUseLadders" + "name": "toggle" } ], "return_type": "void", @@ -94748,11 +94748,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bDrop" + "name": "toggle" } ], "return_type": "void", @@ -94794,11 +94794,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fClimbModifier" + "name": "modifier" } ], "return_type": "void", @@ -94968,11 +94968,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bMayEnter" + "name": "mayEnterWater" } ], "return_type": "void", @@ -95042,11 +95042,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bPreferToAvoid" + "name": "avoidWater" }, { "type": "float", @@ -95120,11 +95120,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bAvoid" + "name": "avoidFire" } ], "return_type": "void", @@ -95206,27 +95206,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "speed" }, { - "type": "Vehicle", - "name": "VehicleIndex" + "type": "Entity", + "name": "entity" }, { "type": "BOOL", @@ -95234,11 +95234,11 @@ }, { "type": "int", - "name": "DrivingFlags" + "name": "walkingStyle" }, { "type": "float", - "name": "MaxRangeToShootTargets" + "name": "p8" } ], "return_type": "void", @@ -95252,27 +95252,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "speed" }, { - "type": "Vehicle", - "name": "VehicleIndex" + "type": "Any", + "name": "p5" }, { "type": "BOOL", @@ -95280,27 +95280,27 @@ }, { "type": "int", - "name": "DrivingFlags" + "name": "walkingStyle" }, { "type": "float", - "name": "MaxRangeToShootTargets" + "name": "p8" }, { - "type": "float", - "name": "fExtraVehToTargetDistToPreferVeh" + "type": "Any", + "name": "p9" }, { - "type": "float", - "name": "fDriveStraightLineDistance" + "type": "Any", + "name": "p10" }, { - "type": "int", - "name": "iExtraFlags" + "type": "Any", + "name": "p11" }, { - "type": "float", - "name": "fWarpTimerMS" + "type": "Any", + "name": "p12" } ], "return_type": "void", @@ -95314,59 +95314,59 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "float", - "name": "VecCoorsX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecCoorsY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "VecCoorsZ" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "MoveBlendRatio" + "type": "Any", + "name": "p4" }, { - "type": "Vehicle", - "name": "VehicleIndex" + "type": "Any", + "name": "p5" }, { - "type": "BOOL", + "type": "Any", "name": "p6" }, { - "type": "int", - "name": "DrivingFlags" + "type": "Any", + "name": "p7" }, { - "type": "float", - "name": "MaxRangeToShootTargets" + "type": "Any", + "name": "p8" }, { - "type": "float", - "name": "fExtraVehToTargetDistToPreferVeh" + "type": "Any", + "name": "p9" }, { - "type": "float", - "name": "fDriveStraightLineDistance" + "type": "Any", + "name": "p10" }, { - "type": "int", - "name": "iExtraFlags" + "type": "Any", + "name": "p11" }, { - "type": "float", - "name": "fCruiseSpeed" + "type": "Any", + "name": "p12" }, { - "type": "float", - "name": "fTargetArriveDist" + "type": "Any", + "name": "p13" }, { "type": "Any", @@ -95384,39 +95384,39 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "pAnimDictName" + "name": "animDict" }, { "type": "const char*", - "name": "pAnimName" + "name": "animName" }, { "type": "float", - "name": "fBlendInDelta" + "name": "speed" }, { "type": "float", - "name": "fBlendOutDelta" + "name": "speedMultiplier" }, { "type": "int", - "name": "nTimeToPlay" + "name": "duration" }, { "type": "int", - "name": "AnimFlags" + "name": "flags" }, { "type": "float", - "name": "startPhase" + "name": "playbackRate" }, { "type": "BOOL", - "name": "phaseControlled" + "name": "p8" }, { "type": "int", @@ -95424,7 +95424,7 @@ }, { "type": "BOOL", - "name": "bAllowOverrideCloneUpdate" + "name": "p10" }, { "type": "const char*", @@ -95446,15 +95446,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "pAnimDictName" + "name": "animDict" }, { "type": "const char*", - "name": "pAnimName" + "name": "animName" }, { "type": "float", @@ -95482,34 +95482,34 @@ }, { "type": "float", - "name": "fBlendInDelta" + "name": "speed" }, { "type": "float", - "name": "fBlendOutDelta" + "name": "speedMultiplier" }, { "type": "int", - "name": "nTimeToPlay" + "name": "duration" }, { "type": "int", - "name": "AnimFlags" + "name": "flags" }, { "type": "float", - "name": "startPhase" + "name": "p13" }, { "type": "int", - "name": "RotOrder" + "name": "p14" }, { "type": "int", "name": "p15" }, { - "type": "BOOL", + "type": "int", "name": "p16" } ], @@ -95591,20 +95591,20 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "EntityIndex" + "type": "Ped", + "name": "ped" }, { "type": "const char*", - "name": "pAnimDictName" + "name": "animDictionary" }, { "type": "const char*", - "name": "pAnimName" + "name": "animationName" }, { "type": "float", - "name": "fBlendOutDelta" + "name": "p3" } ], "return_type": "void", @@ -95618,7 +95618,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Any*", @@ -95636,7 +95636,7 @@ "params": [ { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "Any*", @@ -95653,16 +95653,16 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "EntityIndex" + "type": "Ped", + "name": "ped" }, { "type": "int", - "name": "priority" + "name": "p1" }, { "type": "BOOL", - "name": "secondary" + "name": "p2" } ], "return_type": "void", @@ -95699,20 +95699,20 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "EntityIndex" + "type": "Any", + "name": "p0" }, { "type": "float", - "name": "rate" + "name": "p1" }, { - "type": "int", - "name": "priority" + "type": "Any", + "name": "p2" }, { "type": "BOOL", - "name": "secondary" + "name": "p3" } ], "return_type": "void", @@ -95994,27 +95994,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "int", - "name": "time" + "name": "duration" }, { "type": "int", - "name": "LookFlags" + "name": "flags" }, { "type": "int", @@ -96036,15 +96036,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "lookAtTarget" }, { "type": "int", - "name": "time" + "name": "duration" }, { "type": "int", @@ -96070,7 +96070,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -96128,7 +96128,7 @@ "params": [ { "type": "int*", - "name": "Sequence" + "name": "taskSequenceId" } ], "return_type": "void", @@ -96142,7 +96142,7 @@ "params": [ { "type": "int", - "name": "Sequence" + "name": "taskSequenceId" } ], "return_type": "void", @@ -96156,11 +96156,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "Sequence" + "name": "taskSequenceId" } ], "return_type": "void", @@ -96198,7 +96198,7 @@ "params": [ { "type": "int*", - "name": "Sequence" + "name": "taskSequenceId" } ], "return_type": "void", @@ -96212,11 +96212,11 @@ "params": [ { "type": "int", - "name": "Sequence" + "name": "taskSequenceId" }, { "type": "int", - "name": "DoRepeat" + "name": "repeatMode" } ], "return_type": "void", @@ -96230,7 +96230,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "int", @@ -96244,11 +96244,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "TaskID" + "name": "taskIndex" } ], "return_type": "BOOL", @@ -96262,11 +96262,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TaskName" + "name": "taskHash" }, { "type": "BOOL", @@ -96392,7 +96392,7 @@ "params": [ { "type": "Vehicle", - "name": "vehIndex" + "name": "vehicle" } ], "return_type": "int", @@ -96406,15 +96406,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "DelayTime" + "name": "p1" }, { "type": "int", - "name": "iFlags" + "name": "taskFlag" } ], "return_type": "void", @@ -96468,19 +96468,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "targetEntity" }, { "type": "int", - "name": "Duration" + "name": "duration" }, { "type": "BOOL", - "name": "InstantBlendToAim" + "name": "p3" }, { "type": "int", @@ -96498,15 +96498,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "targetEntity" }, { "type": "int", - "name": "Time" + "name": "duration" }, { "type": "float", @@ -96532,31 +96532,31 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecTargetCoorsX" + "name": "x" }, { "type": "float", - "name": "VecTargetCoorsY" + "name": "y" }, { "type": "float", - "name": "VecTargetCoorsZ" + "name": "z" }, { "type": "int", - "name": "Duration" + "name": "time" }, { "type": "BOOL", - "name": "InstantBlendToAim" + "name": "p5" }, { "type": "BOOL", - "name": "PlayAimIntro" + "name": "p6" } ], "return_type": "void", @@ -96634,27 +96634,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecTargetCoorsX" + "name": "x" }, { "type": "float", - "name": "VecTargetCoorsY" + "name": "y" }, { "type": "float", - "name": "VecTargetCoorsZ" + "name": "z" }, { "type": "int", - "name": "Duration" + "name": "duration" }, { "type": "Hash", - "name": "FiringType" + "name": "firingPattern" }, { "type": "Any", @@ -96672,11 +96672,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "void", @@ -96690,7 +96690,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", @@ -96772,7 +96772,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -96834,31 +96834,31 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { - "type": "int", - "name": "Time" + "type": "Any", + "name": "p2" }, { "type": "float", - "name": "SeekRadius" + "name": "x" }, { "type": "float", - "name": "SeekAngle" + "name": "y" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "z" }, { "type": "int", - "name": "OffsetFlags" + "name": "duration" } ], "return_type": "void", @@ -96872,35 +96872,35 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "entity" }, { "type": "int", - "name": "Time" + "name": "duration" }, { "type": "float", - "name": "fTargetRadius" + "name": "targetRadius" }, { "type": "float", - "name": "fXOffset" + "name": "xOffset" }, { "type": "float", - "name": "fYOffset" + "name": "yOffset" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "moveBlendRatio" }, { "type": "int", - "name": "OffsetFlags" + "name": "offsetFlags" } ], "return_type": "void", @@ -97090,23 +97090,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "int", - "name": "Time" + "name": "duration" } ], "return_type": "void", @@ -97120,19 +97120,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "driver" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "Action" + "name": "action" }, { "type": "int", - "name": "Time" + "name": "time" } ], "return_type": "void", @@ -97146,35 +97146,35 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "driver" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "Vehicle", - "name": "TargetVehicleIndex" + "name": "vehicleTarget" }, { "type": "int", - "name": "Mission" + "name": "missionType" }, { "type": "float", - "name": "CruiseSpeed" + "name": "p4" }, { - "type": "int", - "name": "mode" + "type": "Any", + "name": "p5" }, { "type": "float", - "name": "TargetReachedDist" + "name": "p6" }, { "type": "float", - "name": "StraightLineDist" + "name": "p7" }, { "type": "BOOL", @@ -97444,35 +97444,35 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "Ped", - "name": "TargetPedIndex" + "name": "pedTarget" }, { "type": "int", - "name": "Mission" + "name": "mode" }, { "type": "float", - "name": "CruiseSpeed" + "name": "maxSpeed" }, { "type": "int", - "name": "mode" + "name": "drivingStyle" }, { "type": "float", - "name": "TargetReachedDist" + "name": "minDistance" }, { "type": "float", - "name": "StraightLineDist" + "name": "p7" }, { "type": "BOOL", @@ -97506,39 +97506,39 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { - "type": "Entity", - "name": "EscortEntityIndex" + "type": "Vehicle", + "name": "targetVehicle" }, { "type": "int", - "name": "EscortType" + "name": "mode" }, { "type": "float", - "name": "CruiseSpeed" + "name": "speed" }, { "type": "int", - "name": "mode" + "name": "drivingStyle" }, { "type": "float", - "name": "CustomOffset" + "name": "minDistance" }, { "type": "int", - "name": "MinHeightAboveTerrain" + "name": "p7" }, { "type": "float", - "name": "StraightLineDistance" + "name": "noRoadsDistance" } ], "return_type": "void", @@ -97552,51 +97552,51 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "pedDriver" }, { "type": "Vehicle", - "name": "BoatIndex" + "name": "boat" }, { - "type": "Vehicle", - "name": "TargetVehicleIndex" + "type": "Any", + "name": "p2" }, { - "type": "Ped", - "name": "TargetPedIndex" + "type": "Any", + "name": "p3" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { - "type": "int", - "name": "Mission" + "type": "Any", + "name": "p7" }, { "type": "float", - "name": "CruiseSpeed" + "name": "maxSpeed" }, { "type": "int", - "name": "mode" + "name": "drivingStyle" }, { "type": "float", - "name": "TargetReachedDist" + "name": "p10" }, { - "type": "int", - "name": "BoatFlags" + "type": "Any", + "name": "p11" } ], "return_type": "void", @@ -97622,43 +97622,43 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "driverPed" }, { "type": "Ped", - "name": "OtherPedIndex" + "name": "targetPed" }, { "type": "Vehicle", - "name": "TargetVehicleIndex" + "name": "targetVehicle" }, { "type": "float", - "name": "VecCoorsX" + "name": "targetX" }, { "type": "float", - "name": "VecCoorsY" + "name": "targetY" }, { "type": "float", - "name": "VecCoorsZ" + "name": "targetZ" }, { "type": "float", - "name": "AbortRange" + "name": "distanceToShoot" }, { "type": "int", - "name": "FrequencyPercentage" + "name": "pedAccuracy" }, { "type": "BOOL", - "name": "bPushUnderneathDrivingTaskIfDriving" + "name": "p8" }, { "type": "Hash", - "name": "FiringPatternHash" + "name": "firingPattern" } ], "return_type": "void", @@ -97672,27 +97672,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "shootingPed" }, { "type": "Ped", - "name": "OtherPedIndex" + "name": "targetPed" }, { "type": "Vehicle", - "name": "TargetVehicleIndex" + "name": "targetVehicle" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" } ], "return_type": "void", @@ -97706,7 +97706,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -97720,7 +97720,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -97762,7 +97762,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -97776,11 +97776,11 @@ "params": [ { "type": "Ped", - "name": "Ped" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", @@ -97797,20 +97797,20 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "PedIndex" + "type": "Entity", + "name": "entity" }, { "type": "Entity", - "name": "EntityIndex" + "name": "targetEntity" }, { "type": "int", - "name": "Time" + "name": "duration" }, { "type": "Hash", - "name": "FiringType" + "name": "firingPattern" }, { "type": "BOOL", @@ -97920,11 +97920,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "UsePlayerLaunchForce" + "name": "unused" } ], "return_type": "void", @@ -97954,7 +97954,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", @@ -97980,7 +97980,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", @@ -98002,19 +98002,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "int", - "name": "TaskIndex" + "type": "Any", + "name": "p1" }, { - "type": "int", - "name": "Progress1" + "type": "Any", + "name": "p2" }, { - "type": "int", - "name": "Progress2" + "type": "Any", + "name": "p3" } ], "return_type": "void", @@ -98028,11 +98028,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "p1" } ], "return_type": "void", @@ -98046,7 +98046,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "float", @@ -98060,19 +98060,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Entity", - "name": "EntityIndex" + "name": "target" }, { "type": "float", - "name": "SeekRadius" + "name": "distanceToStopAt" }, { "type": "float", - "name": "AimRadius" + "name": "StartAimingDist" } ], "return_type": "void", @@ -98086,23 +98086,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vCentreX" + "name": "p1" }, { "type": "float", - "name": "vCentreY" + "name": "p2" }, { "type": "float", - "name": "vCentreZ" + "name": "p3" }, { "type": "float", - "name": "fRadius" + "name": "p4" } ], "return_type": "void", @@ -98116,7 +98116,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -98130,27 +98130,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "headingDegrees" + "name": "heading" }, { "type": "float", - "name": "speed" + "name": "p5" } ], "return_type": "void", @@ -98188,35 +98188,35 @@ "params": [ { "type": "float", - "name": "VecCoorsX" + "name": "p0" }, { "type": "float", - "name": "VecCoorsY" + "name": "p1" }, { "type": "float", - "name": "VecCoorsZ" + "name": "p2" }, { "type": "float", - "name": "direction" + "name": "p3" }, { - "type": "int", - "name": "usage" + "type": "Any", + "name": "p4" }, { - "type": "int", - "name": "height" + "type": "Any", + "name": "p5" }, { - "type": "int", - "name": "arc" + "type": "Any", + "name": "p6" }, { "type": "BOOL", - "name": "isPriorityToPlayer" + "name": "p7" } ], "return_type": "ScrHandle", @@ -98274,7 +98274,7 @@ "params": [ { "type": "ScrHandle", - "name": "index" + "name": "coverpoint" } ], "return_type": "void", @@ -98287,16 +98287,16 @@ "comment": "Checks if there is a cover point at position", "params": [ { - "type": "float", - "name": "VecCoorsX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "VecCoorsY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecCoorsZ" + "type": "Any", + "name": "p2" }, { "type": "Any", @@ -98314,7 +98314,7 @@ "params": [ { "type": "ScrHandle", - "name": "index" + "name": "coverpoint" } ], "return_type": "Vector3", @@ -98388,19 +98388,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "OtherPedIndex" + "name": "targetPed" }, { "type": "int", - "name": "CombatFlags" + "name": "p2" }, { "type": "int", - "name": "TaskThreatResponseFlags" + "name": "p3" } ], "return_type": "void", @@ -98414,19 +98414,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "OtherPedIndex" + "name": "targetPed" }, { "type": "int", - "name": "Time" + "name": "p2" }, { - "type": "int", - "name": "Flags" + "type": "Any", + "name": "p3" } ], "return_type": "void", @@ -98472,34 +98472,34 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "VecFromCoorsX" + "name": "x" }, { "type": "float", - "name": "VecFromCoorsY" + "name": "y" }, { "type": "float", - "name": "VecFromCoorsZ" + "name": "z" }, { "type": "int", - "name": "Time" + "name": "duration" }, { - "type": "BOOL", + "type": "Any", "name": "p5" }, { - "type": "BOOL", + "type": "Any", "name": "p6" }, { - "type": "BOOL", + "type": "Any", "name": "p7" } ], @@ -98514,26 +98514,26 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "OtherPedIndex" + "name": "fromPed" }, { "type": "int", - "name": "Time" + "name": "duration" }, { - "type": "BOOL", + "type": "Any", "name": "p3" }, { - "type": "BOOL", + "type": "Any", "name": "p4" }, { - "type": "BOOL", + "type": "Any", "name": "p5" } ], @@ -98548,27 +98548,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "ScrHandle", - "name": "CoverIndex" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecFromCoorsX" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "VecFromCoorsY" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "VecFromCoorsZ" + "type": "Any", + "name": "p4" }, { - "type": "int", - "name": "Time" + "type": "Any", + "name": "p5" }, { "type": "Any", @@ -98594,35 +98594,35 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "float", - "name": "VecCooverCoorsX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecCooverCoorsY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "VecCooverCoorsZ" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "VecFromCoorsX" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "VecFromCoorsY" + "type": "Any", + "name": "p5" }, { - "type": "float", - "name": "VecFromCoorsZ" + "type": "Any", + "name": "p6" }, { - "type": "int", - "name": "Time" + "type": "Any", + "name": "p7" }, { "type": "Any", @@ -98648,31 +98648,31 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vCoverPosX" + "name": "x" }, { "type": "float", - "name": "vCoverPosY" + "name": "y" }, { "type": "float", - "name": "vCoverPosZ" + "name": "z" }, { "type": "int", - "name": "Time" + "name": "timeout" }, { "type": "BOOL", - "name": "CanPeekAndAim" + "name": "p5" }, { "type": "float", - "name": "BlendInDuration" + "name": "p6" }, { "type": "Any", @@ -98790,11 +98790,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "PedTargetIndex" + "name": "meleeTarget" }, { "type": "Hash", @@ -98814,7 +98814,7 @@ }, { "type": "int", - "name": "AiCombatFlags" + "name": "p6" } ], "return_type": "void", @@ -98936,19 +98936,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fMaxPatrolProximity" + "name": "p1" }, { "type": "float", - "name": "GuardAreaRadius" + "name": "p2" }, { "type": "BOOL", - "name": "bSetDefensiveArea" + "name": "p3" } ], "return_type": "void", @@ -99002,31 +99002,31 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vDefendPositionX" + "name": "p1" }, { "type": "float", - "name": "vDefendPositionY" + "name": "p2" }, { "type": "float", - "name": "vDefendPositionZ" + "name": "p3" }, { "type": "float", - "name": "fHeading" + "name": "p4" }, { "type": "float", - "name": "fMaxPatrolProximity" + "name": "p5" }, { - "type": "int", - "name": "nTimer" + "type": "Any", + "name": "p6" } ], "return_type": "void", @@ -99040,27 +99040,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vDefendPositionX" + "name": "x" }, { "type": "float", - "name": "vDefendPositionY" + "name": "y" }, { "type": "float", - "name": "vDefendPositionZ" + "name": "z" }, { "type": "float", - "name": "fHeading" + "name": "heading" }, { "type": "const char*", - "name": "context" + "name": "scenarioName" } ], "return_type": "void", @@ -99074,11 +99074,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "driver" }, { "type": "float", - "name": "CruiseSpeed" + "name": "cruiseSpeed" } ], "return_type": "void", @@ -99092,11 +99092,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "MaxCruiseSpeed" + "name": "maxCruiseSpeed" } ], "return_type": "void", @@ -99110,43 +99110,43 @@ "params": [ { "type": "float", - "name": "vStartX" + "name": "playerX" }, { "type": "float", - "name": "vStartY" + "name": "playerY" }, { "type": "float", - "name": "vStartZ" + "name": "playerZ" }, { "type": "float", - "name": "vEndX" + "name": "radiusX" }, { "type": "float", - "name": "vEndY" + "name": "radiusY" }, { "type": "float", - "name": "vEndZ" + "name": "radiusZ" }, { "type": "BOOL", - "name": "bBlockObjects" + "name": "p6" }, { "type": "BOOL", - "name": "bBlockVehicles" + "name": "p7" }, { "type": "BOOL", - "name": "bBlockMap" + "name": "p8" }, { "type": "BOOL", - "name": "bBlockPlayer" + "name": "p9" } ], "return_type": "void", @@ -100288,27 +100288,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" }, { "type": "float", - "name": "fRange" + "name": "distance" }, { "type": "int", - "name": "iTimeToLeaveMS" + "name": "duration" }, { "type": "BOOL", @@ -100366,23 +100366,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" }, { "type": "float", - "name": "fRange" + "name": "distance" }, { "type": "BOOL", @@ -100412,23 +100412,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" }, { "type": "float", - "name": "fRange" + "name": "distance" }, { "type": "BOOL", @@ -100542,19 +100542,19 @@ "params": [ { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" }, { "type": "float", - "name": "fRange" + "name": "radius" }, { "type": "BOOL", @@ -100732,23 +100732,23 @@ "params": [ { "type": "float", - "name": "vPositionX" + "name": "p0" }, { "type": "float", - "name": "vPositionY" + "name": "p1" }, { "type": "float", - "name": "vPositionZ" + "name": "p2" }, { "type": "float", - "name": "fRange" + "name": "p3" }, { "type": "BOOL", - "name": "bOnlyUsersActuallyAtScenario" + "name": "p4" } ], "return_type": "BOOL", @@ -100774,7 +100774,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -100836,15 +100836,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "clipSet" + "name": "animDict" }, { "type": "const char*", - "name": "clip" + "name": "animName" } ], "return_type": "void", @@ -101311,7 +101311,7 @@ "params": [ { "type": "const char*", - "name": "scenarioGroupName" + "name": "scenarioGroup" } ], "return_type": "BOOL", @@ -101337,7 +101337,7 @@ "params": [ { "type": "const char*", - "name": "scenarioGroupName" + "name": "scenarioGroup" } ], "return_type": "BOOL", @@ -101363,11 +101363,11 @@ "params": [ { "type": "const char*", - "name": "scenarioGroupName" + "name": "scenarioGroup" }, { "type": "BOOL", - "name": "enabled" + "name": "toggle" } ], "return_type": "void", @@ -101486,7 +101486,7 @@ "params": [ { "type": "const char*", - "name": "scenarioTypeName" + "name": "scenarioType" } ], "return_type": "BOOL", @@ -101500,11 +101500,11 @@ "params": [ { "type": "const char*", - "name": "scenarioTypeName" + "name": "scenarioType" }, { "type": "BOOL", - "name": "enabled" + "name": "toggle" } ], "return_type": "void", @@ -101567,7 +101567,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", @@ -101613,27 +101613,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" }, { "type": "float", - "name": "fRange" + "name": "radius" }, { "type": "int", - "name": "Flags" + "name": "flags" }, { "type": "Any", @@ -101667,15 +101667,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fRange" + "name": "radius" }, { "type": "int", - "name": "Flags" + "name": "flags" }, { "type": "Any", @@ -101693,19 +101693,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "fRange" + "name": "radius" }, { "type": "int", - "name": "iTime" + "name": "time" }, { "type": "int", - "name": "Flags" + "name": "flags" } ], "return_type": "void", @@ -101747,19 +101747,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "float", - "name": "ThrowAtCoordX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "ThrowAtCoordY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "ThrowAtCoordZ" + "type": "Any", + "name": "p3" } ], "return_type": "void", @@ -101817,22 +101817,22 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "BOOL", + "type": "Any", "name": "p1" }, { - "type": "BOOL", + "type": "Any", "name": "p2" }, { - "type": "BOOL", + "type": "Any", "name": "p3" }, { - "type": "BOOL", + "type": "Any", "name": "p4" } ], @@ -101863,11 +101863,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bDrawWeapon" + "name": "unused" } ], "return_type": "void", @@ -101897,7 +101897,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -101963,7 +101963,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -102044,7 +102044,7 @@ "params": [ { "type": "const char*", - "name": "RouteName" + "name": "patrolRoute" } ], "return_type": "void", @@ -102067,39 +102067,39 @@ "params": [ { "type": "int", - "name": "NodeId" + "name": "nodeId" }, { "type": "const char*", - "name": "NodeType" + "name": "scenarioName" }, { "type": "float", - "name": "vNodePositionX" + "name": "x" }, { "type": "float", - "name": "vNodePositionY" + "name": "y" }, { "type": "float", - "name": "vNodePositionZ" + "name": "z" }, { "type": "float", - "name": "NodeLookAtPosX" + "name": "lookPosX" }, { "type": "float", - "name": "NodeLookAtPosY" + "name": "lookPosY" }, { "type": "float", - "name": "NodeLookAtPosZ" + "name": "lookPosZ" }, { "type": "int", - "name": "Duration" + "name": "duration" }, { "type": "BOOL", @@ -102117,11 +102117,11 @@ "params": [ { "type": "int", - "name": "NodeId1" + "name": "node1" }, { "type": "int", - "name": "NodeId2" + "name": "node2" } ], "return_type": "void", @@ -102144,7 +102144,7 @@ "params": [ { "type": "const char*", - "name": "RouteName" + "name": "patrolRoute" } ], "return_type": "void", @@ -102178,23 +102178,23 @@ "params": [ { "type": "Ped", - "name": "Ped" + "name": "ped" }, { "type": "const char*", - "name": "RouteName" + "name": "patrolRoute" }, { - "type": "int", - "name": "PedAlertState" + "type": "Any", + "name": "p2" }, { "type": "BOOL", - "name": "CanChatToPeds" + "name": "p3" }, { "type": "BOOL", - "name": "CanUseHeadLookAtAlongRoute" + "name": "p4" } ], "return_type": "void", @@ -102248,7 +102248,7 @@ "params": [ { "type": "Ped", - "name": "Ped" + "name": "ped" } ], "return_type": "void", @@ -102262,15 +102262,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "OtherPed" + "name": "target" }, { "type": "float", - "name": "FireTolerance" + "name": "p2" } ], "return_type": "void", @@ -102284,11 +102284,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Ped", - "name": "OtherPed" + "name": "target" } ], "return_type": "void", @@ -102302,23 +102302,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" }, { "type": "float", - "name": "FireTolerance" + "name": "p4" } ], "return_type": "void", @@ -102356,19 +102356,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "vPositionX" + "name": "x" }, { "type": "float", - "name": "vPositionY" + "name": "y" }, { "type": "float", - "name": "vPositionZ" + "name": "z" } ], "return_type": "void", @@ -102382,35 +102382,35 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "CruiseSpeed" + "name": "speed" }, { "type": "int", - "name": "Mode" + "name": "behaviorFlag" }, { "type": "float", - "name": "TargetReachedDist" + "name": "stoppingRange" } ], "return_type": "void", @@ -102424,50 +102424,50 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "float", - "name": "GoToCoordX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "GoToCoordY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "GoToCoordZ" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "AimAtCoordX" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "AimAtCoordY" + "type": "Any", + "name": "p5" }, { - "type": "float", - "name": "AimAtCoordZ" + "type": "Any", + "name": "p6" }, { - "type": "float", + "type": "Any", "name": "p7" }, { - "type": "BOOL", + "type": "Any", "name": "p8" }, { - "type": "float", + "type": "Any", "name": "p9" }, { - "type": "float", + "type": "Any", "name": "p10" }, { - "type": "BOOL", + "type": "Any", "name": "p11" }, { @@ -102475,12 +102475,12 @@ "name": "p12" }, { - "type": "BOOL", + "type": "Any", "name": "p13" }, { - "type": "Hash", - "name": "FiringPatternHash" + "type": "Any", + "name": "p14" }, { "type": "Any", @@ -102570,19 +102570,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped1" }, { "type": "float", - "name": "GoToCoordX" + "name": "x" }, { "type": "float", - "name": "GoToCoordY" + "name": "y" }, { "type": "float", - "name": "GoToCoordZ" + "name": "z" }, { "type": "Ped", @@ -102708,18 +102708,18 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { - "type": "Entity", - "name": "GoToEntityIndex" + "type": "Any", + "name": "p1" }, { - "type": "Entity", - "name": "AimAtEntityIndex" + "type": "Any", + "name": "p2" }, { - "type": "float", + "type": "Any", "name": "p3" }, { @@ -102727,11 +102727,11 @@ "name": "p4" }, { - "type": "float", + "type": "Any", "name": "p5" }, { - "type": "float", + "type": "Any", "name": "p6" }, { @@ -102743,8 +102743,8 @@ "name": "p8" }, { - "type": "Hash", - "name": "FiringPatternHash" + "type": "Any", + "name": "p9" }, { "type": "Any", @@ -102814,63 +102814,63 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "float", - "name": "GoToCoordX" + "name": "goToLocationX" }, { "type": "float", - "name": "GoToCoordY" + "name": "goToLocationY" }, { "type": "float", - "name": "GoToCoordZ" + "name": "goToLocationZ" }, { "type": "float", - "name": "AimNearCoordX" + "name": "focusLocationX" }, { "type": "float", - "name": "AimNearCoordY" + "name": "focusLocationY" }, { "type": "float", - "name": "AimNearCoordZ" + "name": "focusLocationZ" }, { "type": "float", - "name": "MoveBlendRatio" + "name": "speed" }, { "type": "BOOL", - "name": "Shoot" + "name": "shootAtEnemies" }, { "type": "float", - "name": "TargetDistance" + "name": "distanceToStopAt" }, { "type": "float", - "name": "SlowDistance" + "name": "noRoadsDistance" }, { "type": "BOOL", - "name": "UseNavMesh" + "name": "unkTrue" }, { "type": "int", - "name": "iNavFlags" + "name": "unkFlag" }, { "type": "int", - "name": "iTaskFlags" + "name": "aimingFlag" }, { "type": "Hash", - "name": "FiringPatternHash" + "name": "firingPattern" } ], "return_type": "void", @@ -102952,19 +102952,19 @@ "params": [ { "type": "Ped", - "name": "nPedIndex" + "name": "ped" }, { "type": "int", - "name": "nMinTime" + "name": "p1" }, { "type": "int", - "name": "nMaxTime" + "name": "p2" }, { "type": "int", - "name": "type" + "name": "p3" } ], "return_type": "void", @@ -103006,7 +103006,7 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" } ], "return_type": "void", @@ -103020,7 +103020,7 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" } ], "return_type": "BOOL", @@ -103034,7 +103034,7 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" } ], "return_type": "void", @@ -103055,11 +103055,11 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "int*", - "name": "iOutNumPoints" + "name": "points" } ], "return_type": "BOOL", @@ -103073,15 +103073,15 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "int", - "name": "iWaypoint" + "name": "point" }, { "type": "Vector3*", - "name": "vOutCoord" + "name": "coord" } ], "return_type": "BOOL", @@ -103095,11 +103095,11 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "int", - "name": "iWaypoint" + "name": "point" } ], "return_type": "float", @@ -103113,23 +103113,23 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "float", - "name": "vPosX" + "name": "x" }, { "type": "float", - "name": "vPosY" + "name": "y" }, { "type": "float", - "name": "vPosZ" + "name": "z" }, { "type": "int*", - "name": "iOutWaypoint" + "name": "point" } ], "return_type": "BOOL", @@ -103159,23 +103159,23 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "int", - "name": "iStartingProgress" + "name": "p2" }, { "type": "int", - "name": "iFlags" + "name": "flag" }, { "type": "int", - "name": "iTargetProgress" + "name": "p4" }, { "type": "BOOL", @@ -103281,7 +103281,7 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { "type": "const char*", @@ -103299,7 +103299,7 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" } ], "return_type": "int", @@ -103313,7 +103313,7 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" } ], "return_type": "float", @@ -103327,22 +103327,22 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { "type": "float", - "name": "vOffsetX" + "name": "p1" }, { "type": "float", - "name": "vOffsetY" + "name": "p2" }, { "type": "float", - "name": "vOffsetZ" + "name": "p3" } ], - "return_type": "BOOL", + "return_type": "Any", "build": "1207", "gta_hash": "0xED98E10B0AFCE4B4", "gta_jhash": "0xF867F747" @@ -103353,11 +103353,11 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "int", - "name": "iWaypoint" + "name": "p1" } ], "return_type": "float", @@ -103395,7 +103395,7 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" } ], "return_type": "BOOL", @@ -103433,18 +103433,18 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { - "type": "BOOL", + "type": "Any", "name": "p1" }, { - "type": "BOOL", + "type": "Any", "name": "p2" }, { - "type": "BOOL", + "type": "Any", "name": "p3" } ], @@ -103459,19 +103459,19 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { "type": "BOOL", - "name": "bAchieveHeadingFirst" + "name": "p1" }, { "type": "int", - "name": "iProgressToContinueFrom" + "name": "p2" }, { "type": "int", - "name": "iTimeBeforeResumingMs" + "name": "p3" } ], "return_type": "void", @@ -103485,22 +103485,22 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { "type": "float", - "name": "fMoveBlendRatio" + "name": "speed" }, { - "type": "BOOL", + "type": "Any", "name": "p2" }, { - "type": "float", + "type": "Any", "name": "p3" }, { - "type": "BOOL", + "type": "Any", "name": "p4" } ], @@ -103515,7 +103515,7 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" } ], "return_type": "void", @@ -103541,19 +103541,19 @@ "params": [ { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "BOOL", - "name": "bUseAsAssistedMovementRoute" + "name": "p1" }, { "type": "float", - "name": "fPathWidth" + "name": "p2" }, { "type": "float", - "name": "fTension" + "name": "p3" }, { "type": "BOOL", @@ -103570,16 +103570,16 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "iPed" + "type": "Any", + "name": "p0" }, { - "type": "Ped", - "name": "iTargetPed" + "type": "Any", + "name": "p1" }, { - "type": "BOOL", - "name": "bRunAndGun" + "type": "Any", + "name": "p2" }, { "type": "Any", @@ -103620,24 +103620,24 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "iPed" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "vTargetCoordsX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "vTargetCoordsY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "vTargetCoordsZ" + "type": "Any", + "name": "p3" }, { - "type": "BOOL", - "name": "bRunAndGun" + "type": "Any", + "name": "p4" }, { "type": "Any", @@ -103652,36 +103652,36 @@ "0xE70BA7B90F8390DC": { "name": "WAYPOINT_PLAYBACK_START_SHOOTING_AT_PED", "comment": "", - "params": [ - { - "type": "Ped", - "name": "iPed" - }, - { - "type": "Ped", - "name": "iTargetPed" - }, - { - "type": "BOOL", - "name": "bRunAndGun" - }, - { - "type": "Hash", - "name": "FiringPatternHash" - }, - { - "type": "float", - "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", + "gta_hash": "0xE70BA7B90F8390DC", + "gta_jhash": "0xBD5F0EB8" + }, + "0x4AF458F71C1196D2": { + "name": "WAYPOINT_PLAYBACK_START_SHOOTING_AT_ENTITY", + "comment": "", "params": [ { "type": "Any", @@ -103712,31 +103712,31 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "iPed" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "vTargetCoordsX" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "vTargetCoordsY" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "vTargetCoordsZ" + "type": "Any", + "name": "p3" }, { - "type": "BOOL", - "name": "bRunAndGun" + "type": "Any", + "name": "p4" }, { - "type": "Hash", - "name": "FiringPatternHash" + "type": "Any", + "name": "p5" }, { - "type": "float", + "type": "Any", "name": "p6" } ], @@ -103750,8 +103750,8 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "iPed" + "type": "Any", + "name": "p0" } ], "return_type": "void", @@ -103765,7 +103765,7 @@ "params": [ { "type": "const char*", - "name": "RouteName" + "name": "route" } ], "return_type": "void", @@ -103803,7 +103803,7 @@ "params": [ { "type": "const char*", - "name": "RouteName" + "name": "route" } ], "return_type": "BOOL", @@ -103817,11 +103817,11 @@ "params": [ { "type": "const char*", - "name": "RouteName" + "name": "route" }, { "type": "int", - "name": "iFlags" + "name": "props" } ], "return_type": "void", @@ -103895,19 +103895,19 @@ "params": [ { "type": "Ped", - "name": "iPed" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "const char*", - "name": "RecordingName" + "name": "waypointRecording" }, { "type": "int", - "name": "Mode" + "name": "drivingMode" }, { "type": "Any", @@ -103919,22 +103919,22 @@ }, { "type": "int", - "name": "iFlags" + "name": "flag" }, { "type": "float", - "name": "MaxSpeed" + "name": "p7" }, { "type": "BOOL", - "name": "DriveInLoop" + "name": "p8" }, { "type": "float", - "name": "fTargetArriveDistance" + "name": "stoppingDist" }, { - "type": "BOOL", + "type": "Any", "name": "p10" } ], @@ -103996,8 +103996,8 @@ "comment": "", "params": [ { - "type": "Vehicle", - "name": "iVeh" + "type": "Any", + "name": "p0" }, { "type": "Any", @@ -104015,7 +104015,7 @@ "params": [ { "type": "Vehicle", - "name": "iVeh" + "name": "vehicle" } ], "return_type": "int", @@ -104029,7 +104029,7 @@ "params": [ { "type": "Vehicle", - "name": "iVeh" + "name": "vehicle" } ], "return_type": "int", @@ -104043,7 +104043,7 @@ "params": [ { "type": "Vehicle", - "name": "iVeh" + "name": "vehicle" } ], "return_type": "void", @@ -104069,7 +104069,7 @@ "params": [ { "type": "Vehicle", - "name": "iVeh" + "name": "vehicle" } ], "return_type": "void", @@ -104083,7 +104083,7 @@ "params": [ { "type": "Vehicle", - "name": "iVeh" + "name": "vehicle" } ], "return_type": "void", @@ -104097,11 +104097,11 @@ "params": [ { "type": "Vehicle", - "name": "iVeh" + "name": "vehicle" }, { "type": "float", - "name": "fSpeed" + "name": "speed" } ], "return_type": "void", @@ -104127,11 +104127,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "bSet" + "name": "toggle" } ], "return_type": "void", @@ -104193,15 +104193,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "motionState" + "name": "motionStateHash" }, { "type": "BOOL", - "name": "bForceRestart" + "name": "p2" } ], "return_type": "void", @@ -104215,23 +104215,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "network" + "name": "task" }, { "type": "float", - "name": "blendDuration" + "name": "multiplier" }, { "type": "BOOL", - "name": "bAllowOverrideCloneUpdate" + "name": "p3" }, { "type": "const char*", - "name": "animDictionary" + "name": "animDict" }, { "type": "int", @@ -104433,7 +104433,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -104459,7 +104459,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -104473,11 +104473,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", - "name": "StateName" + "name": "name" } ], "return_type": "void", @@ -104491,7 +104491,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "const char*", @@ -104537,7 +104537,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", @@ -104545,7 +104545,7 @@ }, { "type": "float", - "name": "fSignal" + "name": "value" } ], "return_type": "void", @@ -104579,7 +104579,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", @@ -104587,7 +104587,7 @@ }, { "type": "BOOL", - "name": "bSignal" + "name": "value" } ], "return_type": "void", @@ -104645,7 +104645,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "const char*", @@ -104711,7 +104711,7 @@ "params": [ { "type": "float", - "name": "MoveBlendRatio" + "name": "moveBlendRatio" } ], "return_type": "BOOL", @@ -104725,7 +104725,7 @@ "params": [ { "type": "float", - "name": "MoveBlendRatio" + "name": "moveBlendRatio" } ], "return_type": "BOOL", @@ -104739,7 +104739,7 @@ "params": [ { "type": "float", - "name": "MoveBlendRatio" + "name": "moveBlendRatio" } ], "return_type": "BOOL", @@ -104753,7 +104753,7 @@ "params": [ { "type": "float", - "name": "MoveBlendRatio" + "name": "moveBlendRatio" } ], "return_type": "BOOL", @@ -104767,7 +104767,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -104781,7 +104781,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -104795,7 +104795,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -104809,7 +104809,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -104835,11 +104835,11 @@ "params": [ { "type": "Ped", - "name": "ArresterPedIndex" + "name": "ped" }, { "type": "Ped", - "name": "ArresteePedIndex" + "name": "target" } ], "return_type": "void", @@ -104853,7 +104853,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -104891,7 +104891,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "void", @@ -104905,7 +104905,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -108625,11 +108625,11 @@ "params": [ { "type": "const char*", - "name": "TxdName" + "name": "textureDict" }, { "type": "BOOL", - "name": "bPriority" + "name": "p1" } ], "return_type": "void", @@ -108643,7 +108643,7 @@ "params": [ { "type": "const char*", - "name": "TxdName" + "name": "textureDict" } ], "return_type": "BOOL", @@ -108657,7 +108657,7 @@ "params": [ { "type": "const char*", - "name": "TxdName" + "name": "textureDict" } ], "return_type": "void", @@ -110595,31 +110595,31 @@ "params": [ { "type": "Hash", - "name": "ModelHashKey" + "name": "modelHash" }, { "type": "float", - "name": "VecCoorsX" + "name": "x" }, { "type": "float", - "name": "VecCoorsY" + "name": "y" }, { "type": "float", - "name": "VecCoorsZ" + "name": "z" }, { "type": "float", - "name": "fVehicleHeading" + "name": "heading" }, { "type": "BOOL", - "name": "RegisterAsNetworkObject" + "name": "isNetwork" }, { "type": "BOOL", - "name": "ScriptHostObject" + "name": "bScriptHostVeh" }, { "type": "BOOL", @@ -110689,7 +110689,7 @@ "params": [ { "type": "Vehicle*", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "void", @@ -110727,11 +110727,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bAllowHomingMissileLockon" + "name": "toggle" } ], "return_type": "void", @@ -110745,11 +110745,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bAllowLockon" + "name": "toggle" } ], "return_type": "void", @@ -110763,11 +110763,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "Hash", - "name": "ModelHashKey" + "name": "model" } ], "return_type": "BOOL", @@ -110797,35 +110797,35 @@ "params": [ { "type": "float", - "name": "VecMinCoorsX" + "name": "x1" }, { "type": "float", - "name": "VecMinCoorsY" + "name": "y1" }, { "type": "float", - "name": "VecMinCoorsZ" + "name": "z1" }, { "type": "float", - "name": "VecMaxCoorsX" + "name": "x2" }, { "type": "float", - "name": "VecMaxCoorsY" + "name": "y2" }, { "type": "float", - "name": "VecMaxCoorsZ" + "name": "z2" }, { "type": "BOOL", - "name": "bActive" + "name": "p6" }, { "type": "BOOL", - "name": "bSyncOverNetwork" + "name": "p7" } ], "return_type": "void", @@ -110848,11 +110848,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { - "type": "float", - "name": "hightSampleRangeUp" + "type": "BOOL", + "name": "p1" } ], "return_type": "BOOL", @@ -110866,7 +110866,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -110894,7 +110894,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "int", @@ -110908,7 +110908,7 @@ "params": [ { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "modelHash" } ], "return_type": "int", @@ -110922,11 +110922,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "seat" + "name": "seatIndex" } ], "return_type": "BOOL", @@ -110972,7 +110972,7 @@ "params": [ { "type": "float", - "name": "DensityMultiplier" + "name": "multiplier" } ], "return_type": "void", @@ -110986,7 +110986,7 @@ "params": [ { "type": "float", - "name": "DensityMultiplier" + "name": "multiplier" } ], "return_type": "void", @@ -111000,7 +111000,7 @@ "params": [ { "type": "float", - "name": "DensityMultiplier" + "name": "multiplier" } ], "return_type": "void", @@ -111014,7 +111014,7 @@ "params": [ { "type": "BOOL", - "name": "bVal" + "name": "toggle" } ], "return_type": "void", @@ -111028,11 +111028,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "NewLockState" + "name": "doorLockStatus" } ], "return_type": "void", @@ -111046,15 +111046,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorIndex" + "name": "doorId" }, { "type": "int", - "name": "NewLockState" + "name": "doorLockStatus" } ], "return_type": "void", @@ -111068,15 +111068,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "Player", - "name": "PlayerIndex" + "name": "player" }, { "type": "BOOL", - "name": "Locked" + "name": "toggle" } ], "return_type": "void", @@ -111090,11 +111090,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "Player", - "name": "PlayerIndex" + "name": "player" } ], "return_type": "BOOL", @@ -111108,11 +111108,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "Locked" + "name": "toggle" } ], "return_type": "void", @@ -111126,15 +111126,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "TeamIndex" + "name": "team" }, { "type": "BOOL", - "name": "Locked" + "name": "toggle" } ], "return_type": "void", @@ -111164,7 +111164,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", @@ -111306,11 +111306,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "AnchoredFlag" + "name": "toggle" } ], "return_type": "void", @@ -111340,7 +111340,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -111354,11 +111354,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "ForcePlayerBoatAnchorFlag" + "name": "p1" }, { "type": "BOOL", @@ -111376,11 +111376,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "ForcePlayerLowLodAnchorFlag" + "name": "p1" } ], "return_type": "void", @@ -111394,11 +111394,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "LodDistance" + "name": "value" } ], "return_type": "void", @@ -111412,11 +111412,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "ShouldSink" + "name": "toggle" } ], "return_type": "void", @@ -111482,11 +111482,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "StrongFlag" + "name": "toggle" } ], "return_type": "void", @@ -111500,11 +111500,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "seat" + "name": "seatIndex" } ], "return_type": "BOOL", @@ -111518,11 +111518,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "seat" + "name": "seatIndex" } ], "return_type": "Ped", @@ -111536,11 +111536,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "seat" + "name": "seatIndex" } ], "return_type": "Ped", @@ -111582,11 +111582,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "CarSpeed" + "name": "speed" } ], "return_type": "void", @@ -111600,19 +111600,19 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "StoppingDistance" + "name": "distance" }, { "type": "int", - "name": "nTimeToStopFor" + "name": "duration" }, { "type": "BOOL", - "name": "ControlVerticalVelocity" + "name": "unknown" } ], "return_type": "void", @@ -111638,7 +111638,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "void", @@ -111676,11 +111676,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bShutInstantly" + "name": "closeInstantly" } ], "return_type": "void", @@ -111694,11 +111694,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "CanBurstTyresFlag" + "name": "toggle" } ], "return_type": "void", @@ -111712,11 +111712,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "CanBreakWheelsFlag" + "name": "enabled" } ], "return_type": "void", @@ -111746,19 +111746,19 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorNumber" + "name": "doorId" }, { "type": "BOOL", - "name": "SwingFree" + "name": "loose" }, { "type": "BOOL", - "name": "Instant" + "name": "openInstantly" } ], "return_type": "void", @@ -111772,11 +111772,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "WindowNumber" + "name": "windowIndex" } ], "return_type": "void", @@ -111838,11 +111838,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "CarLightSetting" + "name": "state" } ], "return_type": "void", @@ -111856,7 +111856,7 @@ "params": [ { "type": "BOOL", - "name": "RandomTrainsFlag" + "name": "toggle" } ], "return_type": "void", @@ -112531,11 +112531,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "train" }, { "type": "float", - "name": "NewTrainSpeed" + "name": "speed" } ], "return_type": "void", @@ -112565,11 +112565,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "train" }, { "type": "float", - "name": "NewTrainCruiseSpeed" + "name": "speed" } ], "return_type": "void", @@ -112719,7 +112719,7 @@ "params": [ { "type": "BOOL", - "name": "RandomBoatsFlag" + "name": "toggle" } ], "return_type": "void", @@ -112733,11 +112733,11 @@ "params": [ { "type": "int", - "name": "FileNumber" + "name": "recording" }, { "type": "const char*", - "name": "pRecordingName" + "name": "script" } ], "return_type": "void", @@ -112751,11 +112751,11 @@ "params": [ { "type": "int", - "name": "FileNumber" + "name": "recording" }, { "type": "const char*", - "name": "pRecordingName" + "name": "script" } ], "return_type": "BOOL", @@ -112768,12 +112768,12 @@ "comment": "See REQUEST_VEHICLE_RECORDING", "params": [ { - "type": "int", - "name": "FileNumber" + "type": "Any", + "name": "p0" }, { - "type": "const char*", - "name": "pRecordingName" + "type": "Any*", + "name": "p1" } ], "return_type": "void", @@ -112787,15 +112787,15 @@ "params": [ { "type": "int", - "name": "iRecordingNumber" + "name": "recording" }, { "type": "float", - "name": "fTime" + "name": "time" }, { "type": "const char*", - "name": "pRecordingName" + "name": "script" } ], "return_type": "Vector3", @@ -112809,15 +112809,15 @@ "params": [ { "type": "int", - "name": "iRecordingNumber" + "name": "recording" }, { "type": "float", - "name": "fTime" + "name": "time" }, { "type": "const char*", - "name": "pRecordingName" + "name": "script" } ], "return_type": "Vector3", @@ -112831,7 +112831,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "float", @@ -112845,19 +112845,19 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "FileNumber" + "name": "recording" }, { "type": "const char*", - "name": "pRecordingName" + "name": "script" }, { "type": "BOOL", - "name": "DoPlaceOnRoadAdjustment" + "name": "p3" } ], "return_type": "void", @@ -112871,11 +112871,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "DoPlaceOnRoadAdjustment" + "name": "p1" } ], "return_type": "void", @@ -112889,7 +112889,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "void", @@ -112903,7 +112903,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -112917,7 +112917,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -112931,11 +112931,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "PlaybackSpeed" + "name": "speed" } ], "return_type": "void", @@ -112949,11 +112949,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "TimeSkip" + "name": "time" } ], "return_type": "void", @@ -112967,27 +112967,27 @@ "params": [ { "type": "float", - "name": "CentreX" + "name": "x" }, { "type": "float", - "name": "CentreY" + "name": "y" }, { "type": "float", - "name": "CentreZ" + "name": "z" }, { "type": "float", - "name": "Radius" + "name": "radius" }, { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "modelHash" }, { "type": "int", - "name": "SearchFlags" + "name": "flags" } ], "return_type": "Vehicle", @@ -113001,14 +113001,14 @@ "params": [ { "type": "Vehicle", - "name": "TrainEngineIndex" + "name": "train" }, { "type": "int", - "name": "CarriageNumber" + "name": "trailerNumber" } ], - "return_type": "Vehicle", + "return_type": "Entity", "build": "1207", "gta_hash": "0x08AAFD0814722BC3", "gta_jhash": "0x2544E7A6" @@ -113019,7 +113019,7 @@ "params": [ { "type": "Vehicle*", - "name": "TrainIndex" + "name": "train" } ], "return_type": "void", @@ -113033,11 +113033,11 @@ "params": [ { "type": "Vehicle*", - "name": "TrainIndex" + "name": "train" }, { "type": "int", - "name": "iFlags" + "name": "flags" } ], "return_type": "void", @@ -113051,19 +113051,19 @@ "params": [ { "type": "Vehicle", - "name": "TrainIndex" + "name": "train" }, { "type": "float", - "name": "VecNewCoorsX" + "name": "x" }, { "type": "float", - "name": "VecNewCoorsY" + "name": "y" }, { "type": "float", - "name": "VecNewCoorsZ" + "name": "z" } ], "return_type": "void", @@ -113133,7 +113133,7 @@ "params": [ { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "model" } ], "return_type": "BOOL", @@ -113147,7 +113147,7 @@ "params": [ { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "model" } ], "return_type": "BOOL", @@ -113161,11 +113161,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "CanBeTargettedFlag" + "name": "state" } ], "return_type": "void", @@ -113179,11 +113179,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "DontAllowPlayerToEnter" + "name": "p1" } ], "return_type": "void", @@ -113197,11 +113197,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "VisibleDamageFlag" + "name": "state" } ], "return_type": "void", @@ -113215,11 +113215,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "UnbreakableLightFlag" + "name": "p1" } ], "return_type": "void", @@ -113233,11 +113233,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "RespectLocks" + "name": "p1" } ], "return_type": "void", @@ -113251,11 +113251,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "RespectLocks" + "name": "p1" } ], "return_type": "void", @@ -113269,11 +113269,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "DirtLevel" + "name": "dirtLevel" } ], "return_type": "void", @@ -113287,11 +113287,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorNumber" + "name": "doorId" } ], "return_type": "BOOL", @@ -113305,15 +113305,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "EngineOnFlag" + "name": "value" }, { "type": "BOOL", - "name": "bNoDelay" + "name": "instantly" } ], "return_type": "void", @@ -113327,11 +113327,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "UnDriveableFlag" + "name": "toggle" } ], "return_type": "void", @@ -113345,11 +113345,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "ProvidesCoverFlag" + "name": "toggle" } ], "return_type": "void", @@ -113379,19 +113379,19 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorNumber" + "name": "doorId" }, { "type": "int", - "name": "DoorStatus" + "name": "speed" }, { "type": "float", - "name": "AngleRatio" + "name": "angle" } ], "return_type": "void", @@ -113405,23 +113405,23 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorNumber" + "name": "doorId" }, { "type": "BOOL", - "name": "SetLatched" + "name": "p2" }, { "type": "BOOL", - "name": "WillAutoLatch" + "name": "p3" }, { "type": "BOOL", - "name": "bApplyForceForDoorClosed" + "name": "p4" } ], "return_type": "void", @@ -113435,15 +113435,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorNumber" + "name": "doorId" }, { "type": "BOOL", - "name": "bShutInstantly" + "name": "closeInstantly" } ], "return_type": "void", @@ -113457,15 +113457,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorNumber" + "name": "doorId" }, { "type": "BOOL", - "name": "bDissapear" + "name": "deleteDoor" } ], "return_type": "void", @@ -113479,11 +113479,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bAllowBreaking" + "name": "toggle" } ], "return_type": "void", @@ -113497,11 +113497,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "ConsideredByPlayerFlag" + "name": "toggle" } ], "return_type": "void", @@ -113515,11 +113515,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bState" + "name": "p1" } ], "return_type": "void", @@ -113533,7 +113533,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "int", @@ -113547,15 +113547,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "DoorNumber" + "name": "doorId" }, { "type": "BOOL", - "name": "bDoorBreakageAllowed" + "name": "isBreakable" } ], "return_type": "void", @@ -113569,7 +113569,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -114126,7 +114126,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "void", @@ -114140,11 +114140,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bVal" + "name": "toggle" } ], "return_type": "void", @@ -114158,11 +114158,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bVal" + "name": "toggle" } ], "return_type": "void", @@ -114176,11 +114176,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bVal" + "name": "p1" } ], "return_type": "void", @@ -114194,11 +114194,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bVal" + "name": "p1" } ], "return_type": "void", @@ -114212,11 +114212,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bVal" + "name": "p1" } ], "return_type": "void", @@ -114229,28 +114229,28 @@ "comment": "", "params": [ { - "type": "float", - "name": "VecMinCoorsX" + "type": "Any", + "name": "p0" }, { - "type": "float", - "name": "VecMinCoorsY" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "VecMinCoorsZ" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "VecMaxCoorsX" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "VecMaxCoorsY" + "type": "Any", + "name": "p4" }, { - "type": "float", - "name": "VecMaxCoorsZ" + "type": "Any", + "name": "p5" } ], "return_type": "void", @@ -114264,11 +114264,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "Bias" + "name": "value" } ], "return_type": "void", @@ -114282,11 +114282,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "Extra" + "name": "extraId" } ], "return_type": "BOOL", @@ -114300,15 +114300,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "Extra" + "name": "extraId" }, { "type": "BOOL", - "name": "TurnOff" + "name": "disable" } ], "return_type": "void", @@ -114322,11 +114322,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "Extra" + "name": "extraId" } ], "return_type": "BOOL", @@ -114340,31 +114340,31 @@ "params": [ { "type": "Vehicle", - "name": "TrainIndex" + "name": "vehicle" }, { "type": "float", - "name": "VecDamageCoorsX" + "name": "xOffset" }, { "type": "float", - "name": "VecDamageCoorsY" + "name": "yOffset" }, { "type": "float", - "name": "VecDamageCoorsZ" + "name": "zOffset" }, { "type": "float", - "name": "Damage" + "name": "damage" }, { "type": "float", - "name": "Deformation" + "name": "radius" }, { "type": "BOOL", - "name": "localDamage" + "name": "p6" } ], "return_type": "void", @@ -114378,7 +114378,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "float", @@ -114392,7 +114392,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", @@ -114410,7 +114410,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "float", @@ -114424,7 +114424,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", @@ -114442,15 +114442,15 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "StuckType" + "name": "stuckType" }, { "type": "int", - "name": "RequiredTime" + "name": "ms" } ], "return_type": "BOOL", @@ -114464,11 +114464,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "StuckType" + "name": "nullAttributes" } ], "return_type": "void", @@ -114482,11 +114482,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bCheckFire" + "name": "p1" }, { "type": "BOOL", @@ -114528,11 +114528,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bNewVal" + "name": "owned" } ], "return_type": "void", @@ -114546,19 +114546,19 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "TimeToSoundHorn" + "name": "duration" }, { "type": "Hash", - "name": "HornTypeHash" + "name": "mode" }, { "type": "BOOL", - "name": "isMusicalHorn" + "name": "forever" } ], "return_type": "void", @@ -114572,11 +114572,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bSet" + "name": "toggle" } ], "return_type": "void", @@ -114678,11 +114678,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "WindowNumber" + "name": "windowIndex" } ], "return_type": "BOOL", @@ -114696,7 +114696,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -114710,11 +114710,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bSet" + "name": "toggle" } ], "return_type": "void", @@ -114728,11 +114728,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bSet" + "name": "p1" } ], "return_type": "void", @@ -114746,15 +114746,15 @@ "params": [ { "type": "float", - "name": "pointX" + "name": "x" }, { "type": "float", - "name": "pointY" + "name": "y" }, { "type": "float", - "name": "pointZ" + "name": "z" }, { "type": "float", @@ -114772,7 +114772,7 @@ "params": [ { "type": "Vehicle", - "name": "Vehicle" + "name": "vehicle" } ], "return_type": "void", @@ -114786,11 +114786,11 @@ "params": [ { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "vehicleHash" }, { "type": "int", - "name": "iVehicleRequestFlags" + "name": "vehicleAsset" } ], "return_type": "void", @@ -114824,7 +114824,7 @@ "params": [ { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "vehicleAsset" } ], "return_type": "BOOL", @@ -114838,7 +114838,7 @@ "params": [ { "type": "Hash", - "name": "VehicleModelHashKey" + "name": "vehicleAsset" } ], "return_type": "void", @@ -114851,16 +114851,16 @@ "comment": "", "params": [ { - "type": "Entity", - "name": "TowTruckVehicleIndex" + "type": "Vehicle", + "name": "vehicle" }, { "type": "BOOL", - "name": "AutomaticallyAttach" + "name": "p1" }, { - "type": "BOOL", - "name": "ScanWithNonPlayerDriver" + "type": "Any", + "name": "p2" } ], "return_type": "Any", @@ -114890,7 +114890,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -114904,11 +114904,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bOn" + "name": "toggle" } ], "return_type": "void", @@ -114958,7 +114958,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "float", @@ -115026,7 +115026,7 @@ "params": [ { "type": "int", - "name": "index" + "name": "speedzone" } ], "return_type": "BOOL", @@ -115040,23 +115040,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "Seat" + "name": "seatIndex" }, { "type": "BOOL", - "name": "CheckSide" + "name": "side" }, { "type": "BOOL", - "name": "LeftSide" + "name": "onEnter" } ], "return_type": "BOOL", @@ -115070,11 +115070,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "int", - "name": "Seat" + "name": "seatIndex" } ], "return_type": "BOOL", @@ -115092,7 +115092,7 @@ }, { "type": "float", - "name": "PercentChange" + "name": "value" } ], "return_type": "void", @@ -115106,11 +115106,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bStaysFrozen" + "name": "toggle" } ], "return_type": "void", @@ -115124,11 +115124,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bInfluenceWantedLevel" + "name": "toggle" } ], "return_type": "void", @@ -115158,7 +115158,7 @@ }, { "type": "BOOL", - "name": "bStealable" + "name": "p1" } ], "return_type": "void", @@ -115270,7 +115270,7 @@ }, { "type": "BOOL", - "name": "forceEngineDamage" + "name": "toggle" } ], "return_type": "void", @@ -115284,11 +115284,11 @@ "params": [ { "type": "Vehicle", - "name": "srcVehicle" + "name": "sourceVehicle" }, { "type": "Vehicle", - "name": "dstVehicle" + "name": "targetVehicle" } ], "return_type": "void", @@ -115301,24 +115301,24 @@ "comment": "", "params": [ { - "type": "Ped", - "name": "pedIndex" + "type": "Any", + "name": "p0" }, { - "type": "Entity", - "name": "targetEntity" + "type": "Any", + "name": "p1" }, { - "type": "float", - "name": "vecTargetCoorsX" + "type": "Any", + "name": "p2" }, { - "type": "float", - "name": "vecTargetCoorsY" + "type": "Any", + "name": "p3" }, { - "type": "float", - "name": "vecTargetCoorsZ" + "type": "Any", + "name": "p4" }, { "type": "Any", @@ -115336,11 +115336,11 @@ "params": [ { "type": "Vehicle", - "name": "vehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "forceHd" + "name": "toggle" } ], "return_type": "void", @@ -115354,7 +115354,7 @@ "params": [ { "type": "Vehicle", - "name": "vehicleIndex" + "name": "vehicle" } ], "return_type": "void", @@ -115368,7 +115368,7 @@ "params": [ { "type": "Vehicle", - "name": "vehicleIndex" + "name": "vehicle" } ], "return_type": "BOOL", @@ -115394,7 +115394,7 @@ "params": [ { "type": "BOOL", - "name": "EnableSlipstreaming" + "name": "p0" } ], "return_type": "void", @@ -115408,11 +115408,11 @@ "params": [ { "type": "Vehicle", - "name": "vehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bForceInactive" + "name": "toggle" } ], "return_type": "void", @@ -115426,11 +115426,11 @@ "params": [ { "type": "Vehicle", - "name": "vehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bEnableDegrading" + "name": "toggle" } ], "return_type": "void", @@ -115444,11 +115444,11 @@ "params": [ { "type": "Vehicle", - "name": "vehicleIndex" + "name": "vehicle" }, { "type": "BOOL", - "name": "bIsStolen" + "name": "isStolen" } ], "return_type": "void", @@ -115554,19 +115554,19 @@ "params": [ { "type": "BOOL", - "name": "disable" + "name": "disabled" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" }, { "type": "Vehicle", - "name": "vehicleIndex" + "name": "vehicle" }, { "type": "Ped", - "name": "PedIndex" + "name": "owner" } ], "return_type": "void", @@ -115584,7 +115584,7 @@ }, { "type": "BOOL", - "name": "canBeUsed" + "name": "toggle" } ], "return_type": "void", @@ -115602,7 +115602,7 @@ }, { "type": "BOOL", - "name": "keepEngineOn" + "name": "toggle" } ], "return_type": "void", @@ -115620,7 +115620,7 @@ }, { "type": "BOOL", - "name": "bCanWheelsBreakoff" + "name": "toggle" } ], "return_type": "void", @@ -115654,7 +115654,7 @@ }, { "type": "BOOL", - "name": "canUse" + "name": "toggle" } ], "return_type": "void", @@ -115672,11 +115672,11 @@ }, { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "driverIndex" + "name": "index" } ], "return_type": "void", @@ -115726,7 +115726,7 @@ }, { "type": "BOOL", - "name": "disabled" + "name": "disable" } ], "return_type": "void", @@ -115740,7 +115740,7 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" } ], "return_type": "float", @@ -115754,11 +115754,11 @@ "params": [ { "type": "Vehicle", - "name": "VehicleIndex" + "name": "vehicle" }, { "type": "float", - "name": "health" + "name": "value" } ], "return_type": "void", @@ -115788,7 +115788,7 @@ }, { "type": "BOOL", - "name": "bIgnoreBrokenParts" + "name": "p1" } ], "return_type": "void", @@ -119456,19 +119456,19 @@ "params": [ { "type": "float", - "name": "PosX" + "name": "x" }, { "type": "float", - "name": "PosY" + "name": "y" }, { "type": "float", - "name": "PosZ" + "name": "z" }, { "type": "float*", - "name": "Height" + "name": "height" } ], "return_type": "BOOL", @@ -119482,19 +119482,19 @@ "params": [ { "type": "float", - "name": "PosX" + "name": "x" }, { "type": "float", - "name": "PosY" + "name": "y" }, { "type": "float", - "name": "PosZ" + "name": "z" }, { "type": "float*", - "name": "Height" + "name": "height" } ], "return_type": "BOOL", @@ -119508,35 +119508,35 @@ "params": [ { "type": "float", - "name": "StartPosX" + "name": "x1" }, { "type": "float", - "name": "StartPosY" + "name": "y1" }, { "type": "float", - "name": "StartPosZ" + "name": "z1" }, { "type": "float", - "name": "EndPosX" + "name": "x2" }, { "type": "float", - "name": "EndPosY" + "name": "y2" }, { "type": "float", - "name": "EndPosZ" + "name": "z2" }, { "type": "int", - "name": "BlockingFlags" + "name": "flags" }, { "type": "Vector3*", - "name": "IntersectionPos" + "name": "intersectionPos" } ], "return_type": "int", @@ -119550,23 +119550,23 @@ "params": [ { "type": "float", - "name": "StartPosX" + "name": "x" }, { "type": "float", - "name": "StartPosY" + "name": "y" }, { "type": "float", - "name": "StartPosZ" + "name": "z" }, { "type": "int", - "name": "BlockingFlags" + "name": "flags" }, { "type": "float*", - "name": "Height" + "name": "waterHeight" } ], "return_type": "int", @@ -119580,7 +119580,7 @@ "params": [ { "type": "int", - "name": "Idx" + "name": "index" } ], "return_type": "void", @@ -119852,15 +119852,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" }, { "type": "int", - "name": "AmountOfAmmo" + "name": "ammo" } ], "return_type": "void", @@ -119982,15 +119982,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "Infinite" + "name": "toggle" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" } ], "return_type": "void", @@ -120020,11 +120020,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" } ], "return_type": "int", @@ -120038,15 +120038,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" }, { "type": "BOOL", - "name": "DoDeadCheck" + "name": "p2" } ], "return_type": "int", @@ -120060,15 +120060,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int*", - "name": "ReturnAmmoInClip" + "name": "ammo" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" } ], "return_type": "BOOL", @@ -120102,15 +120102,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" }, { "type": "int", - "name": "AmmoInClip" + "name": "ammo" } ], "return_type": "BOOL", @@ -120144,15 +120144,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int*", - "name": "ReturnMaxAmmo" + "name": "ammo" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" } ], "return_type": "BOOL", @@ -120166,15 +120166,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "AmmoType" + "name": "ammoType" }, { "type": "int", - "name": "AmmoAmount" + "name": "ammo" } ], "return_type": "void", @@ -120188,11 +120188,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "AmmoType" + "name": "ammoType" } ], "return_type": "int", @@ -120202,19 +120202,19 @@ }, "0xA4EFEF9440A5B0EF": { "name": "SET_PED_AMMO_TO_DROP", - "comment": "Randomly sets a value between [Min, Max) up to 128", + "comment": "", "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", - "name": "MinAmount" + "name": "p1" }, { "type": "int", - "name": "MaxAmount" + "name": "p2" } ], "return_type": "void", @@ -120240,11 +120240,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" } ], "return_type": "Hash", @@ -120306,7 +120306,7 @@ "params": [ { "type": "Hash", - "name": "weapon" + "name": "weaponHash" } ], "return_type": "Hash", @@ -120576,15 +120576,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" }, { "type": "BOOL", - "name": "bForceInHand" + "name": "equipNow" }, { "type": "int", @@ -120610,15 +120610,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash*", - "name": "ReturnWeaponType" + "name": "weaponHash" }, { "type": "BOOL", - "name": "DoDeadCheck" + "name": "p2" }, { "type": "int", @@ -120640,7 +120640,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "int", @@ -120726,7 +120726,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", @@ -120868,11 +120868,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" } ], "return_type": "BOOL", @@ -120886,11 +120886,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash*", - "name": "ReturnWeaponType" + "name": "weaponHash" } ], "return_type": "BOOL", @@ -120948,7 +120948,7 @@ "params": [ { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" } ], "return_type": "BOOL", @@ -121002,15 +121002,15 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" }, { "type": "int", - "name": "GeneralWeaponType" + "name": "p2" }, { "type": "BOOL", @@ -121044,7 +121044,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" } ], "return_type": "BOOL", @@ -121074,19 +121074,19 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" }, { "type": "int", - "name": "AmountOfAmmo" + "name": "ammoCount" }, { "type": "BOOL", - "name": "bSetAsCurrentWeapon" + "name": "p3" }, { "type": "Hash", @@ -121104,7 +121104,7 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", @@ -121126,11 +121126,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "TypeOfWeapon" + "name": "weaponHash" }, { "type": "BOOL", @@ -121172,11 +121172,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "HideWeaponFlag" + "name": "toggle" } ], "return_type": "void", @@ -121190,23 +121190,23 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "VisibleFlag" + "name": "visible" }, { "type": "BOOL", - "name": "DestroyObject" + "name": "deselectWeapon" }, { "type": "BOOL", - "name": "DeadCheck" + "name": "p3" }, { "type": "BOOL", - "name": "StoreDestroyedWeaponClipValue" + "name": "p4" } ], "return_type": "void", @@ -121256,11 +121256,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "BOOL", - "name": "DropsWeaponsFlag" + "name": "toggle" } ], "return_type": "void", @@ -121338,11 +121338,11 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Vector3*", - "name": "ImpactCoord" + "name": "coords" } ], "return_type": "BOOL", @@ -121388,27 +121388,27 @@ "params": [ { "type": "Ped", - "name": "PedIndex" + "name": "ped" }, { "type": "Hash", - "name": "WeaponType" + "name": "weaponHash" }, { "type": "float", - "name": "offsetX" + "name": "xOffset" }, { "type": "float", - "name": "offsetY" + "name": "yOffset" }, { "type": "float", - "name": "offsetZ" + "name": "zOffset" }, { "type": "int", - "name": "ammoAmount" + "name": "ammoCount" } ], "return_type": "void", @@ -122022,11 +122022,11 @@ "params": [ { "type": "Object", - "name": "WeaponObjectIndex" + "name": "weaponObject" }, { "type": "Hash", - "name": "WeaponComponent" + "name": "component" } ], "return_type": "void", @@ -122040,11 +122040,11 @@ "params": [ { "type": "Object", - "name": "WeaponObjectIndex" + "name": "weapon" }, { "type": "Hash", - "name": "WeaponComponent" + "name": "addonHash" } ], "return_type": "BOOL",