Background for Fallout 4
Member of the Game script
ActorValuefunctionGetSuspiciousAV()NativeGlobal

Description

Wiki Description

Obtains the Suspicious Actor Value.

Documentation Comment

Get the Suspicious Actor Value


Caveats

CK Wiki - Notes

This actor value changes based on detection transitions: See Detection.


Examples

Game.GetPlayer().SetValue( Game.GetSuspiciousAV(), 3 )

Auto-Generated Example

ActorValue returnedValue = Game.GetSuspiciousAV()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.