Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ renderLightSources
Method
renderLightSources
source/game/StarPlayerDeployment.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void PlayerDeployment::renderLightSources(RenderCallback* renderCallback) {
100
renderCallback->addLightSources(m_scriptComponent.lightSources());
101
}
102
103
}
Callers
nothing calls this directly
Calls
2
addLightSources
Method · 0.80
lightSources
Method · 0.45
Tested by
no test coverage detected