title: ArmaRAMDb - Hash Remove ID icon: mdi:file-text-outline
Removes a specific field from a specific hash table identified by its key. This function deletes a single field and its associated value from a targeted hash table without affecting other fields. It's ideal for managing player-specific or entity-specific data when only certain attributes need to be removed.
Parameter | Type | Description | Default |
---|---|---|---|
_key | String | Identifier of the hash table | "" |
_keyField | String | Name of the field in the hash to be removed | "" |
None. The operation runs synchronously to remove the field.
_key
ramdb_db_fnc_hashRemove
: Removes a specific field from the global hash tableramdb_db_fnc_hashDeleteId
: Removes an entire specific hash tableramdb_db_fnc_hashDelete
: Removes all hash tablesramdb_db_fnc_hashSetId
: Sets a field value in a specific hash tableramdb_db_fnc_hashGetId
: Retrieves a field value 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