parse a String in PCG format author: Thomas Behr 20-07-02 @param lines the String to parse @throws PCGParseException
(String[] lines)
| 222 | * @throws PCGParseException |
| 223 | */ |
| 224 | @Override |
| 225 | public void parsePCG(String[] lines) throws PCGParseException |
| 226 | { |
| 227 | buildPcgLineCache(lines); |
| 228 | |
| 229 | parseCachedLines(); |
| 230 | resolveLanguages(); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * Check the game mode and then build a list of campaigns the character |