Skip to main content

ServerChatRoomGameResponse

Base interface for a chat message

Hierarchy

Index

Properties

Properties

Data

Data: { Action?: undefined; CCData: [any]; CCLog: string; GameProgress?: Next | Action | Start | Stop | Skip | Query; Item?: string; KinkyDungeon?: any; OnlineBounty?: any; Player1?: number; Player2?: number; Spell?: string; Target?: number; Time?: number }

Type declaration

  • optionalAction?: undefined
  • CCData: [any]
  • CCLog: string
  • optionalGameProgress?: Next | Action | Start | Stop | Skip | Query
  • optionalItem?: string
  • optionalKinkyDungeon?: any
  • optionalOnlineBounty?: any
  • optionalPlayer1?: number
  • optionalPlayer2?: number
  • optionalSpell?: string
  • optionalTarget?: number
  • optionalTime?: number

RNG

RNG: number

optionalSender

Sender?: number

The sender number. Provided by the server to the client, ignored otherwise.

Page Options