C# Class Descent.Messaging.Events.ChooseActionEventArgs

The event arguments for the ChooseAction event.
Inheritance: GameEventArgs
Afficher le fichier Open project: nezbo/Descent Class Usage Examples

Méthodes publiques

Méthode Description
ChooseActionEventArgs ( ActionType actionType ) : System
ChooseActionEventArgs ( string stringArgs ) : System
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

ChooseActionEventArgs() public méthode

public ChooseActionEventArgs ( ActionType actionType ) : System
actionType ActionType
Résultat System

ChooseActionEventArgs() public méthode

public ChooseActionEventArgs ( string stringArgs ) : System
stringArgs string
Résultat System

PopulateWithArgs() public méthode

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string