Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ inToolRange
Method
inToolRange
source/game/StarNpc.cpp:1029–1031 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1027
void Npc::addSound(String const&, float, float) {}
1028
1029
bool Npc::inToolRange() const {
1030
return true;
1031
}
1032
1033
bool Npc::inToolRange(Vec2F const&) const {
1034
return true;
Callers
5
fire
Method · 0.45
fire
Method · 0.45
previewTiles
Method · 0.45
fire
Method · 0.45
canPlace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected