Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
Uuid ClientContext::playerUuid() const {
45
return m_playerUuid;
46
}
47
48
CelestialCoordinate ClientContext::shipCoordinate() const {
49
return m_shipCoordinate.get();
Callers
15
applyShipUpgrades
Method · 0.80
playerOnOwnShip
Method · 0.80
playerIsOriginal
Method · 0.80
teamUuid
Method · 0.80
handlePackets
Method · 0.80
isTeamLeader
Method · 0.80
invitePlayer
Method · 0.80
acceptInvitation
Method · 0.80
removeFromTeam
Method · 0.80
update
Method · 0.80
pullFullUpdate
Method · 0.80
writePlayerData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected