Table of Contents

Property UUID

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

UUID

Gets the globally unique identifier for this object.

public Guid UUID { get; }

Property Value

Guid

Remarks

If the UUID conflicts with an existing object, a new one will be generated.
Use TryGetUUID(out Guid) to control this behaviour.