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

    Enumeration DataDrivenScreenClosedReasonBeta

    The reason why a data driven UI screen (MessageBox or CustomForm) was closed.

    Index

    Enumeration Members

    Enumeration Members

    ClientClosed: "ClientClosed"

    The screen was closed by the client (e.g., the player dismissed it or there was a client authoritative close button).

    ServerClosed: "ServerClosed"

    The screen was closed by the server, likely by the close API.

    UserBusy: "UserBusy"

    The screen could not be shown because the player was busy with another UI interaction.