GetInteractionDisabled

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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