gzdoom/wadsrc/static/zscript/actors/shared/staticlights.zs

5 lines
222 B
Text

// Light probes provide ZDRay points of light to sample lighting data from.
// Will despawn from the world as they serve no purpose at runtime.
// Currently used to light Actor sprites.
class LightProbe : Actor native {}