Otclient  14/8/2020
Outfit Class Reference

#include <outfit.h>

Public Member Functions

 Outfit ()
 
void setId (int id)
 
void setAuxId (int id)
 
void setHead (int head)
 
void setBody (int body)
 
void setLegs (int legs)
 
void setFeet (int feet)
 
void setAddons (int addons)
 
void setMount (int mount)
 
void setCategory (ThingCategory category)
 
void resetClothes ()
 
int getId () const
 
int getAuxId () const
 
int getHead () const
 
int getBody () const
 
int getLegs () const
 
int getFeet () const
 
int getAddons () const
 
int getMount () const
 
ThingCategory getCategory () const
 
Color getHeadColor () const
 
Color getBodyColor () const
 
Color getLegsColor () const
 
Color getFeetColor () const
 

Static Public Member Functions

static Color getColor (int color)
 

Detailed Description

Definition at line 29 of file outfit.h.

Constructor & Destructor Documentation

◆ Outfit()

Outfit::Outfit ( )

Definition at line 25 of file outfit.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ getAddons()

int Outfit::getAddons ( ) const
inline

Definition at line 59 of file outfit.h.

Here is the caller graph for this function:

◆ getAuxId()

int Outfit::getAuxId ( ) const
inline

Definition at line 54 of file outfit.h.

Here is the caller graph for this function:

◆ getBody()

int Outfit::getBody ( ) const
inline

Definition at line 56 of file outfit.h.

Here is the caller graph for this function:

◆ getBodyColor()

Color Outfit::getBodyColor ( ) const
inline

Definition at line 64 of file outfit.h.

Here is the caller graph for this function:

◆ getCategory()

ThingCategory Outfit::getCategory ( ) const
inline

Definition at line 61 of file outfit.h.

Here is the caller graph for this function:

◆ getColor()

Color Outfit::getColor ( int  color)
static

Definition at line 33 of file outfit.cpp.

Here is the caller graph for this function:

◆ getFeet()

int Outfit::getFeet ( ) const
inline

Definition at line 58 of file outfit.h.

Here is the caller graph for this function:

◆ getFeetColor()

Color Outfit::getFeetColor ( ) const
inline

Definition at line 66 of file outfit.h.

Here is the caller graph for this function:

◆ getHead()

int Outfit::getHead ( ) const
inline

Definition at line 55 of file outfit.h.

Here is the caller graph for this function:

◆ getHeadColor()

Color Outfit::getHeadColor ( ) const
inline

Definition at line 63 of file outfit.h.

Here is the caller graph for this function:

◆ getId()

int Outfit::getId ( ) const
inline

Definition at line 53 of file outfit.h.

Here is the caller graph for this function:

◆ getLegs()

int Outfit::getLegs ( ) const
inline

Definition at line 57 of file outfit.h.

Here is the caller graph for this function:

◆ getLegsColor()

Color Outfit::getLegsColor ( ) const
inline

Definition at line 65 of file outfit.h.

Here is the caller graph for this function:

◆ getMount()

int Outfit::getMount ( ) const
inline

Definition at line 60 of file outfit.h.

Here is the caller graph for this function:

◆ resetClothes()

void Outfit::resetClothes ( )

Definition at line 124 of file outfit.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setAddons()

void Outfit::setAddons ( int  addons)
inline

Definition at line 47 of file outfit.h.

Here is the caller graph for this function:

◆ setAuxId()

void Outfit::setAuxId ( int  id)
inline

Definition at line 42 of file outfit.h.

Here is the caller graph for this function:

◆ setBody()

void Outfit::setBody ( int  body)
inline

Definition at line 44 of file outfit.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setCategory()

void Outfit::setCategory ( ThingCategory  category)
inline

Definition at line 49 of file outfit.h.

Here is the caller graph for this function:

◆ setFeet()

void Outfit::setFeet ( int  feet)
inline

Definition at line 46 of file outfit.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setHead()

void Outfit::setHead ( int  head)
inline

Definition at line 43 of file outfit.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setId()

void Outfit::setId ( int  id)
inline

Definition at line 41 of file outfit.h.

Here is the caller graph for this function:

◆ setLegs()

void Outfit::setLegs ( int  legs)
inline

Definition at line 45 of file outfit.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setMount()

void Outfit::setMount ( int  mount)
inline

Definition at line 48 of file outfit.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: