MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getSymbolNameByIndex

Method getSymbolNameByIndex

src/logic/ScriptEngine.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210std::string Logic::ScriptEngine::getSymbolNameByIndex(size_t idx) const
211{
212 return m_pVM->getDATFile().getSymbolByIndex(idx).name;
213}
214
215void ScriptEngine::onInventoryItemInserted(Daedalus::GameState::ItemHandle item, Daedalus::GameState::NpcHandle npc)
216{

Callers 1

getInstanceNameOfItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected