Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
486
WorldId UniverseClient::playerWorld() const {
487
return m_clientContext->playerWorldId();
488
}
489
490
bool UniverseClient::isAdmin() const {
491
return m_mainPlayer->isAdmin();
Callers
9
executeForClient
Method · 0.45
warpPlayers
Method · 0.45
packetsReceived
Method · 0.45
resolveWarpAction
Method · 0.45
doDisconnection
Method · 0.45
handleInteractAction
Method · 0.45
buildTeamBar
Method · 0.45
showQuests
Method · 0.45
warpPlayer
Method · 0.45
Calls
1
playerWorldId
Method · 0.45
Tested by
1
warpPlayer
Method · 0.36