Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void Entity::renderLightSources(RenderCallback*) {}
120
121
EntityId Entity::entityId() const {
122
return m_entityId;
123
}
124
125
EntityDamageTeam Entity::getTeam() const {
126
return m_team;
Callers
15
update
Method · 0.80
addEntity
Method · 0.80
updateAllEntities
Method · 0.80
entity
Method · 0.80
validateEdge
Method · 0.80
clearTileEntities
Method · 0.80
spawnEntity
Method · 0.80
reapplyBiome
Method · 0.80
mainPlayerDead
Method · 0.80
resendEntity
Method · 0.80
removeEntity
Method · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
1
inspect
Method · 0.64