Home
last modified time | relevance | path

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

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/settings/
H A Dgamefilterssettings.h26 bool isShowOnlyIfSpectatorsCanSeeHands();
H A Dgamefilterssettings.cpp182 bool GameFiltersSettings::isShowOnlyIfSpectatorsCanSeeHands() in isShowOnlyIfSpectatorsCanSeeHands() function in GameFiltersSettings
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dgamesmodel.cpp448 showOnlyIfSpectatorsCanSeeHands = gameFilters.isShowOnlyIfSpectatorsCanSeeHands(); in loadFilterParameters()