Buttons can now be triggered by arrows. (#4670)
* Buttons can now be triggered by arrows.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user