|
Barotrauma Server
|
Triggers a "conversation popup" with text and support for different branching options. More...
Public Types | |
| enum | DialogTypes { Regular , Small , Mission } |
Public Member Functions | |
| ConversationAction (ScriptedEvent parentEvent, ContentXElement element) | |
| LocalizedString | GetDisplayText () |
| override IEnumerable< EventAction > | GetSubActions () |
| override bool | IsFinished (ref string goTo) |
| override void | Reset () |
| override bool | SetGoToTarget (string goTo) |
| int[] | GetEndingOptions () |
| override void | Update (float deltaTime) |
| override string | ToDebugString () |
| Rich test to display in debugdraw. | |
| void | IgnoreClient (Client c, float seconds) |
| void | ServerWrite (Character speaker, Client client, bool interrupt) |
| void | ServerWriteSelectedOption (Client client) |
Public Member Functions inherited from Barotrauma.EventAction | |
| EventAction (ScriptedEvent parentEvent, ContentXElement element) | |
| bool | IsFinished (ref string goToLabel) |
| Has the action finished. | |
| void | Reset () |
| virtual bool | CanBeFinished () |
Public Attributes | |
| readonly UInt16 | Identifier |
Public Attributes inherited from Barotrauma.EventAction | |
| readonly ScriptedEvent | ParentEvent |
Properties | |
| string | Text [get, set] |
| Identifier | SpeakerTag [get, set] |
| Identifier | TargetTag [get, set] |
| bool | WaitForInteraction [get, set] |
| Identifier | InvokerTag [get, set] |
| bool | FadeToBlack [get, set] |
| bool | EndEventIfInterrupted [get, set] |
| string | EventSprite [get, set] |
| DialogTypes | DialogType [get, set] |
| bool | ContinueConversation [get, set] |
| bool | ContinueAutomatically [get, set] |
| bool | IgnoreInterruptDistance [get, set] |
| Character | Speaker [get] |
| List< SubactionGroup > | Options [get] |
| SubactionGroup | Interrupted [get] |
| int | SelectedOption [get, set] |
| IEnumerable< Client > | TargetClients [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from Barotrauma.EventAction | |
| static EventAction | Instantiate (ScriptedEvent scriptedEvent, ContentXElement element) |
Protected Member Functions inherited from Barotrauma.EventAction | |
| void | ApplyTagsToHulls (Entity entity, Identifier hullTag, Identifier linkedHullTag) |
| string | GetEventDebugName () |
Triggers a "conversation popup" with text and support for different branching options.
| Barotrauma.ConversationAction.ConversationAction | ( | ScriptedEvent | parentEvent, |
| ContentXElement | element ) |
| LocalizedString Barotrauma.ConversationAction.GetDisplayText | ( | ) |
| int[] Barotrauma.ConversationAction.GetEndingOptions | ( | ) |
|
virtual |
Reimplemented from Barotrauma.EventAction.
| void Barotrauma.ConversationAction.IgnoreClient | ( | Client | c, |
| float | seconds ) |
| override bool Barotrauma.ConversationAction.IsFinished | ( | ref string | goTo | ) |
| override void Barotrauma.ConversationAction.Reset | ( | ) |
| void Barotrauma.ConversationAction.ServerWriteSelectedOption | ( | Client | client | ) |
|
virtual |
Reimplemented from Barotrauma.EventAction.
|
virtual |
Rich test to display in debugdraw.
Reimplemented from Barotrauma.EventAction.
|
virtual |
Reimplemented from Barotrauma.EventAction.
| readonly UInt16 Barotrauma.ConversationAction.Identifier |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
get |
|
getset |
|
get |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |