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

Method getCurrentStateTime

src/logic/NpcScriptState.h:168–168  ·  view source on GitHub ↗

* @return Time the Character already is inside this state */

Source from the content-addressed store, hash-verified

166 * @return Time the Character already is inside this state
167 */
168 float getCurrentStateTime() { return m_CurrentState.valid ? m_CurrentState.stateTime : 0.0f; }
169 /**
170 * Sets the time the Character is inside this state
171 * @param time

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected