Using Addon Resources

This appendix contains information about using resources in your addon. A resource is any piece of data that you want to have access to. 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 GetResource() and SetResource() as defined in the AOResourceAccess interface.