Difference between revisions of "GetDetectedActors"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns an '''array_var''' containing all actors currently detected, in some level, by the calling actor. The optional <i>filter</i> para...") |
imported>Jazzisparis |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = JIP | |origin = JIP | ||
|summary = Returns an '''array_var''' containing all actors currently detected | |summary = Returns an '''array_var''' containing all actors currently '''detected''' by the calling actor. | ||
|name = GetDetectedActors | |name = GetDetectedActors | ||
|returnType = detectedActors:array_var | |returnType = detectedActors:array_var | ||
|referenceType = reference | |referenceType = reference | ||
|example = let aDetected := actorRef.GetDetectedActors | |||
|example = | |||
}} | }} | ||
==See Also== | ==See Also== |
Latest revision as of 06:26, 25 October 2015
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Returns an array_var containing all actors currently detected by the calling actor.
Syntax
(detectedActors:array_var) reference.GetDetectedActors
Example
let aDetected := actorRef.GetDetectedActors