From b59f275a0ef111db85f7c4691ac89a20fdd17912 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jan 2025 23:20:37 +0000 Subject: [PATCH] Update rdr3natives.json with new data --- rdr3natives.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rdr3natives.json b/rdr3natives.json index d6c717f6..b4373cfc 100644 --- a/rdr3natives.json +++ b/rdr3natives.json @@ -108120,7 +108120,7 @@ }, "0xD76B57B44F1E6F8B": { "name": "TASK_GO_STRAIGHT_TO_COORD", - "comment": "", + "comment": "Tells the ped to go to a coord, without using the navemesh. if timeBeforeTeleport is -1 the ped will never warp, p8 is always 0 or 1 still unknown", "params": [ { "type": "Ped", @@ -108140,19 +108140,19 @@ }, { "type": "float", - "name": "moveBlendSpeedY" + "name": "moveBlendRatio" }, { "type": "int", - "name": "p5" + "name": "timeBeforeTeleport" }, { "type": "float", - "name": "p6" + "name": "finalHeading" }, { "type": "float", - "name": "p7" + "name": "targetRadius" }, { "type": "int", @@ -108164,7 +108164,7 @@ "gta_hash": "0xD76B57B44F1E6F8B", "gta_jhash": "0x80A9E7A7", "examples": [], - "apiset": "" + "apiset": "client" }, "0x61E360B7E040D12E": { "name": "TASK_GO_STRAIGHT_TO_COORD_RELATIVE_TO_ENTITY",