CVar loadDeprecationFallbacks

From Warcraft Wiki
Jump to navigation Jump to search

Controls whether or not various backward compatibility scripts for addons are loaded on startup.

/console loadDeprecationFallbacks 1

Values

0 (default)
On - Backward compatibility scripts will be loaded.
1
On - Backward compatibility scripts will not be loaded.

Details

  • This CVar is not persisted across client restarts and will always reset to its default state.
  • Generally, this CVar should only be toggled by developers wanting to test if their own addons are up to date and don't rely upon deprecated functionality that will be removed in a future expansion.

External links

References