AddTagsToLines(string,ICollection<string>)

Method in Utility

This method is obsolete and may be removed from a future version of Yarn Spinner.

Summary

Given Yarn source code, adds line tags to the ends of all lines that need one and do not already have one.

public static string AddTagsToLines(string contents, ICollection<string> existingLineTags = null)

Remarks

This method ensures that it does not generate line tags that are already present in the file, or present in the existingLineTags collection.

Line tags are added to any line of source code that contains user-visible text: lines, options, and shortcut options.

Parameters

NameDescription

string contents

The source code to add line tags to.

System.Collections.Generic.ICollection<string> existingLineTags

The collection of line tags already exist elsewhere in the source code; the newly added line tags will not be duplicates of any in this collection.

Returns

The modified source code, with line tags added.

Last updated

Yarn Spinnerยฎ and Secret Labยฎ are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.