C# Class Server.Race

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
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

Protected Methods

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

Private Methods

Method Description
CheckNamesAndValues ( ) : void

Method Details

AliveBody() public method

public AliveBody ( Server.Mobile m ) : int
m Server.Mobile
return int

AliveBody() public method

public AliveBody ( bool female ) : int
female bool
return int

Body() public method

public Body ( Server.Mobile m ) : int
m Server.Mobile
return int

ClipHairHue() public abstract method

public abstract ClipHairHue ( int hue ) : int
hue int
return int

ClipSkinHue() public abstract method

public abstract ClipSkinHue ( int hue ) : int
hue int
return int

GetRaceNames() public static method

public static GetRaceNames ( ) : string[]
return string[]

GetRaceValues() public static method

public static GetRaceValues ( ) : Server.Race[]
return Server.Race[]

GhostBody() public method

public GhostBody ( Server.Mobile m ) : int
m Server.Mobile
return int

GhostBody() public method

public GhostBody ( bool female ) : int
female bool
return int

Parse() public static method

public static Parse ( string value ) : Race
value string
return Race

Race() protected method

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
return System

RandomFacialHair() public method

public RandomFacialHair ( Server.Mobile m ) : int
m Server.Mobile
return int

RandomFacialHair() public abstract method

public abstract RandomFacialHair ( bool female ) : int
female bool
return int

RandomHair() public method

public RandomHair ( Server.Mobile m ) : int
m Server.Mobile
return int

RandomHair() public abstract method

public abstract RandomHair ( bool female ) : int
female bool
return int

RandomHairHue() public abstract method

public abstract RandomHairHue ( ) : int
return int

RandomSkinHue() public abstract method

public abstract RandomSkinHue ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

ValidateFacialHair() public method

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

ValidateFacialHair() public abstract method

public abstract ValidateFacialHair ( bool female, int itemID ) : bool
female bool
itemID int
return bool

ValidateHair() public method

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

ValidateHair() public abstract method

public abstract ValidateHair ( bool female, int itemID ) : bool
female bool
itemID int
return bool