GetNoUnequip

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

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

[help]
(noUnequip:0/1) reference.GetNoUnequip

Example

set rEqBodyArmorRef to actorRef.GetEquippedItemRef 2
if rEqBodyArmorRef
	set bNoUnequip to rEqBodyArmorRef.GetNoUnequip
endif

See Also