pub unsafe extern "C" fn FRD_IsInFriendList(
friendCode: u64_,
isFromList: *mut bool,
) -> Result
Expand description
Gets whether a friend code is included in the current user’s friend list.
§Arguments
friendCode
- The friend code to check for.isFromList
- Pointer to write whether or not the given friend code was found in the current user’s friends list.