Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assuming you are working with dmHTML for now, most people get stuck on how they might output related link information in their webskin displays.

Tip

A custom tag specifically for building related content has been added to the code base: skin:RelatedContent

Code Snippet

In FarCry 4.0 you can get extended information about your array property using the bArrayAsStructs parameter. In the extended array you will find the typename property for your related content. We use this to correctly invoke the right content type without having to look up the typename.

...