Table of Contents

Class JollyPlayerOptions

Namespace
JollyCoop.JollyMenu
Assembly
Assembly-CSharp.dll
public class JollyPlayerOptions
Inheritance
JollyPlayerOptions
Inherited Members

Constructors

JollyPlayerOptions(int)

public JollyPlayerOptions(int playerNumber)

Parameters

playerNumber int

Fields

backSpear

public bool backSpear

Field Value

bool

bodyColor

public Color bodyColor

Field Value

Color

colorsEverModified

public bool colorsEverModified

Field Value

bool

customPlayerName

public string customPlayerName

Field Value

string

faceColor

public Color faceColor

Field Value

Color

isPup

public bool isPup

Field Value

bool

joined

public bool joined

Field Value

bool

playerClass

public SlugcatStats.Name playerClass

Field Value

SlugcatStats.Name

playerNumber

public int playerNumber

Field Value

int

uniqueColor

public Color uniqueColor

Field Value

Color

Methods

FromString(string)

public void FromString(string origin)

Parameters

origin string

GetBodyColor()

public Color GetBodyColor()

Returns

Color

GetFaceColor()

public Color GetFaceColor()

Returns

Color

GetUniqueColor()

public Color GetUniqueColor()

Returns

Color

SetBodyColor(Color)

public void SetBodyColor(Color col)

Parameters

col Color

SetColorsToDefault(Name)

public void SetColorsToDefault(SlugcatStats.Name slugcat)

Parameters

slugcat SlugcatStats.Name

SetFaceColor(Color)

public void SetFaceColor(Color col)

Parameters

col Color

SetUniqueColor(Color)

public void SetUniqueColor(Color col)

Parameters

col Color

ToString()

public override string ToString()

Returns

string