Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ entityType
Method
entityType
source/game/StarNpc.cpp:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
EntityType Npc::entityType() const {
164
return EntityType::Npc;
165
}
166
167
ClientEntityMode Npc::clientEntityMode() const {
168
return m_clientEntityMode;
Callers
12
addEntity
Method · 0.45
updateAllEntities
Method · 0.45
netStoreEntity
Method · 0.45
diskStoreEntity
Method · 0.45
storeVersionedEntity
Method · 0.45
render
Method · 0.45
update
Method · 0.45
addEntity
Method · 0.45
notifyEntityCreate
Method · 0.45
update
Method · 0.45
damageTiles
Method · 0.45
queueUpdatePackets
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected