MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / hasGfx

Method hasGfx

Source/Versions.hpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 bool hasGfx(eGFX_Types pGfxType) const {
43 auto gfx = getGfxTypes();
44 return std::find(gfx.begin(), gfx.end(), pGfxType) != gfx.end();
45 }
46
47 bool hasTileset(eTileTypes pTileType, eTileSub pSub = eTileSub::eTileSub_0 ) const {
48 auto tiles = getTileTypes();

Callers 3

VersionSwitchMethod · 0.80
Mission_Intro_PlayMethod · 0.80

Calls 3

findFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected