Buttons can now be triggered by arrows. (#4670)

* Buttons can now be triggered by arrows.
This commit is contained in:
DrButcher
2020-05-03 21:05:32 +01:00
committed by GitHub
parent 994036a3b8
commit 258318ab98
5 changed files with 141 additions and 28 deletions
+10
View File
@@ -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 =