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