485 B
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)
Links
Delete Key | Get Key | Set Key