Class OnStealthModeUpdate
Triggered when a creature enters or exits stealth mode.
public sealed class OnStealthModeUpdate : IEvent
- Inheritance
-
OnStealthModeUpdate
- Implements
- Inherited Members
- Extension Methods
Properties
- Creature
Gets the creature whose stealth mode is being updated.
- EnterOverride
Gets or sets the override behavior applied when EventType is Enter.
- EventType
Gets the event type indicating whether stealth mode is being entered or exited.
- PreventExit
Set to true to prevent exiting stealth mode when EventType is Exit.