MCPcopy 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
57InteractAction TileEntity::interact(InteractRequest const& request) {
58 _unused(request);
59 return InteractAction();
60}
61
62List<QuestArcDescriptor> TileEntity::offeredQuests() const {
63 return {};

Callers 4

activateMethod · 0.45
fireTriggeredMethod · 0.45
makePlayerCallbacksMethod · 0.45

Calls 1

InteractActionClass · 0.85

Tested by

no test coverage detected