Table of Contents

Method SetUsesPerDayRemaining

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetUsesPerDayRemaining(ItemProperty, int)

Sets the number of uses per day remaining for the specified item property on this item.

public void SetUsesPerDayRemaining(ItemProperty property, int numUses)

Parameters

property ItemProperty

The item property to be adjusted.

numUses int

The new number of uses per day remaining for the specified item property.