Difference between revisions of "GetDetected"
Jump to navigation
Jump to search
imported>Qazaaq m (→See Also: to list) |
imported>PoHa! (Copied info, used the template (I think) for functions) |
||
(4 intermediate revisions by 2 users not shown) | |||
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== | ||
Line 6: | Line 23: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | |||
[[Category:Actor State Functions]] | [[Category:Actor State Functions]] | ||
[[Category:Actor State Functions (GECK 1.1)]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
[[Category:Condition Functions (GECK 1.1)]] | |||
[[Category:Detection Functions]] | [[Category:Detection Functions]] | ||
[[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
[Actor].GetDetected TargetID:reference
Example
BuddyRef.GetDetected player
Returns 1 if Buddy can detect the player, and 0 otherwise.
Notes
None