Skip to main content

EOS_Friends_GetFriendAtIndexOptions

Type Alias EOS_Friends_GetFriendAtIndexOptions 

Source
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: i32

API Version: Set this to EOS_FRIENDS_GETFRIENDATINDEX_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user whose friend list is being queried

§Index: i32

Index into the friend list. This value must be between 0 and EOS_Friends_GetFriendsCount-1 inclusively.