pub type EOS_Friends_GetBlockedUserAtIndexOptions = _tagEOS_Friends_GetBlockedUserAtIndexOptions;Expand description
Input parameters for the EOS_Friends_GetBlockedUserAtIndex function.
Aliased Type§
#[repr(C)]pub struct EOS_Friends_GetBlockedUserAtIndexOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub Index: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_FRIENDS_GETBLOCKEDUSERATINDEX_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user whose blocked users list is being queried.
Index: i32Index into the blocked users list. This value must be between 0 and EOS_Friends_GetBlockedUsersCount-1 inclusively.