Manages a log of transcript lines for display.
More...
|
| int | AddLine (string line) |
| | Adds a new line to the transcript log.
|
| |
| void | UpdateLine (int id, string line) |
| | Updates an existing line in the transcript log.
|
| |
Manages a log of transcript lines for display.
◆ AddLine()
| int TranscriptLog.AddLine |
( |
string | line | ) |
|
|
inline |
Adds a new line to the transcript log.
- Parameters
-
- Returns
- The ID of the added line.
◆ UpdateLine()
| void TranscriptLog.UpdateLine |
( |
int | id, |
|
|
string | line ) |
|
inline |
Updates an existing line in the transcript log.
- Parameters
-
| id | The ID of the line to update. |
| line | The new line content. |
◆ maxLines
| int TranscriptLog.maxLines = 10 |
The documentation for this class was generated from the following file: