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 ) : |
||
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éthode | Description | |
---|---|---|
Race ( int raceID, int raceIndex, string name, string pluralName, int maleBody, int femaleBody, int maleGhostBody, int femaleGhostBody, Server.Expansion requiredExpansion ) : System |
Méthode | Description | |
---|---|---|
CheckNamesAndValues ( ) : void |
public abstract ClipHairHue ( int hue ) : int | ||
hue | int | |
Résultat | int |
public abstract ClipSkinHue ( int hue ) : int | ||
hue | int | |
Résultat | int |
public static GetRaceValues ( ) : Server.Race[] | ||
Résultat | Server.Race[] |
public static Parse ( string value ) : |
||
value | string | |
Résultat |
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 |
public RandomFacialHair ( Server.Mobile m ) : int | ||
m | Server.Mobile | |
Résultat | int |
public abstract RandomFacialHair ( bool female ) : int | ||
female | bool | |
Résultat | int |
public RandomHair ( Server.Mobile m ) : int | ||
m | Server.Mobile | |
Résultat | int |
public abstract RandomHair ( bool female ) : int | ||
female | bool | |
Résultat | int |
public ValidateFacialHair ( Server.Mobile m, int itemID ) : bool | ||
m | Server.Mobile | |
itemID | int | |
Résultat | bool |
public abstract ValidateFacialHair ( bool female, int itemID ) : bool | ||
female | bool | |
itemID | int | |
Résultat | bool |
public ValidateHair ( Server.Mobile m, int itemID ) : bool | ||
m | Server.Mobile | |
itemID | int | |
Résultat | bool |
public abstract ValidateHair ( bool female, int itemID ) : bool | ||
female | bool | |
itemID | int | |
Résultat | bool |