C# Class Descent.Messaging.Events.ChooseActionEventArgs

The event arguments for the ChooseAction event.
Inheritance: GameEventArgs
Datei anzeigen Open project: nezbo/Descent Class Usage Examples

Public Methods

Method Description
ChooseActionEventArgs ( ActionType actionType ) : System
ChooseActionEventArgs ( string stringArgs ) : System
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

Method Details

ChooseActionEventArgs() public method

public ChooseActionEventArgs ( ActionType actionType ) : System
actionType ActionType
return System

ChooseActionEventArgs() public method

public ChooseActionEventArgs ( string stringArgs ) : System
stringArgs string
return System

PopulateWithArgs() public method

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
return void

ToString() public method

public ToString ( ) : string
return string