Difference between revisions of "CrosshairRefInList"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns 1 if the reference under the crosshair is in the list, 2 if the reference's base form is in the list. This function can also be us...")
 
imported>Pintocat
Line 12: Line 12:
}}
}}
==See Also==
==See Also==
* [[GetCrosshairRef]]
* [[ObjectUnderReticle]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]

Revision as of 19:38, 8 January 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns 1 if the reference under the crosshair is in the list, 2 if the reference's base form is in the list. This function can also be used as a condition.

Syntax

[help]
(int) CrosshairRefInList list:formlist

See Also