Difference between revisions of "GetDetected"
Jump to navigation
Jump to search
imported>Skyranger-1 |
imported>Haama m (Standardized, links) |
||
Line 7: | Line 7: | ||
Returns 1 if the TargetID is currently detected by the calling actor. | Returns 1 if the TargetID is currently detected by the calling actor. | ||
== Notes == | |||
*Can crash if TargetID is [[GetDead|dead]] or [[Disable|disabled]]. | |||
==See Also== | ==See Also== |
Revision as of 12:16, 7 June 2008
Syntax:
[ActorID.]GetDetected TargetID
Example:
GetDetected player
Returns 1 if the TargetID is currently detected by the calling actor.