Wikia

WoWWiki

API Frame UnregisterEvent

Talk0
98,480pages on
this wiki

Unregisters an event that the object is currently monitoring.

obj:UnregisterEvent("event");

Parameters

Arguments

"event" 
The name of the event the object wishes to no longer monitor. See Events.

Returns

nil

Example

myChatAddon:UnregisterEvent("CHAT_MSG");

Result

Code in the <OnEvent> section of your addon would no longer fire anytime a chat message was received.

Details

Unregisters an event that an object is currently monitoring. Note: LUA is a case-sensitive language - there is no function called 'UnRegisterEvent'.
See also: Frame:RegisterEvent
Advertisement | Your ad here

Photos

Add a Photo
61,987photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki