MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetItemModName

Method GetItemModName

Source/Accelerator.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184LPCWSTR CAccelerator::GetItemModName(int Item) const
185{
186 return MOD_NAMES[m_pEntriesTable[Item].mod];
187}
188
189LPCWSTR CAccelerator::GetItemKeyName(int Item) const
190{

Callers 1

OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected