C# 클래스 Beyond_Beyaan.Data_Modules.Race

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
GetAvatar ( Expression whichExpression ) : BBSprite
GetMiniAvatar ( ) : BBSprite
GetRandomEmperorName ( ) : string
GetRandomShipName ( ) : string
GetShip ( int type, int whichBody ) : BBSprite
Initialize ( FileInfo file, Random r, string &reason ) : bool

비공개 메소드들

메소드 설명
SetBaseDefaults ( ) : void

메소드 상세

GetAvatar() 공개 메소드

public GetAvatar ( Expression whichExpression ) : BBSprite
whichExpression Expression
리턴 BBSprite

GetMiniAvatar() 공개 메소드

public GetMiniAvatar ( ) : BBSprite
리턴 BBSprite

GetRandomEmperorName() 공개 메소드

public GetRandomEmperorName ( ) : string
리턴 string

GetRandomShipName() 공개 메소드

public GetRandomShipName ( ) : string
리턴 string

GetShip() 공개 메소드

public GetShip ( int type, int whichBody ) : BBSprite
type int
whichBody int
리턴 BBSprite

Initialize() 공개 메소드

public Initialize ( FileInfo file, Random r, string &reason ) : bool
file System.IO.FileInfo
r System.Random
reason string
리턴 bool