MultiResourceSetting::GetResourceName
Defined in:
Returns an individual resource name stored in the setting.
C4Configuration.h
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