Package armyc2.c5isr.renderer.utilities
Class SectorModUtils
java.lang.Object
armyc2.c5isr.renderer.utilities.SectorModUtils
- 
Method Summary
Modifier and TypeMethodDescriptionstatic SectorModUtilsgetSectorModList(int version, int symbolSet, int location) final void 
- 
Method Details
- 
getInstance
 - 
init
 - 
getSectorModList
- Parameters:
 version- like SymbolID.Version_2525Dch1 or SymbolID.Version_2525Ech1 Only tracks sector mods for these 2 versions.symbolSet- like SymbolID.SymbolSet_Air; use 0 for Common Modifiers as they are not tied to a symbol set.location- 1 for top, 2 for bottom- Returns:
 - and ArrayList of String[] like ["00","Unspecified"],["01","Attack/Strike"]
 
 - 
getName
- Parameters:
 version- like SymbolID.Version_2525Dch1 or SymbolID.Version_2525Ech1 Only tracks sector mods for these 2 versions.symbolSet- like SymbolID.SymbolSet_Air; use 0 for Common Modifiers as they are not tied to a symbol set.location- 1 for top, 2 for bottomcode- like "01" or "100"
 
 -