Table of Contents

Class NwWaypoint

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A waypoint entity that uniquely identifies a location in the module.

public sealed class NwWaypoint : NwGameObject, IEquatable<NwObject>
Inheritance
NwWaypoint
Implements
Inherited Members
Extension Methods

Properties

IsValid

Gets a value indicating whether this is a valid object.

Methods

Clone(Location, string?, bool)

Creates a copy of this game object.

Create(Location, bool, string)
Create(string, Location, bool, string)
Deserialize(byte[])
Serialize()

Operators

implicit operator CNWSWaypoint?(NwWaypoint?)