EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Property SupportsCancellation

    SupportsCancellation

    Gets a value indicating that this exact action supports graceful cancellation. If set, aura will try to cancel the action whenever it is required, e.g. if trigger is deactivated or EA is Paused Realistically only Scripts/Waits really do support that

    Declaration
    public bool SupportsCancellation { get; protected init; }
    Property Value
    Type Description
    bool
    Implements
    IAuraAction.SupportsCancellation
    2025 © Xab3r. All rights reserved.