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

Method getTag

src/eepp/scene/action.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18Action::UniqueID Action::getTag() const {
19 return mTag;
20}
21
22void Action::setTag( const Action::UniqueID& tag ) {
23 mTag = tag;

Callers 4

getActionByTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected