Table of Contents

Property PortraitId

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

PortraitId

Gets or sets the PortraitId of this (game object).

public PortraitTableEntry? PortraitId { get; set; }

Property Value

PortraitTableEntry

Remarks

When this property is set to null, the ID will be set to NWN.Core.NWScript.PORTRAIT_INVALID (65535).
When this property is invalid, the portrait from PortraitResRef will be used instead.