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

Method getUnitDef

Source/Platformer/Unit.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162Dictionary* Unit::getUnitDef() const noexcept {
163 return _unitDef;
164}
165
166void Unit::setFaceRight(bool var) {
167 _flags.set(Unit::FaceRight, var);

Callers 7

UnitActionMethod · 0.80
runMethod · 0.80
updateMethod · 0.80
getDamageMethod · 0.80
onAttackMethod · 0.80
HitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected