G:/ids/dragonfly/docs/core Directory ReferenceG:/ids/dragonfly/docs/core Directory ReferenceDetailed DescriptionThis section contains documentation for the core functions of ArmaDragonflyClient that handle initialization, process management, and scheduling.Available FunctionsaddTask - Add a task to the schedulerhandler - Handle callbacks from the extensioninit - Initialize the database systemprintAddonName - Print the addon nameprocessQueue - Process queued database operationsscheduler - Schedule database operationstest - Test the database connectionExample Usage// Initialize the database
[] call dragonfly_db_fnc_init;
// Test the database connection
[] call dragonfly_db_fnc_test;
Related CategoriesBasic Data OperationsHash OperationsList Operations