MCPcopy 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
163EntityType Npc::entityType() const {
164 return EntityType::Npc;
165}
166
167ClientEntityMode Npc::clientEntityMode() const {
168 return m_clientEntityMode;

Callers 12

addEntityMethod · 0.45
updateAllEntitiesMethod · 0.45
netStoreEntityMethod · 0.45
diskStoreEntityMethod · 0.45
storeVersionedEntityMethod · 0.45
renderMethod · 0.45
updateMethod · 0.45
addEntityMethod · 0.45
notifyEntityCreateMethod · 0.45
updateMethod · 0.45
damageTilesMethod · 0.45
queueUpdatePacketsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected