Property | Type | Description | |
---|---|---|---|
outfitColors | List |
||
outfiterMountNames | List |
||
outfiterNoAddons | List |
||
outfiterOutfitNames | List |
Method | Description | |
---|---|---|
ColorIndex ( int x, int y ) : int | ||
GenerateColorImage ( int pressedIndex ) : |
||
GetColor ( int color ) : Color | ||
Initialize ( ) : void | ||
MountSheet ( int mount ) : |
||
OutfitHasNoAddons ( int outfit ) : bool | ||
OutfitSheet ( int outfit, Gender gender ) : |
public static ColorIndex ( int x, int y ) : int | ||
x | int | |
y | int | |
return | int |
public static GenerateColorImage ( int pressedIndex ) : |
||
pressedIndex | int | |
return |
public static MountSheet ( int mount ) : |
||
mount | int | |
return |
public static OutfitHasNoAddons ( int outfit ) : bool | ||
outfit | int | |
return | bool |
public static OutfitSheet ( int outfit, Gender gender ) : |
||
outfit | int | |
gender | Gender | |
return |