C# 클래스 Valve.Steamworks.ISteamMatchmakingRulesResponse

파일 보기 프로젝트 열기: kronosaur/Transcendence 1 사용 예제들

공개 메소드들

메소드 설명
GetIntPtr ( ) : IntPtr
RulesFailedToRespond ( ) : void
RulesRefreshComplete ( ) : void
RulesResponded ( string pchRule, string pchValue ) : void

메소드 상세

GetIntPtr() 공개 추상적인 메소드

public abstract GetIntPtr ( ) : IntPtr
리턴 IntPtr

RulesFailedToRespond() 공개 추상적인 메소드

public abstract RulesFailedToRespond ( ) : void
리턴 void

RulesRefreshComplete() 공개 추상적인 메소드

public abstract RulesRefreshComplete ( ) : void
리턴 void

RulesResponded() 공개 추상적인 메소드

public abstract RulesResponded ( string pchRule, string pchValue ) : void
pchRule string
pchValue string
리턴 void