Class in Yarn.Compiler.Upgrader
Inherits from System.Object
Contains methods for upgrading the syntax of Yarn scripts.
public static class LanguageUpgraderUpgrades a Yarn script from one version of the language to another, producing both the fully upgraded text as well as a collection of replacements.
Method in LanguageUpgrader
Upgrades a Yarn script from one version of the language to another, producing both the fully upgraded text as well as a collection of replacements.
public static UpgradeResult Upgrade(UpgradeJob upgradeJob)upgradeJob
The upgrade job to perform.
An object containing the results of the upgrade operation.