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

Method clientEntityMode

source/game/StarNpc.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167ClientEntityMode Npc::clientEntityMode() const {
168 return m_clientEntityMode;
169}
170
171void Npc::init(World* world, EntityId entityId, EntityMode mode) {
172 Entity::init(world, entityId, mode);

Callers 2

updateMethod · 0.45
addEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected