Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getPriority
Method
getPriority
Source/Platformer/UnitAction.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
int UnitAction::getPriority() const noexcept {
59
return _priority;
60
}
61
62
bool UnitAction::isDoing() const noexcept {
63
return _doing;
Callers
1
start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected