929 B
929 B
Hash Set ID
Description
Set the specified field to the respective value in the hash stored at key
from DragonflyDB.
Usage
Arguments:
0: STRING - Name of stored key with hash (default: "")
1: STRING - Name of stored field in hash (default: "")
2: [ARRAY|STRING|NUMBER|BOOL] - Value to store in hash field (default: [])
Examples:
[getPlayerUID player, "loadout", [getUnitLoadout player]] call dragonfly_db_fnc_hashSetId (Server or Singleplayer Only)
[getPlayerUID player, "loadout", [getUnitLoadout player]] remoteExecCall ["dragonfly_db_fnc_hashSetId", 2, false] (Multiplayer Only)
Links
Hash Get | Hash Get ID | Hash Get All | Hash Get All ID | Hash Set | Hash Set ID | Hash Set Bulk | Hash Set Bulk ID