Difference between revisions of "GetDetectionLevel"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Category links)
imported>Fella
Line 18: Line 18:


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Functions (CS 1.0)]]
[[Category:Actor Functions]]
[[Category:Actor Functions]]

Revision as of 11:25, 23 January 2008

Syntax:

[ActorID.]GetDetectionLevel TargetActor 

Example:

ScaryGuard.GetDetectionLevel player 

Used to check the current detection level for the calling actor for the TargetActor. Returns 0-3 for the levels of detection:

0 = Lost
1 = Unseen
2 = Noticed
3 = Seen

See Also

GetDetected

IsActorDetected

Category:Detection