MCPcopy 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
275ClientContextPtr Player::clientContext() const {
276 return m_clientContext;
277}
278
279void Player::setClientContext(ClientContextPtr clientContext) {
280 m_clientContext = std::move(clientContext);

Callers 14

initWorldMethod · 0.45
initMethod · 0.45
updateMethod · 0.45
questValidOnServerMethod · 0.45
fireTriggeredMethod · 0.45
makePlayerCallbacksMethod · 0.45
updateRunningMethod · 0.45
TeleportDialogMethod · 0.45
makeChatCallbacksMethod · 0.45
showStatusMethod · 0.45
TeamBarMethod · 0.45
buildTeamBarMethod · 0.45

Calls

no outgoing calls

Tested by 1

currentPlayerWorldMethod · 0.36