SetNotShowOnStealthMeter - Actor
Revision as of 15:27, 18 October 2011 by imported>Vitamant (1 revision: Clobber re-import by Henning)
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)