MCPcopy 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
58int UnitAction::getPriority() const noexcept {
59 return _priority;
60}
61
62bool UnitAction::isDoing() const noexcept {
63 return _doing;

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected