C# Class Valve.Steamworks.CSteamMatchmakingPlayersResponse

Inheritance: ISteamMatchmakingPlayersResponse
Show file Open project: kronosaur/Transcendence

Public Methods

Method Description
AddPlayerToList ( string pchName, int nScore, float flTimePlayed ) : void
CSteamMatchmakingPlayersResponse ( IntPtr SteamMatchmakingPlayersResponse )
GetIntPtr ( ) : IntPtr
PlayersFailedToRespond ( ) : void
PlayersRefreshComplete ( ) : void

Private Methods

Method Description
CheckIfUsable ( ) : void

Method Details

AddPlayerToList() public method

public AddPlayerToList ( string pchName, int nScore, float flTimePlayed ) : void
pchName string
nScore int
flTimePlayed float
return void

CSteamMatchmakingPlayersResponse() public method

public CSteamMatchmakingPlayersResponse ( IntPtr SteamMatchmakingPlayersResponse )
SteamMatchmakingPlayersResponse System.IntPtr

GetIntPtr() public method

public GetIntPtr ( ) : IntPtr
return System.IntPtr

PlayersFailedToRespond() public method

public PlayersFailedToRespond ( ) : void
return void

PlayersRefreshComplete() public method

public PlayersRefreshComplete ( ) : void
return void