LibEventController-1.0

  • 1 page found
NameAuthorLast updated byUpdated on
NameAuthorLast updated byUpdated on
Main Pazza Pazza 01 Nov 2008
An experimental Event Model Control Viewer which can be used to control events globally throughout the game. Still lacking secure frame checks. Example Usage: lec = LibStub:GetLibrary("LibEventController-1.0"); function chat_msg_whisper(controller, event, ...) -- controller:Suspend() -- don't deliver event just yet, -- suspend is ideal to check credetials (who look up) before delivery. -- controller:Release() -- release a suspended event -- controller:Block() -- block event from ever being...
  • 1 page found