PitBull Unit Frames 4.0

API/Controls

  • 2 pages found
NameAuthorLast updated byUpdated on
NameAuthorLast updated byUpdated on
BetterStatusBar ckknight ckknight 05 Apr 2009
BetterStatusBar:GetBackgroundAlpha() Get the alpha value of the bar's background Return value the alpha value [0, 1] Usage local alpha = bar:GetBackgroundAlpha() BetterStatusBar:GetBackgroundColor() Get the background color of the bar Return values the red value [0, 1] the green value [0, 1] the blue value [0, 1] Usage local r, g, b = bar:GetBackgroundColor() BetterStatusBar:GetColor() Get the color of the bar Return values the red value [0, 1] the green value [0, 1] the blue value [0, 1]...
Controls ckknight ckknight 11 Sep 2009
PitBull4.Controls.MakeButton(parent) Make a Button Parameters parent frame the frame is parented to Return value a Button object Usage local frame = PitBull4.Controls.MakeButton(someFrame) PitBull4.Controls.MakeCooldown(parent) Make a Cooldown Parameters parent frame the frame is parented to Return value a Cooldown object Usage local frame = PitBull4.Controls.MakeCooldown(someFrame) PitBull4.Controls.MakeDressUpModel(parent) Make a DressUpModel Parameters parent frame the frame is parented to...
  • 2 pages found