bz_getShotMetaDataS()
Available since 2.4.14
Get the string value stored in a shot's metadata.
Usage
const char* bz_getShotMetaDataS(const uint32_t shotGUID, const char* name)
Parameters | ||
---|---|---|
const uint32_t |
shotGUID
|
The GUID of the shot to get metadata for |
const char* |
name
|
The unique key this metadata value |
Returns
const char* - The string metadata value stored for this shot
Other Shot Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!