Table of Contents

Class TextPrompt.Message

Namespace
HUD
Assembly
Assembly-CSharp.dll
public class TextPrompt.Message
Inheritance
TextPrompt.Message
Derived
Inherited Members

Constructors

Message(string, int, int, bool, bool)

public Message(string text, int wait, int time, bool darken, bool hideHud)

Parameters

text string
wait int
time int
darken bool
hideHud bool

Fields

darken

public bool darken

Field Value

bool

fadeOut

public bool fadeOut

Field Value

bool

hideHud

public bool hideHud

Field Value

bool

text

public string text

Field Value

string

time

public int time

Field Value

int

wait

public int wait

Field Value

int