title: ArmaRAMDb - Hash Delete icon: mdi:file-text-outline
Removes the hash table associated with the current client/player from the database. Unlike hashDeleteId
, this function automatically retrieves the appropriate hash ID based on the caller's identity, making it more convenient for removing the current client's hash data. This is useful for cleanup operations when a player disconnects or when resetting a client's stored data.
None. This function automatically determines the hash ID based on the calling client.
None. The operation runs synchronously to delete the hash table for the current client.
hashDeleteId
but automatically determines the appropriate IDhashDeleteId
when you want to remove the calling client's dataramdb_db_fnc_hashDeleteId
: Removes a specific hash ID (when you need to specify the ID)ramdb_db_fnc_hashSet
: Sets a value in the hash tableramdb_db_fnc_hashGet
: Retrieves a value from the 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