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

Method isStateActive

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

* Checks if the current state is still active */

Source from the content-addressed store, hash-verified

104 * Checks if the current state is still active
105 */
106 bool isStateActive() { return m_CurrentState.valid; }
107 /**
108 * Performs the actions needed for the current frame and the current state. Advances to the next one, if needed
109 * @param deltaTime time since last frame

Callers 1

onUpdateByInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected