C4 Engine
C4 Engine API Documentation

MultiResourceSetting::GetResourceName

Defined in:  C4Configuration.h
Returns an individual resource name stored in the setting.
Prototype

ResourceName GetResourceName(int32 index) const;

Description
The GetResourceName function returns the individual resource name corresponding to the index specified by the index parameter. The value of index should be in the range [0, n − 1], where n is the number of resource names returned by the MultiResourceSetting::GetResourceCount function.
See Also

MultiResourceSetting::GetResourceName