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

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

공개 메소드들

메소드 설명
PlaceHeroEventArgs ( int playerId, int x, int y ) : System.Diagnostics.Contracts
PlaceHeroEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
PopulateWithArgs ( string stringArgs ) : void
ToString ( ) : string

메소드 상세

PlaceHeroEventArgs() 공개 메소드

public PlaceHeroEventArgs ( int playerId, int x, int y ) : System.Diagnostics.Contracts
playerId int
x int
y int
리턴 System.Diagnostics.Contracts

PlaceHeroEventArgs() 공개 메소드

public PlaceHeroEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
리턴 System.Diagnostics.Contracts

PopulateWithArgs() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string