MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / Update

Method Update

tests/SDK/NDK/StateMachine.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 bool Update(Ndk::StateMachine& /*fsm*/, float /*elapsedTime*/) override
22 {
23 m_isUpdated = true;
24 return true;
25 }
26
27 private:
28 bool m_isUpdated;

Callers 10

BaseSystem.cppFile · 0.45
StateMachine.cppFile · 0.45
EntityOwner.cppFile · 0.45
Entity.cppFile · 0.45
World.cppFile · 0.45
VelocitySystem.cppFile · 0.45
ListenerSystem.cppFile · 0.45
RenderSystem.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected