bz_shotHasMetaData()
Available since 2.4.14
Check if a shot has metadata under a specific name.
Usage
bool bz_shotHasMetaData(const uint32_t shotGUID, const char* name)
Parameters | ||
---|---|---|
const uint32_t |
shotGUID
|
The GUID of the shot to check metadata for |
const char* |
name
|
The unique key this metadata value that'll be searched for |
Returns
bool - True if the shot has metadata associated with the given name
Other Shot Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!