Difference between revisions of "GetDetected"
Jump to navigation
Jump to search
imported>Fella |
imported>Skyranger-1 |
||
Line 6: | Line 6: | ||
Returns 1 if the TargetID is currently detected by the calling actor. | Returns 1 if the TargetID is currently detected by the calling actor. | ||
note: can crash if TargetID is dead or disabled. | |||
==See Also== | ==See Also== |
Revision as of 09:31, 7 June 2008
Syntax:
[ActorID.]GetDetected TargetID
Example:
GetDetected player
Returns 1 if the TargetID is currently detected by the calling actor.
note: can crash if TargetID is dead or disabled.