Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1001
float Npc::interactRadius() const {
1002
return 9999;
1003
}
1004
1005
Direction Npc::facingDirection() const {
1006
return m_movementController->facingDirection();
Callers
2
playerCanReachEntity
Method · 0.45
makePlayerCallbacks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected