C# Class Valve.Steamworks.CSteamMatchmakingPingResponse

Inheritance: ISteamMatchmakingPingResponse
Exibir arquivo Open project: kronosaur/Transcendence

Public Methods

Method Description
CSteamMatchmakingPingResponse ( IntPtr SteamMatchmakingPingResponse )
GetIntPtr ( ) : IntPtr
ServerFailedToRespond ( ) : void
ServerResponded ( IntPtr server ) : void

Private Methods

Method Description
CheckIfUsable ( ) : void

Method Details

CSteamMatchmakingPingResponse() public method

public CSteamMatchmakingPingResponse ( IntPtr SteamMatchmakingPingResponse )
SteamMatchmakingPingResponse System.IntPtr

GetIntPtr() public method

public GetIntPtr ( ) : IntPtr
return System.IntPtr

ServerFailedToRespond() public method

public ServerFailedToRespond ( ) : void
return void

ServerResponded() public method

public ServerResponded ( IntPtr server ) : void
server System.IntPtr
return void