Table of Contents

Method Create

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Create(string, string, string)

Creates a new area from the specified resource reference.

public static NwArea? Create(string resRef, string newTag = "", string newName = "")

Parameters

resRef string

The area resource to create this area from.

newTag string

A new tag for this area. Defaults to the tag set in the toolset.

newName string

A new name for this area. Defaults to the name set in the toolset.

Returns

NwArea

The created area.