GearType
This enum is deprecated. It exists only for backward compatibility, and should not be used for new work.
Items 9
History | Name | Value | Description | |
---|---|---|---|---|
385 | MeleeWeapons | 0 | Gear with the 'Melee' attribute. | |
385 | RangedWeapons | 1 | Gear with the 'Ranged' attribute. | |
385 | Explosives | 2 | Gear with the 'Explosive' attribute. | |
385 | PowerUps | 3 | Gear with the 'Power Up' attribute. | |
385 | NavigationEnhancers | 4 | Gear with the 'Navigation' attribute. | |
385 | MusicalInstruments | 5 | Gear with the 'Musical' attribute. | |
385 | SocialItems | 6 | Gear with the 'Social' attribute. | |
385 | BuildingTools | 7 | Gear with the 'Building' attribute. | |
385 | Transport | 8 | Gear with the 'Transport' attribute. |
Description
The GearType Enum is used as an argument in DataModel:IsGearTypeAllowed(). Gear may have more than one type/attribute.
History 20
- 385 Change Tags of Transport from [] to [Deprecated]
- 385 Change Tags of SocialItems from [] to [Deprecated]
- 385 Change Tags of RangedWeapons from [] to [Deprecated]
- 385 Change Tags of PowerUps from [] to [Deprecated]
- 385 Change Tags of NavigationEnhancers from [] to [Deprecated]
- 385 Change Tags of MusicalInstruments from [] to [Deprecated]
- 385 Change Tags of MeleeWeapons from [] to [Deprecated]
- 385 Change Tags of Explosives from [] to [Deprecated]
- 385 Change Tags of BuildingTools from [] to [Deprecated]
- 385 Change Tags of GearType from [] to [Deprecated]
- 47 Add Transport
- 47 Add SocialItems
- 47 Add RangedWeapons
- 47 Add PowerUps
- 47 Add NavigationEnhancers
- 47 Add MusicalInstruments
- 47 Add MeleeWeapons
- 47 Add Explosives
- 47 Add BuildingTools
- 47 Add GearType