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

Method removeTeleportBookmark

source/game/StarPlayerUniverseMap.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool PlayerUniverseMap::removeTeleportBookmark(TeleportBookmark const& bookmark) {
97 return m_universeMaps[*m_serverUuid].teleportBookmarks.remove(bookmark);
98}
99
100void PlayerUniverseMap::invalidateWarpAction(WarpAction const& warpAction) {
101 if (auto warpToWorld = warpAction.maybe<WarpToWorld>())

Callers 3

makePlayerCallbacksMethod · 0.80
okMethod · 0.80
removeMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected