867 B
867 B
Hash Set Bulk ID
Description
Set fields and values in hash stored at key from DB.
Usage
Arguments:
0: [ARRAY|STRING|NUMBER|BOOL] - Fields and Values to store in hash (default: [])
Examples:
[getPlayerUID player, "loadout", [getUnitLoadout player], "position", [getPosASLVisual player]] call dragonfly_db_fnc_hashSetBulk (Server or Singleplayer Only)
[getPlayerUID player, "loadout", [getUnitLoadout player], "position", [getPosASLVisual player]] remoteExecCall ["dragonfly_db_fnc_hashSetBulk", 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