Function steamworks_sys::SteamAPI_ISteamInventory_SetPropertyBool[][src]

pub unsafe extern "C" fn SteamAPI_ISteamInventory_SetPropertyBool(
    self_: *mut ISteamInventory,
    handle: SteamInventoryUpdateHandle_t,
    nItemID: SteamItemInstanceID_t,
    pchPropertyName: *const c_char,
    bValue: bool
) -> bool