ramdb/addons/db/functions/fnc_load.sqf
Jacob Schmidt 2611ad7706
All checks were successful
Build / Build (push) Successful in 33s
Removed old docs.
2026-01-13 20:29:22 -06:00

25 lines
423 B
Plaintext

#include "..\script_component.hpp"
/*
* Function: ramdb_db_fnc_load
* Author: Creedcoder, J.Schmidt
* Edit: 07.15.2024
*
* [Description]
* Load from disc.
*
* Arguments:
* N/A
*
* Return Value:
* N/A
*
* Examples:
* [] call ramdb_db_fnc_load (Server or Singleplayer Only)
* [] remoteExecCall ["ramdb_db_fnc_load", 2, false] (Multiplayer Only)
*
* Public: Yes
*/
"ArmaRAMDb" callExtension ["load", []];