IsItemUnique

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns whether the specified item form was marked as "unique" (via ToggleItemUnique).

  • Unique items will not be available as optional repair parts sources in the item repair menu.

Syntax

[help]
(isUnique:0/1) IsItemUnique item:form

Example

set bIsUnique to IsItemUnique WeapNVMinigunUnique 

See Also