Property | Type | Description | |
---|---|---|---|
DarkAppearanceFileID | uint | ||
DarkAppearanceTypeID | uint | ||
HandGroup | uint | ||
LightAppearanceFileID | uint | ||
LightAppearanceTypeID | uint | ||
MediumAppearanceFileID | uint | ||
MediumAppearanceTypeID | uint | ||
Region | uint |
Method | Description | |
---|---|---|
GetAppearance ( AppearanceType type ) : |
Gets the ContentID for the appearances referenced by this Outfit.
|
|
GetHandgroup ( ) : |
Gets the ContentID for the Handgroup referenced by this Outfit.
|
|
Read ( Stream stream ) : void |
Reads an Outfit from the supplied Stream.
|
public GetAppearance ( AppearanceType type ) : |
||
type | AppearanceType | The type of appearance to get. |
return |
public GetHandgroup ( ) : |
||
return |
public Read ( Stream stream ) : void | ||
stream | Stream | A Stream instance. |
return | void |