GetInteractionDisabled

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns whether interaction with the calling reference, or (optional) Base Form, has been disabled by SetInteractionDisabled.

Syntax

[help]
(disabled:0/1) reference.GetInteractionDisabled baseForm:ref

Example

set bDisabled to objectRef.GetInteractionDisabled
set bDisabled to GetInteractionDisabled CraigBoone 

See Also