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

1.0 KiB

Hash Get ID

Description

Get the value associated with field in 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: STRING - Name of function to return data (default: "")
	3: BOOLEAN - Unscheduled environment (default: false)
	4: STRING - NetID of target to return data from function (default: nil)

Examples:
	[getPlayerUID player, "loadout", "dragonfly_db_fnc_test"] call dragonfly_db_fnc_hashGetId (Server or Singleplayer Only)
	[getPlayerUID player, "loadout", "dragonfly_db_fnc_test", false, netId player] remoteExecCall ["dragonfly_db_fnc_hashGetId", 2, false] (Multiplayer Only)

Hash Get | Hash Get ID | Hash Get All | Hash Get All ID | Hash Set | Hash Set ID | Hash Set Bulk | Hash Set Bulk ID