26 lines
455 B
Plaintext
26 lines
455 B
Plaintext
#include "..\script_component.hpp"
|
|
|
|
/*
|
|
* Function: dragonfly_db_fnc_saveDB
|
|
* Author: Creedcoder, J.Schmidt
|
|
* Edit: 07.15.2024
|
|
*
|
|
* [Description]
|
|
* Save DB to disk.
|
|
*
|
|
* Arguments:
|
|
* N/A
|
|
*
|
|
* Return Value:
|
|
* N/A
|
|
*
|
|
* Examples:
|
|
* [] call dragonfly_db_fnc_saveDB (Server or Singleplayer Only)
|
|
* [] remoteExecCall ["dragonfly_db_fnc_saveDB", 2, false] (Multiplayer Only)
|
|
*
|
|
* Public: Yes
|
|
*/
|
|
|
|
|
|
"ArmaDragonflyClient" callExtension ["savedb", []];
|