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

Method playerWorld

source/game/StarUniverseClient.cpp:486–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486WorldId UniverseClient::playerWorld() const {
487 return m_clientContext->playerWorldId();
488}
489
490bool UniverseClient::isAdmin() const {
491 return m_mainPlayer->isAdmin();

Callers 9

executeForClientMethod · 0.45
warpPlayersMethod · 0.45
packetsReceivedMethod · 0.45
resolveWarpActionMethod · 0.45
doDisconnectionMethod · 0.45
handleInteractActionMethod · 0.45
buildTeamBarMethod · 0.45
showQuestsMethod · 0.45
warpPlayerMethod · 0.45

Calls 1

playerWorldIdMethod · 0.45

Tested by 1

warpPlayerMethod · 0.36