GetVATSTargetable

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.80.

Description

Returns 1 (true) if the calling reference is targetable in VATS, 0 (false) otherwise.

Note that this accounts for more than just if the reference was set to be non-targetable via SetVATSTargetable; it checks if the reference could be targeted in general. For example, if passing a disabled reference, this function returns false.

This function can be used either in a script, or as a Condition.

Syntax

[help]
(isVatsTargetable:1/0) reference.GetVATSTargetable 

See Also