Implement horse inventory (#4053)
* Implement horse inventory * Fix sign conversions * Add API doc for ItemCategory::IsHorseArmor * Improve HandleOpenHorseInventory comment and style fixes.
This commit is contained in:
committed by
Alexander Harkness
parent
e585595ae6
commit
0bacda3269
@@ -16977,6 +16977,24 @@ end
|
||||
},
|
||||
Notes = "Returns true if the specified item type is any kind of a hoe.",
|
||||
},
|
||||
IsHorseArmor=
|
||||
{
|
||||
IsStatic = true,
|
||||
Params =
|
||||
{
|
||||
{
|
||||
Name = "ItemType",
|
||||
Type = "number",
|
||||
},
|
||||
},
|
||||
Returns =
|
||||
{
|
||||
{
|
||||
Type = "boolean",
|
||||
},
|
||||
},
|
||||
Notes = "Returns true if the specified item type is any kind of a horse armor.",
|
||||
},
|
||||
IsLeggings =
|
||||
{
|
||||
IsStatic = true,
|
||||
|
||||
Reference in New Issue
Block a user