Table of Contents

Method SetAreaTransitionBMP

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

SetAreaTransitionBMP(AreaTransition)

Sets the graphic shown when a PC moves between two different areas in a module.

public void SetAreaTransitionBMP(AreaTransition transition)

Parameters

transition AreaTransition

The transition to use.

SetAreaTransitionBMP(string)

Sets the graphic shown when a PC moves between two different areas in a module.

public void SetAreaTransitionBMP(string transition)

Parameters

transition string

The file name (.bmp) to use for the area transition bitmap.