C# Class Sanguosha.Core.Network.GlobalServerProxy

Inheritance: IGlobalUiProxy
Afficher le fichier Open project: RagingBigFemaleBird/sgs Class Usage Examples

Méthodes publiques

Méthode 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
GlobalServerProxy ( Game g, IPlayerProxy>.Dictionary p ) : System

Private Methods

Méthode Description
ChoiceProxyListenerThread ( ChoiceListenerThreadParameters para ) : void
MultiMCQProxyListenerThread ( MCQListenerThreadParameters para ) : void
MultiUsageProxyListenerThread ( UsageListenerThreadParameters para ) : void
UsageProxyListenerThread ( UsageListenerThreadParameters para ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

AskForCardUsage() public méthode

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
Résultat bool

AskForHeroChoice() public méthode

public AskForHeroChoice ( Dictionary restDraw, Dictionary heroSelection, int numberOfHeroes, ICardChoiceVerifier verifier ) : void
restDraw Dictionary
heroSelection Dictionary
numberOfHeroes int
verifier ICardChoiceVerifier
Résultat void

AskForMultipleCardUsage() public méthode

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
Résultat void

AskForMultipleChoice() public méthode

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

GlobalServerProxy() public méthode

public GlobalServerProxy ( Game g, IPlayerProxy>.Dictionary p ) : System
g Sanguosha.Core.Games.Game
p IPlayerProxy>.Dictionary
Résultat System