139 return currentsubmap_;
205 return (tpx < m_map->submap[currentsubmap_]->area_length () *
MAPSQUARE_SIZE);
217 return (posx_ || offx_);
229 return (posy_ || offy_);
242 return (tpy < m_map->submap[currentsubmap_]->area_height () *
MAPSQUARE_SIZE);
319 void set_schedule (
string file, PyObject * args = NULL);
329 return schedule_file_;
349 list<mapsquare_tile>::iterator it)
const;
352 surface * target, list<mapsquare_char>::iterator itc)
const;
354 surface * target, list<mapcharacter *>::iterator itc)
const;
370 PyObject * schedule_args;
372 string schedule_file_;