Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ run
Method
run
Source/Platformer/UnitAction.cpp:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void UnitAction::run() {
87
_doing = true;
88
_decisionDelay = 0.0f;
89
_elapsedTime = 0.0f;
90
}
91
92
void UnitAction::update(float dt) {
93
_elapsedTime += dt;
Callers
nothing calls this directly
Calls
15
make_pair
Function · 0.85
GetShape
Function · 0.85
GetShapes
Function · 0.85
Distance
Function · 0.85
GetWitnessPoints
Function · 0.85
get<1>
Function · 0.85
stop
Function · 0.85
getPlayable
Method · 0.80
getEntity
Method · 0.80
setVelocityY
Method · 0.80
getGroundSensor
Method · 0.80
getPrWorld
Method · 0.80
Tested by
no test coverage detected