MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getTotalFrames

Method getTotalFrames

src/Engine/SurfaceSet.cpp:258–261  ·  view source on GitHub ↗

* Returns the total amount of frames currently * stored in the set. * @return Number of frames. */

Source from the content-addressed store, hash-verified

256 * @return Number of frames.
257 */
258size_t SurfaceSet::getTotalFrames() const
259{
260 return _frames.size();
261}
262
263/**
264 * Replaces a certain amount of colors in all of the frames.

Callers 2

drawMethod · 0.80
mouseClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected