Table of Contents

Class ChatLogDisplay.Message

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class ChatLogDisplay.Message
Inheritance
ChatLogDisplay.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