C# Class Valve.Steamworks.ISteamMatchmakingRulesResponse

ファイルを表示 Open project: kronosaur/Transcendence Class Usage Examples

Public Methods

Method Description
GetIntPtr ( ) : IntPtr
RulesFailedToRespond ( ) : void
RulesRefreshComplete ( ) : void
RulesResponded ( string pchRule, string pchValue ) : void

Method Details

GetIntPtr() public abstract method

public abstract GetIntPtr ( ) : IntPtr
return IntPtr

RulesFailedToRespond() public abstract method

public abstract RulesFailedToRespond ( ) : void
return void

RulesRefreshComplete() public abstract method

public abstract RulesRefreshComplete ( ) : void
return void

RulesResponded() public abstract method

public abstract RulesResponded ( string pchRule, string pchValue ) : void
pchRule string
pchValue string
return void