Home
last modified time | relevance | path

Searched refs:MapGeneration (Results 1 – 1 of 1) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dmod_tools.hpp1852 class MapGeneration class in GameplayCustomManager
1855 MapGeneration(std::string name) { mapName = name; }; in MapGeneration() function in GameplayCustomManager::MapGeneration
1869 std::vector<MapGeneration> allMapGenerations;
1881 MapGeneration* getMapGenerationForMapName(std::string name) in getMapGenerationForMapName()
2162 MapGeneration m(mapName); in readKeyToGameplayProperty()
2175 bool readKeyToMapGenerationProperty(MapGeneration& m, rapidjson::Value::ConstMemberIterator& itr) in readKeyToMapGenerationProperty()