Class Line
The Line struct contains information about an individual line of dialogue.
Assembly: .dll
Syntax
public class Line : IMetadata
Fields
|
Edit this page
View Source
JumpTarget
Declaration
Field Value
|
Edit this page
View Source
LineContent
Declaration
public LineContent LineContent
Field Value
|
Edit this page
View Source
Silent
When true, the engine processes this line (invocations, metadata) without
displaying it in the dialogue view. Set by the [>>] speaker syntax.
Declaration
Field Value
|
Edit this page
View Source
Speaker
Declaration
Field Value
Methods
|
Edit this page
View Source
Check if entity contains any metadata.
Declaration
public bool HasMetadata(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
|
Edit this page
View Source
Declaration
public bool TryGetMetadataValue(string key, out string value)
Parameters
Returns
Implements