MCPcopy Create free account
hub / github.com/SpartanJ/eepp / update

Method update

src/modules/maps/src/eepp/maps/mapobjectlayer.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void MapObjectLayer::update( const Time& dt ) {
65 for ( ObjList::iterator it = mObjects.begin(); it != mObjects.end(); ++it ) {
66 ( *it )->update( dt );
67 }
68}
69
70Uint32 MapObjectLayer::getObjectCount() const {
71 return mObjects.size();

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected