576 B
576 B
List Remove
Description
Remove element of list stored at key
from DragonflyDB.
Usage
Arguments:
0: STRING - Name of stored key (default: "")
1: SCALAR - Index of stored value in list (default: -1)
Examples:
["events", 0] call dragonfly_db_fnc_listRemove (Server or Singleplayer Only)
["events", 0] remoteExecCall ["dragonfly_db_fnc_listRemove", 2, false] (Multiplayer Only)
Links
List Add | List Get | List Load | List Remove | List Set