Table of Contents

Method GetUsesPerDayRemaining

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetUsesPerDayRemaining(ItemProperty)

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

public int GetUsesPerDayRemaining(ItemProperty property)

Parameters

property ItemProperty

The item property to test for uses remaining.

Returns

int

The number of uses per day remaining for the specified item property, or 0 if this item property is not uses/day, or belongs to a different item.