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).
Mostrar archivo 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_oe property

public uint DarkAppearanceFileID
return uint

DarkAppearanceTypeID public_oe property

public uint DarkAppearanceTypeID
return uint

HandGroup public_oe property

public uint HandGroup
return uint

LightAppearanceFileID public_oe property

public uint LightAppearanceFileID
return uint

LightAppearanceTypeID public_oe property

public uint LightAppearanceTypeID
return uint

MediumAppearanceFileID public_oe property

public uint MediumAppearanceFileID
return uint

MediumAppearanceTypeID public_oe property

public uint MediumAppearanceTypeID
return uint

Region public_oe property

public uint Region
return uint