EOS_ProgressionSnapshot_AddProgression

EOS API reference page for EOS_ProgressionSnapshot_AddProgression

1 min to read

This function is part of the ProgressionSnapshot Interface.

Remarks

Stores a Key/Value pair in memory for a given snapshot. If multiple calls happen with the same key, the last invocation wins, overwriting the previous value for that given key. The order in which the Key/Value pairs are added is stored as is for later retrieval/display. Ideally, you would make multiple calls to AddProgression() followed by a single call to SubmitSnapshot().

Return Value

EOS_Success when successful; otherwise, EOS_NotFound

Parameters

EOS_ProgressionSnapshot_AddProgression

Parameter Type And NameUsage Information
EOS_HProgressionSnapshot Handle
const EOS_ProgressionSnapshot_AddProgressionOptions* Options