MCPcopy 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
568void NpcScriptState::setCurrentStateTime(float time)
569{
570 if (m_CurrentState.valid)
571 m_CurrentState.stateTime = time;
572}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected