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

Method playerUuid

source/game/StarClientContext.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44Uuid ClientContext::playerUuid() const {
45 return m_playerUuid;
46}
47
48CelestialCoordinate ClientContext::shipCoordinate() const {
49 return m_shipCoordinate.get();

Callers 15

applyShipUpgradesMethod · 0.80
playerOnOwnShipMethod · 0.80
playerIsOriginalMethod · 0.80
teamUuidMethod · 0.80
handlePacketsMethod · 0.80
isTeamLeaderMethod · 0.80
invitePlayerMethod · 0.80
acceptInvitationMethod · 0.80
removeFromTeamMethod · 0.80
updateMethod · 0.80
pullFullUpdateMethod · 0.80
writePlayerDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected