v1.1.4
Latest
2022.3+
Class JSONPatchTests.LobbyPlayer.LobbyPlayerData.FullObject.Specific
Inheritance
System.Object
JSONPatchTests.LobbyPlayer.LobbyPlayerData.FullObject.Specific
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Lobbies.Tests
Syntax
public class Specific
Methods
Lobby_PlayerDataSpecific_Add(Int32, Int32, String, String, Int32)
Declaration
public void Lobby_PlayerDataSpecific_Add(int numberOfPlayers, int index, string keys, string values, int applyToLobbyRepetitions)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | keys | |
System.String | values | |
System.Int32 | applyToLobbyRepetitions |
Lobby_PlayerDataSpecific_Remove(Int32, Int32, String, String)
Declaration
public void Lobby_PlayerDataSpecific_Remove(int numberOfPlayers, int index, string keys, string removeKeys)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | keys | |
System.String | removeKeys |
Lobby_PlayerDataSpecific_Replace(Int32, Int32, String, String, String, Int32)
Declaration
public void Lobby_PlayerDataSpecific_Replace(int numberOfPlayers, int index, string keys, string values, string replace, int applyToLobbyRepetitions)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | numberOfPlayers | |
System.Int32 | index | |
System.String | keys | |
System.String | values | |
System.String | replace | |
System.Int32 | applyToLobbyRepetitions |