This function is part of the ProgressionSnapshot Interface.
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
This function is part of the ProgressionSnapshot Interface.
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
{Result.Success} when successful; otherwise, {Result.NotFound}
Parameters
ProgressionSnapshot.ProgressionSnapshotInterface.AddProgression
Parameter Type And Name
|
Usage Information
|
AddProgressionOptions options
|
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no