MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / tick

Method tick

source/frontend/StarTeleportDialog.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void TeleportDialog::tick(float) {
124 if (!m_client->worldClient()->playerCanReachEntity(m_sourceEntityId))
125 dismiss();
126}
127
128void TeleportDialog::selectDestination() {
129 auto destList = fetchChild<ListWidget>("bookmarkList.bookmarkItemList");

Callers

nothing calls this directly

Calls 2

playerCanReachEntityMethod · 0.80
worldClientMethod · 0.80

Tested by

no test coverage detected