From 258318ab98771f03d0109d7dfba81daaed26a2a0 Mon Sep 17 00:00:00 2001 From: DrButcher Date: Sun, 3 May 2020 22:05:32 +0200 Subject: Buttons can now be triggered by arrows. (#4670) * Buttons can now be triggered by arrows. --- Server/Plugins/APIDump/APIDesc.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Server') diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 5df216f49..ab31ad6b2 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -3664,6 +3664,16 @@ local Hash = cCryptoHash.sha1HexString("DataToHash") }, Notes = "Returns true if the entity class is a descendant of the specified class name, or the specified class itself", }, + IsArrow = + { + Returns = + { + { + Type = "boolean", + }, + }, + Notes = "Returns true if the entity is an arrow.", + }, IsBoat = { Returns = -- cgit v1.2.3