Skip to main content

GroupReferenceDictionaryEntry

A dictionary entry that references an asset group. Note that this is different from FocusGroupDictionaryEntry, which denotes the group being acted on. A dictionary should only ever contain one FocusGroupDictionaryEntry, whereas it may contain many GroupReferenceDictionaryEntrys. This represents any group that might be referenced in the message, but is not necessarily the focused group. For example, given the message:

Use your BodyPart!

And the GroupReferenceDictionaryEntry:

{Tag: "BodyPart", GroupName: "ItemHands"}

The name of the "ItemHands" group would be looked up, and this would be used to replace the "BodyPart" tag. The resulting message would be:

Use your Hands!

Hierarchy

Index

Properties

Properties

GroupName

GroupName: AssetGroupName

The name of the asset group to reference

Tag

Tag: string

The tag that will be replaced in the message

Page Options