MCPcopy 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

1027void Npc::addSound(String const&, float, float) {}
1028
1029bool Npc::inToolRange() const {
1030 return true;
1031}
1032
1033bool Npc::inToolRange(Vec2F const&) const {
1034 return true;

Callers 5

fireMethod · 0.45
fireMethod · 0.45
previewTilesMethod · 0.45
fireMethod · 0.45
canPlaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected