Table of Contents

Method SetAreaLightColor

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetAreaLightColor(AreaLightColor, int, TimeSpan)

Sets a light color in this area.

public void SetAreaLightColor(AreaLightColor colorType, int color, TimeSpan fadeTime = default)

Parameters

colorType AreaLightColor

The type of color to set.

color int

The new color to set.

fadeTime TimeSpan

The time to fade the new color.