Table of Contents

Method Serialize

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Serialize()

Serializes the entire item appearance into a hex string.

public string Serialize()

Returns

string

A string representing the item's appearance.

Remarks

The string encodes layered colors, base model parts, armor model parts, and per-part color overrides in fixed order. Use Deserialize(string) to restore the appearance.