RateExtension()

Updated: April 19, 2023

Synopsis:

#include <aoi.h>

int32_t (*RateExtension)(const char *ext);

Arguments:

ext
The file extension you want to rate.

Description:

This function should return a rating as to how well the addon can handle the given file extension.

Returns:

A rating from 0 to 100 for the given extension. 100 is the best rating.