Image Functions

getImagePathByTags(Suggested Type > Table, Required Type > Table)

Returns a path to an image with the given tags.
Example: game.getImagePathByTags({ type = "character", character = "woman" })

addImageTagAlias(Original Type > Table, Alias Type > Table, Priority Type > Float, (Optional) AddReverse Type > Boolean)

Adds an Image Tag Alias to the alias list. Default priority is 0.9.
If "AddReverse" is true it also adds the "Original" as "Alias".
Example: game.addImageTagAlias({ outfit = "lifeguard swimsuit" }, { outfit = "swimsuit" }, 0.9, true)