Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ interact
Method
interact
source/game/interfaces/StarTileEntity.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
InteractAction TileEntity::interact(InteractRequest const& request) {
58
_unused(request);
59
return InteractAction();
60
}
61
62
List<QuestArcDescriptor> TileEntity::offeredQuests() const {
63
return {};
Callers
4
activate
Method · 0.45
makeActiveItemCallbacks
Method · 0.45
fireTriggered
Method · 0.45
makePlayerCallbacks
Method · 0.45
Calls
1
InteractAction
Class · 0.85
Tested by
no test coverage detected