Class Choice
Defines a player-facing choice option that can branch to a conversation.
Assembly: .dll
Syntax
public class Choice : IMetadata
Properties
|
Edit this page
View Source
ChoiceName
Declaration
public string ChoiceName { get; }
Property Value
|
Edit this page
View Source
Declaration
public Dictionary<string, string> Metadata { get; }
Property Value
|
Edit this page
View Source
TargetConversation
Declaration
public string TargetConversation { get; }
Property 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