GetDetectedActors

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns an array_var containing all Actors currently detected by the calling actor.

Syntax

[help]
(detectedActors:array_var) reference.GetDetectedActors

Example

let aDetected := actorRef.GetDetectedActors 

See Also