MCPcopy 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
288Entity* Unit::getEntity() const noexcept {
289 return _entity;
290}
291
292UnitAction* Unit::attachAction(String name) {
293 auto it = _actions.find(name);

Callers 6

runDecisionTreeMethod · 0.80
runMethod · 0.80
updateMethod · 0.80
onAttackMethod · 0.80
onHitTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected