You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently when I revised the addon system I never documented that addons:available("name") was a new suffix to check availability of both the addon itself and the associated mod/feature. Because the addon labels are added as suffixes to the addons list based on an asembly walk, calling addons:camera:available without my camera mod installed will throw an exception, while addons:available("camera") will still return false.
Not extremely pressing, but it is a small documentation change that we should make users aware of.
The text was updated successfully, but these errors were encountered:
Apparently when I revised the addon system I never documented that
addons:available("name")
was a new suffix to check availability of both the addon itself and the associated mod/feature. Because the addon labels are added as suffixes to theaddons
list based on an asembly walk, callingaddons:camera:available
without my camera mod installed will throw an exception, whileaddons:available("camera")
will still return false.Not extremely pressing, but it is a small documentation change that we should make users aware of.
The text was updated successfully, but these errors were encountered: