GetReticlePos

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns an array_var containing the XYZ coordinates (indexed in that order) of the position the reticle (crosshair) is pointing at. If the position is not a valid one, the function returns ar_Null.

Syntax

[help]
(coords:array_var) GetReticlePos

Example

let aReticlePos := GetReticlePos 

See Also