Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
ClientEntityMode Npc::clientEntityMode() const {
168
return m_clientEntityMode;
169
}
170
171
void Npc::init(World* world, EntityId entityId, EntityMode mode) {
172
Entity::init(world, entityId, mode);
Callers
2
update
Method · 0.45
addEntity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected