TextLookupDictionaryEntry
Hierarchy
- TaggedDictionaryEntry
- TextLookupDictionaryEntry
Index
Properties
Properties
Tag
The tag that will be replaced in the message
TextToLookUp
The text whose lookup will be substituted for the tag
The tag that will be replaced in the message
The text whose lookup will be substituted for the tag
A text substitution dictionary entry with text lookup functionality. Any occurrences of the given Tag string in the associated message will be replaced with the Text from the dictionary entry, but only after a text lookup has been done on the Text, meaning that if the text has localisations, the localised version will be used. The text will be looked up against
Dialog_Player.csv
. For example, given the message:And the TextLookupDictionaryEntry:
And the following in
Dialog_Player.csv
:The text to lookup (
"WorldObject"
) would be looked up againstDialog_Player.csv
, resolving to"World"
. This would then be used to replace the tag"GreetingObjectName"
in the message, resulting in: