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

Method interactRadius

source/game/StarNpc.cpp:1001–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999}
1000
1001float Npc::interactRadius() const {
1002 return 9999;
1003}
1004
1005Direction Npc::facingDirection() const {
1006 return m_movementController->facingDirection();

Callers 2

playerCanReachEntityMethod · 0.45
makePlayerCallbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected