SetNotShowOnStealthMeter - Actor

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

SyntaxEdit

Function SetNotShowOnStealthMeter(bool abNotShow) native

ParametersEdit

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

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit