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

Method entityId

source/game/interfaces/StarEntity.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119void Entity::renderLightSources(RenderCallback*) {}
120
121EntityId Entity::entityId() const {
122 return m_entityId;
123}
124
125EntityDamageTeam Entity::getTeam() const {
126 return m_team;

Callers 15

updateMethod · 0.80
addEntityMethod · 0.80
updateAllEntitiesMethod · 0.80
entityMethod · 0.80
validateEdgeMethod · 0.80
clearTileEntitiesMethod · 0.80
spawnEntityMethod · 0.80
reapplyBiomeMethod · 0.80
mainPlayerDeadMethod · 0.80
resendEntityMethod · 0.80
removeEntityMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by 1

inspectMethod · 0.64