MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetItemId

Method SetItemId

src/window_shopparty.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void Window_ShopParty::SetItemId(int nitem_id) {
184 if (nitem_id != item_id) {
185 item_id = nitem_id;
186 Refresh();
187 }
188}
189
190void Window_ShopParty::Update() {
191 cycle++;

Callers 2

UpdateBuySelectionMethod · 0.45
UpdateSellSelectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected