diff options
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 10 |
1 files changed, 10 insertions, 0 deletions
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 = |