Thread: ENUM? UNIQUE?
View Single Post
Old 03-19-2005, 12:12 AM   #2 (permalink)
sc4freak
Senior Member
 
Join Date: Dec 2003
Posts: 217
Default

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.
sc4freak is offline   Reply With Quote