Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlayerJoinData

Hierarchy

  • PlayerJoinData

Index

Methods

Static Deserialize

Serialize

clone

  • clone(): PlayerJoinData

Properties

Readonly clientId

clientId: number

Readonly friendCode

friendCode: string

Readonly platform

platform: PlatformSpecificData

Readonly playerLevel

playerLevel: number

Readonly playerName

playerName: string

Readonly puid

puid: string

Constructors

constructor

  • new PlayerJoinData(clientId: number, playerName: string, platform: PlatformSpecificData, playerLevel: number, puid: string, friendCode: string): PlayerJoinData
  • Parameters

    • clientId: number
    • playerName: string
    • platform: PlatformSpecificData
    • playerLevel: number
    • puid: string
    • friendCode: string

    Returns PlayerJoinData

Generated using TypeDoc