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

Method getTileType

Source/Map/Map.hpp:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 sMapParams *getMapParams() { return &mParams; }
72 eTileTypes getTileType() const { return mParams.mTileType; }
73 eTileSub getTileSub() const { return mParams.mTileSub; }
74
75 int32 getArea() const { return static_cast<int32>(mParams.mWidth * mParams.mHeight); }

Callers 15

Map_Load_ResourcesMethod · 0.80
Music_Play_TilesetMethod · 0.80
Sound_PlayMethod · 0.80
Campaign_Select_SetupMethod · 0.80
Sprite_Handle_TurretMethod · 0.80
Map_Destroy_TilesMethod · 0.80
Sprite_Handle_SealMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected