Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dmod_tools.hpp1820 std::pair<std::unordered_set<int>, std::unordered_set<int>> hungerDisableFloors; member in GameplayCustomManager
1843 hungerDisableFloors.first.clear(); in resetValues()
1844 hungerDisableFloors.second.clear(); in resetValues()
2125 hungerDisableFloors.first.insert(arr_itr->GetInt()); in readKeyToGameplayProperty()
2129 hungerDisableFloors.second.insert(arr_itr->GetInt()); in readKeyToGameplayProperty()