MCPcopy 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
58ExtraAction* ExtraAction::create()
59{
60 ExtraAction* ret = new ExtraAction();
61 ret->autorelease();
62 return ret;
63}
64
65ExtraAction* ExtraAction::clone() const
66{

Callers

nothing calls this directly

Calls 9

createFunction · 0.85
autoreleaseMethod · 0.80
initWithAnimationMethod · 0.80
Vec3Function · 0.50
initMethod · 0.45
initWithActionMethod · 0.45
initWithDurationMethod · 0.45
cloneMethod · 0.45
initWithTargetMethod · 0.45

Tested by

no test coverage detected