WoWInterface SVN MacroSequence

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

MacroSequence/MacroSequence.toc
1,7 → 1,7
## Interface: 20300
## Title: MacroSequence
## Author: Cogwheel
## Notes: Provides a framework to run macro sequences similar to the /castsequence command. See Sequences.lua.
## Notes: Provides a framework to run macro sequences similar to the /castsequence command. Adapted from example code appearing in World of Warcraft Programming: A Guide and Reference for Creating WoW Addons (http://wowprogramming.com)
## SavedVariables: MacroSequenceSequences
 
CogsUtils\CogsUtils.lua
MacroSequence/MacroSequence.lua
1,3 → 1,6
-- Adapted from code appearing in World of Warcraft Programming: A Guide and
-- Reference for Creating WoW Addons. http://wowprogramming.com
 
MacroSequence = MacroSequence or {}
local L = MacroSequenceLocals
local print = CogsUtils:GetPrint(L.PRINT_HEADER)
MacroSequence Property changes : Modified: svn:externals - CogsUtils svn://eternalblue.dnsalias.net/CogsUtils/trunk + CogsUtils svn://remote.cogwheel.info/public/CogsUtils/trunk