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

28 lines
627 B
Markdown

# Setup
## Description
Setup Extension to communicate with DB.
## Usage
```sqf
Arguments:
0: STRING - Name host (default: "localhost")
1: SCALAR - Port of host (default: 6379)
2: STRING - Password of host (default: "xyz123")
Examples:
["localhost", 6379, "xyz123"] call dragonfly_db_fnc_setup (Server or Singleplayer Only)
["localhost", 6379, "xyz123"] remoteExecCall ["dragonfly_db_fnc_setup", 2, false] (Multiplayer Only)
```
## Links
[Add Task](main/addTask.md) |
[Handler](main/handler.md) |
[Init](main/init.md) |
[Process Queue](main/processQueue.md) |
[Scheduler](main/scheduler.md) |
[Setup](main/setup.md)