Script API - v1.26.40.20
    Preparing search index...

    Class SoundCompletedAfterEventBeta

    Contains information about a sound thats declared duration elapsed.

    export class SoundCompletedAfterEvent {
    private constructor();
    readonly soundInstanceId: string;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    soundInstanceId: string

    Identifier of the sound instance that completed. Matches the id property of the SoundInstance returned when the sound was played.

    This property can't be read in early-execution mode.