MCPcopy 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
158Maybe<String> Entity::uniqueId() const {
159 return m_uniqueId;
160}
161
162Maybe<EntityMode> Entity::entityMode() const {
163 return m_entityMode;

Callers 13

addEntityMethod · 0.80
updateAllEntitiesMethod · 0.80
customIndicatorMethod · 0.80
setEntityParameterMethod · 0.80
tickMethod · 0.80
loadSectorToLevelMethod · 0.80
unloadSectorToLevelMethod · 0.80
syncSectorMethod · 0.80
objectParametersMethod · 0.80
makePlayerCallbacksMethod · 0.80
entityUniqueIdMethod · 0.80
makeEntityCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected