MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getUserData

Method getUserData

Source/Node/Node.cpp:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381Dictionary* Node::getUserData() {
382 if (!_userData) {
383 _userData = Dictionary::create();
384 }
385 return _userData;
386}
387
388Node* Node::getParent() const noexcept {
389 return _parent;

Callers 4

onAttackMethod · 0.45
onHitTargetMethod · 0.45
runMethod · 0.45
node_get_dataFunction · 0.45

Calls 1

createFunction · 0.50

Tested by

no test coverage detected