Difference between revisions of "GetDetected"
Jump to navigation
Jump to search
Copied info, used the template (I think) for functions
imported>Zumbs |
imported>PoHa! (Copied info, used the template (I think) for functions) |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetDetected | |||
|origin = GECK1 | |||
|summary = Returns 1 if the target is currently detected by the calling actor. | |||
|name = GetDetected | |||
|returnVal = 0, 1 | |||
|referenceType = [Actor] | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = TargetID | |||
|Type = reference | |||
}} | |||
|example = <pre>BuddyRef.GetDetected player</pre> | |||
Returns 1 if Buddy can detect the player, and 0 otherwise. | |||
}} | |||
==Notes== | |||
None | |||
==See Also== | ==See Also== |