C# 클래스 Sanguosha.Core.Network.ClientNetworkProxy

상속: IPlayerProxy
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

공개 메소드들

메소드 설명
AskForCardChoice ( Prompt prompt, List sourceDecks, List resultDeckNames, List resultDeckMaximums, ICardChoiceVerifier verifier, List &answer, AdditionalCardChoiceOptions options = null, CardChoiceRearrangeCallback callback = null ) : bool
AskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players ) : bool
AskForMultipleChoice ( Prompt prompt, List questions, int &answer ) : bool
ClientNetworkProxy ( IPlayerProxy uiProxy, Sanguosha.Core.Network.Client client ) : System
Freeze ( ) : void
NextQuestion ( ) : void
SimulateReplayDelay ( ) : void
SkipAskForCardUsage ( ) : void
TryAnswerForCardChoice ( Prompt prompt, ICardChoiceVerifier verifier, List &answer, AdditionalCardChoiceOptions options, CardChoiceRearrangeCallback callback ) : bool
TryAnswerForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players ) : bool
TryAnswerForMultipleChoice ( int &answer ) : bool
TryAskForCardChoice ( Prompt prompt, List sourceDecks, List resultDeckNames, List resultDeckMaximums, ICardChoiceVerifier verifier, AdditionalCardChoiceOptions options, CardChoiceRearrangeCallback callback ) : void
TryAskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier ) : void
TryAskForMultipleChoice ( Prompt prompt, List questions ) : void

비공개 메소드들

메소드 설명
GetTimeStamp ( ) : void
RecordTimeStamp ( ) : void

메소드 상세

AskForCardChoice() 공개 메소드

public AskForCardChoice ( Prompt prompt, List sourceDecks, List resultDeckNames, List resultDeckMaximums, ICardChoiceVerifier verifier, List &answer, AdditionalCardChoiceOptions options = null, CardChoiceRearrangeCallback callback = null ) : bool
prompt Sanguosha.Core.UI.Prompt
sourceDecks List
resultDeckNames List
resultDeckMaximums List
verifier ICardChoiceVerifier
answer List
options Sanguosha.Core.UI.AdditionalCardChoiceOptions
callback CardChoiceRearrangeCallback
리턴 bool

AskForCardUsage() 공개 메소드

public AskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players ) : bool
prompt Sanguosha.Core.UI.Prompt
verifier ICardUsageVerifier
skill ISkill
cards List
players List
리턴 bool

AskForMultipleChoice() 공개 메소드

public AskForMultipleChoice ( Prompt prompt, List questions, int &answer ) : bool
prompt Sanguosha.Core.UI.Prompt
questions List
answer int
리턴 bool

ClientNetworkProxy() 공개 메소드

public ClientNetworkProxy ( IPlayerProxy uiProxy, Sanguosha.Core.Network.Client client ) : System
uiProxy IPlayerProxy
client Sanguosha.Core.Network.Client
리턴 System

Freeze() 공개 메소드

public Freeze ( ) : void
리턴 void

NextQuestion() 공개 메소드

public NextQuestion ( ) : void
리턴 void

SimulateReplayDelay() 공개 메소드

public SimulateReplayDelay ( ) : void
리턴 void

SkipAskForCardUsage() 공개 메소드

public SkipAskForCardUsage ( ) : void
리턴 void

TryAnswerForCardChoice() 공개 메소드

public TryAnswerForCardChoice ( Prompt prompt, ICardChoiceVerifier verifier, List &answer, AdditionalCardChoiceOptions options, CardChoiceRearrangeCallback callback ) : bool
prompt Sanguosha.Core.UI.Prompt
verifier ICardChoiceVerifier
answer List
options Sanguosha.Core.UI.AdditionalCardChoiceOptions
callback CardChoiceRearrangeCallback
리턴 bool

TryAnswerForCardUsage() 공개 메소드

public TryAnswerForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players ) : bool
prompt Sanguosha.Core.UI.Prompt
verifier ICardUsageVerifier
skill ISkill
cards List
players List
리턴 bool

TryAnswerForMultipleChoice() 공개 메소드

public TryAnswerForMultipleChoice ( int &answer ) : bool
answer int
리턴 bool

TryAskForCardChoice() 공개 메소드

public TryAskForCardChoice ( Prompt prompt, List sourceDecks, List resultDeckNames, List resultDeckMaximums, ICardChoiceVerifier verifier, AdditionalCardChoiceOptions options, CardChoiceRearrangeCallback callback ) : void
prompt Sanguosha.Core.UI.Prompt
sourceDecks List
resultDeckNames List
resultDeckMaximums List
verifier ICardChoiceVerifier
options Sanguosha.Core.UI.AdditionalCardChoiceOptions
callback CardChoiceRearrangeCallback
리턴 void

TryAskForCardUsage() 공개 메소드

public TryAskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier ) : void
prompt Sanguosha.Core.UI.Prompt
verifier ICardUsageVerifier
리턴 void

TryAskForMultipleChoice() 공개 메소드

public TryAskForMultipleChoice ( Prompt prompt, List questions ) : void
prompt Sanguosha.Core.UI.Prompt
questions List
리턴 void