Function FRD_IsValidFriendCode

Source
pub unsafe extern "C" fn FRD_IsValidFriendCode(
    friendCode: u64_,
    isValid: *mut bool,
) -> Result
Expand description

Checks if the friend code is valid.

ยงArguments

  • friendCode - The friend code being used.
  • isValid - Pointer to write the validity of the friend code to.