MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / update

Method update

Source/Wasm/WasmRuntime.cpp:1151–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149 }
1150 }
1151 virtual void update(float dt) override {
1152 if (_update && _update(_owner, s_cast<UnitAction*>(this), dt)) {
1153 WasmUnitAction::stop();
1154 }
1155 UnitAction::update(dt);
1156 }
1157 virtual void stop() override {
1158 _update = nullptr;
1159 _stop(_owner, s_cast<UnitAction*>(this));

Callers 3

scheduleUpdateMethod · 0.45
mlqlearner_updateFunction · 0.45
scheduler_updateFunction · 0.45

Calls 2

stopFunction · 0.85
updateFunction · 0.50

Tested by

no test coverage detected