Difference between revisions of "GetDetectedActors"
Jump to navigation
Jump to search
no edit summary
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== |