WoW:CVar checkAddonVersion: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (fix category)
No edit summary
Line 1: Line 1:
Enables or Disables checking addons versions
Controls whether out-of-date addons (those with non-current [[.toc#Official_Tags|Interface: .toc tag]]) are loaded.


*0 - Off.
*0 - Out-of-date addons are loaded.
*1 - On.
*1 - Out-of-date addons are not loaded.


Default:
Default:
  SET checkAddonVersion "0"
  SET checkAddonVersion "1"




[[Category:Console variables|checkAddonVersion]]
[[Category:Console variables|checkAddonVersion]]

Revision as of 11:56, 3 February 2010

Controls whether out-of-date addons (those with non-current Interface: .toc tag) are loaded.

  • 0 - Out-of-date addons are loaded.
  • 1 - Out-of-date addons are not loaded.

Default:

SET checkAddonVersion "1"