WoW:Using the argument '...' efficiently: Difference between revisions

m
Move page script moved page Using the argument '...' efficiently to WoW:Using the argument '...' efficiently without leaving a redirect
(Bad cat, this is not a formula or game mechanics, it's UI/API stuff... but not really documentation...)
m (Move page script moved page Using the argument '...' efficiently to WoW:Using the argument '...' efficiently without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{merge|Function arguments}}
{{tocright}}
{{tocright}}
With patch 2.0 and the upgrade to lua 5.1, the '...' arg is much more powerful and less memory intensive than it was previously.  here's some handy tips on how to use this new functionality
With patch 2.0 and the upgrade to lua 5.1, the '...' arg is much more powerful and less memory intensive than it was previously.  here's some handy tips on how to use this new functionality
Line 46: Line 47:
   end
   end
  end
  end
[[Category:HOWTOs|U]]
Anonymous user