SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • ServerTelemetryData
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Creates a new instance of ServerTelemetryData.

      Parameters

      • serverId: string

        The unique identifier of the server instance.

      • scenarioId: string

        The unique identifier of the scenario being executed.

      • worldId: string

        The unique identifier of the world where the server is running.

      • ownerId: string

        The unique identifier of the owner of the server.

      Returns ServerTelemetryData

    Properties

    ownerId: string

    The unique identifier of the owner of the server.

    scenarioId: string

    The unique identifier of the scenario being executed.

    serverId: string

    The unique identifier of the server instance.

    worldId: string

    The unique identifier of the world where the server is running.

    Methods