Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
void Window_ShopParty::SetItemId(int nitem_id) {
184
if (nitem_id != item_id) {
185
item_id = nitem_id;
186
Refresh();
187
}
188
}
189
190
void Window_ShopParty::Update() {
191
cycle++;
Callers
2
UpdateBuySelection
Method · 0.45
UpdateSellSelection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected