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

Method isInRoutine

src/logic/NpcScriptState.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330bool NpcScriptState::isInRoutine()
331{
332 return (m_CurrentState.valid && m_CurrentState.isRoutineState) || (!m_CurrentState.valid && !m_NextState.valid);
333}
334
335bool NpcScriptState::activateRoutineState(bool force)
336{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected