From 64a24a4c79ace77ff111f0b555ff1d9d942bf56e Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 16 Jul 2022 12:04:14 +0100 Subject: ClientHandle: Fix block interaction regressions (#5431) * ClientHandle: Fix block interaction regressions * Fix reach distance being halved. * Fix fire extinguish not working, fixes #5422. * AddFaceDirection: deprecate non-vector version --- Server/Plugins/APIDump/APIDesc.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Server/Plugins/APIDump/APIDesc.lua') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 227e4a6fa..03fb31990 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -14299,13 +14299,13 @@ end Type = "number", }, }, - Notes = "Returns the coords of a block adjacent to the specified block through the specified {{Globals#BlockFaces|face}}", + Notes = "OBSOLETE, use the vector version instead.", }, { Params = { { - Name = "BlockPos", + Name = "Position", Type = "Vector3i", }, { @@ -14313,7 +14313,7 @@ end Type = "eBlockFace", }, { - Name = "IsInverse", + Name = "InvertDirection", Type = "boolean", IsOptional = true, }, @@ -14321,11 +14321,10 @@ end Returns = { { - Name = "BlockPos", Type = "Vector3i", }, }, - Notes = "Returns the coords of a block adjacent to the specified block through the specified {{Globals#BlockFaces|face}}", + Notes = "By default, returns the coordinates adjacent to the specified block through the specified face. If inverted, returns the coordinates adjacent to the opposite face.", }, }, Base64Decode = -- cgit v1.2.3