EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Nodes.Tags.TargetTag Class Reference

A node tag which is used to change the target conversation display for a line of dialogue. More...

Inherits EasyTalk.Nodes.Tags.NodeTag.

Public Member Functions

 TargetTag ()
 Creates a new TargetTag.
 
 TargetTag (string target)
 Creates a new TargetTag with the provided target (display ID).
 
- Public Member Functions inherited from EasyTalk.Nodes.Tags.NodeTag
 NodeTag (string tagName)
 Creates a new NodeTag with the specified tag name.
 

Public Attributes

string target
 The Display ID of the target conversation display.
 
- Public Attributes inherited from EasyTalk.Nodes.Tags.NodeTag
string tagName
 The name of the tag.
 

Additional Inherited Members

- Static Public Member Functions inherited from EasyTalk.Nodes.Tags.NodeTag
static string ExtractTags (string text, Dictionary< string, NodeTag > tags)
 Extracts all node tags from the provided string and stores them in a Dictionary, where the key is the tag name and the value is the node tag itself.
 
static string RemoveTags (string text)
 Creates and returns a version of the provided string with all of the node tags removed.
 
static string ExtractTag (string text, string tagName, out NodeTag tag)
 Extracts the specified node tag type from the provided string and stores it in the NodeTag specified.
 
static NodeTag CreateTag (string tagName, string value)
 Creates a new NodeTag of the specified type with the value provided.
 

Detailed Description

A node tag which is used to change the target conversation display for a line of dialogue.

Constructor & Destructor Documentation

◆ TargetTag() [1/2]

EasyTalk.Nodes.Tags.TargetTag.TargetTag ( )

Creates a new TargetTag.

◆ TargetTag() [2/2]

EasyTalk.Nodes.Tags.TargetTag.TargetTag ( string target)

Creates a new TargetTag with the provided target (display ID).

Parameters
targetThe Display ID of the target conversation display.

Member Data Documentation

◆ target

string EasyTalk.Nodes.Tags.TargetTag.target

The Display ID of the target conversation display.