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

6 lines
222 B
Text
Raw Normal View History

// 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 {}