Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clientContext
Method
clientContext
source/game/StarPlayer.cpp:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
ClientContextPtr Player::clientContext() const {
276
return m_clientContext;
277
}
278
279
void Player::setClientContext(ClientContextPtr clientContext) {
280
m_clientContext = std::move(clientContext);
Callers
14
initWorld
Method · 0.45
init
Method · 0.45
update
Method · 0.45
questValidOnServer
Method · 0.45
fireTriggered
Method · 0.45
makePlayerCallbacks
Method · 0.45
updateRunning
Method · 0.45
TeleportDialog
Method · 0.45
makeChatCallbacks
Method · 0.45
showStatus
Method · 0.45
TeamBar
Method · 0.45
buildTeamBar
Method · 0.45
Calls
no outgoing calls
Tested by
1
currentPlayerWorld
Method · 0.36