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

Method maxIntensity

source/base/StarCellularLightArray.hpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150inline float ScalarLightTraits::maxIntensity(float value) {
151 return value;
152}
153
154inline float ScalarLightTraits::minIntensity(float value) {
155 return value;

Callers

nothing calls this directly

Calls 1

maxMethod · 0.45

Tested by

no test coverage detected