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

Method getType

src/eepp/scene/node.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99Uint32 Node::getType() const {
100 return 0;
101}
102
103bool Node::isType( const Uint32& type ) const {
104 return Node::getType() == type;

Callers 5

getChildOfTypeCountMethod · 0.45
getNodeOfTypeIndexMethod · 0.45
sendEventMethod · 0.45
KeyEventMethod · 0.45
StateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected