Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
Playable* Unit::getPlayable() const noexcept {
203
return _playable;
204
}
205
206
bool Unit::update(double deltaTime) {
207
if (_flags.isOff(Node::Updating)) {
Callers
7
init
Method · 0.80
run
Method · 0.80
update
Method · 0.80
stop
Method · 0.80
run
Method · 0.80
run
Method · 0.80
platformer_unit_get_playable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected