Table of Contents

Class TutorialText

Namespace
HUD
Assembly
Assembly-CSharp.dll
public class TutorialText : HudPart
Inheritance
TutorialText
Inherited Members

Constructors

TutorialText(HUD)

public TutorialText(HUD hud)

Parameters

hud HUD

Fields

fadeSprites

public FSprite[] fadeSprites

Field Value

FSprite[]

fullScreenFadeSprite

public FSprite fullScreenFadeSprite

Field Value

FSprite

labels

public FLabel[] labels

Field Value

FLabel[]

lastShow

public float lastShow

Field Value

float

messages

public List<TutorialText.Message> messages

Field Value

List<TutorialText.Message>

show

public float show

Field Value

float

Methods

AddMessage(string, int, int)

public void AddMessage(string text, int wait, int time)

Parameters

text string
wait int
time int

ClearSprites()

public override void ClearSprites()

Draw(float)

public override void Draw(float timeStacker)

Parameters

timeStacker float

InitNextMessage()

public void InitNextMessage()

Update()

public override void Update()