Difference between revisions of "GetDetected"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>PoHa!
(Copied info, used the template (I think) for functions)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Incomplete}}
{{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.
}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetDetected GetDetected].
==Notes==
None


==See Also==
==See Also==
Line 15: Line 30:
[[Category:Detection Functions]]
[[Category:Detection Functions]]
[[Category:Detection Functions (GECK 1.1)]]
[[Category:Detection Functions (GECK 1.1)]]
[[Category:Detection]]

Latest revision as of 21:21, 3 February 2010

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: GetDetected.

A function included in the GECK version 1.1.0.36.

Description

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

Syntax

[help]
[Actor].GetDetected TargetID:reference

Example

BuddyRef.GetDetected player

Returns 1 if Buddy can detect the player, and 0 otherwise.

Notes

None

See Also