Home
last modified time | relevance | path

Searched refs:getReferenceTo (Results 1 – 3 of 3) sorted by relevance

/dports/games/wop/wop-0.4.3/src/
H A Dmap.hpp118 Flag& flag = m_flags.getReferenceTo( x, y ); in destroyEarthPixel()
184 const Flag& flag = m_flags.getReferenceTo( x, y ); in testPassableSmoothing()
304 m_flags.getReferenceTo( x, y ) = flag; in setSpecialEarth()
523 m_flags.getReferenceTo( x, y ) |= Flags::OBSTACLE_OBJECT | Flags::UNABLE_ANY; in setCollRect()
537 m_flags.getReferenceTo( x, y ) &= ~(Flags::OBSTACLE_OBJECT | Flags::UNABLE_ANY); in removeCollRect()
H A Dmapmemory.hpp84 T& getReferenceTo( int i, int j ) { in getReferenceTo() function in MapMemory
H A Dmap.cpp361 m_flags.getReferenceTo( x, y ) &= ~Flags::UNABLE_ANY; in createFromTheme()
495 m_flags.getReferenceTo( i, j ) = materialflag; in placeMapStuffItem()