Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ create
Method
create
core/2d/ActionInterval.cpp:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
};
57
58
ExtraAction* ExtraAction::create()
59
{
60
ExtraAction* ret = new ExtraAction();
61
ret->autorelease();
62
return ret;
63
}
64
65
ExtraAction* ExtraAction::clone() const
66
{
Callers
nothing calls this directly
Calls
9
create
Function · 0.85
autorelease
Method · 0.80
initWithAnimation
Method · 0.80
Vec3
Function · 0.50
init
Method · 0.45
initWithAction
Method · 0.45
initWithDuration
Method · 0.45
clone
Method · 0.45
initWithTarget
Method · 0.45
Tested by
no test coverage detected