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

Method isMaster

source/game/interfaces/StarEntity.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool Entity::isMaster() const {
167 return m_entityMode == EntityMode::Master;
168}
169
170bool Entity::isSlave() const {
171 return m_entityMode == EntityMode::Slave;

Callers 15

validateEdgeMethod · 0.80
entityKeepAliveMethod · 0.80
entityPersistentMethod · 0.80
resendEntityMethod · 0.80
renderMethod · 0.80
handleIncomingPacketsMethod · 0.80
updateMethod · 0.80
interactMethod · 0.80
notifyEntityCreateMethod · 0.80
sendEntityMessageMethod · 0.80
pushRemoteHitRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected