Skip to main content

EOS_Friends_GetBlockedUserAtIndexOptions

Type Alias EOS_Friends_GetBlockedUserAtIndexOptions 

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

API Version: Set this to EOS_FRIENDS_GETBLOCKEDUSERATINDEX_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the user whose blocked users list is being queried.

§Index: i32

Index into the blocked users list. This value must be between 0 and EOS_Friends_GetBlockedUsersCount-1 inclusively.