C# 클래스 Server.Race

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
AliveBody ( Server.Mobile m ) : int
AliveBody ( bool female ) : int
Body ( Server.Mobile m ) : int
ClipHairHue ( int hue ) : int
ClipSkinHue ( int hue ) : int
GetRaceNames ( ) : string[]
GetRaceValues ( ) : Server.Race[]
GhostBody ( Server.Mobile m ) : int
GhostBody ( bool female ) : int
Parse ( string value ) : Race
RandomFacialHair ( Server.Mobile m ) : int
RandomFacialHair ( bool female ) : int
RandomHair ( Server.Mobile m ) : int
RandomHair ( bool female ) : int
RandomHairHue ( ) : int
RandomSkinHue ( ) : int
ToString ( ) : string
ValidateFacialHair ( Server.Mobile m, int itemID ) : bool
ValidateFacialHair ( bool female, int itemID ) : bool
ValidateHair ( Server.Mobile m, int itemID ) : bool
ValidateHair ( bool female, int itemID ) : bool

보호된 메소드들

메소드 설명
Race ( int raceID, int raceIndex, string name, string pluralName, int maleBody, int femaleBody, int maleGhostBody, int femaleGhostBody, Server.Expansion requiredExpansion ) : System

비공개 메소드들

메소드 설명
CheckNamesAndValues ( ) : void

메소드 상세

AliveBody() 공개 메소드

public AliveBody ( Server.Mobile m ) : int
m Server.Mobile
리턴 int

AliveBody() 공개 메소드

public AliveBody ( bool female ) : int
female bool
리턴 int

Body() 공개 메소드

public Body ( Server.Mobile m ) : int
m Server.Mobile
리턴 int

ClipHairHue() 공개 추상적인 메소드

public abstract ClipHairHue ( int hue ) : int
hue int
리턴 int

ClipSkinHue() 공개 추상적인 메소드

public abstract ClipSkinHue ( int hue ) : int
hue int
리턴 int

GetRaceNames() 공개 정적인 메소드

public static GetRaceNames ( ) : string[]
리턴 string[]

GetRaceValues() 공개 정적인 메소드

public static GetRaceValues ( ) : Server.Race[]
리턴 Server.Race[]

GhostBody() 공개 메소드

public GhostBody ( Server.Mobile m ) : int
m Server.Mobile
리턴 int

GhostBody() 공개 메소드

public GhostBody ( bool female ) : int
female bool
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( string value ) : Race
value string
리턴 Race

Race() 보호된 메소드

protected Race ( int raceID, int raceIndex, string name, string pluralName, int maleBody, int femaleBody, int maleGhostBody, int femaleGhostBody, Server.Expansion requiredExpansion ) : System
raceID int
raceIndex int
name string
pluralName string
maleBody int
femaleBody int
maleGhostBody int
femaleGhostBody int
requiredExpansion Server.Expansion
리턴 System

RandomFacialHair() 공개 메소드

public RandomFacialHair ( Server.Mobile m ) : int
m Server.Mobile
리턴 int

RandomFacialHair() 공개 추상적인 메소드

public abstract RandomFacialHair ( bool female ) : int
female bool
리턴 int

RandomHair() 공개 메소드

public RandomHair ( Server.Mobile m ) : int
m Server.Mobile
리턴 int

RandomHair() 공개 추상적인 메소드

public abstract RandomHair ( bool female ) : int
female bool
리턴 int

RandomHairHue() 공개 추상적인 메소드

public abstract RandomHairHue ( ) : int
리턴 int

RandomSkinHue() 공개 추상적인 메소드

public abstract RandomSkinHue ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValidateFacialHair() 공개 메소드

public ValidateFacialHair ( Server.Mobile m, int itemID ) : bool
m Server.Mobile
itemID int
리턴 bool

ValidateFacialHair() 공개 추상적인 메소드

public abstract ValidateFacialHair ( bool female, int itemID ) : bool
female bool
itemID int
리턴 bool

ValidateHair() 공개 메소드

public ValidateHair ( Server.Mobile m, int itemID ) : bool
m Server.Mobile
itemID int
리턴 bool

ValidateHair() 공개 추상적인 메소드

public abstract ValidateHair ( bool female, int itemID ) : bool
female bool
itemID int
리턴 bool