dragonfly/docs/hashes/hashGetAll.md
Jacob Schmidt bf951fd1f6
Some checks failed
Build / Build (push) Failing after 39s
Initial Repo Setup
2025-01-01 09:33:04 -06:00

30 lines
868 B
Markdown

# Hash Get All
## Description
Get all fields and values from the hash stored at `key` from DragonflyDB.
## Usage
```sqf
Arguments:
0: STRING - Name of function to return data (default: "")
1: BOOLEAN - Unscheduled environment (default: false)
2: STRING - NetID of target to return data from function (default: nil)
Examples:
["dragonfly_db_fnc_test"] call dragonfly_db_fnc_hashGetAll (Server or Singleplayer Only)
["dragonfly_db_fnc_test", false, netId player] remoteExecCall ["dragonfly_db_fnc_hashGetAll", 2, false] (Multiplayer Only)
```
## Links
[Hash Get](hashes/hashGet.md) |
[Hash Get ID](hashes/hashGetId.md) |
[Hash Get All](hashes/hashGetAll.md) |
[Hash Get All ID](hashes/hashGetAllId.md) |
[Hash Set](hashes/hashSet.md) |
[Hash Set ID](hashes/hashSetId.md) |
[Hash Set Bulk](hashes/hashSetBulk.md) |
[Hash Set Bulk ID](hashes/hashSetBulkId.md)