Methods
Static
Deserialize
- Deserialize(reader: HazelReader): PlayerJoinData
-
Serialize
- Serialize(writer: HazelWriter): void
-
Returns void
clone
- clone(): PlayerJoinData
-
Properties
Readonly
clientId
clientId: number
Readonly
friendCode
friendCode: string
Readonly
platform
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
-
-
playerLevel: number
-
puid: string
-
friendCode: string