Table of Contents

Method Create

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Create(NwArea, Vector3, float)

Create a new location from the specified area, position and orientation

public static Location? Create(NwArea area, Vector3 position, float orientation)

Parameters

area NwArea

The area of the location.

position Vector3

The position of the location.

orientation float

The rotation of the location.

Returns

Location

The created location.