| 82 | } |
| 83 | |
| 84 | void AIInstance::LoadDummyScript() |
| 85 | { |
| 86 | ScriptAllocatorScope alloc_scope(this->engine.get()); |
| 87 | Script_CreateDummy(this->engine->GetVM(), STR_ERROR_AI_NO_AI_FOUND, "AI"); |
| 88 | } |
| 89 | |
| 90 | int AIInstance::GetSetting(const std::string &name) |
| 91 | { |
no test coverage detected