Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob Schmidt
7318d26fe0 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/dragonfly
All checks were successful
Build / Build (push) Successful in 55s
2025-02-07 22:45:28 -06:00
Jacob Schmidt
ff83729fad Update 02072025@2245 2025-02-07 22:45:24 -06:00
33 changed files with 28 additions and 31 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_addTask

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_delete

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
@file Title: ArmaDragonflyClient Framework by Creedcoder, J.Schmidt

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_get

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_handler

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashGet

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashGetAll

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashGetAllId

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashGetId

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashSet

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashSetBulk

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashSetId

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_hashSetIdBulk

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_init

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_listAdd

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_listGet

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_listLoad

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_listRemove

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_listSet

View File

@ -1,3 +1,3 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
systemChat format ["Thank you for using the %1", 'ADDON'];

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_processQueue

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
@file Title: ArmaDragonflyClient Framework by Creedcoder, J.Schmidt

View File

@ -1,6 +1,4 @@
#include "script_component.hpp"
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_pubSubHandler

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_saveDB

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_scheduler

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_set

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_setup

View File

@ -1,4 +1,4 @@
#include "script_component.hpp"
#include "..\script_component.hpp"
/*
* Function: dragonfly_db_fnc_test

View File

@ -1 +0,0 @@
#include "..\script_component.hpp"