Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ setCurrentStateTime
Method
setCurrentStateTime
src/logic/NpcScriptState.cpp:568–572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
566
}
567
568
void NpcScriptState::setCurrentStateTime(float time)
569
{
570
if (m_CurrentState.valid)
571
m_CurrentState.stateTime = time;
572
}
Callers
1
registerEngineExternals
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected