Functions | |
| def | check_files |
| def | game_parser |
This is the main module file. This file mainlky handle the global loading of the world from the xml files. The most important methods are the game_parser one and the save_xml.
| def parsing.global_parsing.check_files | ( | args | ) |
Checks if all given files are present in the directory.
| def parsing.global_parsing.game_parser | ( | dir_path | ) |
This is the main parser. It should parse all xml files from a game, and generate a World instance.
1.7.6.1