GetInteractionDisabledType

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 objects of the specified type code has been disabled by SetInteractionDisabledType.

Syntax

[help]
(disabled:0/1) GetInteractionDisabledType typeCode:int

Example

set bDisabled to GetInteractionDisabledType 28

See Also