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

Method hasSymbol

src/logic/ScriptEngine.cpp:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313bool ScriptEngine::hasSymbol(const std::string& name)
314{
315 return m_pVM->getDATFile().hasSymbolName(name);
316}
317
318Daedalus::GameState::NpcHandle ScriptEngine::getNPCFromSymbol(const std::string& symName)
319{

Callers 2

initMethod · 0.80
changeRoutineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected