Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/management/
H A DResearch.cpp61 static bool _researchedSceneryItems[SCENERY_TYPE_COUNT][UINT16_MAX]; variable
561 return _researchedSceneryItems[sceneryItem.SceneryType][sceneryItem.EntryIndex]; in scenery_is_invented()
572 _researchedSceneryItems[sceneryItem.SceneryType][sceneryItem.EntryIndex] = true; in scenery_set_invented()
584 _researchedSceneryItems[sceneryItem.SceneryType][sceneryItem.EntryIndex] = false; in scenery_set_not_invented()
651 …std::fill(std::begin(_researchedSceneryItems[sceneryType]), std::end(_researchedSceneryItems[scene… in set_all_scenery_items_invented()
659 …std::fill(std::begin(_researchedSceneryItems[sceneryType]), std::end(_researchedSceneryItems[scene… in set_all_scenery_items_not_invented()