Table of Contents

Class DialogBox.Message

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

Constructors

Message(string, float, float, int)

public Message(string text, float xOrientation, float yPos, int extraLinger)

Parameters

text string
xOrientation float
yPos float
extraLinger int

Fields

lines

public int lines

Field Value

int

linger

public int linger

Field Value

int

longestLine

public int longestLine

Field Value

int

text

public string text

Field Value

string

xOrientation

public float xOrientation

Field Value

float

yPos

public float yPos

Field Value

float