ENV_AppendResourceSet

C Specification

#include <nitro/env.h>
void ENV_AppendResourceSet( ENVResource* resourceSet );
  

Arguments

resourceSet The pointer to the resource array.

Return Values

None.

Description

This function adds the resource array used in searching for resources.

Adds resourceSet to the resource array set until then. Added at the end of the list within the system.

Refer to ENV_SetResourceSet() for more on specifying the resource array.

See Also

ENV_Init
ENV_SetResourceSet, ENV_PrependResourceSet, ENV_InsertResourceSet,

Revision History

2005/12/02 Deleted disabled links.
2005/08/29 Initial release.