Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ worldClient
Method
worldClient
source/game/StarUniverseClient.cpp:212–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
WorldClientPtr UniverseClient::worldClient() const {
213
return m_worldClient;
214
}
215
216
SystemWorldClientPtr UniverseClient::systemWorldClient() const {
217
return m_systemWorldClient;
Callers
15
render
Method · 0.80
changeState
Method · 0.80
updateRunning
Method · 0.80
updateCamera
Method · 0.80
tick
Method · 0.80
teleport
Method · 0.80
update
Method · 0.80
gravity
Method · 0.80
boxes
Method · 0.80
fullbright
Method · 0.80
asyncLighting
Method · 0.80
setGravity
Method · 0.80
Calls
no outgoing calls
Tested by
1
currentClientDrawables
Method · 0.64