MCPcopy 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
86void UnitAction::run() {
87 _doing = true;
88 _decisionDelay = 0.0f;
89 _elapsedTime = 0.0f;
90}
91
92void UnitAction::update(float dt) {
93 _elapsedTime += dt;

Callers

nothing calls this directly

Calls 15

make_pairFunction · 0.85
GetShapeFunction · 0.85
GetShapesFunction · 0.85
DistanceFunction · 0.85
GetWitnessPointsFunction · 0.85
get<1>Function · 0.85
stopFunction · 0.85
getPlayableMethod · 0.80
getEntityMethod · 0.80
setVelocityYMethod · 0.80
getGroundSensorMethod · 0.80
getPrWorldMethod · 0.80

Tested by

no test coverage detected