MCPcopy 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
167int Window_Shop::GetChoice() const {
168 return choice;
169}
170
171void Window_Shop::SetChoice(int nchoice) {
172 choice = nchoice;

Callers 2

UpdateNumberInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected