C# 클래스 Descent.Messaging.Events.ChooseActionEventArgs

The event arguments for the ChooseAction event.
상속: GameEventArgs
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
ChooseActionEventArgs ( ActionType actionType ) : System
ChooseActionEventArgs ( string stringArgs ) : System
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

메소드 상세

ChooseActionEventArgs() 공개 메소드

public ChooseActionEventArgs ( ActionType actionType ) : System
actionType ActionType
리턴 System

ChooseActionEventArgs() 공개 메소드

public ChooseActionEventArgs ( string stringArgs ) : System
stringArgs string
리턴 System

PopulateWithArgs() 공개 메소드

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string