Difference between revisions of "GetDetected"
Jump to navigation
Jump to search
imported>DragoonWraith (Added See Also for IsActorDetected) |
|||
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. | ||
See Also: | |||
[[IsActorDetected]] | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Actor State Functions]] | [[Category: Actor State Functions]] | ||
[[Category: Condition Functions]] | [[Category: Condition Functions]] |
Revision as of 20:46, 30 May 2006
Syntax:
GetDetected TargetID
Example:
GetDetected player
Returns 1 if the TargetID is currently detected by the calling actor.
See Also: IsActorDetected