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

766 B

List Load

Description

Get all elements of list stored at key from DB.

Usage

Arguments:
	0: STRING - Name of stored key (default: "")
	1: STRING - NetID of target to return data from function (default: "")
	2: STRING - Name of function to return data (default: "")
	3: BOOLEAN - Unscheduled environment (default: false)

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

List Add | List Get | List Load | List Remove | List Set