Difference between revisions of "GetDetected"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>B1gBadDaddy
m (added note)
imported>B1gBadDaddy
Line 2: Line 2:


== Example ==
== Example ==
Used in Story Manager's Kill Actor event, the following condition function would check if the player was detected by the actor they killed.
Used in Story Manager's Kill Actor event, the following condition function would check if the player was undetected by the actor they killed.


http://i.imgur.com/7W7xTlQ.png
http://i.imgur.com/7W7xTlQ.png

Revision as of 16:55, 13 August 2013

Returns 1 if the "TARGET" actor is detected by the actor chosen as the "Run On" reference.

Example

Used in Story Manager's Kill Actor event, the following condition function would check if the player was undetected by the actor they killed.

http://i.imgur.com/7W7xTlQ.png

Notes

The condition function does not relate to sneaking. Whether sneaking or not, the target actor can be undetected.

See Also