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