Vehem
Modmod Monkey
- Joined
- Nov 22, 2005
- Messages
- 3,219
Yes, but unless the SDK loads the option, it can't do anything anywhere else. It isn't like loading Units, where it will load all of them listed in the file. It must be told specifically what options to load in the SDK.
Just confirming that.
gc.getGame().isOption(GameOptionTypes.GAMEOPTION_T HAW):
The bold part is an enumeration (basically a name given to a number/InfoType) - normally we "getInfoTypeForString("....")" to link a name to a number, but in this case it's a proper enum in the SDK.