ENUMs cannot be made up, they are hard-coded into the game. Each ENUM has a differing set of properties, eg. SPECIAL_PARADROP_AMERICA does not allow targetting in fog, and SPECIAL_HACKER_DISABLE_BUILDING only allows use on the STRUCTURE KindOf (I think).
Just make sure you don't have 2 SpecialPowers with the same ENUM at the same time, some strange things happen.
|