Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetItemId
Method
GetItemId
src/window_equip.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
int Window_Equip::GetItemId() {
37
return index < 0 ? 0 : data[index];
38
}
39
40
void Window_Equip::Refresh() {
41
contents->Clear();
Callers
2
UpdateBuySelection
Method · 0.45
UpdateNumberInput
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected