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

485 B

Set Key

Description

Set value of stored key from DB.

Usage

Arguments:
	0: STRING - Name of stored Key
	1: [ARRAY|STRING|NUMBER|BOOL] - Value to store in key (default: [])

Examples:
	["test", ["Hello World!"]] call dragonfly_db_fnc_set (Server or Singleplayer Only)
	["test", ["Hello World!"]] remoteExecCall ["dragonfly_db_fnc_set", 2, false] (Multiplayer Only)

Delete Key | Get Key | Set Key