#include <map.h>
Collaboration diagram for WDS::CMap:
Public Member Functions | |
bool | Update (const string strUpdate) |
CTown * | GetTownAt (int x, int y) |
CMap
contains the map, which includes
Definition at line 49 of file map.h.
|
GetTownAt
Definition at line 807 of file map.cpp. References WDS::CTownArray::get(). Referenced by WDS::CDlgGoTo::FillListBoxes(). |
Here is the call graph for this function:
|
Updated die Karte Format einer Zeile: X Y [BUILDING] [BORDERS] [STREETS] [UNITS] [FOW] [SIGHT] [TOWN_NAME] [PLAYER_NAME] [GUILD] [...] bedeutet optional. Default-Werte siehe Spezifikation. X, Y, FOW, BUILDING, BORDERS, STREETS, UNITS, SIGHT : Int TOWN_NAME, PLAYER_NAME, GUILD : String
Definition at line 126 of file map.cpp. References WDS::CTownArray::erase(), WDS::CTownArray::get(), CParser::NextToken(), WDS::CTownArray::set(), WDS::CTown::SetName(), WDS::CTown::SetPos(), WDS::CTown::SetSight(), CParser::SkipLine(), CParser::StartParseString(), and CParser::Token(). |
Here is the call graph for this function: