973 B
973 B
Hash Get All ID
Description
Get all fields and values from the hash stored at key
from DragonflyDB.
Usage
Arguments:
0: STRING - Name of stored key with hash (default: "")
1: STRING - Name of function to return data (default: "")
2: BOOLEAN - Unscheduled environment (default: false)
3: STRING - NetID of target to return data from function (default: nil)
Examples:
[getPlayerUID player, "dragonfly_db_fnc_test"] call dragonfly_db_fnc_hashGetAllId (Server or Singleplayer Only)
[getPlayerUID player, "dragonfly_db_fnc_test", false, netId player] remoteExecCall ["dragonfly_db_fnc_hashGetAllId", 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