MCPcopy 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
36int Window_Equip::GetItemId() {
37 return index < 0 ? 0 : data[index];
38}
39
40void Window_Equip::Refresh() {
41 contents->Clear();

Callers 2

UpdateBuySelectionMethod · 0.45
UpdateNumberInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected