EOS_Mods_EnumerateMods

EOS API reference page for EOS_Mods_EnumerateMods

2 分で読めます

This function is part of the Mods Interface.

Remarks

Starts an asynchronous task that makes a request to enumerate mods for the specified game. Types of the mods to enumerate can be specified through EOS_Mods_EnumerateModsOptions

See Also

the section related to mods in eos_result.h for more details.

Parameters

EOS_Mods_EnumerateMods

Parameter Type And NameUsage Information
EOS_HMods Handle
const EOS_Mods_EnumerateModsOptions* Optionsstructure containing the game identifiers
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Mods_OnEnumerateModsCallback CompletionDelegatea callback that is fired when the async operation completes, either successfully or in error

Callback Function Information

Because this function is asynchronous, it employs a callback of type EOS_Mods_OnEnumerateModsCallback to report the results of its operation.

Callback Remarks

Function prototype definition for callbacks passed to EOS_Mods_EnumerateMods

Callback Parameters

EOS_Mods_OnEnumerateModsCallback

Parameter Type And NameUsage Information
const EOS_Mods_EnumerateModsCallbackInfo* DataA EOS_Mods_EnumerateModsCallbackInfo containing the output information and result