MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / walkingDirection

Method walkingDirection

source/game/StarNpc.cpp:1009–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007}
1008
1009Direction Npc::walkingDirection() const {
1010 return m_movementController->movingDirection();
1011}
1012
1013bool Npc::isAdmin() const {
1014 return false;

Callers 1

placeInWorldMethod · 0.45

Calls 1

movingDirectionMethod · 0.80

Tested by

no test coverage detected