MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getTarget

Method getTarget

src/eepp/scene/action.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41Node* Action::getTarget() const {
42 return mNode;
43}
44
45Action* Action::clone() const {
46 return NULL;

Calls

no outgoing calls

Tested by

no test coverage detected