
All checks were successful
Build / Build (push) Successful in 40s
This commit adds documentation for the `ramdb_db_fnc_fetch` function. The documentation explains the function's purpose, which is to handle data chunks received from the database extension when data is too large to be returned in a single callback. The documentation includes a title, icon, and excerpt for better readability and understanding.
563 lines
42 KiB
JavaScript
563 lines
42 KiB
JavaScript
/*
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "ArmaRAMDb", "index.html", [
|
|
[ "delete", "d6/dff/md_docs_2basic_2delete.html", [
|
|
[ "ramdb_db_fnc_delete", "d6/dff/md_docs_2basic_2delete.html#autotoc_md2", [
|
|
[ "autotoc_md0", "d6/dff/md_docs_2basic_2delete.html#autotoc_md0", null ],
|
|
[ "excerpt: Remove the specified key from RAMDb.", "d6/dff/md_docs_2basic_2delete.html#autotoc_md1", null ],
|
|
[ "Description", "d6/dff/md_docs_2basic_2delete.html#autotoc_md3", null ],
|
|
[ "Syntax", "d6/dff/md_docs_2basic_2delete.html#autotoc_md4", null ],
|
|
[ "Parameters", "d6/dff/md_docs_2basic_2delete.html#autotoc_md5", null ],
|
|
[ "Return Value", "d6/dff/md_docs_2basic_2delete.html#autotoc_md6", null ],
|
|
[ "Examples", "d6/dff/md_docs_2basic_2delete.html#autotoc_md7", [
|
|
[ "Delete a key in singleplayer or on the server:", "d6/dff/md_docs_2basic_2delete.html#autotoc_md8", null ],
|
|
[ "Delete a key on the server from a client:", "d6/dff/md_docs_2basic_2delete.html#autotoc_md9", null ]
|
|
] ],
|
|
[ "Notes", "d6/dff/md_docs_2basic_2delete.html#autotoc_md10", null ],
|
|
[ "Related Functions", "d6/dff/md_docs_2basic_2delete.html#autotoc_md11", null ],
|
|
[ "Links", "d6/dff/md_docs_2basic_2delete.html#autotoc_md12", null ]
|
|
] ]
|
|
] ],
|
|
[ "fetch", "d8/d05/md_docs_2basic_2fetch.html", [
|
|
[ "ramdb_db_fnc_fetch", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md15", [
|
|
[ "autotoc_md13", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md13", null ],
|
|
[ "excerpt: Handles data chunks received from the database extension when data is too large to be return...", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md14", null ],
|
|
[ "Description", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md16", null ],
|
|
[ "Syntax", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md17", null ],
|
|
[ "Parameters", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md18", null ],
|
|
[ "Return Value", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md19", null ],
|
|
[ "Examples", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md20", null ],
|
|
[ "Notes", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md21", null ],
|
|
[ "Related Functions", "d8/d05/md_docs_2basic_2fetch.html#autotoc_md22", null ]
|
|
] ]
|
|
] ],
|
|
[ "get", "d1/d9f/md_docs_2basic_2get.html", [
|
|
[ "ramdb_db_fnc_get", "d1/d9f/md_docs_2basic_2get.html#autotoc_md25", [
|
|
[ "autotoc_md23", "d1/d9f/md_docs_2basic_2get.html#autotoc_md23", null ],
|
|
[ "excerpt: Get the value of stored key from RAMDb.", "d1/d9f/md_docs_2basic_2get.html#autotoc_md24", null ],
|
|
[ "Description", "d1/d9f/md_docs_2basic_2get.html#autotoc_md26", null ],
|
|
[ "Syntax", "d1/d9f/md_docs_2basic_2get.html#autotoc_md27", null ],
|
|
[ "Parameters", "d1/d9f/md_docs_2basic_2get.html#autotoc_md28", null ],
|
|
[ "Return Value", "d1/d9f/md_docs_2basic_2get.html#autotoc_md29", null ],
|
|
[ "Examples", "d1/d9f/md_docs_2basic_2get.html#autotoc_md30", [
|
|
[ "Retrieve data in singleplayer or on the server:", "d1/d9f/md_docs_2basic_2get.html#autotoc_md31", null ],
|
|
[ "Retrieve data on the server and send to a specific client:", "d1/d9f/md_docs_2basic_2get.html#autotoc_md32", null ]
|
|
] ],
|
|
[ "Notes", "d1/d9f/md_docs_2basic_2get.html#autotoc_md33", null ],
|
|
[ "Related Functions", "d1/d9f/md_docs_2basic_2get.html#autotoc_md34", null ],
|
|
[ "Links", "d1/d9f/md_docs_2basic_2get.html#autotoc_md35", null ]
|
|
] ]
|
|
] ],
|
|
[ "load", "da/d36/md_docs_2basic_2load.html", [
|
|
[ "ramdb_db_fnc_load", "da/d36/md_docs_2basic_2load.html#autotoc_md38", [
|
|
[ "autotoc_md36", "da/d36/md_docs_2basic_2load.html#autotoc_md36", null ],
|
|
[ "excerpt: Load DB from disc.", "da/d36/md_docs_2basic_2load.html#autotoc_md37", null ],
|
|
[ "Description", "da/d36/md_docs_2basic_2load.html#autotoc_md39", null ],
|
|
[ "Syntax", "da/d36/md_docs_2basic_2load.html#autotoc_md40", null ],
|
|
[ "Parameters", "da/d36/md_docs_2basic_2load.html#autotoc_md41", null ],
|
|
[ "Return Value", "da/d36/md_docs_2basic_2load.html#autotoc_md42", null ],
|
|
[ "Examples", "da/d36/md_docs_2basic_2load.html#autotoc_md43", [
|
|
[ "Load the database on the server:", "da/d36/md_docs_2basic_2load.html#autotoc_md44", null ],
|
|
[ "Call the load function remotely from a client:", "da/d36/md_docs_2basic_2load.html#autotoc_md45", null ]
|
|
] ],
|
|
[ "Notes", "da/d36/md_docs_2basic_2load.html#autotoc_md46", null ],
|
|
[ "Related Functions", "da/d36/md_docs_2basic_2load.html#autotoc_md47", null ],
|
|
[ "Links", "da/d36/md_docs_2basic_2load.html#autotoc_md48", null ]
|
|
] ]
|
|
] ],
|
|
[ "save", "d8/d12/md_docs_2basic_2save.html", [
|
|
[ "ramdb_db_fnc_save", "d8/d12/md_docs_2basic_2save.html#autotoc_md55", [
|
|
[ "autotoc_md53", "d8/d12/md_docs_2basic_2save.html#autotoc_md53", null ],
|
|
[ "excerpt: Save DB to disc.", "d8/d12/md_docs_2basic_2save.html#autotoc_md54", null ],
|
|
[ "Description", "d8/d12/md_docs_2basic_2save.html#autotoc_md56", null ],
|
|
[ "Syntax", "d8/d12/md_docs_2basic_2save.html#autotoc_md57", null ],
|
|
[ "Parameters", "d8/d12/md_docs_2basic_2save.html#autotoc_md58", null ],
|
|
[ "Return Value", "d8/d12/md_docs_2basic_2save.html#autotoc_md59", null ],
|
|
[ "Examples", "d8/d12/md_docs_2basic_2save.html#autotoc_md60", [
|
|
[ "Save the database without creating a backup:", "d8/d12/md_docs_2basic_2save.html#autotoc_md61", null ],
|
|
[ "Save the database and create a backup:", "d8/d12/md_docs_2basic_2save.html#autotoc_md62", null ],
|
|
[ "Call the save function remotely from a client:", "d8/d12/md_docs_2basic_2save.html#autotoc_md63", null ]
|
|
] ],
|
|
[ "Notes", "d8/d12/md_docs_2basic_2save.html#autotoc_md64", null ],
|
|
[ "Related Functions", "d8/d12/md_docs_2basic_2save.html#autotoc_md65", null ],
|
|
[ "Links", "d8/d12/md_docs_2basic_2save.html#autotoc_md66", null ]
|
|
] ]
|
|
] ],
|
|
[ "set", "dc/d24/md_docs_2basic_2set.html", [
|
|
[ "ramdb_db_fnc_set", "dc/d24/md_docs_2basic_2set.html#autotoc_md69", [
|
|
[ "autotoc_md67", "dc/d24/md_docs_2basic_2set.html#autotoc_md67", null ],
|
|
[ "excerpt: Set the value of stored key from RAMDb.", "dc/d24/md_docs_2basic_2set.html#autotoc_md68", null ],
|
|
[ "Description", "dc/d24/md_docs_2basic_2set.html#autotoc_md70", null ],
|
|
[ "Syntax", "dc/d24/md_docs_2basic_2set.html#autotoc_md71", null ],
|
|
[ "Parameters", "dc/d24/md_docs_2basic_2set.html#autotoc_md72", null ],
|
|
[ "Return Value", "dc/d24/md_docs_2basic_2set.html#autotoc_md73", null ],
|
|
[ "Examples", "dc/d24/md_docs_2basic_2set.html#autotoc_md74", [
|
|
[ "Store a simple array:", "dc/d24/md_docs_2basic_2set.html#autotoc_md75", null ],
|
|
[ "Store player data under their UID:", "dc/d24/md_docs_2basic_2set.html#autotoc_md76", null ],
|
|
[ "Call the set function remotely from a client:", "dc/d24/md_docs_2basic_2set.html#autotoc_md77", null ]
|
|
] ],
|
|
[ "Notes", "dc/d24/md_docs_2basic_2set.html#autotoc_md78", null ],
|
|
[ "Related Functions", "dc/d24/md_docs_2basic_2set.html#autotoc_md79", null ],
|
|
[ "Links", "dc/d24/md_docs_2basic_2set.html#autotoc_md80", null ]
|
|
] ]
|
|
] ],
|
|
[ "addTask", "d3/df8/md_docs_2core_2add_task.html", [
|
|
[ "ramdb_db_fnc_addTask", "d3/df8/md_docs_2core_2add_task.html#autotoc_md83", [
|
|
[ "autotoc_md81", "d3/df8/md_docs_2core_2add_task.html#autotoc_md81", null ],
|
|
[ "excerpt: Add task to queue.", "d3/df8/md_docs_2core_2add_task.html#autotoc_md82", null ],
|
|
[ "Description", "d3/df8/md_docs_2core_2add_task.html#autotoc_md84", null ],
|
|
[ "Syntax", "d3/df8/md_docs_2core_2add_task.html#autotoc_md85", null ],
|
|
[ "Parameters", "d3/df8/md_docs_2core_2add_task.html#autotoc_md86", null ],
|
|
[ "Return Value", "d3/df8/md_docs_2core_2add_task.html#autotoc_md87", null ],
|
|
[ "Examples", "d3/df8/md_docs_2core_2add_task.html#autotoc_md88", [
|
|
[ "Add a hash table retrieval task:", "d3/df8/md_docs_2core_2add_task.html#autotoc_md89", null ],
|
|
[ "Add a player-specific task that returns data to a specific client:", "d3/df8/md_docs_2core_2add_task.html#autotoc_md90", null ],
|
|
[ "Add a list operation task:", "d3/df8/md_docs_2core_2add_task.html#autotoc_md91", null ]
|
|
] ],
|
|
[ "Notes", "d3/df8/md_docs_2core_2add_task.html#autotoc_md92", null ],
|
|
[ "Related Functions", "d3/df8/md_docs_2core_2add_task.html#autotoc_md93", null ],
|
|
[ "Links", "d3/df8/md_docs_2core_2add_task.html#autotoc_md94", null ]
|
|
] ]
|
|
] ],
|
|
[ "handler", "df/d1b/md_docs_2core_2handler.html", [
|
|
[ "ramdb_db_fnc_handler", "df/d1b/md_docs_2core_2handler.html#autotoc_md97", [
|
|
[ "autotoc_md95", "df/d1b/md_docs_2core_2handler.html#autotoc_md95", null ],
|
|
[ "excerpt: Handle data from DB.", "df/d1b/md_docs_2core_2handler.html#autotoc_md96", null ],
|
|
[ "Description", "df/d1b/md_docs_2core_2handler.html#autotoc_md98", null ],
|
|
[ "Syntax", "df/d1b/md_docs_2core_2handler.html#autotoc_md99", null ],
|
|
[ "Parameters", "df/d1b/md_docs_2core_2handler.html#autotoc_md100", null ],
|
|
[ "Return Value", "df/d1b/md_docs_2core_2handler.html#autotoc_md101", null ],
|
|
[ "Examples", "df/d1b/md_docs_2core_2handler.html#autotoc_md102", [
|
|
[ "Process data locally:", "df/d1b/md_docs_2core_2handler.html#autotoc_md103", null ],
|
|
[ "Send data to a specific client:", "df/d1b/md_docs_2core_2handler.html#autotoc_md104", null ],
|
|
[ "Process data with direct call (synchronous):", "df/d1b/md_docs_2core_2handler.html#autotoc_md105", null ]
|
|
] ],
|
|
[ "Notes", "df/d1b/md_docs_2core_2handler.html#autotoc_md106", null ],
|
|
[ "Related Functions", "df/d1b/md_docs_2core_2handler.html#autotoc_md107", null ],
|
|
[ "Links", "df/d1b/md_docs_2core_2handler.html#autotoc_md108", null ]
|
|
] ]
|
|
] ],
|
|
[ "init", "df/df2/md_docs_2core_2init.html", [
|
|
[ "ramdb_db_fnc_init", "df/df2/md_docs_2core_2init.html#autotoc_md111", [
|
|
[ "autotoc_md109", "df/df2/md_docs_2core_2init.html#autotoc_md109", null ],
|
|
[ "excerpt: Initial Extension settings.", "df/df2/md_docs_2core_2init.html#autotoc_md110", null ],
|
|
[ "Description", "df/df2/md_docs_2core_2init.html#autotoc_md112", null ],
|
|
[ "Syntax", "df/df2/md_docs_2core_2init.html#autotoc_md113", null ],
|
|
[ "Parameters", "df/df2/md_docs_2core_2init.html#autotoc_md114", null ],
|
|
[ "Return Value", "df/df2/md_docs_2core_2init.html#autotoc_md115", null ],
|
|
[ "Examples", "df/df2/md_docs_2core_2init.html#autotoc_md116", null ],
|
|
[ "Notes", "df/df2/md_docs_2core_2init.html#autotoc_md117", null ],
|
|
[ "Related Functions", "df/df2/md_docs_2core_2init.html#autotoc_md118", null ],
|
|
[ "Links", "df/df2/md_docs_2core_2init.html#autotoc_md119", null ]
|
|
] ]
|
|
] ],
|
|
[ "printAddonName", "d7/d81/md_docs_2core_2print_addon_name.html", [
|
|
[ "ramdb_db_fnc_printAddonName", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md122", [
|
|
[ "autotoc_md120", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md120", null ],
|
|
[ "excerpt: Displays the addon name in system chat.", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md121", null ],
|
|
[ "Description", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md123", null ],
|
|
[ "Syntax", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md124", null ],
|
|
[ "Parameters", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md125", null ],
|
|
[ "Return Value", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md126", null ],
|
|
[ "Examples", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md127", [
|
|
[ "Display the addon name message:", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md128", null ],
|
|
[ "Use in a welcome script:", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md129", null ]
|
|
] ],
|
|
[ "Notes", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md130", null ],
|
|
[ "Related Functions", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md131", null ],
|
|
[ "Links", "d7/d81/md_docs_2core_2print_addon_name.html#autotoc_md132", null ]
|
|
] ]
|
|
] ],
|
|
[ "processQueue", "de/dc8/md_docs_2core_2process_queue.html", [
|
|
[ "ramdb_db_fnc_processQueue", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md135", [
|
|
[ "autotoc_md133", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md133", null ],
|
|
[ "excerpt: Processes a queue of tasks to be executed.", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md134", null ],
|
|
[ "Description", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md136", null ],
|
|
[ "Syntax", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md137", null ],
|
|
[ "Parameters", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md138", null ],
|
|
[ "Return Value", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md139", null ],
|
|
[ "Examples", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md140", [
|
|
[ "Start processing the queue manually:", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md141", null ],
|
|
[ "Trigger queue processing from a client:", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md142", null ]
|
|
] ],
|
|
[ "Notes", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md143", null ],
|
|
[ "Related Functions", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md144", null ],
|
|
[ "Links", "de/dc8/md_docs_2core_2process_queue.html#autotoc_md145", null ]
|
|
] ]
|
|
] ],
|
|
[ "scheduler", "d8/df5/md_docs_2core_2scheduler.html", [
|
|
[ "ramdb_db_fnc_scheduler", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md152", [
|
|
[ "autotoc_md150", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md150", null ],
|
|
[ "excerpt: Scheduled Environment for extension.", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md151", null ],
|
|
[ "Description", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md153", null ],
|
|
[ "Syntax", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md154", null ],
|
|
[ "Parameters", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md155", null ],
|
|
[ "Return Value", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md156", null ],
|
|
[ "Examples", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md157", [
|
|
[ "Process a callback from the extension:", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md158", null ],
|
|
[ "Forward a callback to the server:", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md159", null ]
|
|
] ],
|
|
[ "Notes", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md160", null ],
|
|
[ "Related Functions", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md161", null ],
|
|
[ "Links", "d8/df5/md_docs_2core_2scheduler.html#autotoc_md162", null ]
|
|
] ]
|
|
] ],
|
|
[ "test", "de/d91/md_docs_2core_2test.html", [
|
|
[ "ramdb_db_fnc_test", "de/d91/md_docs_2core_2test.html#autotoc_md165", [
|
|
[ "autotoc_md163", "de/d91/md_docs_2core_2test.html#autotoc_md163", null ],
|
|
[ "excerpt: Test Function.", "de/d91/md_docs_2core_2test.html#autotoc_md164", null ],
|
|
[ "Description", "de/d91/md_docs_2core_2test.html#autotoc_md166", null ],
|
|
[ "Syntax", "de/d91/md_docs_2core_2test.html#autotoc_md167", null ],
|
|
[ "Parameters", "de/d91/md_docs_2core_2test.html#autotoc_md168", null ],
|
|
[ "Return Value", "de/d91/md_docs_2core_2test.html#autotoc_md169", null ],
|
|
[ "Examples", "de/d91/md_docs_2core_2test.html#autotoc_md170", [
|
|
[ "Test with a simple string:", "de/d91/md_docs_2core_2test.html#autotoc_md171", null ],
|
|
[ "Test database retrieval by specifying this as callback function:", "de/d91/md_docs_2core_2test.html#autotoc_md172", null ],
|
|
[ "Test from client to server:", "de/d91/md_docs_2core_2test.html#autotoc_md173", null ]
|
|
] ],
|
|
[ "Notes", "de/d91/md_docs_2core_2test.html#autotoc_md174", null ],
|
|
[ "Related Functions", "de/d91/md_docs_2core_2test.html#autotoc_md175", null ],
|
|
[ "Links", "de/d91/md_docs_2core_2test.html#autotoc_md176", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashDelete", "d7/d91/md_docs_2hash_2hash_delete.html", [
|
|
[ "ramdb_db_fnc_hashDelete", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md179", [
|
|
[ "autotoc_md177", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md177", null ],
|
|
[ "excerpt: Remove the current client's hash table from database.", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md178", null ],
|
|
[ "Description", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md180", null ],
|
|
[ "Syntax", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md181", null ],
|
|
[ "Parameters", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md182", null ],
|
|
[ "Return Value", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md183", null ],
|
|
[ "Examples", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md184", [
|
|
[ "Delete the current client's hash table:", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md185", null ],
|
|
[ "Delete a client's hash table from the server:", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md186", null ]
|
|
] ],
|
|
[ "Notes", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md187", null ],
|
|
[ "Related Functions", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md188", null ],
|
|
[ "Links", "d7/d91/md_docs_2hash_2hash_delete.html#autotoc_md189", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashDeleteId", "dc/d95/md_docs_2hash_2hash_delete_id.html", [
|
|
[ "ramdb_db_fnc_hashDeleteId", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md192", [
|
|
[ "autotoc_md190", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md190", null ],
|
|
[ "excerpt: Remove a specific hash table from database.", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md191", null ],
|
|
[ "Description", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md193", null ],
|
|
[ "Syntax", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md194", null ],
|
|
[ "Parameters", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md195", null ],
|
|
[ "Return Value", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md196", null ],
|
|
[ "Examples", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md197", [
|
|
[ "Delete a specific hash table:", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md198", null ],
|
|
[ "Delete a player's hash data:", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md199", null ],
|
|
[ "Delete a hash table from a client:", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md200", null ]
|
|
] ],
|
|
[ "Notes", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md201", null ],
|
|
[ "Related Functions", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md202", null ],
|
|
[ "Links", "dc/d95/md_docs_2hash_2hash_delete_id.html#autotoc_md203", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashGet", "dc/dae/md_docs_2hash_2hash_get.html", [
|
|
[ "ramdb_db_fnc_hashGet", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md206", [
|
|
[ "autotoc_md204", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md204", null ],
|
|
[ "excerpt: Get a field value from the current client's hash table in RAMDb.", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md205", null ],
|
|
[ "Description", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md207", null ],
|
|
[ "Syntax", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md208", null ],
|
|
[ "Parameters", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md209", null ],
|
|
[ "Return Value", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md210", null ],
|
|
[ "Examples", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md211", [
|
|
[ "Retrieve a player's loadout:", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md212", null ],
|
|
[ "Retrieve data with synchronous callback:", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md213", null ],
|
|
[ "Retrieve data and send it to a specific client:", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md214", null ]
|
|
] ],
|
|
[ "Notes", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md215", null ],
|
|
[ "Related Functions", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md216", null ],
|
|
[ "Links", "dc/dae/md_docs_2hash_2hash_get.html#autotoc_md217", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashGetAll", "d8/d96/md_docs_2hash_2hash_get_all.html", [
|
|
[ "ramdb_db_fnc_hashGetAll", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md220", [
|
|
[ "autotoc_md218", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md218", null ],
|
|
[ "excerpt: Get all fields from the current client's hash table in RAMDb.", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md219", null ],
|
|
[ "Description", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md221", null ],
|
|
[ "Syntax", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md222", null ],
|
|
[ "Parameters", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md223", null ],
|
|
[ "Return Value", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md224", null ],
|
|
[ "Examples", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md225", [
|
|
[ "Retrieve all client hash data:", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md226", null ],
|
|
[ "Retrieve data with synchronous callback:", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md227", null ],
|
|
[ "Retrieve data and send it to a specific client:", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md228", null ]
|
|
] ],
|
|
[ "Notes", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md229", null ],
|
|
[ "Related Functions", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md230", null ],
|
|
[ "Links", "d8/d96/md_docs_2hash_2hash_get_all.html#autotoc_md231", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashGetAllId", "d3/d33/md_docs_2hash_2hash_get_all_id.html", [
|
|
[ "ramdb_db_fnc_hashGetAllId", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md234", [
|
|
[ "autotoc_md232", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md232", null ],
|
|
[ "excerpt: Get all fields and values from the hash stored at key from RAMDb.", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md233", null ],
|
|
[ "Description", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md235", null ],
|
|
[ "Syntax", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md236", null ],
|
|
[ "Parameters", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md237", null ],
|
|
[ "Return Value", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md238", null ],
|
|
[ "Examples", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md239", [
|
|
[ "Retrieve a player's complete hash data:", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md240", null ],
|
|
[ "Retrieve vehicle data with synchronous callback:", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md241", null ],
|
|
[ "Retrieve data and send it to a specific client:", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md242", null ]
|
|
] ],
|
|
[ "Notes", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md243", null ],
|
|
[ "Related Functions", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md244", null ],
|
|
[ "Links", "d3/d33/md_docs_2hash_2hash_get_all_id.html#autotoc_md245", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashGetId", "d5/d27/md_docs_2hash_2hash_get_id.html", [
|
|
[ "ramdb_db_fnc_hashGetId", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md248", [
|
|
[ "autotoc_md246", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md246", null ],
|
|
[ "excerpt: Get the value associated with field in hash stored at key from RAMDb.", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md247", null ],
|
|
[ "Description", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md249", null ],
|
|
[ "Syntax", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md250", null ],
|
|
[ "Parameters", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md251", null ],
|
|
[ "Return Value", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md252", null ],
|
|
[ "Examples", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md253", [
|
|
[ "Retrieve a player's loadout field:", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md254", null ],
|
|
[ "Retrieve a specific vehicle property with synchronous callback:", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md255", null ],
|
|
[ "Retrieve data and send it to a specific client:", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md256", null ]
|
|
] ],
|
|
[ "Notes", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md257", null ],
|
|
[ "Related Functions", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md258", null ],
|
|
[ "Links", "d5/d27/md_docs_2hash_2hash_get_id.html#autotoc_md259", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashRemove", "d9/d12/md_docs_2hash_2hash_remove.html", [
|
|
[ "ramdb_db_fnc_hashRemove", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md262", [
|
|
[ "autotoc_md260", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md260", null ],
|
|
[ "excerpt: Remove a field from the current client's hash table.", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md261", null ],
|
|
[ "Description", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md263", null ],
|
|
[ "Syntax", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md264", null ],
|
|
[ "Parameters", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md265", null ],
|
|
[ "Return Value", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md266", null ],
|
|
[ "Examples", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md267", [
|
|
[ "Remove a specific field:", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md268", null ],
|
|
[ "Remove a field remotely:", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md269", null ]
|
|
] ],
|
|
[ "Notes", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md270", null ],
|
|
[ "Related Functions", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md271", null ],
|
|
[ "Links", "d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md272", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashRemoveId", "d9/dae/md_docs_2hash_2hash_remove_id.html", [
|
|
[ "ramdb_db_fnc_hashRemoveId", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md275", [
|
|
[ "autotoc_md273", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md273", null ],
|
|
[ "excerpt: Remove a field from a specific hash table.", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md274", null ],
|
|
[ "Description", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md276", null ],
|
|
[ "Syntax", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md277", null ],
|
|
[ "Parameters", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md278", null ],
|
|
[ "Return Value", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md279", null ],
|
|
[ "Examples", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md280", [
|
|
[ "Remove a player's loadout field:", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md281", null ],
|
|
[ "Remove a vehicle property:", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md282", null ],
|
|
[ "Remove a field remotely:", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md283", null ]
|
|
] ],
|
|
[ "Notes", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md284", null ],
|
|
[ "Related Functions", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md285", null ],
|
|
[ "Links", "d9/dae/md_docs_2hash_2hash_remove_id.html#autotoc_md286", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashSet", "d0/d68/md_docs_2hash_2hash_set.html", [
|
|
[ "ramdb_db_fnc_hashSet", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md289", [
|
|
[ "autotoc_md287", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md287", null ],
|
|
[ "excerpt: Set a field value in the current client's hash table in RAMDb.", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md288", null ],
|
|
[ "Description", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md290", null ],
|
|
[ "Syntax", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md291", null ],
|
|
[ "Parameters", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md292", null ],
|
|
[ "Return Value", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md293", null ],
|
|
[ "Examples", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md294", [
|
|
[ "Store a player's loadout:", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md295", null ],
|
|
[ "Store player preferences:", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md296", null ],
|
|
[ "Store data from a client:", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md297", null ]
|
|
] ],
|
|
[ "Notes", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md298", null ],
|
|
[ "Related Functions", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md299", null ],
|
|
[ "Links", "d0/d68/md_docs_2hash_2hash_set.html#autotoc_md300", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashSetBulk", "d9/dc1/md_docs_2hash_2hash_set_bulk.html", [
|
|
[ "ramdb_db_fnc_hashSetBulk", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md303", [
|
|
[ "autotoc_md301", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md301", null ],
|
|
[ "excerpt: Set multiple fields in the current client's hash table in RAMDb.", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md302", null ],
|
|
[ "Description", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md304", null ],
|
|
[ "Syntax", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md305", null ],
|
|
[ "Parameters", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md306", null ],
|
|
[ "Return Value", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md307", null ],
|
|
[ "Examples", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md308", [
|
|
[ "Store player loadout and position:", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md309", null ],
|
|
[ "Store multiple player settings:", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md310", null ],
|
|
[ "Store player data from a client:", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md311", null ]
|
|
] ],
|
|
[ "Notes", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md312", null ],
|
|
[ "Related Functions", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md313", null ],
|
|
[ "Links", "d9/dc1/md_docs_2hash_2hash_set_bulk.html#autotoc_md314", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashSetId", "dc/db9/md_docs_2hash_2hash_set_id.html", [
|
|
[ "ramdb_db_fnc_hashSetId", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md317", [
|
|
[ "autotoc_md315", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md315", null ],
|
|
[ "excerpt: Set the specified field to the respective value in the hash stored at key from RAMDb.", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md316", null ],
|
|
[ "Description", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md318", null ],
|
|
[ "Syntax", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md319", null ],
|
|
[ "Parameters", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md320", null ],
|
|
[ "Return Value", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md321", null ],
|
|
[ "Examples", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md322", [
|
|
[ "Store a player's loadout under their UID:", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md323", null ],
|
|
[ "Store vehicle data:", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md324", null ],
|
|
[ "Store player data from a client:", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md325", null ]
|
|
] ],
|
|
[ "Notes", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md326", null ],
|
|
[ "Related Functions", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md327", null ],
|
|
[ "Links", "dc/db9/md_docs_2hash_2hash_set_id.html#autotoc_md328", null ]
|
|
] ]
|
|
] ],
|
|
[ "hashSetIdBulk", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html", [
|
|
[ "ramdb_db_fnc_hashSetIdBulk", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md331", [
|
|
[ "autotoc_md329", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md329", null ],
|
|
[ "excerpt: Set the specified fields to their respective values in the hash stored at key from RAMDb.", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md330", null ],
|
|
[ "Description", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md332", null ],
|
|
[ "Syntax", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md333", null ],
|
|
[ "Parameters", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md334", null ],
|
|
[ "Return Value", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md335", null ],
|
|
[ "Examples", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md336", [
|
|
[ "Store player loadout and position:", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md337", null ],
|
|
[ "Store multiple vehicle properties:", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md338", null ],
|
|
[ "Store player data from a client:", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md339", null ]
|
|
] ],
|
|
[ "Notes", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md340", null ],
|
|
[ "Related Functions", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md341", null ],
|
|
[ "Links", "d2/d02/md_docs_2hash_2hash_set_id_bulk.html#autotoc_md342", null ]
|
|
] ]
|
|
] ],
|
|
[ "listAdd", "dd/dca/md_docs_2list_2list_add.html", [
|
|
[ "ramdb_db_fnc_listAdd", "dd/dca/md_docs_2list_2list_add.html#autotoc_md349", [
|
|
[ "autotoc_md347", "dd/dca/md_docs_2list_2list_add.html#autotoc_md347", null ],
|
|
[ "excerpt: Add element to list stored at key from RAMDb.", "dd/dca/md_docs_2list_2list_add.html#autotoc_md348", null ],
|
|
[ "Description", "dd/dca/md_docs_2list_2list_add.html#autotoc_md350", null ],
|
|
[ "Syntax", "dd/dca/md_docs_2list_2list_add.html#autotoc_md351", null ],
|
|
[ "Parameters", "dd/dca/md_docs_2list_2list_add.html#autotoc_md352", null ],
|
|
[ "Return Value", "dd/dca/md_docs_2list_2list_add.html#autotoc_md353", null ],
|
|
[ "Examples", "dd/dca/md_docs_2list_2list_add.html#autotoc_md354", [
|
|
[ "Add an event log entry:", "dd/dca/md_docs_2list_2list_add.html#autotoc_md355", null ],
|
|
[ "Add a player message:", "dd/dca/md_docs_2list_2list_add.html#autotoc_md356", null ],
|
|
[ "Add data from a client:", "dd/dca/md_docs_2list_2list_add.html#autotoc_md357", null ]
|
|
] ],
|
|
[ "Notes", "dd/dca/md_docs_2list_2list_add.html#autotoc_md358", null ],
|
|
[ "Related Functions", "dd/dca/md_docs_2list_2list_add.html#autotoc_md359", null ],
|
|
[ "Links", "dd/dca/md_docs_2list_2list_add.html#autotoc_md360", null ]
|
|
] ]
|
|
] ],
|
|
[ "listDelete", "d1/d1c/md_docs_2list_2list_delete.html", [
|
|
[ "ramdb_db_fnc_listDelete", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md363", [
|
|
[ "autotoc_md361", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md361", null ],
|
|
[ "excerpt: Delete an entire list stored at a key from RAMDb.", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md362", null ],
|
|
[ "Description", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md364", null ],
|
|
[ "Syntax", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md365", null ],
|
|
[ "Parameters", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md366", null ],
|
|
[ "Return Value", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md367", null ],
|
|
[ "Examples", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md368", null ],
|
|
[ "Notes", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md369", null ],
|
|
[ "Related Functions", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md370", null ],
|
|
[ "Links", "d1/d1c/md_docs_2list_2list_delete.html#autotoc_md371", null ]
|
|
] ]
|
|
] ],
|
|
[ "listGet", "d7/d58/md_docs_2list_2list_get.html", [
|
|
[ "ramdb_db_fnc_listGet", "d7/d58/md_docs_2list_2list_get.html#autotoc_md374", [
|
|
[ "autotoc_md372", "d7/d58/md_docs_2list_2list_get.html#autotoc_md372", null ],
|
|
[ "excerpt: Get element of list stored at key from RAMDb.", "d7/d58/md_docs_2list_2list_get.html#autotoc_md373", null ],
|
|
[ "Description", "d7/d58/md_docs_2list_2list_get.html#autotoc_md375", null ],
|
|
[ "Syntax", "d7/d58/md_docs_2list_2list_get.html#autotoc_md376", null ],
|
|
[ "Parameters", "d7/d58/md_docs_2list_2list_get.html#autotoc_md377", null ],
|
|
[ "Return Value", "d7/d58/md_docs_2list_2list_get.html#autotoc_md378", null ],
|
|
[ "Examples", "d7/d58/md_docs_2list_2list_get.html#autotoc_md379", [
|
|
[ "Retrieve a specific event log entry:", "d7/d58/md_docs_2list_2list_get.html#autotoc_md380", null ],
|
|
[ "Retrieve data with synchronous callback:", "d7/d58/md_docs_2list_2list_get.html#autotoc_md381", null ],
|
|
[ "Retrieve data and send it to a specific client:", "d7/d58/md_docs_2list_2list_get.html#autotoc_md382", null ]
|
|
] ],
|
|
[ "Notes", "d7/d58/md_docs_2list_2list_get.html#autotoc_md383", null ],
|
|
[ "Related Functions", "d7/d58/md_docs_2list_2list_get.html#autotoc_md384", null ],
|
|
[ "Links", "d7/d58/md_docs_2list_2list_get.html#autotoc_md385", null ]
|
|
] ]
|
|
] ],
|
|
[ "listLoad", "d1/d93/md_docs_2list_2list_load.html", [
|
|
[ "ramdb_db_fnc_listLoad", "d1/d93/md_docs_2list_2list_load.html#autotoc_md388", [
|
|
[ "autotoc_md386", "d1/d93/md_docs_2list_2list_load.html#autotoc_md386", null ],
|
|
[ "excerpt: Get all elements of a list stored at a key from RAMDb.", "d1/d93/md_docs_2list_2list_load.html#autotoc_md387", null ],
|
|
[ "Description", "d1/d93/md_docs_2list_2list_load.html#autotoc_md389", null ],
|
|
[ "Syntax", "d1/d93/md_docs_2list_2list_load.html#autotoc_md390", null ],
|
|
[ "Parameters", "d1/d93/md_docs_2list_2list_load.html#autotoc_md391", null ],
|
|
[ "Return Value", "d1/d93/md_docs_2list_2list_load.html#autotoc_md392", null ],
|
|
[ "Examples", "d1/d93/md_docs_2list_2list_load.html#autotoc_md393", null ],
|
|
[ "Notes", "d1/d93/md_docs_2list_2list_load.html#autotoc_md394", null ],
|
|
[ "Related Functions", "d1/d93/md_docs_2list_2list_load.html#autotoc_md395", null ],
|
|
[ "Links", "d1/d93/md_docs_2list_2list_load.html#autotoc_md396", null ]
|
|
] ]
|
|
] ],
|
|
[ "listRemove", "d6/d64/md_docs_2list_2list_remove.html", [
|
|
[ "ramdb_db_fnc_listRemove", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md399", [
|
|
[ "autotoc_md397", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md397", null ],
|
|
[ "excerpt: Remove an element from a list stored at a key in RAMDb.", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md398", null ],
|
|
[ "Description", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md400", null ],
|
|
[ "Syntax", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md401", null ],
|
|
[ "Parameters", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md402", null ],
|
|
[ "Return Value", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md403", null ],
|
|
[ "Examples", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md404", null ],
|
|
[ "Notes", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md405", null ],
|
|
[ "Related Functions", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md406", null ],
|
|
[ "Links", "d6/d64/md_docs_2list_2list_remove.html#autotoc_md407", null ]
|
|
] ]
|
|
] ],
|
|
[ "listSet", "d5/ddd/md_docs_2list_2list_set.html", [
|
|
[ "ramdb_db_fnc_listSet", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md410", [
|
|
[ "autotoc_md408", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md408", null ],
|
|
[ "excerpt: Set an element in a list stored at a key in RAMDb.", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md409", null ],
|
|
[ "Description", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md411", null ],
|
|
[ "Syntax", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md412", null ],
|
|
[ "Parameters", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md413", null ],
|
|
[ "Return Value", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md414", null ],
|
|
[ "Examples", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md415", null ],
|
|
[ "Notes", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md416", null ],
|
|
[ "Related Functions", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md417", null ],
|
|
[ "Links", "d5/ddd/md_docs_2list_2list_set.html#autotoc_md418", null ]
|
|
] ]
|
|
] ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"d0/d68/md_docs_2hash_2hash_set.html",
|
|
"d9/d12/md_docs_2hash_2hash_remove.html#autotoc_md260"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronization';
|
|
var SYNCOFFMSG = 'click to enable panel synchronization'; |