Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ uniqueId
Method
uniqueId
source/game/interfaces/StarEntity.cpp:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
Maybe<String> Entity::uniqueId() const {
159
return m_uniqueId;
160
}
161
162
Maybe<EntityMode> Entity::entityMode() const {
163
return m_entityMode;
Callers
13
addEntity
Method · 0.80
updateAllEntities
Method · 0.80
customIndicator
Method · 0.80
setEntityParameter
Method · 0.80
tick
Method · 0.80
loadSectorToLevel
Method · 0.80
unloadSectorToLevel
Method · 0.80
syncSector
Method · 0.80
objectParameters
Method · 0.80
makePlayerCallbacks
Method · 0.80
entityUniqueId
Method · 0.80
makeEntityCallbacks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected