C# Class Sanguosha.Core.Network.GlobalClientProxy

Inheritance: IGlobalUiProxy
Datei anzeigen Open project: RagingBigFemaleBird/sgs

Public Methods

Method Description
Abort ( ) : void
AskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players, Player &respondingPlayer ) : bool
AskForHeroChoice ( Dictionary restDraw, Dictionary heroSelection, int numberOfHeroes, ICardChoiceVerifier verifier ) : void
AskForMultipleCardUsage ( Prompt prompt, ICardUsageVerifier verifier, List players, ISkill>.Dictionary &askill, Dictionary &acards, Dictionary &aplayers ) : void
AskForMultipleChoice ( Prompt prompt, List questions, List players, int>.Dictionary &aanswer ) : void
GlobalClientProxy ( Game g, ClientNetworkProxy p, List inactive ) : System

Private Methods

Method Description
AskMCQUiThread ( ) : void
AskUiThread ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

AskForCardUsage() public method

public AskForCardUsage ( Prompt prompt, ICardUsageVerifier verifier, ISkill &skill, List &cards, List &players, Player &respondingPlayer ) : bool
prompt Sanguosha.Core.UI.Prompt
verifier ICardUsageVerifier
skill ISkill
cards List
players List
respondingPlayer Sanguosha.Core.Players.Player
return bool

AskForHeroChoice() public method

public AskForHeroChoice ( Dictionary restDraw, Dictionary heroSelection, int numberOfHeroes, ICardChoiceVerifier verifier ) : void
restDraw Dictionary
heroSelection Dictionary
numberOfHeroes int
verifier ICardChoiceVerifier
return void

AskForMultipleCardUsage() public method

public AskForMultipleCardUsage ( Prompt prompt, ICardUsageVerifier verifier, List players, ISkill>.Dictionary &askill, Dictionary &acards, Dictionary &aplayers ) : void
prompt Sanguosha.Core.UI.Prompt
verifier ICardUsageVerifier
players List
askill ISkill>.Dictionary
acards Dictionary
aplayers Dictionary
return void

AskForMultipleChoice() public method

public AskForMultipleChoice ( Prompt prompt, List questions, List players, int>.Dictionary &aanswer ) : void
prompt Sanguosha.Core.UI.Prompt
questions List
players List
aanswer int>.Dictionary
return void

GlobalClientProxy() public method

public GlobalClientProxy ( Game g, ClientNetworkProxy p, List inactive ) : System
g Sanguosha.Core.Games.Game
p ClientNetworkProxy
inactive List
return System