Quantcast

Re-wrote addon:ToggleExcludeRecipe().

Author torhal <torhal@dummy.example.com>
Author date 2009-11-16 10:27:47
Author local date 2009-11-16 10:27:47 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-16 10:27:47
Committer local date 2009-11-16 10:27:47 +0000
Commit 52227818c451bb1b9439f414246d5f6831ea613d
Tree 90d07df5913626dda680b6b082e7de909003fab6
Parent b9b190eea7f8705730004051bbefbc85e33b5738
Re-wrote addon:ToggleExcludeRecipe().
Moved all of the "this API provided for external AddOns" functions to the end of the file.
Removed GetIDFromLink() - its code is used directly in the only place it was ever called.
Added NUM_FLAGS constant, and put it to use in the functions which were using a hard-coded number.
Modified some syntax.
Modified some comments.