-
-
Notifications
You must be signed in to change notification settings - Fork 318
Deprecations
This page will document features we remove or change that are no longer backwards compatible as well as give you workarounds and best practices
In 2.14 we removed the Sticky Duration
option. If you were using it in combination with custom code that used SetDurationInfo
, setting Maximum Progress
to the value should achieve the same result.
In 2.14 region.border was removed and replaced with a subregion accessible from region.subRegions table.
You can check if a subRegion is a border with region.subRegions[index] and region.subRegions[index].type == "subborder"
In 2.14 region.text and text2 were removed and replaced with a subregion accessible from region.subRegions table.
You can check if a subRegion is a text with region.subRegions[index] and region.subRegions[index].type == "subtext"
- Home
- API Documentation
- Getting Involved
- Setting up a Lua Dev Environment
- Deprecations
- Useful Snippets
- Aura Types
- Trigger Types
- Triggers and Untriggers
- Aura Activation
- Dynamic Information
- Text Replacements