Class ChatHandlers
Chat events and public helper functions.
Inheritance
System.Object
ChatHandlers
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game
Assembly: Dalamud.dll
Syntax
public class ChatHandlers : IServiceType
Properties
| Improve this Doc View SourceLastLink
Gets the last URL seen in chat.
Declaration
public string LastLink { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceMakeItalics(TextPayload)
Convert a TextPayload to SeString and wrap in italics payloads.
Declaration
public static SeString MakeItalics(TextPayload text)
Parameters
| Type | Name | Description |
|---|---|---|
| TextPayload | text | Text to convert. |
Returns
| Type | Description |
|---|---|
| SeString | SeString payload of italicized text. |
MakeItalics(String)
Convert a TextPayload to SeString and wrap in italics payloads.
Declaration
public static SeString MakeItalics(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | Text to convert. |
Returns
| Type | Description |
|---|---|
| SeString | SeString payload of italicized text. |