Skip to Content

bz_getShotMetaDataI()

Available since 2.4.14

Get the integer value stored in a shot's metadata.

Usage

uint32_t bz_getShotMetaDataI(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

uint32_t - The integer metadata value stored for this shot

Other Shot Management Functions

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page