Returns: TRUE
if the set is mounted, FALSE
if the request is still pending.
Requests a resource file set with the specified name to be downloaded and mounted on top of the current resource.
Resource file sets are specified in fxmanifest.lua
with the following syntax:
file_set 'addon_ui' {
'ui/addon/index.html',
'ui/addon/**.js',
}
This command will trigger a script error if the request failed.