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

Method clearRoutine

src/logic/NpcScriptState.cpp:562–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void NpcScriptState::clearRoutine()
563{
564 m_Routine.hasRoutine = false;
565 m_Routine.routine.clear();
566}
567
568void NpcScriptState::setCurrentStateTime(float time)
569{

Callers 1

dieMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected