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

Method clone

core/2d/Action.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116Speed* Speed::clone() const
117{
118 // no copy constructor
119 if (_innerAction)
120 return Speed::create(_innerAction->clone(), _speed);
121
122 return nullptr;
123}
124
125void Speed::startWithTarget(Node* target)
126{

Callers 3

setProgramStateMethod · 0.45
drawCardinalSplineMethod · 0.45

Calls 1

createFunction · 0.85

Tested by

no test coverage detected