SWRoomCustomDataChangeEventData Class
Event Data of the OnRoomCustomDataChangeEvent
Declaration
Properties
Type
Description
playerId
string
Sender playerId
ownerId
string
Room owner playerId
newData
string
string room custom data
Methods
Description
GetString()
Gets the message data in string format.
GetMessageData<T>()
Gets the deserialized message data.
Last updated