docs/core Directory Referencedocs/core Directory ReferenceDetailed DescriptionThis section contains documentation for the core functions of ArmaRAMDb 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 ramdb_db_fnc_init;
// Test the database connection
[] call ramdb_db_fnc_test;
Related CategoriesBasic Data OperationsHash OperationsList Operations