PlaceAtReticleAlt

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin version 1.80.

Description

Places the given object at the spot the crosshair is pointing at.

This function can only be used in a script, not as a Condition.

Syntax

[help]
reference.PlaceAtReticleAlt formToPlace:AnyForm count:Integer minDistance:Float maxDistance:Float healthPercent:Float 

Examples

Player.PlaceAtReticleAlt EuclidTarget 1 0 20000 100

See Also