We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16374c5 commit c4fba92Copy full SHA for c4fba92
uJAPIFiles/Changelogs/UjAPI v1.1.30.300.txt
@@ -1,6 +1,8 @@
1
1. New Natives:
2
native GetUnitItem takes unit whichUnit, integer itemTypeId returns item
3
native GetUnitItemEx takes unit whichUnit, integer itemTypeId, integer index returns item
4
+ //
5
+ native GetItemAbilityByIdEx takes item whichItem, integer abilityTypeId, integer index returns ability
6
2. Fixed GetUnitWeaponStringField not working with UNIT_WEAPON_SF_ATTACK_PROJECTILE_ART.
7
3. Fixed fatal error when a clone was made from a unit that has no inventory by default.
8
4. Fixed GetTriggerFrameMouseButton returning value that is 1 less than it should be.
0 commit comments