GearType
The GearType Enum is used as an argument in DataModel:IsGearTypeAllowed(). Gear may have more than one type/attribute.
Items
Name | Value | Summary |
---|---|---|
MeleeWeapons | 0 | Gear with the 'Melee' attribute. |
RangedWeapons | 1 | Gear with the 'Ranged' attribute. |
Explosives | 2 | Gear with the 'Explosive' attribute. |
PowerUps | 3 | Gear with the 'Power Up' attribute. |
NavigationEnhancers | 4 | Gear with the 'Navigation' attribute. |
MusicalInstruments | 5 | Gear with the 'Musical' attribute. |
SocialItems | 6 | Gear with the 'Social' attribute. |
BuildingTools | 7 | Gear with the 'Building' attribute. |
Transport | 8 | Gear with the 'Transport' attribute. |