Equipment type.
[Visual Basic] Public Enum ItemPrototype.EquipmentType [C#] public enum ItemPrototype.EquipmentType [C++] public __value enum ItemPrototype.EquipmentType [JScript] public enum ItemPrototype.EquipmentType
Member Name | Description |
---|---|
e_weapon | Weapons. |
e_shield | Shields. |
e_body | Body: armors. |
e_head | Head: helms. |
e_arms | Arms: gauntlets, gloves. |
e_legs | Legs: greaves, boots. |
e_waist | Waist: belts. |
e_necklace | Necklace. |
e_ring1 | Ring 1. |
e_ring2 | Ring 2. |
e_pendant1 | Pendant 1. |
e_pendant2 | Pendant 2. |
e_pendant3 | Pendant 3. |
Namespace: croemud.item
Assembly: croemud (in croemud.dll)