C# Class Server.Race

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

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

Private Methods

Méthode Description
CheckNamesAndValues ( ) : void

Method Details

AliveBody() public méthode

public AliveBody ( Server.Mobile m ) : int
m Server.Mobile
Résultat int

AliveBody() public méthode

public AliveBody ( bool female ) : int
female bool
Résultat int

Body() public méthode

public Body ( Server.Mobile m ) : int
m Server.Mobile
Résultat int

ClipHairHue() public abstract méthode

public abstract ClipHairHue ( int hue ) : int
hue int
Résultat int

ClipSkinHue() public abstract méthode

public abstract ClipSkinHue ( int hue ) : int
hue int
Résultat int

GetRaceNames() public static méthode

public static GetRaceNames ( ) : string[]
Résultat string[]

GetRaceValues() public static méthode

public static GetRaceValues ( ) : Server.Race[]
Résultat Server.Race[]

GhostBody() public méthode

public GhostBody ( Server.Mobile m ) : int
m Server.Mobile
Résultat int

GhostBody() public méthode

public GhostBody ( bool female ) : int
female bool
Résultat int

Parse() public static méthode

public static Parse ( string value ) : Race
value string
Résultat Race

Race() protected méthode

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
Résultat System

RandomFacialHair() public méthode

public RandomFacialHair ( Server.Mobile m ) : int
m Server.Mobile
Résultat int

RandomFacialHair() public abstract méthode

public abstract RandomFacialHair ( bool female ) : int
female bool
Résultat int

RandomHair() public méthode

public RandomHair ( Server.Mobile m ) : int
m Server.Mobile
Résultat int

RandomHair() public abstract méthode

public abstract RandomHair ( bool female ) : int
female bool
Résultat int

RandomHairHue() public abstract méthode

public abstract RandomHairHue ( ) : int
Résultat int

RandomSkinHue() public abstract méthode

public abstract RandomSkinHue ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

ValidateFacialHair() public méthode

public ValidateFacialHair ( Server.Mobile m, int itemID ) : bool
m Server.Mobile
itemID int
Résultat bool

ValidateFacialHair() public abstract méthode

public abstract ValidateFacialHair ( bool female, int itemID ) : bool
female bool
itemID int
Résultat bool

ValidateHair() public méthode

public ValidateHair ( Server.Mobile m, int itemID ) : bool
m Server.Mobile
itemID int
Résultat bool

ValidateHair() public abstract méthode

public abstract ValidateHair ( bool female, int itemID ) : bool
female bool
itemID int
Résultat bool