Using Addon Resources

Updated: April 19, 2023

Your addons can use resources, which are pieces of data that you need to access. For example, in a multimedia interface, you may want to specify “volume” as a resource. You can then write functions to get and set the volume, using GetResources() and SetResource() as defined in the AOResourceAccess interface.