@lands.io/mod-sdk / Party
Interface: Party¶
Table of contents¶
Properties¶
- id
- inviteCode
- matchmakingTicketId
- matchmakingTicketStatus
- maxSize
- members
- ownerPlayerId
- queueType
- queuedAt
- status
Properties¶
id¶
• id: string
inviteCode¶
• inviteCode: string
matchmakingTicketId¶
• Optional matchmakingTicketId: string
matchmakingTicketStatus¶
• Optional matchmakingTicketStatus: PartyMatchmakingTicketStatus
maxSize¶
• maxSize: number
members¶
• members: PartyMember[]
ownerPlayerId¶
• ownerPlayerId: string
queueType¶
• Optional queueType: PartyQueueType
queuedAt¶
• Optional queuedAt: string
status¶
• status: "ACTIVE" | "DISBANDED"