Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ lightSources
Method
lightSources
source/game/StarVehicle.cpp:355–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
}
354
355
List<LightSource> Vehicle::lightSources() const {
356
auto lightSources = m_networkedAnimator.lightSources(position());
357
return lightSources;
358
}
359
360
bool Vehicle::shouldDestroy() const {
361
return m_shouldDestroy;
Callers
1
renderLightSources
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected