WoW:API GetMacroInfo: Difference between revisions

m
Changed the variable name "local" to "localVar" as "local"'s an invalid name.
No edit summary
m (Changed the variable name "local" to "localVar" as "local"'s an invalid name.)
Line 25: Line 25:
:unknown; apears to be the numeric value 1.
:unknown; apears to be the numeric value 1.
== Example ==
== Example ==
  local name, texture, macrobody, local = GetMacroInfo(1)
  local name, texture, macrobody, localVar = GetMacroInfo(1)