GetNoUnequip
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
When called on an Inventory Reference of a currently equipped item, returns 1 if the item cannot be unequipped by normal means, only via script commands.
Syntax
(noUnequip:0/1) reference.GetNoUnequip
Example
set rEqBodyArmorRef to actorRef.GetEquippedItemRef 2 if rEqBodyArmorRef set bNoUnequip to rEqBodyArmorRef.GetNoUnequip endif