Table of Contents

Method SetArmorModel

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetArmorModel(CreaturePart, ushort)

Sets the armor model part value for the specified slot.

public void SetArmorModel(CreaturePart slot, ushort value)

Parameters

slot CreaturePart

The armor model slot index to be assigned.

value ushort

The new model to assign.

Remarks

Updating the model part recalculates the item's armor value.