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
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)