WoW:Creating simple pop-up dialog boxes: Difference between revisions

no edit summary
(Passing data to local functions)
No edit summary
Line 121: Line 121:


  StaticPopup_Show ("EXAMPLE_CTRA_READY", CT_RA_CheckReady_Person);
  StaticPopup_Show ("EXAMPLE_CTRA_READY", CT_RA_CheckReady_Person);
(Note:  the above was written before the 1.11 game patch added a builtin ready check.  While ready checks no longer need
to be implemented by addon authors, the example is simple enough to remain here.)


== Passing Arguments to Local Functions ==
== Passing Arguments to Local Functions ==
Anonymous user