GetResourceMetadata
Docslocal retval = GetResourceMetadata(resourceName, metadataKey, index)Description
Gets the metadata value at a specified key/index from a resource's manifest.
See also: Resource manifest
Parameters
| Name | Type | Description |
|---|---|---|
resourceName | char* | The resource name. |
metadataKey | char* | The key in the resource manifest. |
index | int | The value index, in a range from \[0..GET_NUM_RESOURCE_METDATA-1]. |
Returns
char*