C# Class FSO.Vitaboy.Outfit

Outfits collect together the light-, medium-, and dark-skinned versions of an appearance and associate them collectively with a hand group and a body region (head or body).
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
DarkAppearanceFileID uint
DarkAppearanceTypeID uint
HandGroup uint
LightAppearanceFileID uint
LightAppearanceTypeID uint
MediumAppearanceFileID uint
MediumAppearanceTypeID uint
Region uint

Public Methods

Method Description
GetAppearance ( AppearanceType type ) : ContentID

Gets the ContentID for the appearances referenced by this Outfit.

GetHandgroup ( ) : ContentID

Gets the ContentID for the Handgroup referenced by this Outfit.

Read ( Stream stream ) : void

Reads an Outfit from the supplied Stream.

Method Details

GetAppearance() public method

Gets the ContentID for the appearances referenced by this Outfit.
public GetAppearance ( AppearanceType type ) : ContentID
type AppearanceType The type of appearance to get.
return FSO.Common.Content.ContentID

GetHandgroup() public method

Gets the ContentID for the Handgroup referenced by this Outfit.
public GetHandgroup ( ) : ContentID
return FSO.Common.Content.ContentID

Read() public method

Reads an Outfit from the supplied Stream.
public Read ( Stream stream ) : void
stream Stream A Stream instance.
return void

Property Details

DarkAppearanceFileID public property

public uint DarkAppearanceFileID
return uint

DarkAppearanceTypeID public property

public uint DarkAppearanceTypeID
return uint

HandGroup public property

public uint HandGroup
return uint

LightAppearanceFileID public property

public uint LightAppearanceFileID
return uint

LightAppearanceTypeID public property

public uint LightAppearanceTypeID
return uint

MediumAppearanceFileID public property

public uint MediumAppearanceFileID
return uint

MediumAppearanceTypeID public property

public uint MediumAppearanceTypeID
return uint

Region public property

public uint Region
return uint