Superfighters Deluxe
IProfileClothingItem Class Reference

Information about a clothing item. More...

Public Member Functions

 IProfileClothingItem ()
 Empty profile clothing item. More...
 
 IProfileClothingItem (string name, IProfileClothingItem clothingColors=null)
 Profile clothing item with optional colors from existing clothing item. More...
 
 IProfileClothingItem (string name, string color1="", string color2="", string color3="")
 Profile clothing item with optional colors. More...
 
string Name
 Name of the clothing item. The clothing item must be compatible with the item category - you can't use head clothing on the feet category for example. More...
 
string Color1
 Name of the primary ColorPackage in the ColorPalette for this clothing item. More...
 
string Color2
 Name of the secondary ColorPackage in the ColorPalette for this clothing item. More...
 
string Color3
 Name of the tertiary ColorPackage in the ColorPalette for this clothing item. More...
 
string ColorPalette
 Name of the ColorPalette used by this clothing item. This cannot be changed. More...
 

Detailed Description

Information about a clothing item.

Constructor & Destructor Documentation

◆ IProfileClothingItem() [1/3]

Empty profile clothing item.

◆ IProfileClothingItem() [2/3]

IProfileClothingItem ( string  name,
string  color1 = "",
string  color2 = "",
string  color3 = "" 
)

Profile clothing item with optional colors.

Parameters
nameName of item.
color1Primary color package.
color2Secondary color package.
color3Tertiary color package.

◆ IProfileClothingItem() [3/3]

IProfileClothingItem ( string  name,
IProfileClothingItem  clothingColors = null 
)

Profile clothing item with optional colors from existing clothing item.

Parameters
nameName of item.
clothingColorsClothing item to grab colors from.

Member Data Documentation

◆ Color1

string Color1

Name of the primary ColorPackage in the ColorPalette for this clothing item.

◆ Color2

string Color2

Name of the secondary ColorPackage in the ColorPalette for this clothing item.

◆ Color3

string Color3

Name of the tertiary ColorPackage in the ColorPalette for this clothing item.

◆ ColorPalette

string ColorPalette

Name of the ColorPalette used by this clothing item. This cannot be changed.

◆ Name

string Name

Name of the clothing item. The clothing item must be compatible with the item category - you can't use head clothing on the feet category for example.