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

Method update

Source/Node/TIC80Node.cpp:593–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593bool TIC80Node::update(double deltaTime) {
594 if (!_tic80) return true;
595 _scheduler->update(deltaTime);
596 updateTexture();
597 return Sprite::update(deltaTime);
598}
599
600std::string TIC80Node::codeFromCart(String cartFile) {
601 auto cartData = SharedContent.load(cartFile);

Callers

nothing calls this directly

Calls 1

updateFunction · 0.50

Tested by

no test coverage detected