Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getEntity
Method
getEntity
Source/Platformer/Unit.cpp:288–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
286
}
287
288
Entity* Unit::getEntity() const noexcept {
289
return _entity;
290
}
291
292
UnitAction* Unit::attachAction(String name) {
293
auto it = _actions.find(name);
Callers
6
runDecisionTree
Method · 0.80
run
Method · 0.80
update
Method · 0.80
onAttack
Method · 0.80
onHitTarget
Method · 0.80
platformer_unit_get_entity
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected