title: ArmaRAMDb - Hash Delete ID icon: mdi:file-text-outline
Removes a specific hash table from the database using its unique identifier. This function deletes all fields and values associated with the specified hash ID. Unlike the global hashDelete
function, this operation only affects a single hash table entry.
Parameter | Type | Description | Default |
---|---|---|---|
_key | String | Identifier of the hash to be deleted | "" |
None. The operation runs synchronously to delete the specified hash table.
_key
ramdb_db_fnc_hashDelete
: Removes all hash tablesramdb_db_fnc_hashSetId
: Sets a value in a specific hash tableramdb_db_fnc_hashGetId
: Retrieves a value from a specific hash tableramdb_db_fnc_hashGetAllId
: Retrieves all fields from a specific hash tableHash Delete | Hash Delete ID | Hash Get | Hash Get All | Hash Get All ID | Hash Get ID | Hash Remove | Hash Remove ID | Hash Set | Hash Set Bulk | Hash Set ID | Hash Set ID Bulk