Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
562
void NpcScriptState::clearRoutine()
563
{
564
m_Routine.hasRoutine = false;
565
m_Routine.routine.clear();
566
}
567
568
void NpcScriptState::setCurrentStateTime(float time)
569
{
Callers
1
die
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected