GetCompassHostiles

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the array of all hostile compass targets. Optional parameter allows skipping invisible targets.

Syntax

[help]
(array) GetCompassHostiles skipInvisible:int(0/1)

Example

let aEnemies := GetCompassHostiles 1 

See Also