Wiley.com
Print this page Share

World of Warcraft Programming: A Guide and Reference for Creating WoW Addons, 2nd Edition

ISBN: 978-0-470-48128-8
Paperback
1440 pages
February 2010
World of Warcraft Programming: A Guide and Reference for Creating WoW Addons, 2nd Edition (0470481285) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
276 Error in Text
On page 276, in the code listing for CombatTracker_OnEvent, the code listing has this line:

Total_time = math.mind(end_time – start_time, 1)

“Math.mind” should be “math.min”, as it sets the minimum value for the variable total_time.
2/18/10

Related Titles

General Programming & Software Development

by Mickey Gousset, Brian Keller, Ajoy Krishnamoorthy, Martin Woodward
by István Novák, Andras Velvart, Adam Granicz, Gyorgy Balássy, Attila Hajdrik, Mitchel Sellers, Gastón C. Hillar, Ágnes Molnár, Joydip Kanjilal
Back to Top