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

Method getPlayable

Source/Platformer/Unit.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202Playable* Unit::getPlayable() const noexcept {
203 return _playable;
204}
205
206bool Unit::update(double deltaTime) {
207 if (_flags.isOff(Node::Updating)) {

Callers 7

initMethod · 0.80
runMethod · 0.80
updateMethod · 0.80
stopMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected