#include <nitro/env.h>
void ENV_SetResourceSetArray( ENVResource* array[] );
array | A pointer to the array of the resource array. |
None.
This function sets the resource array used in searching for resources.
Any resource arrays that have been set prior to this point are removed from the search target and the array specified here becomes the target.
Within the function, the resource array at the top of the array is specified with ENV_SetResourceSet()
, and subsequent resource arrays are added with ENV_AppendResourceSet()
.
Refer to ENV_SetResourceSet()
for more on specifying the resource array.
As the function is called from ENV_Init()
, users will not normally need to call it.
ENV_Init
ENV_SetResourceSet, ENV_AppendResourceSet
10/07/2005 Initial version.