ButtonFacade

API

  • 1 page found
NameAuthorLast updated byUpdated on
NameAuthorLast updated byUpdated on
LibButtonFacade-1.0 StormFX StormFX 13 Jun 2009
The proper way to access LibButtonFacade to allow optional support of Button Facade is to code similar to the following: local LBF = LibStub("LibButtonFacade", true) This allows you to test whether the library is loaded, and only use library functions if it is. Otherwise you would default to a normal system. In the rest of the documentation, that above code is assumed to already be in place. Note: It is imperative that you do NOT use ButtonFacade's module system to add support for your addon....
  • 1 page found