Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetChoice
Method
GetChoice
src/window_shop.cpp:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
int Window_Shop::GetChoice() const {
168
return choice;
169
}
170
171
void Window_Shop::SetChoice(int nchoice) {
172
choice = nchoice;
Callers
2
UpdateCommandSelection
Method · 0.80
UpdateNumberInput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected