| 34 | "ZS_FOLLOW"}; |
| 35 | |
| 36 | NpcScriptState::NpcScriptState(World::WorldInstance& world, Handle::EntityHandle hostVob) |
| 37 | : m_World(world) |
| 38 | , m_HostVob(hostVob) |
| 39 | { |
| 40 | m_Routine.startNewRoutine = true; |
| 41 | m_Routine.hasRoutine = false; |
| 42 | m_Routine.routineActiveIdx = 0; |
| 43 | } |
| 44 | |
| 45 | NpcScriptState::~NpcScriptState() |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected