Contains everything about changing the apperance of a character i.e Clothes. More...
Public Member Functions | |
void | SetClothingPiece (ModClothingPiece clothingPiecePrefab) |
Sets the current clothing. | |
bool | IsWearing (ModClothingPiece clothingPiecePrefab) |
Returns true if the character is wearing the provided clothing. | |
Contains everything about changing the apperance of a character i.e Clothes.
bool ModWobblyLife.ModCharacterCustomize.IsWearing | ( | ModClothingPiece | clothingPiecePrefab | ) |
Returns true if the character is wearing the provided clothing.
clothingPiecePrefab |
void ModWobblyLife.ModCharacterCustomize.SetClothingPiece | ( | ModClothingPiece | clothingPiecePrefab | ) |
Sets the current clothing.
clothingPiecePrefab | This must be a prefab |