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

Method sMapParams

Source/Map/Map.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "stdafx.hpp"
24
25sMapParams::sMapParams(size_t pWidth, size_t pHeight, eTileTypes pTileType, eTileSub pTileSub) {
26 mTileType = pTileType;
27 mTileSub = pTileSub;
28 mWidth = pWidth;
29 mHeight = pHeight;
30}
31
32sMapParams::sMapParams(size_t pSeed) {
33 mTileType = eTileTypes_Jungle;

Callers

nothing calls this directly

Calls 1

setSeedMethod · 0.45

Tested by

no test coverage detected