Resource:Creation Kit > SetNotShowOnStealthMeter - Actor
Member of: Resource:Creation Kit/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]
Function SetNotShowOnStealthMeter(bool abNotShow) native
Parameters[edit]
- abNotShow: If true, the actor won't affect the stealth meter when they aren't hostile.
Return Value[edit]
None.
Examples[edit]
; Have the best friend not affect the stealth meter BestFriend.SetNotShowOnStealthMeter(true)
