SystemObjectId: { objectIndex: number; objectType: SystemObjectType }

Data structure that can identify any object within a star system.

Type declaration

  • objectIndex: number

    The index of the object inside the array containing all objects of the given type within the star system.

  • objectType: SystemObjectType

    The type of the object.