30 lines
863 B
Markdown
30 lines
863 B
Markdown
# Hash Get All
|
|
|
|
## Description
|
|
|
|
Get all fields and values from hash stored at key from DB.
|
|
|
|
## Usage
|
|
|
|
```sqf
|
|
Arguments:
|
|
0: STRING - NetID of target to return data from function (default: "")
|
|
1: STRING - Name of function to return data (default: "")
|
|
2: BOOLEAN - Unscheduled environment (default: false)
|
|
|
|
Examples:
|
|
["", "dragonfly_db_fnc_test", false] call dragonfly_db_fnc_hashGetAll (Server or Singleplayer Only)
|
|
[netId player, "dragonfly_db_fnc_test", false] 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)
|