Méthode | Description | |
---|---|---|
GetNumberOfCurrentPlayers ( |
Retrieves the number of current players or a given GameID. Results are returned in a NumberOfPlayersCallback from a SteamClient.JobCallback<T>.
|
|
HandleMsg ( IPacketMsg packetMsg ) : void |
Handles a client message. This should not be called directly.
|
|
HandleNumberOfPlayersResponse ( IPacketMsg packetMsg ) : void |
public GetNumberOfCurrentPlayers ( |
||
gameId | The GameID to request the number of players for. | |
Résultat |
public HandleMsg ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | The |
Résultat | void |
public HandleNumberOfPlayersResponse ( IPacketMsg packetMsg ) : void | ||
packetMsg | IPacketMsg | |
Résultat | void |