SetNotShowOnStealthMeter - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Sets this actor to not affect the detection level on the stealth meter if he is not hostile to the player

Syntax[edit | edit source]

Function SetNotShowOnStealthMeter(bool abNotShow) native

Parameters[edit | edit source]

  • abNotShow: If true, the actor won't affect the stealth meter when they aren't hostile.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Have the best friend not affect the stealth meter
BestFriend.SetNotShowOnStealthMeter(true)

See Also[edit | edit source]