m
→Example
m (→Example) |
m (→Example) |
||
| Line 15: | Line 15: | ||
== Example == | == Example == | ||
: | :Load every LoD addon. | ||
if (IsAddOnLoadOnDemand( | for i = 1, GetNumAddOns() do | ||
if (IsAddOnLoadOnDemand(i)) then | |||
LoadAddOn(i) | |||
end | |||
end | end | ||