Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ reverse
Method
reverse
core/2d/ActionInterval.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
ExtraAction* ExtraAction::reverse() const
72
{
73
return ExtraAction::create();
74
}
75
76
void ExtraAction::update(float /*time*/) {}
77
Callers
nothing calls this directly
Calls
11
create
Function · 0.85
setReverseAction
Method · 0.80
pushBack
Method · 0.80
autorelease
Method · 0.80
Vec2
Class · 0.70
clone
Method · 0.45
size
Method · 0.45
empty
Method · 0.45
crbegin
Method · 0.45
crend
Method · 0.45
initWithTarget
Method · 0.45
Tested by
no test coverage detected