Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
Node* Action::getTarget() const {
42
return mNode;
43
}
44
45
Action* Action::clone() const {
46
return NULL;
Callers
5
getActionByTagFromTarget
Method · 0.80
getActionsFromTarget
Method · 0.80
getActionsByTagFromTarget
Method · 0.80
removeActionsByTagFromTarget
Method · 0.80
removeAllActionsFromTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected