Function ACT_GetUuid

Source
pub unsafe extern "C" fn ACT_GetUuid(
    uuid: *mut ActUuid,
    accountSlot: u8_,
    uniqueId: u32_,
) -> Result
Expand description

Gets a specific account’s UUID.

§Arguments

  • uuid - Pointer to output the UUID to.
  • uniqueId - The unique ID to use during the retrieval of the UUID. Special values include ACT_UUID_REGULAR and ACT_UUID_CURRENT_PROCESS.