comparison classes/VehicleExitButton.lua @ 175:df68b5a40490

Remove ReAction global in favor of built in addon table (drycoded)
author Flick <flickerstreak@gmail.com>
date Wed, 20 Oct 2010 17:11:50 +0000
parents 8cc187143acd
children e63aefb8a555
comparison
equal deleted inserted replaced
174:09f7af2f53f8 175:df68b5a40490
1 local ReAction = ReAction 1 local addonName, addonTable = ...
2 local ReAction = addonTable.ReAction
2 local format = string.format 3 local format = string.format
3 4
4 -- 5 --
5 -- VExitButton Button class 6 -- VExitButton Button class
6 -- 7 --