Table of Contents

Class JollyManualPage

Namespace
JollyCoop.JollyManual
Assembly
Assembly-CSharp.dll
public class JollyManualPage : ManualPage
Inheritance
JollyManualPage
Derived
Inherited Members

Constructors

JollyManualPage(Menu, MenuObject)

public JollyManualPage(Menu menu, MenuObject owner)

Parameters

menu Menu
owner MenuObject

Fields

belowHeaderPos

public Vector2 belowHeaderPos

Field Value

Vector2

belowHeaderPosCentered

public Vector2 belowHeaderPosCentered

Field Value

Vector2

headingSeparator

public FSprite headingSeparator

Field Value

FSprite

rectHeight

public static readonly int rectHeight

Field Value

int

rectWidth

public static readonly int rectWidth

Field Value

int

spaceBuffer

public float spaceBuffer

Field Value

float

textLeftMargin

public float textLeftMargin

Field Value

float

textWidth

public float textWidth

Field Value

float

verticalBuffer

public Vector2 verticalBuffer

Field Value

Vector2

Methods

AddManualText(string, float, bool, bool, float?)

public float AddManualText(string text, float startY, bool bigText = true, bool centered = true, float? customTextWidth = null)

Parameters

text string
startY float
bigText bool
centered bool
customTextWidth float?

Returns

float

GrafUpdate(float)

public override void GrafUpdate(float timeStacker)

Parameters

timeStacker float

RemoveSprites()

public override void RemoveSprites()

TranslateManual(string)

public string TranslateManual(string oldString)

Parameters

oldString string

Returns

string