Difference between revisions of "GetDetected"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JustTim
(→‎See Also: GetDetectionLevel)
imported>Khadir
(Documenting actor functions ...)
Line 1: Line 1:
{{ActorFunction}}
'''Syntax:'''
'''Syntax:'''
   GetDetected TargetID
   [''ActorID''.]GetDetected ''TargetID''
'''Example:'''
'''Example:'''
   GetDetected player  
   GetDetected player  
Line 8: Line 9:


==See Also==
==See Also==
[[IsActorDetected]]
* [[IsActorDetected]]
 
* [[GetDetectionLevel]]
[[GetDetectionLevel]]


[[Category: Functions]]
[[Category: Functions]]
[[Category: Actor State Functions]]
[[Category: Actor State Functions]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]

Revision as of 04:49, 28 June 2006

Template:ActorFunction Syntax:

 [ActorID.]GetDetected TargetID

Example:

 GetDetected player 


Returns 1 if the TargetID is currently detected by the calling actor.

See Also