| 328 | } |
| 329 | |
| 330 | bool NpcScriptState::isInRoutine() |
| 331 | { |
| 332 | return (m_CurrentState.valid && m_CurrentState.isRoutineState) || (!m_CurrentState.valid && !m_NextState.valid); |
| 333 | } |
| 334 | |
| 335 | bool NpcScriptState::activateRoutineState(bool force) |
| 336 | { |
nothing calls this directly
no outgoing calls
no test coverage detected