Table of Contents

Method Light

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Light(IPLightBrightness, IPLightColor)

Adds a light aura to the item.

public static ItemProperty Light(IPLightBrightness brightness, IPLightColor color)

Parameters

brightness IPLightBrightness

Light intensity.

color IPLightColor

Light color.

Returns

ItemProperty

The created item property.