Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the sort order for an inventory type.
sortOrder = EJ_GetInvTypeSortOrder(invType)
Arguments[]
- invType
- number : Enum.InventoryType
Returns[]
- sortOrder
- number
Values[]
InvType | InvTypeName | SortOrder |
---|---|---|
Index2HweaponType | 1 | |
IndexWeaponmainhandType | 2 | |
IndexWeaponoffhandType | 3 | |
IndexWeaponType | 4 | |
IndexRangedType | 5 | |
IndexRangedrightType | 5 | |
IndexShieldType | 6 | |
IndexHoldableType | 7 | |
IndexThrownType | 8 | |
IndexRelicType | 9 | |
IndexHeadType | 10 | |
IndexNeckType | 11 | |
IndexShoulderType | 12 | |
IndexCloakType | 13 | |
IndexChestType | 14 | |
IndexRobeType | 14 | |
IndexWristType | 15 | |
IndexHandType | 16 | |
IndexWaistType | 17 | |
IndexLegsType | 18 | |
IndexFeetType | 19 | |
IndexFingerType | 20 | |
IndexTrinketType | 21 |
Patch changes[]
Patch 7.0.3 (2016-07-19): Added.