WoW:API IsAddOnLoaded: Difference between revisions

m
mNo edit summary
 
Line 14: Line 14:


:;loaded : Flag - Indicates if the AddOn has been loaded, 1 if it has been, nil if it has not.
:;loaded : Flag - Indicates if the AddOn has been loaded, 1 if it has been, nil if it has not.
=== Usage ===
if (IsAddOnLoaded("AddonName")) then
  do stuff
end
----
----
__NOTOC__
__NOTOC__
Anonymous user