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

Method isType

src/eepp/scene/node.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool Node::isType( const Uint32& type ) const {
104 return Node::getType() == type;
105}
106
107void Node::messagePost( const NodeMessage* Msg ) {
108 Node* node = this;

Callers 3

inParentTreeOfTypeMethod · 0.45
getParentOfTypeMethod · 0.45
onUpdateMethod · 0.45

Calls 1

getTypeFunction · 0.50

Tested by

no test coverage detected