MCPcopy Create free account
hub / github.com/axmolengine/axmol / clone

Method clone

core/2d/ActionInterval.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65ExtraAction* ExtraAction::clone() const
66{
67 // no copy constructor
68 return ExtraAction::create();
69}
70
71ExtraAction* ExtraAction::reverse() const
72{

Callers 2

createMethod · 0.45
reverseMethod · 0.45

Calls 3

createFunction · 0.85
autoreleaseMethod · 0.80
initWithDurationMethod · 0.45

Tested by

no test coverage detected