Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
Dictionary* Unit::getUnitDef() const noexcept {
163
return _unitDef;
164
}
165
166
void Unit::setFaceRight(bool var) {
167
_flags.set(Unit::FaceRight, var);
Callers
7
UnitAction
Method · 0.80
run
Method · 0.80
update
Method · 0.80
getDamage
Method · 0.80
onAttack
Method · 0.80
Hit
Method · 0.80
platformer_unit_get_unit_def
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected