abstract int | ID [get] |
| Gets the unique ID of this Dialogue. More...
|
|
abstract string | Text [get] |
| Gets the dialogue Text/Message. Empty if dialogue is closed. More...
|
|
abstract Color | TextColor [get] |
| Gets the dialogue text color. More...
|
|
abstract string | Name [get] |
| Gets the source Name. Empty if dialogue is closed. More...
|
|
abstract bool | IsVisible [get] |
| Gets if the dialogue is currently visible and active. More...
|
|
abstract float | DisplayDuration [get] |
| Gets the total display duration in milliseconds. Returns 0 when closed. More...
|
|
abstract float | ElapsedTime [get] |
| Gets the elapsed time in milliseconds this dialogue has been shown. Returns 0 when closed. More...
|
|
abstract int | TargetObjectID [get] |
| Gets the target object ID of the dialogue. 0 if not used. More...
|
|
abstract Vector2 | TargetWorldPosition [get] |
| Gets the target world position where the dialogue box is displayed. Returns Vector2.Zero when closed. More...
|
|
abstract void | Close () |
| Close and removes the dialogue. More...
|
|
Access to certain information and functions about a dialogue.