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

Method world

source/game/interfaces/StarEntity.cpp:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139World* Entity::world() const {
140 if (!m_world)
141 throw EntityException("world() called while uninitialized");
142
143 return m_world;
144}
145
146World* Entity::worldPtr() const {
147 return m_world;

Callers 15

reloadPlayerMethod · 0.45
initializeModulesMethod · 0.45
updateAnimatorsMethod · 0.45
tickMasterMethod · 0.45
updateAnimatorsMethod · 0.45
initPrimaryScriptMethod · 0.45
renderObjectPreviewsMethod · 0.45
queryShieldHitMethod · 0.45
makeObjectCallbacksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected