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

Method onMessage

src/eepp/scene/node.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116Uint32 Node::onMessage( const NodeMessage* ) {
117 return 0;
118}
119
120void Node::setInternalPosition( const Vector2f& Pos ) {
121 Transformable::setPosition( Vector2f( Pos.x, Pos.y ) );

Callers 1

messagePostMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected