#include "typen.h"
#include "sgstream.h"
#include "itemrepository.h"
Include dependency graph for loadbi3.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | importbattleislemap (const ASCString &path, const ASCString &mapfilename, TerrainType::Weather *trrn, const ASCString &importTable, ASCString *errorOutput=NULL, bool __fakeMap=false) |
| Imports a Battle Isle map. | |
| void | insertbattleislemap (int x, int y, const ASCString &path, const ASCString &mapfilename, const ASCString &importTable) |
| Imports a Battle Isle map and inserts it into the current ASC map. | |
| ASCString | getbi3path () |
| returns the path to the BI3 installation | |
| void | setDefaultBI3ImportTranslationTable (const ASCString &filename) |
| to prevent the appearnce of the dialog "choose import translation table" when running in batch mode, a default translation table can be specified | |
| vector< ASCString > | getBI3ImportTables () |
| returns the names of the import tables that are available | |
| int | getterraintranslatenum (void) |
| int | getobjectcontainertranslatenum (void) |
| const int * | getterraintranslate (int pos) |
| const int * | getobjectcontainertranslate (int pos) |
Definition in file loadbi3.h.
|
|
returns the names of the import tables that are available
Definition at line 365 of file loadbi3.cpp. Referenced by ImportBI3MapDialog::ImportBI3MapDialog(). |
|
|
returns the path to the BI3 installation
Definition at line 128 of file loadbi3.cpp. References CGameOptions::Instance(). Referenced by getbipath(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
Imports a Battle Isle map.
Definition at line 1647 of file loadbi3.cpp. References tloadBImap::____fakeMap____(), GameMap::_resourcemode, actmap, GameMap::cleartemps(), findTable(), and tloadBImap::LoadFromFile(). Referenced by process_BI_map(). |
|
||||||||||||||||||||||||
|
Imports a Battle Isle map and inserts it into the current ASC map.
Definition at line 1669 of file loadbi3.cpp. References GameMap::_resourcemode, actmap, GameMap::cleartemps(), findTable(), and tloadBImap::LoadFromFile(). |
|
|
to prevent the appearnce of the dialog "choose import translation table" when running in batch mode, a default translation table can be specified
Definition at line 1640 of file loadbi3.cpp. Referenced by main(). |
1.4.2