Difference between revisions of "GetDetectingActors"
From GECK
Jazzisparis (Talk | contribs) (Created page with "{{Function |origin = JIP |summary = Returns an '''array_var''' containing all actors currently detecting, in some level, the calling actor. The optional <i>filter</i> parame...") |
Jazzisparis (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = JIP | |origin = JIP | ||
− | |summary = Returns an '''array_var''' containing all actors currently detecting | + | |summary = Returns an '''array_var''' containing all actors currently '''detecting''' the calling actor. |
|name = GetDetectingActors | |name = GetDetectingActors | ||
|returnType = detectingActors:array_var | |returnType = detectingActors:array_var | ||
|referenceType = reference | |referenceType = reference | ||
− | + | |example = let aDetecting := actorRef.GetDetectingActors | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |example = | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
}} | }} | ||
==See Also== | ==See Also== |
Latest revision as of 06:24, 25 October 2015
A function added by the JIP NVSE Plugin.
Contents
Description
Returns an array_var containing all actors currently detecting the calling actor.
Syntax
(detectingActors:array_var) reference.GetDetectingActors
Example
let aDetecting := actorRef.GetDetectingActors