Home
last modified time | relevance | path

Searched defs:GetMapObject (Results 1 – 3 of 3) sorted by relevance

/dports/games/crimson/crimson-0.5.3/src/comet/
H A Dmap.h56 MapObject *GetMapObject( const Point &hex ) const { return m_objects[Hex2Index(hex)]; } in GetMapObject() function
/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dmap.h57 MapObject *GetMapObject( const Point &hex ) const { return m_objects[Hex2Index(hex)]; } in GetMapObject() function
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/world/
H A Dworld.cpp1101 MapObjectSimple * World::GetMapObject( u32 uid ) in GetMapObject() function in World