Nugget Type Constants
The following constants are used to identify nugget types.
| Nugget Type Constants |
|---|
| extern const int cNuggetTypeAdjustResource = 1;
extern const int cNuggetTypeSpawnUnit = 2;
extern const int cNuggetTypeGiveLOS = 3;
extern const int cNuggetTypeAdjustSpeed = 4;
extern const int cNuggetTypeAdjustHP = 5;
extern const int cNuggetTypeConvertUnit = 6;
extern const int cNuggetTypeGiveTech = 7;
|